Agentic engineer | building Agents For X |

Joined August 2024
81 Photos and videos
Big news for the Claude traders
This is big. We levelled up our Skill MD for API builders. We added 13F data to track institutions, and made it so you can follow the whales like Buffett and Ackman when they update. Join here: unusualwhales.com/api_lander…
2
277
Most people assume the agent layer is where value accrues. I think it’s the opposite. Agent orchestration is becoming commoditized because the best agents are just •well written .md instruction files •organized file systems •simple, composable primitives The leverage is shifting down the stack •tool calling infra •execution environments •proprietary data integrations Not the agent wrapper itself. When the agent layer is dominated by open sourced and repeatable infrastructure, value will accrue to layers like security, observability, and data.
2
249
I built a Chrome extension that drafts X replies in YOUR voice. You pick a tone, hit generate, get 3 reply options, and inject your favorite straight into the composer ready to refine. It learns from your best performing replies so it actually gets better the more you use it. Replying to 50 posts a day just went from exhausting to effortless. Waitlist link in bio. Here's a demo of it in action 👇
1
233
While everyone debates the SaaSpocalypse, the smart builders are implementing these three protocols to insulate themselves: • UCP/ACP - Direct agent access to inventory data • ATXP - Automated payment infrastructure • A2A - Agent communication standards Timing feels early because it is early. That's your advantage. Comment "protocol" for implementation guides.
198
Agents for X just got a niche builder. It pulls your post data, groups everything into topic clusters, and scores each one by engagement. You instantly see what your audience actually wants from you. Then it uses your niche profile as context every time it generates a draft. Waitlist link in bio!
3
210
People are wasting months building AI agents in Python and LangChain. Meanwhile, a single coding agent with the proper infrastructure can replace all of it. The problem is that most builders are operating at the wrong abstraction layer building hard coded agents. Instead, everything should be done through file trees in repos. Every AI agent maps to a simple folder structure: Workflows = folders → Tasks = subfolders → Each task has prompts, tools, and data When the frontier labs ship a new feature that "replaces" your agent you just collapse your repo and replace old instructions with a tool call or subtask. The folder structure is modular enough to handle model updates efficiently, hard coded agents are not.
90
Paperclip just dropped the operating system for AI companies. Instead of managing scattered AI tools, you define goals and hire AI agents as executives. They handle strategy, budgets, and execution while you oversee as board chair. This changes everything. github.com/paperclipai/paper…
1
68
Your best posts follow patterns you don't even notice. I built an agent that finds them for you: • Connects to X analytics • Identifies top post commonalities • Extracts repeatable frameworks • Helps write future posts Reverse engineering virality. Here's how it works ↓
148
If your CLAUDE.md is just a wall of instructions, it’s probably making things worse Here’s the scaffolding template I use to keep Claude Code actually effective • Critical Rules = top 5-10 hard rules that prevent real mistakes • Self Healing Rules = meta-rules that make the file improve over time • Mission = 1-3 sentences. What is this and who cares? • Stack = table format so Claude picks correct APIs, not deprecated ones • Architecture = entry points reference docs, one line per subsystem • Source of Truth Docs = canonical files Claude MUST read before modifying anything • Data Model = just enough schema to write correct queries • API Contracts = route mounts what they cover, not every endpoint • Environment Variables = names grouped by purpose, never values • Learned Anti-Patterns = grows organically when Claude breaks something Every line should pass the test “Would removing this cause Claude to make mistakes?” If it doesn’t prevent a mistake, it’s noise Reply “SCAFFOLD” for the full template (must be following)
3
314
My takes on the current AI market: Google is winning on model and product. Gemini now powers Apple, is rolling out across 800M Samsung devices, and app market share nearly doubled in a year. NotebookLM and AI Studio are genuinely great products that people actually love using. And TPUs let them undercut everyone on price. Anthropic is winning infrastructure. Claude Code is now the fastest growing enterprise software product in history. They shipped Cowork in 10 days built by Claude Code itself. They’re not chasing irrelevant benchmarks. They’re building the tools developers and businesses actually depend on, and shipping faster than anyone. OpenAI is falling behind. Enterprise market share cut in half. Atlas launched with day one security flaws. GPT-5 disappointed. Their big 5.3 update is literally just fixing a tone problem Claude never had. They acquired OpenClaw because they couldn’t build agents in house. Massive cash burn, fully dependent on Nvidia while competitors move to custom silicon, and spreading across too many categories without winning any of them. First mover advantage will keep them around. But that’s not the same as winning.
2
169
The gap between OpenAI and Anthropic is getting embarrassing → Anthropic walks away from a defense dept deal over safety and privacy concerns → OpenAI rushes to grab it → OpenAI ships GPT 5.3 and the headline feature is it’s “less cringe” → Claude never had this problem → OpenAI acquires OpenClaw → Anthropic already built a better remote control feature in house Tell me which company is actually building for the long term Bullish on Anthropic
1
1
2
279
Has anyone solved agent visibility problems that come from short context windows? How are people keeping their agents on track and ensuring they are aware of the birds eye view of their system architecture so they don't duplicate files where logic can be reused?
183
Hot take: AI generated X posts aren't the problem. "Set it and forget it" AI posts are. Because the win isn't letting a model speak for you. It’s pair writing: you prompt, it drafts, you push back, it rewrites, you tighten the voice until it sounds like you. To solve for this I built a tool that learns from your edits published posts over time so each draft starts closer to your actual voice, not generic slop. It’s a collaboration process, not a bot. Waitlist is open → agentsforx.com
2
292
I almost shipped my X growth app with a "write tweets for me" button. Caught myself. Deleted it. Here's why: the accounts that grow fastest aren't posting AI content. They're REPLYING to other people's content fast, with context, in their own voice. The reply is the growth loop. Not the post. So I rebuilt the whole thing around that. It reads the full thread, knows how you write, and gives you editable reply suggestions in seconds right inside X. Building it in public. More soon. agentsforx.com

1
233
STOP USING CHAT HISTORY AS YOUR OPENCLAW OPERATING SYSTEM. I turned my setup into a repo you can clone and run. • Router agent = single entrypoint dispatcher • HEARTBEAT = task queue rules maintenance • projects.yaml = source of truth → deterministic outputs • Background cron ops = “NO_ALERT” unless something regresses Repo (templates docs cron payload examples): github.com/rileydrakedesign/…
2
227
I built internal maintenance skills for my OpenClaw setup. Now I finally have peace of mind that my setup is secure and optimized. They’re boring on purpose. Boring prevents incidents. Here are the 3 that do most of the work 👇
2
3
214
3) Supabase schema guardian Also on the project level. Maps .from("table") usage → migrations and flags drift: missing CREATE TABLE / RLS / policies / indexes (can generate stubs). This one catches schema drift issues early.
1
107
Next step was turning these into reliable automations via cron so it runs without me thinking about it. Openclaw is only as powerful and secure as your setup! 🦞
74