DEV Community

Cover image for The Lab Built to Slow AI Down Now Says Slowing Down Could Backfire
Zafer Dace
Zafer Dace

Posted on

The Lab Built to Slow AI Down Now Says Slowing Down Could Backfire

Anthropic's recursive self-improvement essay isn't a simple "stop AI." It's a warning that a unilateral pause, with no way to verify it, could hand the frontier to the least cautious players.

More than 80 percent of the lines merged into Anthropic's production codebase are now written by the AI itself.

That number is from Anthropic, about Anthropic. In early 2025 it was low single digits. Today it is north of 80 percent, a typical engineer there now merges roughly 8x as much code per day as in 2024, and inside Anthropic's own Claude Code sessions the model completes about 76 percent of the most open-ended tasks without a human correction. The tool is now building the company that builds the tool.

The obvious reaction is to flinch. To say: if it has gotten this fast, someone should slow it down. Anthropic — the lab that exists because its founders thought the rest of the industry was moving too fast — just published a piece arguing that the flinch is the dangerous part.

The Number Everyone Will Quote

The 80 percent figure is the headline, but it is the least interesting thing in the article.

The interesting things are the slopes. The time it takes an AI to complete a long, open-ended task is doubling roughly every four months. SWE-bench, the benchmark that stress-tests real software engineering, went from hard to saturated in about two years. CORE-Bench, which measures whether a system can reproduce published research, climbed from 20 percent to saturation in fifteen months. On code optimization, Claude posted a ~52x speedup against a baseline where skilled human engineers manage about 4x. And on a set of hard research decisions that Anthropic deliberately picked because the human's original call had room to improve — not a like-for-like contest — the model's suggestion was judged the better one 64 percent of the time.

None of these is the singularity. Stacked together, they describe a curve, and the curve points at one thing: AI is getting good at the specific work of making AI.

The Loop

That is what "recursive self-improvement" means, stripped of the science-fiction varnish. Not a robot uprising. A feedback loop. AI systems doing enough of the research, the coding, and the decision-making that they start to design and improve their own successors — and each successor is slightly better at designing the next one.

The reason this is worth taking seriously now, and not in some hand-wavy future, is that every input to that loop is already on the board. The code is being written. The benchmarks are saturating. The research choices are being made and, more often than not, being made well.

Anthropic lays out three ways this goes.

The trend stalls. Capabilities plateau, AI diffuses everywhere as a useful tool, but full autonomy never arrives. They rate this the least likely.

The trend continues. Humans keep setting the direction, but a 100-person team does the work of 10,000. This is their base case.

Full recursive self-improvement. AI designs its successors end to end, and humans move into an oversight role. Uncertain, but plausible enough that they refuse to wave it away.

The Reverse

This is where the piece inverts the script everyone expects from a safety lab.

The reflex — slow down, hit the brakes, buy time — comes, in Anthropic's own words, with a trap:

If a slowdown simply lets the least cautious actors catch up technologically, it could leave everyone less safe.

The argument is not "AI is dangerous, so stop." It is that stopping alone is its own danger. If the most safety-obsessed labs unilaterally pump the brakes, the only thing that happens is the gap closes — and it closes in favor of whoever cares least about the consequences. You do not get a safer world. You get the same race, led by worse drivers.

That is the reversal at the heart of the AI-safety conversation. The instinct that feels responsible — just slow it down — can be the irresponsible move if you are the only one doing it.

The Brake That Doesn't Exist Yet

So if the answer is not "stop," what is it?

Anthropic's answer is not a speed. It is an option:

It would be good for the world to have the option to slow or temporarily pause frontier AI development.

The distinction is everything. They are not asking everyone to brake. They are pointing out that, right now, there is no brake to pull — no shared, credible mechanism to slow down even if every serious lab agreed it was time. The work they argue for is building that mechanism before the moment you need it:

  • Verification infrastructure — the ability to detect whether a lab, or a country, is secretly pushing frontier development, so a pause could actually be trusted rather than just announced.
  • Credible, coordinated pause mechanisms, because a single lab can stop unilaterally today and it accomplishes almost nothing — the work is making a shared slowdown trustworthy enough that others will join it.
  • Multiple well-resourced labs near the frontier, in multiple countries, so coordination is even possible — a pause among one lab in one country is theater.
  • Alignment research that lands before recursive self-improvement does, because a rare misalignment that survives into a model that builds the next model does not stay rare. It compounds.

The historical rhyme they reach for is arms control. Nobody disarmed because they trusted the other side. They disarmed because verification made the trust unnecessary. The brake worked because everyone could see it being pulled.

What This Means for the Rest of Us

It is tempting to file this under lab-politics — the kind of thing that matters to people with GPU budgets and policy teams and nobody else.

That is the wrong read. The mechanism Anthropic is describing has already shipped to you. The 80 percent number is not a forecast; it is a status update from a company that looks, structurally, like many software teams may soon look. The human becomes the reviewer. The human becomes the one setting direction for work they no longer do by hand. The bottleneck quietly moves from writing to checking — and checking is exactly the muscle that atrophies when the machine is right most of the time and you stop reading the cases where it isn't.

The real question in the piece is not whether AI will improve itself. On the current slopes, some version of that is already underway. The question is whether we build the brakes while the car is still slow enough to stop.

One of the labs closest to the edge is not telling us to turn around. It is telling us there is no brake pedal yet — and asking why we are still arguing about whether to slow down instead of building the thing that would let us.


If you work on frontier models, alignment, or AI governance — or you've just watched your own job quietly shift from writing to reviewing — I'd be curious where you think the real chokepoint is. Verification? Coordination? The alignment research itself? Reply or DM.

Source: Anthropic — Recursive Self-Improvement

Top comments (0)