Fetching from the wire…
Public story · 2026-09-10 · high
An audit tool cut cost 73% on one benchmark by deleting rules like "double-check your work," and Anthropic wants users hunting for those lines too.
Why now: Anthropic published the cost breakdown on September 8, and it wants users pointing that same audit at their own files.
Anthropic's platform post, published September 8, names six prompt anti-patterns that tax every request. The list starts with verification rituals like "double-check your work" and thoroughness boosters like "be maximally thorough." It also names mandatory scratchpad steps, stale few-shot examples, contradictory rules, and dated settings like hand-tuned thinking budgets.
A reader on r/ClaudeAI tested the claim on their own rule files. They found 66 instances of "must" and 54 of "never" across 120 total rules. There was no way to tell which ones were load-bearing and which were leftover habit. Anthropic's own /claude-api prompt-audit tool found the answer for its test set. Cutting the dead weight lowered cost 14.6% and raised accuracy 5.3% on average, with a 58% cost drop on LegalBench and 73% on tau2-bench retail.
That 73% number is the one to sit with. It means most of the tokens in that prompt weren't doing anything except making the model rehearse instructions it already follows without being told.
I've written every one of these lines myself. "Think step by step before you answer" measurably helped when Sonnet 3.5 shipped. It went into a file, then the next file, then the one after that. Nobody deletes prompt text, because deleting feels like pulling a safety net right before the model does something dumb.
Sebastian Raschka's newsletter passed along the same advice from a colleague and the Claude Code lead. Archive old AGENTS.md and SKILL.md content outright. Newer models understand a task well enough that old descriptions box them into worse answers than they'd find alone. His exception is the one worth keeping: skill files that save a real rediscovery cost, like where the deploy script lives.
The move is an audit, not a rewrite. For every rule, ask if it encodes a fact the model can't know on its own, or just an attitude you wanted it to have. Keep the facts, cut the attitudes, then run your own eval both ways, since Anthropic's percentages come from their benchmarks, not yours.
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...
This one changed how I'm spending my week. Anthropic's July 24 context-engineering post says they removed over 80% of Claude Code's system prompt for Opus 5 and Fable 5 with no measurable loss on coding evals. They call it "unhobbling" — stripping guardrails and rules that new...
Anthropic released Claude Fable 5.1 on September 1. Claude Code v2.1.257 made it the default Fable model at 17:53 UTC that day, with a 1M-token context window, $10 per million input tokens, $50 per million output, and $0.25 per million on cache reads (claude-code CHANGELOG). B...
1. Flip your multi-model pipeline to review-then-generate. Instead of using a reasoning model to plan before code generation, let the specialist generate freely and use reasoning tokens for review. Paper shows 90.2% pass@1 vs 87.2% for the planning pattern. Source 2. Audit you...
Stanford's Denisov-Blanch group built a maturity model for AI adoption scored entirely from artifacts already in version control, applied it to 441 repositories, and found something I've been assuming without evidence. RAMP is a four-level model derived only from committed AI...
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...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.