The Review Is the Work Now
A developer on my team said something last week that I haven’t stopped thinking about. We were three steps into an agentic build — the planner agent had scoped the feature, generated the delivery docs, and was orchestrating the implementation — and he looked at the telemetry and said, quietly: “I don’t know what’s going on anymore. If I’d just written this myself, I would.”
He wasn’t being lazy. He’s one of the best engineers I have. And underneath the comment was a real fear, the one nobody says out loud in standup: if I keep working like this, am I going to forget how to do the thing I’m good at?
I get it. I’ve felt it. But I think the framing is backwards, and getting it right is the difference between a team that compounds with these tools and a team that quietly rots while shipping more than ever. Let me explain what I mean — and why “the review takes too long” is the most important sentence on my team right now.
The complaint underneath the complaint
The surface complaints are consistent, and you’ve probably heard them too:
- “The planner agent’s docs are too technical and take too long to read.”
- “By step three or five I’ve lost the thread of what’s actually happening.”
- “Reviewing all this AI output takes me longer than just writing it would have.”
And the deep one: “I’m worried my skills are atrophying.”
Here’s the thing. Every one of those complaints is true. They’re not whining. The data backs them up completely. Where I think we’re getting it wrong is the conclusion we draw from them — that this is friction to minimize, a tax on the “real work” of coding.
It isn’t a tax. It’s the relocation of the work itself.
The role moved, and most of us are still standing where it used to be
The shift is not subtle, and it’s not coming — it’s here. In Sonar’s 2026 State of Code survey, developers ranked “reviewing and validating AI-generated code for quality and security” as the single most important skill of the AI era (47%) — above writing code itself. Around 42% of code is now AI-assisted, and yet 96% of developers say they don’t fully trust it. Read those two numbers together: we’ve handed off the typing and kept all of the responsibility.
That’s the job now. As one summary of the shift put it, developers “no longer write code from scratch — they direct, review, and optimize AI-generated code.” Your center of gravity moved from author to editor, validator, and gatekeeper.
So when my engineer says “reviewing this takes longer than writing it,” he’s not describing a failure. He’s describing the new center of gravity and mistaking it for overhead — because he’s still mentally filing “review” under interruptions to coding instead of the coding.
Why review genuinely feels slower (it’s not in your head)
Two pieces of research make this concrete, and they’re worth sitting with.
First, METR ran a randomized controlled trial on experienced open-source developers working in codebases they knew well. The result was the most uncomfortable finding of 2025: with AI tools, they were 19% slower. The kicker? They predicted AI would make them 24% faster, and even after finishing believed it had made them ~20% faster. They were slower and were certain they were faster.
That gap is the whole story. The time didn’t vanish — it moved into reconstructing intent, validating assumptions, and checking edge cases on code you didn’t write and can’t introspect the reasoning behind. Reviewing AI-generated code is demonstrably harder than reviewing a human colleague’s, because you can’t ask the model “what were you thinking here?” and get an honest answer. AI pull requests carry roughly 1.7x more defects than human-authored ones. The verification burden is real, it’s measurable, and it’s exactly where the hours are supposed to go.
So I want to say this plainly to my team and yours: the reason it takes longer to review is that this is now where your job’s time is supposed to live. You’re not doing review and the work. The review is the work. The mistake is the addition sign. It should be a substitution — less hand-coding, more specifying, reviewing, and governing — and if your week doesn’t feel that way yet, that’s a budgeting problem, not a tooling problem.
The fear is legitimate — and it points the opposite direction you think
Now, the skills-atrophy worry. I don’t want to wave it away, because it’s the most honest concern in the whole conversation, and the research validates it hard.
A Microsoft Research and Carnegie Mellon study of 319 knowledge workers found that the higher your confidence in the AI, the less critical thinking you do — classic cognitive offloading, delegating to the machine the very judgment you should be exercising. Atrophy is a real mechanism, not a vibe.
But here’s the part everyone stops reading before they reach: the same study found that GenAI shifts the nature of critical thinking “toward information verification, response integration, and task stewardship.” It doesn’t delete the thinking. It moves it — to exactly the work my engineer is calling overhead.
So the two fears developers hold — “I’ll atrophy” and “the review is eating my day” — feel contradictory but aren’t. The resolution is the uncomfortable one: the engaged review is the thing that prevents the atrophy. Skills don’t decay because you used AI. They decay when you disengage from the verification. Skimming the planner agent’s governance docs and rubber-stamping the output isn’t the antidote to cognitive offloading — it is the cognitive offloading. “I don’t know what’s happening at step three” isn’t a reason to retreat to hand-coding. It’s the instrument panel flashing the exact coordinate where your attention is now most valuable.
What happens to the teams that don’t make the shift
If you want to see the failure mode in high resolution, look at what’s already happening to companies that went all-in on AI and treated the human review as the thing to eliminate rather than the thing to invest in.
Stanford’s Social Media Lab and BetterUp Labs coined the term “workslop” for it — AI-generated work that “masquerades as good work but lacks the substance to meaningfully advance a task.” In their survey, 40% of workers had received it; each incident took ~2 hours to clean up; the bill comes to roughly $9 million a year for a 10,000-person company. Harvard Business Review’s follow-up describes the org-level version as “knowledge decay”: errors compound, trust in internal information erodes, and institutional expertise thins as people lean on the model instead of building the muscle. As Futurism summarized it, companies that embraced AI without that discipline are “rotting away” — an AI hangover that haunts them for years.
Notice the shape of the cure HBR prescribes: information has to be “meticulously verified and cleared of AI hallucinations,” a labor-intensive process that “eats up the time of actual human employees.” That’s not an argument against AI. It’s the strongest argument I’ve seen for treating review as the main event. The teams that rot are precisely the ones who tried to skip it.
So what do we actually do
For engineers (including me):
- Drop the addition sign. Stop accounting for review as time stolen from “real work.” Re-budget your week so review, spec-writing, and governance are the work, with hand-coding as the smaller slice.
- Run toward step three. The moment you lose the thread is the moment your judgment is most needed, not least. That discomfort is the signal, not the failure.
- Stay engaged on purpose. The atrophy is real, and the only known defense is active verification. Read the telemetry. Reconstruct the intent. Disagree with the agent out loud.
But — and this is the half engineers are right about — leaders and tool-builders own the other side of this.
When my team says the planner agent’s docs are “too technical and take too long to read,” that is not only a developer problem. If the oversight surface isn’t legible, we’ve just relocated the slop into the governance layer. Governance, telemetry, and delivery docs that are exhaustive but unreadable don’t enable review — they tax it. The Microsoft study is clear that the new skill is verification and stewardship; our job as leaders is to make that skill cheap to exercise — to design oversight artifacts that let an engineer understand step three in thirty seconds, not thirty minutes.
That’s the bar I’m holding our planner agent to now. Not “did it produce complete documentation,” but “did it make the review fast.” Completeness is easy. Legibility is the actual product.
The honest version
The developers grumbling about review time are sensing something true: their job changed underneath them and nobody re-drew the map. They’re right that it takes time. They’re right to fear atrophy. Where I’d push back — gently, because I felt it too — is the instinct that the answer is less review and more hand-coding. The data points the other way. The review is where the judgment lives now, the atrophy comes from skipping it, and the companies that are rotting are the ones who tried.
The lever to push is not “do AI review faster so we can get back to coding.” It’s “this is the coding now — let’s get good at it, and let’s build tools that make it humane.”
How’s your team navigating the same shift? I’d genuinely like to compare notes — especially from anyone who’s found a way to make agentic governance legible without dumbing it down.
Sources
- Companies That Embraced AI Are Now Rotting Away in a Very Specific Way — Futurism (Victor Tangermann)
- Don’t Let AI Slop Muck Up Your Company’s Processes — Harvard Business Review (Holweg & Davenport), on “knowledge decay”
- AI-Generated “Workslop” Is Destroying Productivity — HBR / BetterUp Labs + Stanford Social Media Lab
- Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity — METR (the 19%-slower RCT)
- The Impact of Generative AI on Critical Thinking — Microsoft Research & Carnegie Mellon
- State of Code 2026 / “42% of Code Is AI-Assisted, But 96% Don’t Fully Trust It” — Sonar developer survey