Fetching from the wire…
Top 5 · 2026-06-23 · source-backed
This is the most useful piece of research I've read all month, and it quietly demolishes a belief a lot of people hold. Anthropic analyzed roughly 400,000 Claude Code sessions across 235,000 people from October 2025 to April 2026, and the headline is that expert users hit 33% verified task success versus 28% for intermediate and 15% for novice. More than 2x from bottom to top. (Anthropic)
But the interesting part is what "expert" means. It's not "writes better code." Experts trigger about 12 Claude actions per prompt and write ~3,200 words, against 5 actions and ~600 words for novices. They're doing more steering, more decomposition, more context-setting. And the line that stopped me cold: nearly every occupation succeeds at coding tasks at roughly the same rate as software engineers. A domain expert who can't write a for-loop wins about as often as a senior engineer, as long as they understand the problem deeply.
I've felt this in my own work without naming it. When I shipped Document Domain Agents, the slow part was never the LangGraph wiring. It was knowing what a "good" GraphRAG retrieval looked like for legal documents, which is domain understanding, not coding. The model handled the "how." I owned the "what." Anthropic just put 235,000 people behind that intuition.
The actionable read for builders is uncomfortable if you've been telling yourself your edge is typing speed or syntax fluency. It isn't. The scarce input is understanding the problem well enough to specify it, verify it, and catch the model when it confidently goes sideways. That maps almost exactly onto the context-engineering story below: the people winning aren't the ones with the cleverest prompts, they're the ones who front-load the most useful context and review the plan, not the diff.
So stop optimizing the wrong muscle. If you want to get better at agentic coding, get deeper in a domain. Learn what correct looks like in a field where you can verify it. The model will close the syntax gap. It can't close the taste gap, and it can't tell you what's worth building.
Each link below shares sources, entities, or timing with this story.
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...
The RSI debate has been vibes and timelines for two years. This week a frontier lab published an actual measurement from inside its own walls. The Anthropic Institute reported an 8x increase in lines of code merged into its codebase in 2026 versus the 2021–2024 baseline. The t...
A researcher found that Claude Code, since v2.1.91 back in April, had been silently embedding invisible Unicode steganographic markers in its system prompts. The technique: tweaking date and apostrophe characters, XOR-obfuscated with key 91, to flag requests routed through thi...
Latent Space's June 12 AINews issue gave a name to something I've felt building in my own projects for months. They call it "loopcraft," and the thesis is blunt: the skill that matters now isn't prompting a coding agent, it's designing the loops that prompt it for you. Latent...
PwC and Anthropic announced a major expansion of their strategic alliance yesterday. PwC will train and certify 30,000 US employees on Claude Code, then roll it out globally to 364,000 people. This is the largest enterprise AI coding deployment I've seen announced. The concret...
Martin Fowler published a full article on April 2 formalizing something I've been feeling for months: the thing that separates a good coding agent from a bad one isn't the model. It's everything around the model. He calls it harness engineering. The framework is clean. Agent =...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.