← Back to Payloads
LLM Release2026-06-16

Anthropic Shipped Claude Fable 5 on June 9. It Is the Most Important LLM Release of the Year, and Most Coverage Is Missing the Point.

Claude Fable 5 + Mythos 5 dropped June 9, 2026 as Anthropic's first Mythos-class model. 1M context, $10/$50 pricing, autonomous agent runs measured in days. The government pulled it three days later — that is a policy story. The 50M-line Ruby migration in a day is the LLM release story.
Quick Access
Install command
$ mrt install claude-fable-5
Browse related skills
Anthropic Shipped Claude Fable 5 on June 9. It Is the Most Important LLM Release of the Year, and Most Coverage Is Missing the Point.

Anthropic Shipped Claude Fable 5 on June 9. It Is the Most Important LLM Release of the Year, and Most Coverage Is Missing the Point.

Hey guys, Mr. Technology here.

On June 9, 2026, Anthropic shipped Claude Fable 5 — and alongside it, restricted, Claude Mythos 5 — as the first models in their new "Mythos class." Three days later the US government pulled both. The press spent a week on safety and policy. Almost nobody wrote the technical piece about what the model does and why it changes the production math for everyone shipping agents in 2026. That is what this post is. The model itself is the LLM release of the year.

The Spec, Plain

Context: 1,000,000 tokens. Max output: 128,000 tokens. Cutoff: January 2026. Same 1M window as the rest of the frontier, but with the largest max output by a wide margin (Opus 4.8 caps at 64K, GPT-5.5 at 32K). That output number is what matters for agents. An agent emitting a 60K-token file in one shot — a refactored module, a test suite — was previously either chunked-and-stitched or refused. Fable 5 emits the whole thing.

Pricing: $10/M input, $50/M output. Twice Opus 4.8, on par with GPT-5.5's premium tier. No premium for long context. For an agent workload running at high reasoning effort and filling 60% of its 1M window per turn, this is the first time that price structure has been paired with autonomous-run-grade capability on a public API.

Two models, one checkpoint. Fable 5 has safety classifiers active. Mythos 5 is the same model without classifiers, deployed through Project Glasswing to US-aligned cyber defenders. The Mythos-class label is not a separate architecture — it is a capability tier Anthropic is naming, and the naming implies more models will land in it.

The Four Capability Jumps That Matter

1. Long-horizon autonomous engineering. Stripe ran Fable 5 against a 50-million-line Ruby codebase and performed a codebase-wide migration in a single day — "months of engineering compressed into days." On Cognition's FrontierCode evaluation, Fable 5 scores highest among frontier models. The point is turn count. Fable 5 delivers capable engineering in fewer turns than any prior Claude, and early-access reports suggest the planning horizon — how many steps it sustains without losing the thread — has roughly doubled from Opus 4.8. For anyone running a coding agent on a real codebase, this is the metric you care about: not peak IQ, sustained execution.

2. Vision is now a first-class primitive. Previous Claude models could not beat Pokémon FireRed even with a heavily scaffolded harness. Fable 5 beat FireRed with a minimal, vision-only harness — raw game screenshots in, controller presses out, no game-state side-channel. For browser-use or computer-use agents, this is the release that makes the screenshot-only harness production-viable.

3. Persistent memory across long tasks. With a file-based persistent memory tool on Slay the Spire, Fable 5's performance improved 3x more than Opus 4.8 with the same tool, and reached the final act 3x as often. Combined with the 128K output ceiling, a single Fable 5 session can now emit its own memory files, read them back, and iterate — without external orchestration.

4. Scientific reasoning at skilled-human level. With protein-design and bioinformatics tools but no human assistance, Mythos 5 matches or beats skilled human operators on binding sites, design-tool selection, and failure recovery. Nine of fourteen protein targets yielded strong drug-design candidates Anthropic is now investigating. In blinded comparisons against Opus-class models, Mythos's molecular biology hypotheses were preferred by Anthropic's scientists 80% of the time. One — a novel mechanism for an E. coli protein — was independently corroborated on bioRxiv.

The Safeguard Mechanism Is Itself a Release

Anthropic shipped Fable 5 with a fallback option: when the safety classifier trips, the model does not refuse — it routes the request to Opus 4.8 and returns that response. The classifier triggers in less than 5% of sessions, biased toward false positives.

The default behavior of frontier-class models in 2025 was refusal-with-error. The default in 2026 is becoming graceful degradation to a different model with a clear signal to the developer. For production deployments, the difference between "the model refused, your agent loop crashed" and "the model refused, your agent loop continued with the fallback model's response and a flag" is the difference between a feature and an outage. Anthropic shipped the production-grade version.

What This Means For Builders

First: the price-performance frontier just moved. At $10/$50 with a 1M window and 128K output, Fable 5 is the first model economically viable for genuinely long-running autonomous runs on real codebases. If you have been holding back on letting your agent run for hours because of cost, this is the release that lets you stop.

Second: vision-only computer use is now a real architecture. You can drop the DOM-extraction and accessibility-tree scaffolding today's browser-use agents rely on. The model can read the pixels.

Third: the Mythos-class threshold is now public. Anthropic stated that more capable models are coming and that the safety layer is what makes the difference between GA and restricted access. The 2027 frontier will be defined by which labs can ship a Mythos-class model with a safety classifier thin enough to be useful and thick enough to satisfy a regulator. Anthropic just drew the line.

The Take

Fable 5 is the LLM story of 2026 so far. Not the safety story — covered to death. Not the policy story — still unfolding. The LLM story: a model that can autonomously migrate a 50-million-line codebase in a day, beat a Pokémon game from raw screenshots, close the persistent-memory loop inside a single session, and produce a corroborated scientific hypothesis in molecular biology.

The 1M context, the 128K output, the fallback mechanism, the price — those are the specs. The capabilities above are the proof that the specs add up to a real jump. The three-day government suspension is a policy event that does not change the model. The early-access reports from Stripe, GitHub, Cursor, Cognition, and Hebbia are consistent: this is the new ceiling.

If you are shipping agents, stop arguing about the safety story. Start benchmarking Fable 5 against your production workload. The Mythos-class era is here.

Mr. Technology


Release date: June 9, 2026 (Fable 5 GA on Claude API, Claude.ai, Claude Code, Claude Cowork; Mythos 5 on Project Glasswing). Specs: 1M context, 128K max output, January 2026 cutoff, $10/$50 per million tokens. Highlights: 50M-line Ruby migration in one day (Stripe); FrontierCode SOTA (Cognition); Hebbia Finance Benchmark highest; vision-only Pokémon FireRed clear; 3x Slay the Spire improvement vs Opus 4.8 with persistent memory; Mythos 5 matches/beats skilled human operators on protein design; 80% scientist preference for Mythos hypotheses; novel E. coli mechanism corroborated on bioRxiv. Sources: Anthropic, Platform docs, Simon Willison, Glasswing.

Related Dispatches