Back to articles
I Stopped Reading Diffs. Here's What I Review Instead.

I Stopped Reading Diffs. Here's What I Review Instead.

via Dev.toGjøran Voldengen

AI coding tools made me 3x faster at writing code. But I'm not shipping 3x faster. I spend more time than ever waiting for reviews and handling review feedback. The bottleneck moved. This is the second article in a series about how I use Claude Code. The first covered persistent execution plans and external memory. Code Review tools handle the automated side well. Claude Code's built-in review dispatches multiple agents to catch bugs and flag style issues when a PR opens. That's useful, but it's not where the time goes. The time goes to the human review cycle: giving thoughtful feedback on a colleague's design decisions, responding to comments on your own PR, the back-and-forth that turns a draft into something mergeable. Some of that is pure wait time: a PR sits idle while reviewers are busy. The skills in this article speed up the other part, what happens when you actually sit down to review or respond. The answer isn't to review faster. It's to change what you're reviewing. Instead

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles