OPEN_SOURCE ↗
HN · HACKER_NEWS// 26d agoNEWS
Apenwarr says review layers crush velocity
Avery Pennarun argues that each added approval layer can add roughly an order-of-magnitude delay to shipping, so AI coding speedups are mostly canceled out by human review latency. He frames code review as an organizational bottleneck problem and argues for replacing stacked gates with trust, tighter team boundaries, and built-in quality systems.
// ANALYSIS
This is a sharp diagnosis of the current AI dev paradox: code gets generated faster, but delivery still stalls in process queues.
- –The “10x slower per review layer” rule is deliberately provocative, but it captures real wall-clock delays in PR, design, and cross-team handoff workflows.
- –The Deming angle is the core insight: quality improves more sustainably by preventing classes of defects than by adding late-stage inspection passes.
- –Early community reaction is polarized between “shift review left into planning/pairing” and “cutting review too hard invites chaos,” which is exactly the tension this post surfaces.
- –For AI-assisted teams, the practical move is smaller increments, better interfaces, and stronger automated safeguards rather than piling on more human gates.
// TAGS
apenwarr-blogai-codingagentcode-reviewautomation
DISCOVERED
26d ago
2026-03-17
PUBLISHED
26d ago
2026-03-17
RELEVANCE
7/ 10
AUTHOR
greyface-