Fetching from the wire…
Public story · 2026-07-27 · high
Robert C. Martin now trusts test gauntlets over his own eyes, and Grady Booch is publicly pushing back.
Why now: The exchange between Martin and Booch surfaced July 27 on Hacker News.
Robert C. Martin no longer reads the code his agents write, he says. That's a bet: automated gates catch what a reviewer's eyes used to. Every team running agents at scale is making that bet now, whether they admit it or not.
In a Hacker News post, Martin laid out the replacement: unit tests, gherkin tests, QA procedures, quality metrics, mutation testing, and coverage gates. Run agent output through that, he says, and you get "very high confidence" without ever opening the file.
Grady Booch disagrees. He argues metrics can't catch the vulnerabilities and dead code an experienced engineer spots on sight, just by reading.
The irony is hard to miss. Clean Code, the book that made Martin famous, argued code gets written once and read dozens of times. Now its author says skip the reading and trust the gates.
A green test suite proves the code does what the tests check for. It doesn't prove the code belongs where it was put, or that it isn't duplicating logic three files away.
I've hit that gap myself. Code passed every gate and was still wrong at the architecture level in a way no test encoded.
Martin's bet only works if the gauntlet is genuinely thorough, mutation testing included. I'd bet most teams skip that part and lean on green unit tests alone.
Each link below shares sources, entities, or timing with this story.
unclebob/swarm-forge hit 1,701 stars (+85 today), forked from his son Justin's project and heavily modified. It coordinates agents over a project-scoped tmux socket recorded in .swarmforge/tmux-socket, giving each role its own prompt, git worktree and message-passing channel:...
The same man whose framework a model regression destroyed also published the most aggressive prediction of the week, and the tension between those two facts is the whole argument. "The Shape of Things to Come, Part 1: The Continuous Thunderdome" argues traditional CI/CD collap...
Four stories about things going wrong. Here's one about something working, with actual numbers attached. In an August 7 disclosure covered by TechCrunch, Airbnb said AI now writes 60% of its new code, that concept-to-launch time on key initiatives has dropped by as much as 60%...
93 points on Show HN for streaming the Electron VS Code UI into a terminal using graphics rather than text cells. Reception split between "ingenious" and "why run a bloated Electron app over a bloated graphics stack instead of Neovim." The practical case raised in comments is...
Allen Bargi's August 15 post hit 302 points arguing that AI collaboration rewards context-sharing, examples, and feedback over precise instruction (Hacker News). The pushback holds that the piece conflates management with leadership. mikeocool calls it "the most low effort ver...
An Ask HN thread titled "Is Traditional SaaS Dying?" has the poster describing their own internal projects to replace HubSpot and Float, reporting mixed results. Three points, two comments, pure anecdote. But it's the only honest data point today against the clean "agents eat...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.