Back
X (formerly Twitter) July 13, 2026

antirez (@antirez) on X

My Thoughts

Fascinating that this is where we're at. I still look at the code and there is still a general perception that this matters, but it's not really evidenced based. It would be fascinating to see some experiments run to compare results and make the comparison less about vibes and preconceived ideas. There is no doubt in my mind that if you give an agent the right spec, the right tools and loops that it can implement that it can build some top tier stuff. Frontend design and taste I'm still dubious about, I've used Opus 4.8 with a browser QA skill multiple times and had it pass work that when I look at I immediately notice things that don't make sense. Nonetheless if the correct guardrails (hard ones where possible) are put in place, a huge amount of work can be largely automated with clear and good direction.

It is my belief that many devs right now are not maximizing what they can do with automatic programming because they still look at the code. Doing it makes you the bottleneck. Your time is better invested in new ideas, QA, design, and asking yourself what is your goal.

2.5K
Reply
Read full post on X

You might also like

A Developer's AI Workflow: From Voice Dictation to Automated Reviews
blog

A Developer's AI Workflow: From Voice Dictation to Automated Reviews

The AI toolkit and workflow behind building three repositories, 347 commits, and a full-stack portfolio in under a month of part-time work — Claude Code, voice dictation, automated reviews, and more.

Building an AI Portfolio Agent with Laravel, pgvector, and Gemini
blog

Building an AI Portfolio Agent with Laravel, pgvector, and Gemini

A chatbot that knows everything I've written — built with the Laravel AI SDK, pgvector embeddings, hybrid search, and Gemini's free tier.

Building an efficient Content Pipeline with Claude Code: From PRs to Blog Drafts
blog

Building an efficient Content Pipeline with Claude Code: From PRs to Blog Drafts

I built a system that scans my GitHub PRs weekly, identifies content-worthy work, and generates blog drafts automatically. I call the pattern Quasi-Claw. I built a system to solve a problem most developers share: doing interesting work every week but never writing about it. The pattern — slash commands + LaunchAgents + CLI execution — turns Claude Code into a lightweight scheduled agent without any heavy framework or infrastructure. Here is how it works: 📅 The Trigger: Every Friday at 5pm, a macOS LaunchAgent triggers Claude Code. 🔍 The Scan: It scans my GitHub repos and scores PRs/commits for "content potential." 💬 The Summary: It sends me a Slack digest of the week's best stories. 🚀 The Execution: I run a single command to pick an idea, generate a full blog draft from the actual source code, and push it to my site’s API. The meta proof it works? This very post was identified and drafted by the system itself. #ClaudeCode #AI #BuildInPublic #Automation #SoftwareEngineering