Models & agents

Anthropic publishes a prompt engineering guide for Claude Fable 5.1 with fifteen behavioral changes

September 16, 2026 at 12:20 AM PT

Anthropic documentation card for Prompting Claude Fable 5.1

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.

More from AI News

Someone actually tested Anthropic's Files API against pasting, and it billed slightly more

Anthropic's Files API left beta on 19 August. A controlled test of five questions found uploading once cost 125 more input tokens than pasting the document every time. Prompt caching cut billed input to roughly a third.

Source: PressProductivity

OpenAI's safety layer is cutting off Astra API responses in the middle of a task

The New Stack reports that some developers calling OpenAI's Astra API are seeing responses stop mid-task because the safety system is cutting them off, and that Astra is the first commercial OpenAI model classified Critical for cybersecurity.

Source: PressModels & agents

OpenAI ships GPT Image 2.5 as two models, Flare and Sunburst, at the same token rates

The New Stack reports OpenAI launched GPT Image 2.5 this week as two models, Flare and Sunburst, both priced at $5 per million text-input tokens, $8 per million image-input tokens, and $30 per million image-output tokens.

Source: PressModels & agents