Build1 distinct publisher3 min readUpdated
Anthropic says the model now verifies by default, so the double-check lines can go. The four-hundred-line diff behind the green check still has to be read by someone.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
Anthropic's Opus 5 guidance tells you to drop the "verify" and "double-check" lines from your prompts, because the model verifies by default and the extra instruction only makes it over-verify [1]. That deletes a prompting chore and leaves the expensive part of the pipeline exactly where it was: checking your work as you write it and reading a finished diff are two different jobs, and only the first one improved [2].
What lands on the branch is a four-hundred-line change behind a green check nobody actually read [3]. Anyone running several agents at once recognises the shape. One developer on Hacker News described the volume as code flowing "out like water through a burst dam," impossible for any human to fully understand [4]. Another, on the same setup: "I also fire off tons of parallel agents, and review is hands down the biggest bottleneck" [5]. Robert Laszczak put the asymmetry plainly: reviewing code written by an agent is much harder than reviewing code you wrote by hand [6]. None of the context is already in your head.
When the queue backs up, the review degrades into something else. Shmulik Cohen calls it vibe merging: developers overwhelmed by the volume skim the diff or hit Approve on gut feeling [7]. The tell is the LGTM speedrun, a 300-plus-line diff approved in under three minutes [8], which is a reading rate north of 100 lines per minute [18]. The skim itself is not new, and it used to be cheap: a fifty-line changeset you skimmed, you mostly still caught [16]. The skim has not changed. The changeset has.
The telemetry says the same thing. Faros AI read two years of data from 22,000 developers and found median time in code review up 441.5 percent, with pull requests merged with no review at all up 31.3 percent [9]. That first figure means the median PR now sits in review roughly 5.4 times as long as it did [17]. LinearB, across 8.1 million pull requests, found AI-assisted PRs run 2.6 times larger than hand-written ones and wait more than five times longer before a reviewer even picks them up [10]. Code arrives faster; reading does not scale to match. And the defect profile is the worst possible fit for a fast skim: in Stack Overflow's 2025 survey, 46 percent of developers distrust the accuracy of AI output against 33 percent who trust it, only 3 percent highly, and the top frustration, cited by 66 percent, is the answer that is "almost right, but not quite" [11].
The tempting fix is to automate the reading, and Opus 5 will volunteer for it: ask how to keep its mistakes out of main and it offers to review its own diffs [14]. For the mechanical layer, the AI reviewers now shipping on every code host do help, in the way a linter helps, by clearing the local feedback that would otherwise bog a human down before they reach the big-picture items [12]. Load-bearing approval is a different ask. A model's verdict on a model's diff is the same kind of stochastic guess that produced the code, on a question that gets harder with volume: per-line accuracy that looks fine on one function multiplies down across a hundred of them [13]. This is the same failure mode as a model grading its own instruction rules, where a stochastic judge run many times over gets less reliable, not more [15].
Worth watching: whether the merged-without-review rate keeps climbing [9], and whether anyone reports pickup latency falling rather than PR size rising [10]. Both are measurable in your own host. A useful local check is your median approved diff size against your median time-to-approve [8].
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
Anthropic's Opus 5 guidance says the model verifies by default, and the "verify" and "double-check" lines developers used to write now only make it over-verify.
A developer on Hacker News: "Once AI starts generating code, it flows out like water through a burst dam. It's impossible for any human to fully understand it all."
Another Hacker News developer: "I also fire off tons of parallel agents, and review is hands down the biggest bottleneck."
Robert Laszczak: "Reviewing code written by an agent is much harder than reviewing code that you have written by hand."
Shmulik Cohen calls the replacement for review "vibe merging", "where developers, overwhelmed by the volume of AI-generated code, simply skim the diff or hit Approve based on a gut feeling."
The tell cited is "the LGTM speedrun, approving a 300+ line diff in under three minutes."
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Named third-party datasets, one relaying publisher
The cluster carries specific, attributed figures from Faros AI, LinearB, and Stack Overflow's 2025 survey plus direct practitioner quotes, which is more than assertion. But all of it arrives through a single dev.to article with no primary links, baselines, or methodology in the supplied text, and the load-bearing thesis claims about self-review degrading with diff size and about self-verification displacing human review are reasoning rather than measurement.
Behavior visible at scale in developer telemetry
Adoption of the underlying practice is well evidenced: telemetry spanning 22,000 developers and 8.1 million pull requests shows AI-assisted PRs are common enough to shift median review time and unreviewed-merge rates, a large survey captures developer sentiment at population scale, and AI diff reviewers are described as shipping on every code host. What is not evidenced is adoption of the article's prescribed remedy -- deterministic gates -- beyond the author's own team.
Vendor self-verification framing runs ahead of the review data
The gap runs in two directions and nets mildly positive. The vendor-side premise the article quotes -- that Opus 5 verifies by default, so verification prompts can go -- is more expansive than anything measured here, and the telemetry pointing the other way (review time up, unreviewed merges up, developer trust net-negative) is not reconciled with it. The article's own corrective claims about stochastic self-review collapsing across large diffs, and about deterministic gates as the answer, are likewise asserted rather than measured, adding a second layer of unbacked confidence.
Author promotes own gating practice; cited data is vendor-published
Incentive signals are visible in the supplied text rather than inferred. The author writes from a product-adjacent position ("We run gates like this on our own agents") and cross-links a prior piece of their own, so the prescription doubles as promotion. The two headline datasets come from developer-analytics vendors whose products address exactly the review-throughput problem the numbers describe, and no disclosure of that interest is offered. Anthropic's guidance is first-party vendor material about its own model.
Directionally credible, single-publisher and partly truncated
Confidence is moderate-low. The direction of the story -- agent throughput shifting cost onto human review -- is supported by two independent large datasets, a large survey, and multiple named practitioners. But there is exactly one publisher, the third-party numbers are unverified relays without methodology, the strongest mechanism claims are reasoning, and the source text is cut off precisely where it begins to present pushback on its own framing.
build
The AGENTS.md file is an audit of the documentation you never wrote for humans1 distinct publisher
build
Claude Code's new default is a confession: the approval prompt was never a control1 distinct publisher
build
Developer habit, priced at $965B: what Anthropic's run actually proves1 distinct publisher
build
Claude's system prompt grew ninefold in two years. Version yours like code.1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 19, 2026