@mattpocockuk: The "should you read code" debate is dumb because the real decision isn't binary, it's a scale: 1. Reading every line o…
Summary
Matt Pocock argues that the decision to read code during code review is not binary but a spectrum, listing seven levels of engagement from reading every line to letting models handle everything.
View Cached Full Text
Cached at: 07/05/26, 10:30 AM
The “should you read code” debate is dumb because the real decision isn’t binary, it’s a scale:
- Reading every line of every diff
- Scanning every diff, reviewing important lines
- Ignoring diffs but understanding the ‘why’ of every PR
- Spot checking PR’s instead of reading every one
- Ignoring PR’s, but doing regular spot checks on the codebase
- Ignoring the code, but spot checking agent traces to help improve the system
- Ignoring both the code and the system, let models handle everything
Where are you on the scale?
Similar Articles
Reviewing code requires reading
A developer blog post argues against the idea of shipping AI-generated code to production without reading it, emphasizing that code review serves critical purposes: diffusing responsibility, reducing bus factor, and maintaining team knowledge of the codebase.
@danshipper: banger from @kieranklaassen in @every today
An article from every.to titled 'To Read—Or Not to Read the Code?' discusses the merits and challenges of reading code in software development.
@rauchg: If you’re not reading the code, whether explicitly or through agentic inquiry, one or more of these is true: ○ You’re a…
Guillermo Rauch argues that reading code remains essential because AI models still make rookie mistakes, though this need will diminish over time.
@KakaluoteW45042: The bottleneck is attention, no doubt about that, but the conclusion shouldn’t be an either/or choice (read everything …
Discussion on the bottleneck of attention in code review, suggesting prioritizing high-risk changes over uniform scrutiny to better handle AI-generated code.
@mattpocockuk: One thing I've underplayed in my skill set is how customizable it is Specifically the /code-review skill 1. Notice the …
Matt Pocock shares how he customizes the /code-review skill by writing issues into CODING_STANDARDS.md, which the agent then enforces during reviews.