Anthropic publishes a prompt engineering guide for Claude Fable 5.1 with fifteen behavioral changes
Image: Anthropic
Why it mattersA team on Fable 5.1 that keeps its Fable 5 prompts will see agents go quiet during long tool chains, issue one tool call per turn, and rewrite whole files for small edits, and the fix is a change to the system prompt rather than a model swap.
Anthropic published a prompt engineering guide for Claude Fable 5.1 that lists fifteen behavioral differences from Fable 5 and pairs each one with a specific prompt fix, an API setting, or both. It is a diagnostic document: each section opens with a symptom a team building on the model would notice, then says what to change.
The fifteen behaviors
Anthropic groups them by where they show up. Effort levels: Fable 5.1 gains capability across all levels, largest at higher settings, and at low it calls search and retrieval tools less often, so runs that relied on that at low effort need a nudge. Agent loops: the model may issue one tool call per turn in custom coding agents, bash-and-editor harnesses, and computer use, where Fable 5 issued them in parallel. Progress updates: the model writes fewer user-facing notes during long tool chains, so a user sees the agent go quiet for minutes.
Conversation history: Fable 5.1 requires the message array to stay append-only and returns bound to a different conversation when a harness edits earlier turns. Writing style: prose runs longer and denser by default. Formatting: chat replies carry less structure than the content sometimes needs. Retrieval: summaries reproduce source wording without marking it as a quotation. Task completion: turns end before the work is done, or the model asks permission for work the user already requested.
The rest of the list covers compaction summaries dropping constraints, unrequested fixes and extra test files, safeguard false positives that return stop_reason: "refusal" on benign coding requests, whole-file rewrites for small changes, long deliverables at xhigh and max hitting max_tokens, lead agents idling while subagents run, and vision answers on dense images missing detail.
The prompts and headers Anthropic prescribes
Each section has a concrete fix. For tool-call batching, Anthropic gives a one-sentence nudge that goes into a turn-scoped system message: "First privately list what you need next; then request every item that doesn't depend on another's result in this one response." The nudge sits behind the mid-conversation-system-clear-at-2026-08-21 beta header, so the API clears earlier copies once a later user message exists and only the newest one costs tokens.
For progress updates, Anthropic says to first check whether the client is receiving them at all. The model's short between-call notes come back as progress-update thinking blocks, which are empty under the default thinking.display of "omitted". The fix is to set display: "updates" under the thinking-display-updates-2026-08-18 beta header and render each non-empty thinking block as a status line. Anthropic also warns to audit system prompts for lines like "hold all findings for the final response" that Fable 5 needed and Fable 5.1 does not.
The one that costs teams the most
Whole-file rewrites are the section with the largest dollar impact for a codebase agent, because Fable 5.1's default is to rewrite a file that Fable 5 would have touched with a few edits. Anthropic gives a targeted-edits instruction to add to the system prompt, and notes that the change is worth measuring against a real edit workload before deciding whether to keep it.
The guide reads as a list of things Anthropic learned in the two weeks after Fable 5.1 shipped, written down before those quirks became folklore. Every fix is a system prompt line or a header, so adopting them is measured in minutes rather than a code migration. The bar for a team is whether the fix improves their own evals: Anthropic asks teams to rerun effort-level sweeps against their own tasks rather than trust the guide's claims.
Source
Prompting Claude Fable 5.1, Anthropic docs. Coverage: Anthropic Shares Power Prompts That Improve AI Results, Roger Montti, Search Engine Journal, 15 September 2026.
Source: Anthropic
This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.
Get AI News in your inbox
New developer tools, model and agent releases, and how teams are actually shipping with them. Short, and only when there is something worth reading.


