Fetching from the wire…
Public story · 2026-09-26 · high
A companion post finds an 11x cost swing on identical tasks, driven entirely by whether the prompt cache stays warm.
Why now: Shihipar posted the effort breakdown on September 25; the accompanying cost math and caching paper make the same case with independent numbers.
Cranking Claude's effort to max costs 3x the tokens without a smarter plan, per Thariq Shihipar's post on claude.dev.
That's because effort mostly buys verification. It rarely produces a smarter approach. On Terminal-Bench 3.0, Fable 5.1 used a median 73,000 tokens per attempt at low effort and 222,000 at max.
The score gains cluster in verification-heavy categories. Security accuracy went from 64% to 87%, hardware climbed to 75%, up from 34%. Tasks where the initial approach was already right barely moved.
Shihipar's suggested workflow starts with interviewing Claude against a spec, moves to implementation on low effort, and saves /effort high for verification and test writing. I've been running something close to this by accident for months without knowing why it worked. Low effort with a good spec produces code fast; high effort review catches the edge cases I miss.
The corollary is sharper. When a failure survives high effort, the spec was the problem. More thinking doesn't invent requirements nobody stated.
A companion cost breakdown from Addy Osmani puts numbers on that cache sensitivity. Opus 5.5 runs $4/$20 per million input/output tokens, with cache reads at $0.20 per million. A 40-turn task whose context balloons to 120K tokens from a 20K start resends about 2.8 million tokens total. At a 96% cache hit rate that costs $0.99; with no caching it's $11.20, an 11x swing on identical work.
Osmani's advice: /compact before a break, /clear between unrelated tasks, batch tool calls, and raise effort before switching to a bigger model. The same cache lesson shows up in research. The CAR-bench Track 2 winner served 78% of input tokens from cache using a byte-identical static prompt with per-task state appended at the end, versus 73% during development when prompt edits kept resetting it. Freezing the prefix and appending volatile state last is a five-minute change for most harnesses.
Each link below shares sources, entities, or timing with this story.
Per-token prices went down at both labs. Subscriptions are draining faster at both labs. Those aren't in tension once you look at token counts. On the OpenAI side, r/OpenAI collected reports from Linux.do and NodeSeek alleging Astra consumes more Plus quota than its published...
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...
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...
Sony Music Publishing and Warner Chappell filed August 28 in the Northern District of California against Anthropic, CEO Dario Amodei and co-founder Benjamin Mann, over what they call a "brazen campaign of illegally torrenting, scraping and downloading copyrighted works on a ma...
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...
The announcement describes the same underlying model at two safeguard levels: Fable generally available, Mythos restricted to vetted cybersecurity and life-sciences organizations, currently US-only. Fable 5.1 scores 52.6% on Terminal-Bench-Science 0.1 (against 24.7% for Fable...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.