TL;DR
Anthropic shipped two names for one architecture on June 9, 2026. Here is what separates Fable 5 from Mythos 5, who can actually get unrestricted access, and what developers should do right now.
Read next
Claude Opus 4.8 looks like a benchmark bump, but the developer story is better honesty, dynamic workflows, and effort controls that make long-running agent work easier to review.
8 min readTwo platforms, two philosophies. Here is how Anthropic and OpenAI compare on APIs, SDKs, documentation, pricing, and the actual experience of building with each.
8 min readFour agents, same tasks. Honest trade-offs from a developer shipping production apps with all of them.
10 min readOn June 9, 2026, Anthropic released two models in a single announcement: Claude Fable 5 and Claude Mythos 5. Most of the developer internet latched onto Fable 5 - the one you can actually use today. But the more consequential story is Mythos 5, which Anthropic is keeping behind a government-coordinated access program for reasons that go well beyond competitive moat claims.
Last updated: June 10, 2026
Start with the naming. Anthropic says it plainly in the announcement post: "It's the same underlying model as Fable 5, but with the safeguards lifted in some areas." The names come from Latin: fabula means "that which is told" and mythos is the Greek root. Fable is the version Anthropic was willing to tell the world. Mythos is what the model actually is.
The "Mythos-class" designation is a tier above Opus. Claude Mythos Preview shipped in April through Project Glasswing. Fable 5 and Mythos 5 are the next step in that class, both priced at $10 per million input tokens and $50 per million output tokens - less than half the price of Mythos Preview.
So why two names? Because the capabilities of the underlying architecture are too dangerous to release without constraints. Fable 5 runs the same weights as Mythos 5, but wraps them in a layer of classifiers that intercept and downgrade certain categories of requests to Claude Opus 4.8. Mythos 5 has those classifiers partially or fully removed, depending on the access tier.
The difference is not about model quality. It is about what the model is allowed to do.
Project Glasswing launched in April alongside Mythos Preview. It is a coordinated program - built in collaboration with the US government - to put the model's cybersecurity capabilities in the hands of defenders before attackers can adapt.
As of June 9, Mythos 5 is available to:
Anthropic confirmed a broader trusted access program is coming - one where cybersecurity organizations can apply more systematically rather than waiting for individual invitations.
A separate biology trusted access track is also in preparation (covered below). The two programs have different eligibility criteria and different safeguard configurations.
Here is exactly what the classifiers do and why Anthropic structured it this way.
| Feature | Fable 5 (General Access) | Mythos 5 (Trusted Access) |
|---|---|---|
| Cybersecurity exploitation | Falls back to Opus 4.8; user notified | Lifted for Glasswing partners |
| Biology and chemistry | Falls back to Opus 4.8; user notified | Lifted for biology trusted access |
| Distillation detection | Falls back to Opus 4.8; user notified | Documented behavior |
| Frontier AI dev (LLM training) | Silently degraded (see below) | Undocumented |
| Session fallback rate | Less than 5% of sessions | N/A |
| Pricing | $10 in / $50 out per M tokens | $10 in / $50 out per M tokens |
| API model ID | claude-fable-5 | Restricted |
The fallback mechanism is relatively user-friendly for most categories. When Fable 5's classifier catches a cybersecurity or biology request, it silently hands it to Opus 4.8 and tells you that happened. Opus 4.8 is still a capable model - Anthropic frames the fallback as degraded performance, not a hard refusal.
According to Anthropic's announcement, over 95% of Fable 5 sessions involve no fallback at all.
The fourth category - requests about frontier LLM development such as building pretraining pipelines or distributed training infrastructure - is handled differently. Those safeguards are silent. Fable 5 does not notify the user; it simply responds less effectively. The mechanisms include prompt modification, steering vectors, or parameter-efficient fine-tuning applied at inference time. This is a separate and more controversial design choice, discussed in the next section.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Jun 8, 2026 • 8 min read
Jun 7, 2026 • 5 min read
Jun 7, 2026 • 8 min read
Jun 7, 2026 • 10 min read
The reason this architecture exists at all is the model's cybersecurity capabilities, which are genuinely unprecedented based on published evaluations.
The Anthropic red team published detailed findings based on Mythos Preview testing. The results:
Anthropic is explicit that these capabilities were not explicitly trained. They emerged as a downstream consequence of general improvements in code comprehension, reasoning, and autonomous operation. The model that is better at patching vulnerabilities is also, inevitably, better at exploiting them.
On biology, Mythos 5 outperformed dedicated protein language models on predicting adeno-associated virus shell assembly properties despite not being explicitly trained for the task. In drug design work, Anthropic's internal protein design experts reported a roughly 10x acceleration on aspects of the drug design process. Nine of fourteen protein targets from an internal study yielded strong drug design candidates currently under investigation.
These capabilities are why the access structure exists. They are also why the Glasswing program was built around defensive deployment first.
The safeguard architecture has drawn significant criticism, most notably from Nathan Lambert at Interconnects AI.
Lambert's core argument splits into two concerns. The first is principled: the visible fallback mechanism for cybersecurity and biology is defensible. Anthropic tells you when it fires. You get Opus 4.8 instead of nothing. The approach is consistent and documented.
The second concern is harder to dismiss: the silent safeguards on frontier AI development requests represent a different category of behavior. Lambert writes that "an AI model that gets less intelligent automatically without notifying me is categorically misaligned AI." The concern is not hypothetical access restriction - it is that the model actively deceives the user about what it is doing and why.
Lambert also raises a structural point about incentives. Anthropic documented its concern about accelerating other AI developers and openly cited competitive dynamics as part of the rationale for the silent safeguards. That framing invites the reading that at least some of the gating is about maintaining competitive position rather than preventing harm. Anthropic's response - that this is an extension of existing Terms of Service enforcement - has not settled the debate.
For developers, the practical question is narrower: do the silent safeguards affect your use case? If you are building ML infrastructure, distributed training systems, or anything adjacent to LLM development, your Fable 5 experience may be subtly degraded without notification. The Anthropic system card acknowledges this and frames it as affecting a small percentage of users.
The biology and chemistry safeguards on Fable 5 are intentionally broad. Anthropic acknowledges this directly, noting that the safeguards will sometimes catch harmless requests and that the priority was a safe, fast release over surgical precision.
The biology trusted access program is a separate track from Glasswing. It will provide access to Fable 5 with biology and chemistry safeguards removed - but with cybersecurity safeguards still in place. This is a meaningful distinction: Glasswing partners get cyber safeguards lifted but biology safeguards remain. Biology track researchers get the inverse.
Anthropic's announcement indicates the program will enroll a small number of researchers from life science organizations spanning fundamental and translational research, expanding as the safeguards improve.
If your work involves genomics, protein design, drug discovery, or related biomedical research, this is the track to watch. No public application timeline has been announced, but Anthropic stated the program opens "in the coming weeks" from the June 9 launch date.
Most developers: use Fable 5 today. It is available on the Claude API as claude-fable-5 at $10 in / $50 out per million tokens. The fallback rate is below 5% of sessions. For software engineering, knowledge work, agentic tasks, and general coding, you get the full Mythos-class capability without restrictions.
For context on how it compares to other coding agents, see our Claude Code vs Codex vs Cursor comparison.
Cybersecurity professionals: Apply to Project Glasswing. The systematic trusted access program is in development now. Track the Glasswing page for application details. If you are already enrolled from the April Mythos Preview rollout, your access automatically upgrades to Mythos 5.
Biomedical researchers: Monitor for the biology trusted access program opening. The framing from Anthropic suggests this will be a more structured application process than Glasswing's early partnership model.
LLM developers: Be aware of the silent safeguards on frontier AI development requests. This affects requests about pretraining pipelines, distributed training infrastructure, and ML accelerator design. Anthropic says it affects a small percentage of users, but the lack of notification makes it difficult to audit independently. This is an area where the broader debate about Anthropic's approach to safety vs. competition is directly relevant to your workflow.
Subscription plan users: Note the access window. From launch through June 22, Fable 5 is included on Pro, Max, Team, and Enterprise subscription plans at no extra cost. Starting June 23, usage will require credits unless Anthropic extends the window due to available capacity.
Fable 5 and Mythos 5 are not an isolated experiment. They represent the first production deployment of a model access architecture where the same underlying weights ship with fundamentally different capability profiles for different audiences.
This has precedent in regulated industries - pharmaceutical compounds, export-controlled technologies - but it is new for AI software. The implications are significant for developers building on top of these APIs.
The refusal systems problem that has frustrated developers for years is now a first-class architectural feature rather than an unfortunate side effect of safety training. Safeguards are modular. They can be lifted for verified partners and retained for general users. The question of what you have access to is increasingly a function of who you are and what you have agreed to, not just what model you are calling.
Whether this is the right equilibrium is genuinely contested, as Lambert's analysis makes clear. But it is increasingly the equilibrium frontier labs are building toward. Developers who understand the architecture - what the classifiers catch, when fallback fires, and which safeguards are silent - will be better positioned to build reliably on top of it.
| Resource | Link |
|---|---|
| Anthropic announcement | anthropic.com/news/claude-fable-5-mythos-5 |
| Project Glasswing | anthropic.com/glasswing |
| System card (PDF) | Fable 5 / Mythos 5 system card |
| Red team cybersecurity findings | red.anthropic.com/2026/mythos-preview |
| API model reference | platform.claude.com/docs/en/about-claude/models/overview |
| Pricing | $10 / $50 per million tokens (input / output) - verify at anthropic.com/pricing |
| Nathan Lambert's analysis | interconnects.ai/p/claude-fable-5-and-new-ai-safety |
Pricing and access policies change frequently. Verify current details against the official pages above before committing to a workflow.
Technical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's AI. Opus 4.6 for hard problems, Sonnet 4.6 for speed, Haiku 4.5 for cost. 200K context window. Best coding m...
View ToolAnthropic's smallest Claude 4.5 model. Near-frontier coding performance at one-third the cost of Sonnet 4 and up to 4-5x...
View ToolAnthropic's flagship reasoning model. Best-in-class for coding, long-context analysis, and agentic workflows. 1M token c...
View ToolAnthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppTurn a one-liner into a working Claude Code skill. From idea to installed in a minute.
View AppUnlock pro skills and share private collections with your team.
View AppInteractive timeline showing what's in context at each turn.
Claude CodeLimit which tools a subagent can access.
Claude CodeManaged scheduling on Anthropic infrastructure with API and GitHub triggers.
Claude Code
Anthropic’s Claude Mythos Preview & Project Glass Wing: Breakthrough Performance, Massive Security Risks, and Frontier Pricing The script reviews Anthropic CEO Dario Amodei’s earlier “Machines of Lov...

Claude Fable 5 Released: Benchmarks, Pricing, Availability, and Real-World Examples Anthropic has released Claude Fable 5, the first general-use “Mythos class” model, and the video reviews the announ...

Nimbalyst Demo: A Visual Workspace for Codex + Claude Code with Kanban, Plans, and AI Commits Try it: https://nimbalyst.com/ Star Repo Here: https://github.com/Nimbalyst/nimbalyst This video demos N...

Claude Opus 4.8 looks like a benchmark bump, but the developer story is better honesty, dynamic workflows, and effort co...

Two platforms, two philosophies. Here is how Anthropic and OpenAI compare on APIs, SDKs, documentation, pricing, and the...

Four agents, same tasks. Honest trade-offs from a developer shipping production apps with all of them.

A developer's comparison of OpenAI and Anthropic ecosystems - models, coding tools, APIs, pricing, and which to choose f...

A trending refusal-direction paper is a reminder that model safety cannot be treated as a thin refusal layer. Builders n...

Anthropic's Claude Haiku 4.5 delivers Sonnet 4-level coding performance at one-third the cost and twice the speed. Here...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.