The argument in one line.
Anthropic shipped its most capable model yet as two separate products -- Fable 5 for everyone and Mythos 5 for vetted cybersecurity operators -- using real-time AI classifiers rather than a hard capability cap to draw the line between them.
Read if. Skip if.
- You use Claude on an API or enterprise plan and need to know whether the price jump to Fable 5 is worth it.
- You work in cybersecurity, biology, or research and want to understand exactly what the Mythos guardrails block.
- You are following the frontier model race and want a plain-English breakdown of Anthropic's benchmark claims.
- You need to explain the Fable 5 vs Mythos 5 distinction to a team or client.
- You already read the full Anthropic system card and risk report yourself.
- You want deep technical detail -- this is a commentary walkthrough, not an engineering explainer.
The full version, fast.
Anthropic launched Claude Fable 5 as the new flagship available to everyone, and Claude Mythos 5 as the same underlying model without guardrails, restricted to vetted cyber defenders via the trusted access program. Fable 5 costs $10/million input and $50/million output tokens -- double Opus 4.8 -- but Anthropic claims it is more token-efficient, so real-world cost may be closer to 1.5x. The key innovation is a classifier layer that intercepts queries related to cybersecurity, biology, chemistry, and distillation and routes them to Opus 4.8 instead; this fallback triggers in fewer than 5% of sessions. Fable 5 also introduces 30-day mandatory data retention for all Mythos-class traffic on first and third-party surfaces, framed as a safety audit mechanism rather than training data collection.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · What you are actually getting
The Fable 5 / Mythos 5 split explained: same model, different guardrails.

02 · The safeguard logic
Why Anthropic shipped with classifiers rather than releasing Mythos directly; the Opus 4.8 fallback and the less-than-5% trigger rate.

03 · Pricing
$10 input / $50 output per million tokens -- double Opus 4.8, less than half the Mythos preview price.

04 · Benchmarks
SWE-bench pro 80% vs 69%, agentic coding 29.3% vs 13.4%, frontier code accuracy vs cost curve, effort-level sweet spot at extra high.

05 · Real-world claims
Stripe's 50M-line Ruby codebase migration in one day; token efficiency argument; cost curve by effort level.

06 · Vision and long context
Pokemon FireRed completion with minimal harness; Slay the Spire build with persistent file memory at 3x Opus 4.8 improvement.

07 · Biology and research
Novel molecular biology hypotheses, drug design, genomics research assembled from single-cell data.

08 · Safeguards in depth
Classifier architecture, jailbreak handling, offensive cyber evaluation graph (Fable 5 at 0% vs Mythos 5 at 88.4% on Firefox), external bug bounty: zero universal jailbreaks in 1000+ hours.

09 · Data retention policy
30-day mandatory retention for all Mythos-class traffic; no training use claim; access logging and deletion after 30 days in almost all cases.

10 · Wrap
Summary of what giving everyone Mythos actually means: guardrails on cybersecurity, biology, distillation only; everything else is open.
Lines worth screenshotting.
- Fable 5 is Mythos 5 with classifiers, not a watered-down model -- the underlying weights are identical.
- The classifier fallback to Opus 4.8 triggers in fewer than 5% of Fable 5 sessions, so most users will never see it.
- Fable 5 costs $10/$50 per million input/output tokens -- more than double Opus 4.8 -- but claimed token efficiency may close the real-world gap to roughly 1.5x.
- On SWE-bench pro, Fable 5 scores 80% vs Opus 4.8 at 69% -- an 11-point jump in a single generation.
- Agentic coding nearly doubled: 29.3% for Fable 5 vs 13.4% for Opus 4.8.
- At the extra high effort level, frontier code accuracy plateaus while cost spikes from $12 to $20 -- extra high is the efficiency sweet spot, not max.
- Stripe completed a codebase-wide migration of 50 million lines of Ruby code in one day that would have taken a full team over two months by hand.
- Mythos 5 succeeds on offensive cyber tasks (Firefox exploits) 88.4% of the time; Fable 5 is blocked at 0% by its classifiers.
- An external bug bounty found zero universal jailbreaks in over 1,000 hours of testing -- the classifiers held.
- Anthropic now requires 30-day data retention on all Mythos-class model traffic, on both first and third-party surfaces.
- The data retention policy is framed as a safety audit mechanism, not training data -- Anthropic claims it will not use the data to train new Claude models.
- Fable 5 beat Pokemon FireRed with only raw game screenshots and no extra navigation tools added to the harness.
- Long context degradation seen in 4.7/4.8 appears fixed -- Fable 5 reportedly stays focused across millions of tokens.
The real cost of Fable 5 is context, not just tokens.
Fable 5 is priced double Opus 4.8, but the classifier fallback, effort-level curve, and token efficiency claims all shape what you actually pay and what you actually get.
- The extra high effort level is the efficiency sweet spot for Fable 5 -- going to max adds significant cost with marginal accuracy gains on the frontier code benchmark.
- Token efficiency matters more than the per-token rate: if Fable 5 solves a task in fewer tokens than Opus 4.8, the 2x price may not translate to a 2x bill.
- The classifier fallback means fewer than 5% of sessions are affected -- if you are not working in cybersecurity, biology, chemistry, or distillation, the guardrails are largely invisible.
- Benchmarks comparing Fable 5 to Opus 4.8 are both from Anthropic -- apply the same skepticism discount to both sets of numbers before drawing conclusions.
- The 30-day data retention policy is a new operational reality for anyone using Mythos-class models: all traffic is logged and held for audit, even on third-party API surfaces.
- Long-context reliability appears to be restored after the 4.7/4.8 regressions -- tasks requiring millions of tokens of maintained context are worth re-testing on Fable 5.
Terms worth knowing.
- Mythos class
- Anthropic's highest-capability model tier, above Opus. Fable 5 and Mythos 5 are both Mythos-class models; they differ only in whether safeguard classifiers are active at inference time.
- Classifier
- A separate AI system that runs in parallel with the main model, inspecting queries for potential misuse. When triggered, it routes the response to a safer fallback model (Opus 4.8) rather than letting Fable 5 respond.
- Jailbreak
- An adversarial prompt designed to bypass a model's safety constraints -- for example, an email subject line crafted to trick an AI agent into leaking inbox contents to an attacker.
- Uplift
- The degree to which an AI model increases a malicious actor's capability to cause harm beyond what they could do alone. Anthropic uses this term to justify restricting Mythos 5 access to vetted operators.
- SWE-bench pro
- A software engineering benchmark that measures an AI model's ability to resolve real GitHub issues autonomously. Widely used as a proxy for agentic coding capability across frontier models.
- Project Glasswing
- Anthropic's vetted-access program that grants cybersecurity defenders and critical infrastructure providers access to Claude Mythos 5 -- the version without the classifier guardrails.
- Distillation
- In Anthropic's classifier context, attempts to extract or replicate a model's behavior in ways that could circumvent safety controls. One of the four topic categories (with cybersecurity, biology, and chemistry) that triggers a fallback to Opus 4.8.
Things they pointed at.
Lines you could clip.
“Fable five is Mythos with significant guardrails.”
“Stripe compressed months of engineering into days in a 50-million-line Ruby codebase.”
“Mythos five succeeds on Firefox exploits 88.4% of the time. Fable is at zero.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
Anthropic announced two models at once -- and the naming is deliberately confusing. What most users are getting is Fable 5, a Mythos-class model with safety classifiers baked in. Mythos 5 itself is the same weights, minus the guardrails, available only to vetted cybersecurity operators.






































































