Software Design: Tidy First? • 3115 implied HN points • 26 Dec 25
- Formal, rigorous inspections were too heavy, and the lighter code-review practices that replaced them often become shallow when reviews are asynchronous or rubber-stamped.
- AI-driven code generation produces changes faster than human reviewers can keep up, breaking the assumption that another person will catch problems before they compound.
- Review's role is shifting toward quick sanity checks and preventing structural drift so the codebase stays understandable by both people and AI, and automated tools that summarize changes and learn project patterns can help bridge the gap without replacing human pairing.