Trial by Foom
Software engineering has its religious wars. Inlining versus decomposition. Clean Code as one tome, Carmack’s email on inlining as scripture for another. Continuous delivery. Test-driven development. Pair programming in the Kent Beck, pure Agile sense.
These debates are always framed in terms of productivity and robustness. But the feedback loops are slow. You only complete so many projects in a decade. So attitudes diverge. People pattern-match to their own experience and declare victory for whichever practices happened to correlate with their successes.
I suspect LLMs are going to force convergence.

The race
When you’re writing so much so fast, it becomes obvious whose race car is quickest. The human bits are becoming the bottleneck. Manual testing never scaled, and coding agent takeoff is making this stark.
“Most change that AI tools will bring for software engineers are likely to be making the practices that the best eng teams did until now, the baseline for those that want to stay competitive + move fast. Things like product-minded engineers, testing, o11y, CD etc.”
“This seems like a good bet to me - coding agents make it no longer remotely excusable to skip out on quality engineering processes like good issue tracking, thorough QA, automated testing, up-to-date documentation, CI, deployment automation etc.”
Simon put it more directly in Your job is to deliver code you have proven to work. The proving is still on you.
200-engineer practices at 3 engineers
“There are a lot of 200 engineer practices you can now implement at 3 engineers and a lot of 12 engineer practices you can implement on day one just by mentioning them in a sentence or three.”
The cost of good practices just collapsed.
Which practices?
The interesting question is which practices win. LLMs aren’t humans. They might react differently to the same constraints. TDD? Tests before refactoring? Decomposition into small functions, or Carmack’s argument that inlining can actually reduce bugs by making control flow visible?
We’re about to find out. The sample size is no longer “however many projects you shipped in your career.” It’s “however many projects got shipped this quarter, globally, with AI assistance.”
The religious wars might finally get conclusive data.