This Week in AI
  Claude Skills hit general availability  New open-weight model tops coding benchmarks  API prices cut across two frontier labs  GitHub trending: local-first agent runtime  Solo founder crosses $14k MRR with AI micro-SaaS  Perplexity ships new answer engine features  Terminal LLM clients gain developer mindshare  Prompt caching becomes default best practice
LLM Launches & Updates

Claude Fable 5 Is Back: What Changed After the Ban

Claude Fable 5 was pulled by the US government days after launch, then reinstated. Here's what changed, plus the new Claude Sonnet 5 and usage limits.

Claude Fable 5 Is Back: What Changed After the Ban

> **TL;DR:** Claude Fable 5, Anthropic's most powerful model, was taken offline by the US government days after its release over cybersecurity concerns, then brought back 18 days later with new safeguards. It now holds the top score on the SWE-bench coding benchmark, while Claude Sonnet 5 — a cheaper model launched the day before Fable 5 returned — offers near-Opus quality at less than half the price. Paid-plan users get capped Fable 5 access through July 7.

Key Takeaways

- Claude Fable 5 (the public release of Anthropic's 'Mythos' model) was pulled offline by the US government days after launch, then reinstated 18 days later with new safeguards - Fable 5 now holds the highest score of any Claude model on SWE-bench, Anthropic's real-world agentic coding benchmark - Claude Sonnet 5 launched a day before Fable 5's return, matching or beating Opus 4.8 on some tests at under half the price - New safeguards can misfire on ordinary coding requests; Anthropic says it's still tuning them, while bio/chem-risk checks are unchanged - Paid users get Fable 5 access through July 7 at roughly half their normal weekly usage limit before needing to switch models or buy credits

Claude Fable 5 is back online after an unusual detour: Anthropic's most powerful model was pulled offline by the US government just days after its public launch, then reinstated 18 days later once new safeguards were added. The episode, along with a fresh Sonnet-tier release and a wave of one-shot agentic coding demos, made for one of the stranger release cycles in recent memory for [Anthropic's model lineup](https://speka.info/llm-updates/).

Why Was Claude Fable 5 Pulled Offline?

Fable 5 — the public version of the model Anthropic had internally called Mythos — was removed from availability by the US government over cybersecurity concerns shortly after it launched. Anthropic did not ship it back to users immediately; instead, the model stayed offline for 18 days while the company worked on additional protections. When it returned, it came back live for everyone, not as a limited rollout.

That sequence is notable on its own terms. A frontier AI model going dark at a government's request, then returning globally rather than being quietly retired, says as much about how seriously agentic AI capability is now being treated as it does about the model itself. Fable 5 isn't just a chatbot upgrade — it's built to autonomously write, run, test, and fix code until a task is actually finished, which is precisely the kind of hands-on-the-keyboard capability that raises cybersecurity flags in a way a purely conversational model wouldn't.

The New Safeguards Are Still Being Tuned

The protections Anthropic added to bring Fable 5 back aren't fully settled. By the company's own account, these safeguards can occasionally flag requests that are completely normal — including plain, benign coding tasks that have nothing to do with security risk. Anthropic has said it's refining the system over the coming weeks, which suggests some friction is still likely for developers leaning on Fable 5 for everyday work in the near term.

One detail worth separating out: the new guardrails are specifically about the cybersecurity concerns that triggered the shutdown. Checks around biological and chemical risk content were left unchanged through this whole process — that layer of safety tuning wasn't part of what caused the outage or the fix.

Fable 5 Now Leads on Agentic Coding Benchmarks

Setting the ban aside, the headline capability claim is on the technical side: Fable 5 is described as Anthropic's best model yet for agentic coding, and it scores higher than any previous Claude model on SWE-bench — the benchmark built around real-world bug-fixing tasks rather than synthetic coding puzzles.

That distinction matters. SWE-bench doesn't ask a model to write a clever function in isolation; it drops the model into an existing, messy codebase and asks it to actually resolve a reported issue the way a human contributor would. A model topping that benchmark is a signal about sustained, multi-step reasoning inside real software, not just single-shot code generation.

One-Shot Demos: A GTA Clone, a Minecraft Clone, and an iPhone Ad

The clearest illustration of that agentic strength came from a set of one-shot builds using Claude Code's `/goal` command — where a single prompt sets the direction and the model runs with it end-to-end rather than working turn by turn. With that setup, Fable 5 produced:

- A playable, open-world driving game in the style of GTA, complete with a police/wanted system - A Minecraft-style voxel game with breakable blocks and animals - A 30-second, 3D Apple-style advertisement for an unreleased iPhone 18, generated from a single leaked photo

None of these were built through an extended back-and-forth. Each came from one goal-driven prompt, which is the more meaningful demonstration than the SWE-bench number alone — it shows the model sustaining a coherent, multi-hour build across game logic, assets, and polish without constant human steering.

Claude Sonnet 5: The Cheaper Everyday Option

A day before Fable 5 came back online, Anthropic quietly shipped Claude Sonnet 5, positioned as the practical, everyday alternative to the flagship model. According to the reporting, Sonnet 5 performs within a point or two of Opus 4.8 — and beats it outright on some tests — while costing less than half as much per request.

The timing isn't incidental. Sonnet 5 is explicitly framed as the fallback model: once a user burns through their Fable 5 usage limit, Sonnet 5 is what they land on next, rather than being bumped down to a noticeably weaker model. That's a meaningfully different tiering strategy than simply having a "cheap" and "expensive" model — it's designed so the step down in cost doesn't come with a steep step down in quality.

What This Means for Fable 5 Usage Limits

For anyone on a paid plan, access to Fable 5 itself is capped through July 7, limited to roughly half of a user's normal weekly usage allowance. Once that cap is hit, the options are to switch to another model — Sonnet 5 being the obvious candidate given the pricing and performance framing above — or purchase additional credits to keep using Fable 5 directly.

That cap looks less like a permanent restriction and more like a rollout pacing decision following the reinstatement — consistent with a company still tuning the safeguards that got the model relisted in the first place. Anyone budgeting Fable 5 usage for coding-heavy work should plan around that mid-week-allowance ceiling rather than assuming full, unrestricted access from day one.

Turning Anthropic's Prompting Guide Into a Reusable Skill

Alongside the model itself, Anthropic published an official guide on how to get the most out of prompting Fable 5. Rather than just reading the guide once and moving on, one practical workflow demonstrated alongside these releases converts that guide into a reusable Claude "skill" — a saved capability that can take a plain-English request and automatically turn it into a Fable-5-compliant, guide-following prompt.

That's a useful pattern independent of Fable 5 specifically: whenever a model ships with a detailed best-practices document, turning the document itself into an automated prompt-generation step is often more durable than trying to manually remember and apply every recommendation each time.

The Bigger Picture

Taken together, this cycle tells a fairly clear story: Fable 5 is genuinely more capable at autonomous, long-running coding work than anything Anthropic has shipped before, capable enough that a government intervened on cybersecurity grounds before it was allowed to stay live. Sonnet 5 exists to make near-frontier performance affordable and to catch users once their Fable 5 allowance runs out. And the safeguards added during the 18-day gap are real but still a work in progress, with Anthropic explicitly signaling more tuning is coming.

For teams evaluating whether to build on Fable 5 today, the practical takeaway is to expect occasional over-flagging on ordinary coding tasks in the near term, to budget around the July 7 usage cap if on a paid plan, and to treat Sonnet 5 as a legitimate primary option rather than a downgrade of last resort.

Frequently Asked Questions

Why was Claude Fable 5 banned by the US government?

The US government pulled Claude Fable 5 offline days after its launch over cybersecurity concerns. Anthropic did not disclose granular technical detail beyond this; it added new safeguards before the model was reinstated.

Is Claude Fable 5 available again now?

Yes. Fable 5 returned live for all users 18 days after being pulled, once Anthropic added new safeguards addressing the cybersecurity concerns that triggered the shutdown.

What's the difference between Claude Fable 5 and Claude Sonnet 5?

Fable 5 is Anthropic's most powerful, most expensive model, built for demanding agentic and coding work. Sonnet 5 is a cheaper model, released the day before Fable 5's return, that performs within a point or two of Opus 4.8 at less than half the price — positioned as the fallback once a user's Fable 5 usage limit is reached.

How long can paid users access Claude Fable 5?

Paid-plan users have access to Fable 5 through July 7, capped at roughly half their normal weekly usage limit. After hitting that cap, users must switch models or purchase additional credits to keep using it.

Does Claude Fable 5 have a better coding benchmark score than other Claude models?

Yes. Fable 5 scores higher than any previous Claude model on SWE-bench, the benchmark that tests real-world bug-fixing rather than isolated code generation, and is described as Anthropic's best model yet for agentic coding.

Sources & Attribution

- Inspired by / watch the full breakdown: [Claude Fable 5 Just Did Something No AI Has Done Before](https://www.youtube.com/watch?v=NwAt56d1tac) (@vaibhavsisinty)

← Back to all posts
Claude Fable 5 Is Back: What Changed After the Ban — Speka | Speka