skip to content
All posts
2 min read

Claude Fable 5: capability is not reliability

  • Agentic Engineering
  • Claude
  • Coding Agents
  • Verification

On 9 June, Anthropic introduced Fable 5 and Mythos 5, a new model class above Opus. The examples are striking: Stripe ran a migration of more than 50 million lines of Ruby in a single day, work a team had estimated at two months. On top of that, state-of-the-art results on vision tasks, long context, and financial analysis, and in the lab Mythos 5 speeds up protein design by roughly ten times. Cursor, GitHub, and Scale report similar things. The jump is real. The interesting question is what it means for day-to-day work.

What Fable 5 and Mythos 5 are

Both share the same model. Fable 5 is the public variant with safeguards: sensitive requests in cyber and in biology and chemistry are not refused but routed to Opus 4.8. The classifiers trigger on under 5 percent of sessions. Mythos 5 is the same model with those guards lifted, at first only for vetted cybersecurity partners through the Glasswing program, later for biomedicine. On the API Fable runs as claude-fable-5, priced at 10 dollars per million input and 50 per million output tokens. Mythos traffic carries a 30-day data-retention policy for safety analysis.

Capability is not reliability

Capability and reliability are two different things. A model that compresses months into days impresses in the demo. It does not make software reliable on its own. The more such a strong model does at once, the larger the block of work that nobody has thought through themselves.

That Fable routes sensitive cases to Opus 4.8 instead of refusing them is a well-handled detail. It does not change the fact that a human still has to own what ships. Review does not move into the model just because the model got better.

Use the jump, a draft stays a draft

Use the jump where it brings real value, especially on large, mechanical tasks like a migration. But treat the result as a draft, not a finished delivery. A stronger model turns “done faster” into “done better” only if you keep reading what it built.

Sources