Read Code Aloud, Drop Accept Rate to 40%
Mysterious_Value3059 · reddit · 2026-07-17
The author shares a simple yet highly effective code review habit: reading the changes aloud line by line before accepting diffs generated by Claude.
What Happened
- Previously, he would quickly skim and accept the model's output, feeling productive, only to realize days later that he hadn't truly understood the changes.
- Two months ago, he instituted a rule: he must "read it out loud" before accepting any modification, rather than just letting his eyes glide over the text.
The Impact
- This practice forces him to genuinely comprehend every line of code. Having to vocalize a line makes it much easier to spot:
- Subtly misnamed variables;
- Edge cases handled with unwarranted "confidence";
- Code that runs perfectly but solves a completely non-existent problem.
- His acceptance rate plummeted from "accepting almost everything" to around 40%. However, he notes that for the rejected 60%, it usually wasn't because the model was bad. Rather, he finally started asking questions, which ultimately led to better answers.
Conclusion
- The biggest realization wasn't that "the model is inadequate," but that "the model is so good it turns humans into rubber stamps."
- The most effective countermeasure he has found is a remarkably primitive manual habit: deliberately forcing himself back into the review loop.
More from coding & agent
- Anthropic researcher: 99% of engineers now run swarms of 300+ self-improving agents — AlishaOutridge · 2026-09-11
- Gergely Orosz: Shipping 10x PRs With AI Agents, Sites Fill With Small Regressions — ducha_aiki · 2026-09-11
- Same Echo Maze prompt, three frontier models: all passed visually but shipped the same hidden bug — eyishazyer · 2026-09-11
- Astra storyboards plus Minimax H3 per-shot generation boost video success rates — Hailuo_AI · 2026-09-11
- Codex tip: use Sol with Astra and Luna sub-agents to save usage — pvncher · 2026-09-11
- agents-best-practices: a provider-neutral Agent Skill for designing and auditing agentic harnesses — tom_doerr · 2026-09-11