Fetching from the wire…
Public story · 2026-09-02 · high
A new beta flag returns progress lines from long tool-using turns without exposing the reasoning behind them.
Why now: Anthropic's documentation update is part of the coverage tracked as of September 2, 2026.
Anthropic added a thinking.display option that returns the short progress updates a model writes between tool calls during a long agentic turn. Set it to "updates" and you get status text back while the underlying reasoning stays hidden, per Anthropic's thinking documentation. The feature sits behind the beta header thinking-display-updates-2026-08-18.
The default setting is omitted, and that's the trap. Fable 5.1 still writes these progress lines internally between tool calls, but under omitted they come back as empty thinking blocks. If your agent runs a multi-step tool chain, the user watching it stares at nothing for however long the turn takes, even though the model was narrating the whole time. Switch to updates and any thinking block with non-empty text is a status line safe to render straight to the UI.
There's a catch worth planning around: Fable 5.1 writes fewer of these updates than Fable 5 did, and the gap widens at high reasoning effort. A model spending more tokens thinking harder produces less narration to show for it. If your product depends on that narration, that is, a progress indicator, a running commentary panel, anything that reassures a user the agent hasn't stalled, don't assume the model will fill it in on its own. Ask explicitly in the system prompt for an opening line and periodic updates during long tool sequences.
What the documentation doesn't say is how much output overhead the updates add per turn, or whether the frequency gap between Fable 5.1 and Fable 5 narrows at lower effort settings. Worth testing before you wire this into a production agent UI.
Each link below shares sources, entities, or timing with this story.
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...
Anthropic shipped Fable 5 on June 9. Willison spent ~5.5 hours stress-testing it: slow and expensive, but it handled everything he threw at it, including agentic coding. (Simon Willison) The tell that it's a real working model and not a benchmark queen: because it post-dated A...
paddo.dev makes the most contrarian read: the letter's substance isn't openness but paragraph nine, defending distillation as "a widely used technique for model improvement" and urging policymakers against "conflating legitimate model development techniques with misappropriati...
Viral r/ClaudeAI and r/singularity claims that Anthropic's frozen Fable 5 had quietly returned were debunked on June 25: staff said zero Fable/Mythos traffic is being served and model-picker sightings were a UI bug. A clean confirmed-vs-rumored data point, and a reminder of ho...
This one's been building for days and it crystallized this week. Per The Register, the incident behind the US export-control block on Anthropic's Fable 5 and Mythos 5 wasn't a jailbreak or a guardrail bypass. It was a plain three-word prompt, "fix this code," run against CVE-l...
Anthropic moved the 1M token context window to general availability for Opus 4.6 and Sonnet 4.6 at standard pricing. Auto-activates for requests over 200K tokens. Media limit increased from 100 to 600 images/PDFs per request. The new thinking.display: 'omitted' flag for stream...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.