Journal

Code review is the highest-leverage agentic workflow we run

Agentic Engineers · 4 min read

  • Agentic Workflows
  • Operations

Pre-AI, code review was the bottleneck. With an agentic first pass, it becomes the place where compounding actually happens.

Of every workflow we have moved into the agentic layer, code review is the one with the highest leverage. Not because it is the most novel, but because slow review is the place where engineering momentum quietly dies, and most teams have learned to live with the loss.

Pre-AI, review was the bottleneck nobody wanted to name. The most operationally deep engineer on the team was the person every PR had to wait on. They were tired. They were context-switching across six product areas. They reviewed the obvious things (commas, naming, missing tests) alongside the subtle ones (contract changes, data-model drift, error-path holes), and they were the only person trusted to catch the subtle ones. The result was a review queue measured in days, and a team that learned bad habits while waiting.

The agentic version inverts the whole shape of the workflow.

What the new review loop looks like

First pass runs agentically. Every PR, every time, before any human looks. The agent surfaces the predictable issues: missing tests, security smells, style drift, error-path holes, dependency upgrades that need a second look, public-API changes without changelog entries. It does not approve. It does not merge. It surfaces.

Then a human reviewer arrives, and their attention budget is not spent on commas. It is spent on the twenty percent of PRs where judgment is actually required: an architecture choice, a data-model decision, a contract change that affects downstream consumers, a security boundary moving by one function call. The reviewer is no longer the bottleneck because the obvious work has already been done, in writing, with line-level annotations the author can read before the human gets there.

The author also changes behaviour. The agentic pass is fast and the comments are predictable, so authors fix the obvious things before opening the PR for human review. The signal-to-noise ratio on the human pass climbs. Reviewers stop dreading the queue.

The agent never has a bad day or a full inbox.

What this changes in practice

Four things shift, and they shift in the same direction.

  1. Review velocity. The queue stops measuring in days. PRs ship the same day they are opened. The flow-state experience for the author returns, which is itself a hiring and retention argument nobody talks about.
  2. Defect density. The class of bugs that review catches goes up, not down, because the agent runs the full rubric on every PR. No fatigue, no skipped sections, no "I trust this author" shortcut.
  3. Hiring. You can hire mid-level engineers and trust them to ship, because the system catches what they miss and the human reviewer catches what the system misses. Operational-depth judgment is reserved for decisions that genuinely need it, which is the only durable use of it.
  4. Knowledge spread. Agent comments are written. They are searchable. Patterns get learned by the team, not held in one operator's head. The next engineer onboarded reads the last hundred reviews and absorbs the codebase's actual rules.
What it does not do

The agent does not approve PRs. It does not merge. It does not make architecture calls or own the contract surface. Anyone who lets an agent merge unsupervised in 2026 is buying a different kind of debt than they think they are. The agent's job is to free the human's attention for the work that needs it.

Where the tuning happens

The agent is not a fixed asset. It is a tuned one. The monthly review is where we look at false positives, false negatives, and the categories of issue the rubric kept missing. The prompt set gets adjusted. The skipped rules get tightened. The next month's pass runs sharper than the last.

This is the part most teams that "added an AI reviewer" miss. They installed the tool and walked away. The tool drifted. The team learned to ignore the comments. Within a quarter the workflow became noise everyone scrolled past. An agentic review pass that nobody tunes is worse than no review pass, because it teaches the team to ignore signal.

The tuning cadence is the workflow. The agent is just the surface.

Where to start

When we embed with a team, code review is the first workflow we install, because the compounding starts in sprint one and every subsequent workflow benefits from a reviewer attention budget that is no longer fully consumed. The team that gets review back is the team that has the bandwidth to install everything else.

If you want to see what this looks like on your repo, against your conventions, with your team's actual PR shape, that is exactly what a short proof engagement is for. Book a call and we will install it against your stack.

More from the journal

Agentic Engineers

Field notes from the practice

Plan the next phase

If this is the operating system you want installed in your team, start a conversation.

Start a project