orfloat

ORF-N-2026-009 · Dispatch

Claude Fable 5, one model behind two doors

Claim

With Fable 5 and Mythos 5 the frontier ships as one model behind two doors; safety has moved from the training run to the access tier, so what the model will do for you now depends on who you are to it. The gated door is a curiosity. The open door is the most capable model ever made generally available, priced to be used, and it widens the overhang again.

Yesterday, 09 Jun 2026, Anthropic shipped two models that are one model. Claude Fable 5 is generally available from day one: on the Claude API, on Bedrock, Vertex, and Foundry, inside Claude Code, at $10 per million input tokens and $50 per million out. Anthropic’s own sentence is the headline: Fable 5’s capabilities exceed those of any model they have ever made generally available. Claude Mythos 5 is the same underlying model with the safety classifiers removed, and it is not for sale. It goes only to vetted partners through Project Glasswing: cybersecurity teams and selected biomedical researchers, by arrangement, with the lab watching.

A release like this is usually read down the benchmark column, and the column deserves the look. But the benchmarks are not the news. The news is the structure. For the first time, the line between what the frontier can do and what you may do with it is drawn after training, at the door.

What shipped

Both models come from one training run. Both carry a 1M-token context window, 128k output, and adaptive thinking that is always on. What separates them is policy. Fable 5 ships with three classifiers: one for cybersecurity, one for biology and chemistry, one for distillation attempts. They trigger in roughly 5% of sessions, and when they do, the request is not refused into the void; it is handled by Claude Opus 4.8 instead, unbilled. Mythos 5 has those classifiers lifted, per cohort: cybersecurity partners get the cyber safeguards removed, biomedical researchers the biology and chemistry ones. The price of the open door is $10 in and $50 out per million tokens, double Opus 4.8 and less than half what Mythos Preview cost.

                       one training run
                  the same underlying model

             ┌───────────────┴───────────────┐
             ▼                               ▼
  claude fable 5                  claude mythos 5
  generally available             trusted access only
  api, bedrock, vertex,           project glasswing partners:
  foundry, claude code            vetted cybersecurity teams and
  $10 / $50 per mtok              selected biomedical researchers
  classifiers on: cyber,          classifiers lifted per cohort
  bio/chem, distillation          monitored, 30-day retention
  ~5% of sessions rerouted
  to opus 4.8, unbilled
Figure 1. the shape of the release: one model, two doors. the capability was fixed when training ended; what differs is the policy at each door, and who is allowed through. source: Anthropic, 09 jun 2026.

The scores, briefly

The column is real. On SWE-Bench Pro, Fable 5 lands 80.3% against Opus 4.8’s 69.2% and GPT-5.5’s 58.6%. On FrontierCode’s Diamond subset, the hardest 50 of the benchmark’s 150 production-codebase tasks, it scores 29.3% where Opus 4.8 managed 13.4% and GPT-5.5 5.7%. Terminal-Bench 2.1: 88.0%. It is the first model past 90% on Anthropic’s internal analytics benchmark, a 10-point jump over Opus 4.8. On a frontier physics research task it reached in 36 hours what GPT-5.5 landed after four days, on a third of the reasoning tokens. The pattern across the table is consistent: the gap to the rest of the field is widest exactly where the work is longest and hardest.

Agentic coding: SWE-Bench Pro and FrontierCode Diamond025%50%75%100%80.369.258.629.313.45.7swe-bench profrontiercode (diamond)fable 5opus 4.8gpt-5.5
agentic coding, success rate (source: Anthropic, 09 jun 2026)
  swe-bench pro            fable 5  80.3%   opus 4.8  69.2%   gpt-5.5  58.6%
  frontiercode (diamond)   fable 5  29.3%   opus 4.8  13.4%   gpt-5.5   5.7%
frontiercode diamond is the hardest 50 of the benchmark's 150 tasks, scored
at xhigh effort. the relative gap widens as the work gets harder and longer.
Figure 2. agentic coding, two benchmarks on one axis. on the familiar benchmark the lead is eleven points; on the hard subset the lead is better than two to one over opus 4.8 and five to one over gpt-5.5. the harder the task, the wider the gap. source: Anthropic, 09 jun 2026.

The doors, not the scores

Look closely at Anthropic’s own benchmark table and the structure shows through the numbers. Several rows carry a star: on the starred benchmarks, cybersecurity and biology among them, Fable 5 in public hands scores meaningfully below Mythos 5, because the classifier intercepts the guarded queries and hands them to Opus 4.8. On ExploitBench the underlying model captures 78%; behind the public door, the work runs at Opus-grade capability instead. The capability exists either way. The door decides whether you meet it.

That is the new thing. Until yesterday, what a released frontier model could do was what you got: safety lived in the weights, baked in by the training run, identical for every customer. Now one training run produces one set of capabilities and ships under two policies. Anthropic decoupled what the model can do from what it will do for you, and moved the second question out of the model entirely, into an access tier.

The model did not split in two. The policy did. What the frontier will do for you now depends on who you are to it.

What the curve prices

For an operating business, the most useful chart in the release is not a leaderboard. It is the accuracy-versus-cost curve on FrontierCode. Fable 5 at its lowest effort setting scores 11.5% at about $5.50 per task; Opus 4.8 at its maximum scores 11.4% at about $10.50. The new model’s floor matches the old model’s ceiling at roughly half the per-task cost. And where Opus 4.8’s curve bends flat past its xhigh setting, Fable 5’s keeps climbing, to 31% at around $19 per task. The new curve begins about where the old curve ends.

FrontierCode: accuracy versus mean cost per task$2$5$10$20mean cost per task (usd, log scale)010%20%30%lowmaxfable 5opus 4.8 (max)gpt-5.5
frontiercode, accuracy vs mean cost per task (usd, log scale; source: Anthropic)
  fable 5    low  $5.5  11.5%    med  $7.5  17.9%    high  $10   24.1%
             xhigh $13  29.3%    max  $19   31.0%
  opus 4.8   low  $3     8.2%    med  $4     5.9%    high  $5     8.7%
             xhigh $8   13.4%    max  $10.5 11.4%
  gpt-5.5    low  $1.8   5.2%    med  $3.5   6.3%    high  $5.5   5.2%
             xhigh $6.5  5.6%
fable 5 at its cheapest setting matches opus 4.8's best score at about half
the per-task cost, and its curve is still climbing where the older one bends.
costs are read off the published chart and approximate.
Figure 3. accuracy against cost on frontiercode, dollars on a log scale. the practical fact for a business is on the left edge of the orange line, not the right: frontier-grade results now start at mid-single-digit dollars per task, which is where opus 4.8’s curve gave out. the new curve begins about where the old curve ends. source: Anthropic, 09 jun 2026.

The right edge matters to labs racing each other. The left edge matters to a business deciding whether an agent that closes the books or audits the supplier thread is worth running every day. That edge just moved down and to the left.

The trust gradient

The second door is worth a moment, even though almost nobody reading this will pass through it. Project Glasswing is Anthropic’s security program with partners of the order of AWS, Google, Microsoft, CrowdStrike, and JPMorganChase; Anthropic credits it with closing more than ten thousand high- or critical-severity vulnerabilities in widely used software. Those partners, plus selected biomedical researchers, get Mythos 5: the same weights with the relevant classifiers off.

Here is the detail that makes the structure legible. In Anthropic’s automated alignment assessment, Mythos 5’s rate of misaligned behavior scores 2.06 on a 1-to-10 scale, statistically level with Opus 4.8’s 2.05 and better than Sonnet 4.6’s 2.81. Removing the classifiers did not change the model’s character. The gate is not there because the unguarded model is misaligned; it is there because two narrow domains, offensive security and the bench end of biology, are dual-use no matter how well behaved the model is. Which means the gate is not a statement about the model at all. It is a statement about the user.

Misaligned behavior, automated alignment assessment01232.811.902.052.06sonnet 4.6mythos previewopus 4.8mythos 5
misaligned behavior, automated alignment assessment (1 to 10, lower is better)
  sonnet 4.6       2.81
  mythos preview   1.90
  opus 4.8         2.05
  mythos 5         2.06
the unguarded model scores level with opus 4.8. removing the classifiers did
not change the model's character; the gate is about the user, not the model.
source: Anthropic system card, section 6.2.3.1.
Figure 4. misaligned behavior from anthropic’s automated assessment, lower is better. mythos 5, the door with the classifiers off, is statistically level with opus 4.8 and better behaved than sonnet 4.6. the trusted-access gate is not compensating for a worse model; it is grading the people asking. source: Anthropic system card, 09 jun 2026.

Read forward, this is a quiet repricing of trust. The labs are becoming counterparties that grade you: who you are, what you do, what you can be trusted with determines which capabilities you can buy. Anthropic says it intends to expand trusted access steadily. Expect more of the frontier’s sharpest edge to ship this way, and expect “who are you to the lab” to start mattering to businesses the way a credit rating does.

What to do with this

We wrote in May that the capability overhang is a planning question, and on Saturday that recursion widens it on a clock. Yesterday the clock ticked again, and the structure of the tick is the kindest one possible for an operating business: the gated door is a curiosity, but the open door is the most capable model ever offered to the public, at half the per-task cost of the last generation for matched results, with a million tokens of context at standard rates. Nothing about your eligibility is in question. The only question is whether the model is wired into the actual operation, the actual reservations system, the actual supplier thread, the actual books, or whether it is still a tab somebody opens.

That wiring is the whole of what we do. If the open door has been standing open in front of your operation for a year and nothing has walked through it, start a conversation with us about a Discovery Phase.

References

  1. Anthropic. Claude Fable 5 and Claude Mythos 5. 09 Jun 2026. anthropic.com/news/claude-fable-5-mythos-5
  2. Anthropic. Claude Fable 5. anthropic.com/claude/fable
  3. Anthropic. Introducing Claude Fable 5 and Claude Mythos 5. Claude Docs. platform.claude.com/docs
  4. Anthropic. Claude Fable 5 and Claude Mythos 5 system card. 09 Jun 2026. www-cdn.anthropic.com (pdf)
  5. Anthropic. Project Glasswing. anthropic.com/glasswing