Fetching from the wire…
Public story · 2026-08-04 · high
Yegge says agents already land more than 175 commits a day, draining a queue that had grown 166 deep.
Why now: Yegge's essay hit Hacker News' front page August 3, the same week the two loudest pushback posts topped 1,750 and 1,042 points.
Steve Yegge argues code review is nearly dead in an essay that hit Hacker News' front page on August 3.
His piece, "The Shape of Things to Come," describes agents landing more than 175 commits a day. They drain a merge queue that reached 166 commits deep, a pattern he calls the Land Rush. He predicts CI/CD collapses under that rate, and human review survives only as vestigial SOC 2 compliance theater. Its replacement is a "Wish Factory," where agents implement issues straight from user reports.
Boris Cherny, who created Claude Code, backed the volume claim with a number. 85% of his engineers run dozens or hundreds of agents at once, using what he calls graph engineering, per a post on X.
Three other posts from the same week argue the opposite, and they outdrew Yegge on Hacker News.
Niklas Gruhn's "Don't Be a Meat Proxy" topped the site at roughly 1,750 points. He tells engineers to read and validate AI output instead of relaying it untouched.
Ankur Sethi, at 503 points, goes further. He never lets an assistant write to his repo and retypes every generated line by hand, because typing it himself is how he catches hallucinations.
Sean Goedecke's "LLMs Reward Expertise" pulled 1,042 points arguing the deciding skill in prompting is domain knowledge. His example is Terence Tao steering ChatGPT through a Jacobian Conjecture counterexample with precise questions.
Yegge routes around the review bottleneck with automation. Gruhn defends it with discipline. Neither one addresses that discipline scales with the number of humans, while automation scales with the number of agents.
I run agents on my own projects every day, and my bet is Yegge's right about the volume and wrong that review goes vestigial. Judging the output became my job. Writing it didn't.
Claude Code's Focus view, added in version 2.1.221, is a quiet admission of the same problem. It collapses tool activity into a summary instead of streaming every Read, Bash, and Edit call. The decision worth catching gets buried under hundreds of tool calls otherwise.
Each link below shares sources, entities, or timing with this story.
QM went up under MIT license. Created July 29. As of the GitHub API check: 8,420 stars, 887 forks. Five days. YC uses it internally across accounting, legal, events, and engineering, including to build QM itself. Every employee and every Slack room gets its own scoped memory,...
Issue 6235 on anthropics/claude-code asks Claude Code to read AGENTS.md, the config file that Codex, Amp, Cursor and most other harnesses already load, rather than only CLAUDE.md. It has been open since August 2025. It has accumulated over 5,200 reactions and 300+ comments, ma...
Anthropic shipped cross-session messaging for Claude Code on August 7, macOS and Linux, version 2.1.224 or higher. Two new tools: ListAgents discovers other active sessions on your machine, SendMessage delivers text to one by name. Messages between sessions on the same machine...
Niklas Gruhn's August 3 post (806 points, 353 comments) names a specific failure mode: forwarding Claude's output verbatim into Slack threads, code reviews and group chats adds zero value, because the recipient could have asked the model themselves, faster. His concrete target...
A new analysis from paddo.dev dropped today and it synthesizes something I've been feeling but couldn't prove. Three independent research efforts converge on the same uncomfortable conclusion: AI coding tools make developers *feel* faster while actually making them slower. The...
The July 10 release blocks tampering with session transcript files and makes background-task notifications state explicitly that no human input occurred, "preventing fabricated in-transcript approvals from being acted on" (Releasebot). If you run headless agents, this is a dir...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.