Reviews have become expensive, rewrites have become cheap
Summary
LLMs make code reviews more expensive by generating over-engineered code, but rewrites are now cheap, shifting developer workload toward more upfront planning and iterative simplification.
View Cached Full Text
Cached at: 06/16/26, 03:02 AM
Similar Articles
The End of Code Review: Coding Agents Supersede Human Inspection
This paper argues that LLM-based coding agents have reached a capability threshold making human code review redundant, and proposes replacing human inspection with agent-driven verification to reduce costs and latency.
Coding Models Are Doing Too Much
A blog post investigating the "Over-Editing" problem where coding LLMs rewrite more code than necessary when fixing simple bugs, proposing metrics and training approaches to encourage minimal, faithful edits.
Code is Cheap(er)
Carson Gross (htmx creator) argues that while AI has made code generation cheaper, understanding code has become more expensive, and warns developers against the 'Sorcerer's Apprentice' trap of letting LLMs generate unmanageable complexity. He advocates for incremental LLM use and maintaining deep understanding of codebases.
- -dangerously-skip-reading-code – olano.dev
The article argues that as organizations adopt LLMs for code generation, engineering practices must shift from reviewing generated code to focusing on specifications and tests, with organizational buy-in for new processes.
The minimum viable unit of saleable software
An essay exploring how LLMs have shifted the buy-vs-build calculus for software, arguing that while AI lowers build costs, maintenance and human oversight still make building a non-trivial investment, using the example of replacing Jira with an LLM-built internal tool.