Skip to content
AI Primer
release

Claude Fable 5 launches with Opus 4.8 fallback and 2.1.170 support

Anthropic opened Claude Fable 5 across Claude Code, Desktop, Cowork, and API, with always-on reasoning and Opus 4.8 fallback on some flagged requests. Early demand triggered model-picker friction and quota pressure, so Anthropic reset the 5-hour and weekly limits the same day.

7 min read
Claude Fable 5 launches with Opus 4.8 fallback and 2.1.170 support
Claude Fable 5 launches with Opus 4.8 fallback and 2.1.170 support

TL;DR

You can read Anthropic's official launch post, the API team's model intro, and the new refusals and fallback docs. The weird bit is the billing path, where Anthropic also published a fallback billing cookbook. Then there is the early-user split: Every's week-long vibe check called it a warp drive for power users, while first-day X posts mostly alternated between one-shot demos and quota panic.

What shipped

Anthropic's public package is straightforward: Fable 5 is the generally available Mythos-class model, while Mythos 5 stays limited to Project Glasswing and other restricted channels, per the launch post and the API model intro.

In product terms, day-one access broke down like this:

Opus 4.8 fallback

The defining launch mechanic is the fallback path. According to ClaudeDevs' fallback thread, Fable 5 ships with new safety classifiers, and when one of them declines a request the system reruns that turn on Opus 4.8 instead of ending the session.

Anthropic's docs add three details that matter for anyone wiring this into tools:

  • A refusal comes back as a normal API response with stop_reason: "refusal", not an HTTP error, per the refusals and fallback docs
  • Server-side fallback can retry within the same round trip, per ClaudeDevs' fallback thread
  • Anthropic also shipped client-side refusal middleware for Python, TypeScript, Go, Java, and C#, per ClaudeDevs' fallback thread
  • The launch post says these classifiers fire in less than 5% of sessions on average, per the launch post
  • Claude's cookbook says billing was changed so fallback usually does not make customers pay full token costs twice, per the fallback billing cookbook

Always-on thinking and the new Claude Code workflow

Anthropic is selling a workflow change as much as a model. In ClaudeDevs' getting-started thread, the company says thinking is always on, responses can take longer, and effort controls how much thinking the model does, with “high” positioned as the default.

The more interesting claim is that older Claude habits may now be counterproductive. According to ClaudeDevs' getting-started thread, prior prompts and skills can feel too prescriptive for Fable, while ClaudeDevs' team workflow post says the internal shift was from checking whether Claude did the work right to checking whether it chose the right work.

That same thread maps the new default workflow into a few concrete moves:

Boris Cherny, Claude Code lead at Anthropic, pushed the same line in bcherny's workflow thread, where he described Fable as more methodical about measuring, logging, and verifying fixes before declaring victory.

First-day creator outputs

The first wave of evidence looked less like benchmark chest-thumping and more like browser-native toy factories. bilawalsidhu's city simulator showed a city block simulator with multi-agent traffic, live detection boxes, and a day-night cycle, while bilawalsidhu's follow-up reply said the setup was just a /goal plus a “chonky well defined prompt.”

Other early examples clustered around lightweight games and visual prototypes:

The bigger pattern is that Fable's first-day wins skewed toward long-form code generation with visible payoff. minchoi's examples roundup turned that into a catalog of ten demos, from a Replit-style app builder to a browser Minecraft clone.

Skills, audits, and codebase digestion

Not every useful demo was a one-shot game. marckohlbrugge's 37signals skills post used Fable 5 to read 37signals' open source Rails code and turn the patterns into reusable agent skills, which were then published as a GitHub repo.

That matters because it points at a different Fable workflow: using the model to compress a codebase into a reusable house style. The repo package is not just generated code, it is generated guidance for later code.

That codebase-scale angle also shows up in community positioning around Cursor. thekitze's Cursor test post kicked Fable loose on the @supermac_app codebase overnight, and thekitze's subagent post immediately jumped to orchestration, suggesting Codex could steer Fable subagents through the Cursor CLI.

Quotas, picker friction, and same-day resets

The launch also had the familiar frontier-model messiness. ClaudeDevs' access note told users to update Claude Code to 2.1.170, while replies from Boris Cherny in bcherny's /model fable reply and bcherny's restart reply show people dealing with config flush delays and temporarily using /model fable as a shortcut.

The harder problem was burn rate. Dan Shipper's Every writeup said Fable could use 500,000 to 1 million tokens on tasks and priced it as roughly twice Opus. On X, LLMJunky's usage-limit post said Mythos one-shotted his usage limits, thekitze's limit joke said his limits were gone before he tried it, and ericzakariasson's Cursor post called it “incredible but expensive.”

Anthropic responded fast enough to make the scramble part of the story. ClaudeDevs' rate-limit reset says the company reset both 5-hour and weekly caps for all users the same day, and bcherny's reset reply shows support replies doing ad hoc resets for individual users too.

30-day retention

The buried caveat is data retention. The API model intro says both Fable 5 and Mythos 5 are Covered Models with mandatory 30-day retention, and they are not available under zero data retention.

That surfaced quickly in community notes. alliekmiller's retention note called out that zero-data-retention workspaces in Claude Console cannot use Mythos-class models without the 30-day policy, and Everlier's retention post highlighted the same requirement for Fable 5, Mythos 5, and future Mythos-class releases.

For a launch framed around capability, that is the part most likely to quietly decide where Fable can and cannot land inside bigger companies.

Further reading

Discussion across the web

Where this story is being discussed, in original context.

On X· 4 threads
Always-on thinking and the new Claude Code workflow1 post
First-day creator outputs5 posts
Skills, audits, and codebase digestion1 post
Quotas, picker friction, and same-day resets5 posts
Share on X