TheVibeFounder. Resource · Field Guide
Field Guide · The system prompt, decoded

What Anthropic tells
Fable 5 to do.

Every Fable 5 chat runs on a ~25,000-word operating manual — persona, ~30 tools, and pages of safety rules. A copy surfaced in a public "system prompt leaks" repo. Here's what it reveals about how the model actually behaves, and what it teaches you about writing your own. It's Anthropic's document, so we quote only short excerpts and link the full source.

Length — ~25,000 words Token budget — 190K, declared Tools — ~30, defined inline Source — public GitHub
The 30-second version

What it actually is

01

Mostly rules, not personality

The "character" everyone talks about is a sliver of the document. The bulk is tools, safety, and formatting discipline — roughly 25,000 words, with a 190,000-token budget declared in the very first lines.

02

A whole agent OS

Around 30 tools are defined right in the prompt: a bash shell, web search and fetch, persistent memory, search over your past chats, file creation, artifacts, data-viz, and third-party connectors. Behavior and capability live in one document.

03

Safety is specific, not a vibe

There's no "just be safe." Instead, concrete, separately-scoped rules for child safety, weapons, drugs, malware, self-harm, disordered eating, and medical/legal advice — each with hard do's and don'ts.

04

Told to distrust its own memory

On Anthropic's own products, it's instructed to search the live docs before answering — because the prompt itself goes stale. A model told, in writing, not to trust what it thinks it knows.

By the numbers

The shape of it

Total lengthThe full operating manual
~25,000 words
Token budgetDeclared in the opening lines
190,000
Tools defined inlinebash, search, memory, artifacts…
~30
Space given to "personality"The rest is tools + safety + format
a sliver

The takeaway isn't the vibe — it's the discipline. The most capable model on earth ships with more pages of what not to do than of who to be.

The parts that surprised us

Rules you wouldn't expect

01

It fights formatting, hard

Multiple passages tell it to avoid bullets, headers, and heavy bold, and to write prose — even that a list should read as "some things include: x, y, and z" inside a sentence. The model famous for bullet soup was explicitly told not to.

02

The guardrails have guardrails

The most interesting rules are meta. On sensitive requests: if it notices itself reframing a request to make it acceptable, that noticing is the cue to refuse — not a reason to proceed.

03

Don't narrate the boundary

When it declines, it's told to state the principle, not the detection mechanics — because explaining exactly where the line sits teaches people how to reframe around it. It applies that even to its own reasoning.

04

One question, never in a list

Small behavioral tells: at most one question per response, and never bullet points when declining a task — because the extra care "softens the blow."

For the builder

What it teaches you about prompting

01

Tone is a set of rules, not a wish

"Be warm" does nothing. Anthropic spells out enforceable behaviors: warm but willing to push back, one question max, minimal formatting, no cursing unless matched. Write your prompts as behaviors, not adjectives.

02

If you want prose, fight for it

Even the world's most-polished prompt spends paragraphs suppressing lists and bold. If your outputs are bullet soup, a one-liner won't fix it — you have to over-specify the format you actually want.

03

Real guardrails are specific + meta

Vague "be safe" loses. What works: concrete per-domain do's and don'ts, plus meta-rules about the model's own reasoning — the "if you're reframing it to make it OK, refuse" pattern.

04

Tell agents to verify, not recall

The single most portable idea here: instruct your agent to go check the live source instead of trusting stale internal knowledge. Anthropic does exactly this for its own products — so should you.

The one line to keep
The smartest model on earth
runs on 25,000 words of rules.
The source · read it yourself

Read the full prompt on GitHub

We kept the quotes short and did the analysis in our own words. The complete system prompt lives in a public repository — read the original there and judge for yourself.

Anthropic / claude-fable-5.md
Public GitHub · asgeirtj/system_prompts_leaks