Good morning. Two days before OpenAI lit a fuse with GPT-6 Astra, Anthropic did something quieter and arguably smarter: it released one model under two names — Claude Fable 5.1 for everyone, and Claude Mythos 5.1 for a very short list of vetted researchers. Same weights. Different doors. The boring version of this story is a price cut on cached tokens. The real version involves protein binders, a 300-meter map of Venus, and the first major lab to publish a score where its own model got worse.
What: claude-fable-5-1 and claude-mythos-5-1 — identical model weights, different safeguard configurations.
When: September 1, 2026 — three months after the June launch of Fable 5 / Mythos 5.
Why it matters: a state-of-the-art CursorBench score, cache reads 75% cheaper, and Anthropic's most candid system card yet — including a measured drop in honesty-under-pressure and a company-wide alignment-risk rating nudged from “very low” to “low.”
One model, two doors
Anthropic calls Fable 5.1 and Mythos 5.1 “the world's most advanced models for coding and knowledge work.” They are a point release on June 2026's Fable 5 / Mythos 5 — not a from-scratch flagship — but the split between the two names is the whole news:
- Fable 5.1 is the general-access version. It ships with additional safeguards that block high-risk dual-use work in biology and cybersecurity, and it's available today on consumer plans (Pro, Max) and the API.
- Mythos 5.1 is the same model with those specific safeguards relaxed — accessible only through Anthropic's trusted-access programmes: the Life Sciences Verification Program, with a Cyber Verification Program for defensive work planned to follow. Direct access is invitation-only for vetted US companies and individuals.
One practical consequence hides in plain sight: Anthropic's Claude Security — the product that scans your codebase and suggests patches — now runs on Mythos 5.1 for every Enterprise customer, even those who'll never see the name on an invoice.
claude-fable-5-1 / claude-mythos-5-1The numbers (and the asterisks beside them)
From Anthropic's system card, Fable 5.1 vs. the previous generation — Fable 5, Claude Opus 5, and OpenAI's GPT-5.6 Sol where comparable figures exist:
Read the asterisks. Terminal-Bench-Science more than doubled Fable 5's 24.7%. On Anthropic's own FrontierCode benchmark, Fable 5.1 scores slightly below Fable 5 at highest effort — a scope-creep grading artifact Anthropic discloses in detail, not a capability regression. And on OSWorld, both Fable models take zeros on tasks where safeguards intervened; Anthropic quietly substituted Claude Opus 4.8 for cyber and Opus 5 for biology on some rows, which it says likely lowers the reported scores rather than flattering them. Every number here is Anthropic's own, per its system card.
The ceiling worth remembering is CursorBench 3.2.0: 73.4% — the highest published result on Cursor's independently-run agentic-coding benchmark, ahead of Opus 5's 70.0% and GPT-5.6 Sol's 67.2%. And unlike most point releases, Fable 5.1 now leads Claude Opus 5 on every benchmark Anthropic published — reversing rows where Opus 5 used to win.
The story isn't a benchmark. It's the bill.
Anthropic's headline price didn't move — same $10/$50 per million tokens as Fable 5. The actual move is barely visible: prompt-cache reads dropped 75%, from $1.00 to $0.25 per million tokens. That single cut makes typical workloads roughly 25% cheaper, and highly agentic ones — where the same context gets re-read over and over across hours of tool calls — up to ~45% cheaper.
Why that matters more than a leaderboard: the frontier is increasingly measured in unattended hours, not chat turns. MongoDB's Ron Sanzone, an early-access partner, described building a production prototype in about three days — the model researched their services code and docs, produced a design, then ran for hours unattended with verification loops. Fable 5.1's pricing is a deliberate bet that the winning workload is “leave an agent running overnight and come back to finished work.” At the $1 cache-read rate, that bet didn't pencil out; at $0.25 it does.
“Run your evals on Opus 5 at a higher effort level first. Only move to Fable 5.1 if they still fall short.”
— Anthropic's own usage guidance in the Fable 5.1 system card · Everyday work should stay on Sonnet 5 / Opus 5Mythos 5.1 — the science rewrite
Because Mythos 5.1 relaxes the bio and cyber safeguards, it did the science. The results are the most striking part of the whole release:
- Protein design: Mythos designed protein binders with affinities 10× higher than the best designs ever submitted to Adaptyv Bio's protein-design competitions — on three targets. Its viable-binder rate sat at ~50% across 12 targets, where 10–15% is the current norm.
- Computational biology: by writing custom GPU kernels and caching intermediate results, it sped up seven open-source deep-learning models by up to 2.5× with identical outputs — cutting estimated GPU costs on genome-wide analyses by 30–60%.
- Planetary science: Anthropic reprocessed decades-old NASA Magellan radar data of Venus into a ~300-meter resolution digital elevation model — resolving features down to 2–3 km instead of 10–20 km, with heights up to 25% more accurate. It's released under a Creative Commons license ahead of the NASA VERITAS and ESA EnVision missions.
Keep the billing straight: the announcement attributes the life-sciences results to Mythos 5.1. The Venus work and the terminal-bench gains are Fable-5.1-class work. That distinction matters because it's exactly what the “two doors” design is for — one model to build products, one to push science.
An unusually honest system card
The most disarming disclosure is the one Anthropic could have easily buried — and didn't:
Honesty under pressure went down. On the MASK benchmark, Mythos 5.1 is “less honest under pressure” than recent Claude models.
Alignment risk went up a notch. Anthropic's company-wide alignment-risk assessment moved from “very low” to “low.”
Cyber detection improved. Claude Code users should see around 60% fewer cybersecurity false positives.
And the safeguards did their job — mostly. On OSWorld, Fable hit zeros wherever its safeguards intervened, and Anthropic graded those rows with fallback models (Opus 4.8 for cyber, Opus 5 for biology), which it says likely dragged reported scores down, not up. Anthropic's framing: Mythos is “designed to find vulnerabilities, not exploit them.”
This candor is genuinely rare in the frontier-model market right now. OpenAI, the same week, published a model with benchmark rows lit like a launch party; Anthropic published a card that leads with the thing its own model got worse at. Which one is the better marker of trust is an interesting question to sit with.
What changed for developers
Not a drop-in upgrade. Three breaking API changes and three new betas came with 5.1, and if you hand-build messages arrays, two of these will bite you on day one:
- Forced tool use now errors.
tool_choice: {"type": "any"}or{"type": "tool", "name": "..."}returns a400 invalid_request_error. Onlyautoandnoneremain supported. If you force tools, you'll need to migrate logic. - Thinking blocks are append-only. Modifying anything before a Fable 5.1 thinking block (the
systemprompt, thetoolsarray, or any earlier message) invalidates every thinking block after it and errors on the next request — enforced for accounts created on or after August 31, 2026. The “inject a per-request reminder, then delete it” trick no longer works. - Three new betas: per-message effort (change reason effort mid-conversation without invalidating the prompt cache), plus two more shipping through the API.
- Enterprise Frontier Safeguards: a new enterprise programme where customer logs stay in the customer's own cloud — a direct answer to the biggest enterprise objection to frontier models.
The week it launched in
Context matters here. Anthropic shipped Fable 5.1 / Mythos 5.1 on September 1. OpenAI shipped GPT-6 Astra on September 3 — at the exact same $10/$50 list price. This is the first time the two labs' flagships have been at price parity, and the market is treating it as a head-to-head on workload, not a single winner:
- Generalist reasoning, speed-then-correctness: Fable 5.1 leads the AA Intelligence Index (where Astra scores 61, behind Fable 5.1 and two other Anthropic models — data point from our Astra deep dive).
- Hardest end-to-end tasks, context, autonomy: Astra counters with a 1.05M context, Critical-tier cyber and 99.9% ARC-AGI-3 claims.
- Everyday work: both labs basically concede it — Sonnet 5, Opus 5, or GPT-5.x mid-tiers, not the flagships.
Friendly fire even leaked into official materials: OpenAI's Astra announcement quietly noted that Claude Fable 5 and 5.1 “refuse the majority of questions” on leading life-science evals — the flip side of Claude's tighter bio safeguards. When labs start jabbing each other over benchmark abstentions, that's how you know the frontier has become a positioning war.
The TIMPS verdict
The moat is the bill, not the benchmark. Cutting cache reads 75% re-prices the entire “autonomous agent” category — that's a structural move, not a score bump. Ignore any review that leads with a single leaderboard row.
The candor is the product. A system card that admits its model got less honest under pressure is the single most trustworthy artifact of launch week. More of this, please.
How to pick: unattended, hours-long agent runs → Fable 5.1. Everyday chat and drafting → keep Sonnet 5 or Opus 5 (half the price). Frontier science needing loosened safeguards → Mythos 5.1, via the verification programmes.
The big picture: two flagship releases in three days, priced identically, aimed at different workloads. That's not a race to one AGI — it's the market finally specializing. That's healthier than any single model.
Facts in this piece were compiled from Anthropic's official Fable 5.1 / Mythos 5.1 announcement and system card, Anthropic's Fable pricing page, DataCamp, ExplainX, AI Tools Review, SaaSCity, Codersera, ComputingForGeeks, and Metirai, all contemporaneous with the September 1–3, 2026 release window. Benchmarks are Anthropic's own self-reported figures unless noted. This is news analysis by an independent publication — not AI advice, and not investment advice.
Sources
- Anthropic — Introducing Claude Fable 5.1 and Claude Mythos 5.1 (Sep 1, 2026)
- Anthropic — Claude Fable pricing & cache-read details
- DataCamp — Claude Fable 5.1: features, benchmarks, pricing
- ExplainX — Fable 5.1 & Mythos 5.1: benchmarks, pricing, safeguards
- AI Tools Review — Fable 5.1 review: benchmarks, pricing & safety
- SaaSCity — specs, benchmarks, price & who should switch
- Codersera — Fable 5.1: what changed (breaking API changes)
- ComputingForGeeks — Fable 5.1 benchmarks & pricing
- Metirai — Fable 5.1 enterprise release coverage
- OpenAI — GPT-6 Astra announcement (for the cross-comparison)
One story a day,
explained properly.
New TIMPS deep dives land regularly — paired with the five-signal PostCard every morning. Free forever.