Fetching from the wire…
Public story · 2026-07-27 · high
A new checkup command audits your CLAUDE.md and skill files for the rules Anthropic says newer models no longer need.
Why now: Anthropic published the guidance on July 24, and most CLAUDE.md files in daily use predate every principle in it.
Anthropic stripped more than 80% of Claude Code's system prompt for Opus 5 and Fable 5, per its July 24 context-engineering post. That's a direct challenge to how most of us maintain CLAUDE.md files. Coding evals showed no measurable loss from the cut, the company says. We pile on a rule every time a model gets something wrong, and assume the extra scaffolding buys more control.
My own CLAUDE.md grew the same way. A fix went in the day a model botched formatting. A ban went in the day it over-commented. An example got pasted in because a plain description wasn't landing. Each edit made sense in the moment. None of them get revisited.
The fix ships as a command: /doctor, aliased /checkup, which scans your skills, CLAUDE.md, and system prompts and suggests what to cut. That beats hand-auditing hundreds of lines you wrote eight months ago and forgot the reasoning behind.
That diagnosis is sharper than the fix itself. Prompt rot happens when a system prompt and a skill file give contradictory orders, one saying don't add comments, another saying document as needed. The model isn't underpowered, it's getting conflicting orders from two places at once. I have that same collision in my repo, a CLAUDE.md rule on type hints that disagrees with a skill file.
It also wants tool-usage examples out of the system prompt entirely. Design expressive tool names and parameters instead, and swap markdown specs for executable references like test suites and scoring rubrics. CLAUDE.md's job shrinks to what would actually surprise the model, the codebase gotchas, not facts it can already read.
"No measurable loss on coding evals" describes Anthropic's evals on Anthropic's harness, not mine or yours. Run /doctor, keep the diff, and test the removal against a task where you already know the right answer before deleting anything for good. The direction is right. The size of the cut is theirs to prove.
Each link below shares sources, entities, or timing with this story.
Everything you learned about prompt engineering in 2025 is now technical debt sitting in your repo. Anthropic published the new rules of context engineering for Claude 5 generation models on Opus 5's launch day, and the headline number is brutal: they removed over 80% of Claud...
For two years the technique was accumulation. Longer system prompts, longer CLAUDE.md, more numbered do/don't lists, more "always verify your work" imperatives. Anthropic's context-engineering guidance for Claude 5 models inverts it, with an 80% deletion figure attached. The s...
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...
If you've used Claude Code for any serious session, you know the drill. Approve. Approve. Approve. Approve. You stop reading the prompts after the fifteenth one. That's the worst possible security outcome, way worse than a well-designed automated check. Anthropic launched auto...
Anthropic commissioned the independent evaluator to test 72 injection scenarios, held out from Anthropic, each run 10 times against Fable 5, Opus 5, and Sonnet 5 as of July 17. Clean sweep. TechCrunch has the details. A third-party held-out eval is a much stronger claim than i...
Y Combinator CEO Garry Tan open-sourced GStack and the repo hit 10,000 GitHub stars in 48 hours. That makes it one of the fastest-growing dev tools of 2026. GStack is a 23-tool MIT-licensed toolkit that turns Claude Code into role-based agents: CEO, Designer, QA, Release Manag...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.