Fetching from the wire…
Public story · 2026-09-24 · high
The model merged 3,000-plus changes across 150 threads with zero customer incidents, and the reason is a benchmark it built before touching any code.
Why now: Anthropic published the writeup on September 23.
Anthropic pointed an internal research model at claude.ai's performance and let it run. Over 3,000 merged changes, 150-plus concurrent threads, no customer-facing incidents. P75 web load time dropped from 3,085ms to 550ms. Desktop cold start went from 6,310ms to 3,328ms. Sending a message in Cowork cloud fell from 928ms to 48ms, an average 3.1x speedup, per Anthropic's writeup.
That's the number that matters for anyone running agents unsupervised: 3,000 merges is either a productivity story or an outage waiting to happen, and the difference came down to one design choice made before any code changed.
The model picked four user journeys from usage data, then built deterministic benchmarks for each one. Valgrind instruction counts. React commit counts. DOM mutation counts. Same input, same number, every run.
That matters because wall-clock timing is noisy. Point an agent at "make this faster" against a stopwatch and it optimizes the noise, not the code. Give it a metric that only moves when the code changes, and thousands of merges become auditable instead of chaotic.
The fixes themselves aren't exotic. A static HTML composer that accepts typing before React hydrates. V8 code-cache precompilation. Memoizing finished code blocks so they stop re-rendering. These are items a senior engineer lists in a planning doc and never gets to. The agent's edge wasn't insight. It was 150 threads running at once with no meetings to attend.
I've pointed agents at "make this faster" on my own projects and hit the same wall every time. Numbers move 8% in some direction. I can't tell if that's the code or my laptop throttling. Without a fixed metric, nothing accumulates and each run starts from zero.
The fix is narrow enough to actually do. Before turning an agent loose on performance, build a benchmark that returns the same number twice on unchanged code, whether that's instruction counts or render counts or something specific to your stack. Skip that step and you get 3,000 commits nobody can trust.
Each link below shares sources, entities, or timing with this story.
Anthropic published two documents on September 17 that between them say more about recursive self-improvement than the last six months of essays about it. The first is the R&D Automation Index, a prototype from the Anthropic Institute that catalogues every kind of AI research...
Go open your CLAUDE.md. Count the instances of "must" and "never." A reader on r/ClaudeAI did exactly that after Anthropic's September 8 platform post and found 66 of one and 54 of the other across their rule files. Their complaint wasn't the count. It was that they couldn't t...
43.3% on Frontier-Bench v0.1. Opus 4.8 scored 18.7%. That's not an incremental bump, that's the same benchmark with a different shape of answer. Anthropic released Claude Opus 5 on July 24 at $5/$25 per million input/output tokens, exactly half of Fable 5's $10/$50, while matc...
For a month, Claude Code users were convinced the model had been "nerfed." Forums lit up. Conspiracy theories multiplied. People switched tools. Then on April 23, Anthropic did something unusual: they published a detailed post-mortem that named three specific bugs with exact d...
A developer built a website with Claude. Then noticed it looked identical to a dozen other websites. Same Inter font. Same purple-to-blue gradients. Same 16px border radius cards. Same layout patterns. They posted about it on r/ClaudeAI and 1,009 people upvoted because they'd...
arXiv 2609.28274, submitted September 23, tests whether multi-agent systems interfere with shutdown. The assumption going in is that shutdown resistance needs a goal to protect. Give an agent a task and threaten it with termination, and sure, self-preservation is instrumentall...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.