Fable 5.1 is more likely to produce high-density long-form writing with longer sentences and fewer paragraphs. At the application layer, explicitly prohibit “using rhetoric instead of direct statements,” while also giving Agents clear progress, batched tool-call, and completion criteria.
Suitable tasks: Long reports, code Agents, and research and file-editing tasks that require multiple rounds of tool calls.
Unsuitable tasks: Treating a single writing constraint as fact verification; correctness outside writing style still requires independent checking.
Applicable model version: Claude Fable 5.1.
Applicable clients, Agents, or APIs: Claude API, self-built tool-calling harnesses, and Agent clients that can display progress text.
Recommended reasoning levels and parameters: The official recommendation is to establish a baseline with the default high, then run your own evaluations with low, medium, xhigh, and max; for long outputs, reserve max_tokens for the final answer.
Short excerpt from the official source (kept within a reasonable quotation limit):
Please remove all mannered prose.The following is an English version rewritten according to the official definition, ready to place in a system prompt or user message; it is not the official verbatim text:
Writing constraint: Remove all mannered prose.
When a direct, literal, and accurate phrasing is available, do not use metaphors, ornate wording, or extra rhetoric for the sake of displaying a writing style.
Prefer short sentences and clear paragraphs; do not make readers guess the meaning of a metaphor to understand the conclusion.Additional Agent prompt for long tasks (organized from the official patterns on the same page, not a verbatim quotation):
Before starting, explain in one sentence what you will do; during the work, provide brief progress updates at key stages.
First privately list all independent information needed for the next steps, then request all tool calls that do not depend on one another in the same round.
Do not end the task before it is complete; afterward, provide a self-contained summary covering findings, completed items, verification results, and next steps.
When editing an existing file, modify only the lines required by the task; unless genuinely necessary, do not rewrite the entire file.First compare high, medium, and xhigh on the same task set, recording completion rate, total tokens, latency, and the amount of manual rework.
Placing “remove mannered prose” in the user message generally makes local control easier; put it in the system prompt only when global consistency is needed.
For Agents with tools, add a batching reminder at the end of the current request; only independent calls should run in parallel, while dependency chains should still execute in result order.
For coding tasks, also specify scope, acceptance criteria, and the “do not rewrite the entire file” constraint to avoid costly unrelated changes.
The official page’s Writing density section explicitly states that Fable 5.1’s sentences may be longer and spacing between paragraphs may be tighter, and defines mannered prose as “replacing direct statements with metaphors and embellishment.”
The same section provides both a longer explanatory prompt and the short version Please remove all mannered prose.; this article retains only the short version verbatim and presents the longer version as an English adaptation.
The same dedicated page also gives three behavior directions directly related to prompting: add user-visible progress during long tool chains, batch independent tool calls in Agent loops, and ensure that the model completes the entire task rather than only describing the next step.
The official documentation requires rerunning an effort sweep with your own evals; accordingly, this article does not claim that any one level is optimal for all tasks.
“Remove mannered prose” controls only writing style; it does not guarantee factual accuracy, complete citations, or defect-free code.
The official page discusses behavioral trends for Claude Fable 5.1; they cannot be directly inferred for other Claude models or the UI presentation of different clients.
Batched tool calls depend on the tool definitions, call results, and the harness’s concurrency capabilities; operations with ordering dependencies or side effects should not be run in parallel.
“Do not rewrite the entire file” is a constraint intended to reduce token use and diff noise; if migration, formatting, or new-file generation itself requires a full write, that constraint should be explicitly overridden.
“Please remove all mannered prose.”
The page organizes model behavior into sections covering effort, progress updates, tool calls, writing density, and task completion, making it suitable as a checklist for Agent system prompts.
Claude Fable 5.1