Claude Fable 5 users report slow turns and guardrail fallbacks on day one
Early hands-on reports describe Fable 5 as unusually capable but slow and expensive, while AgentsView added manual price entries and a new LLM CLI alpha was built largely with the model. Teams evaluating long coding sessions should watch throughput and cost accounting before adopting it.

TL;DR
- Anthropic shipped Claude Fable 5 and Claude Mythos 5, and Simon Willison's day-one write-up says the public model feels unusually capable but also slow and expensive.
- The main product wrinkle is guardrail routing: the launch summary says some cyber, biology, chemistry, and distillation requests fall back to Opus 4.8, while Anthropic's API release notes add a beta
fallbacksparameter for automatically retrying refusals on another model. - Fable 5 keeps the 1 million token context window and 128k max output tokens, but the migration guide says adaptive thinking is always on, and Willison's impressions say the practical feel is a much bigger model.
- The day-one operator story is cost accounting as much as model quality: Willison's AgentsView note had to add manual pricing entries at $10 per million input tokens and $50 per million output tokens, which is double Opus 4.8 pricing in the migration guide.
- One buried detail landed after the launch thread: Willison's system-card follow-up says Anthropic added silent interventions for requests about frontier LLM development, without user-visible fallback.
You can read the official launch post, the thinner-than-usual migration guide, and the API release notes that spell out stop_reason: "refusal" plus the beta fallbacks parameter. The main HN thread immediately split between benchmark arguments, retention questions, and first-run reports from people trying it in Claude Code.
Guardrail routing
Anthropic Launches Claude Fable 5 and Claude Mythos 5
Anthropic has released Claude Fable 5, a Mythos-class model available for general use, and Claude Mythos 5, a version with lifted safeguards for vetted partners. Fable 5 is designed for complex, long-running tasks and includes safety filters for cybersecurity and biology; queries in these sensitive areas are automatically rerouted to the Claude Opus 4.8 model. Mythos 5, which features advanced capabilities in cybersecurity and biology research, is currently restricted to Project Glasswing partners and other authorized users under a trusted access program. Both models are priced at $10 per million input tokens and $50 per million output tokens.
Discussion around Claude Fable 5
Thread discussion highlights: - irthomasthomas on benchmark results: Anthropic has again changed the set of benchmarks they use... they have also moved all benchmark scores to the PDF... it looks like it gains about ~5-10% over other models. - meetpateltech on data retention: Prompts submitted to, and outputs generated by, Mythos-class models are retained for 30 days for trust and safety purposes. - victor106 on enterprise privacy implications: Very interesting. I am not sure this will comply with organizational policies and standards protocols (HIPPA etc.,)
Anthropic's launch framing is straightforward: Fable 5 is the public version, Mythos 5 is the same underlying model with some safeguards lifted for trusted-access users. In Fable 5, requests in cybersecurity, biology, chemistry, and model distillation can be rerouted to Opus 4.8, and the user is told when that happens, according to the launch summary.
The implementation details live in docs, not the announcement. Anthropic's API release notes say refusals return stop_reason: "refusal", pre-output refusals are not billed, and an opt-in beta fallbacks parameter can rerun the request on another model at that model's rates.
The HN thread immediately pulled on the policy consequences. According to the discussion digest, commenters also surfaced a 30-day retention note for Mythos-class traffic and questioned how that fits enterprise privacy requirements.
Slow turns
Initial impressions of Claude Fable 5
I didn't have early access to today's Claude Fable 5 release, but I've spent the past ~5.5 hours putting it through its paces. My initial impressions are that this is something of a beast. It's slow, expensive and has been quite happily churning through everything I've thrown at it so far. As is frequently the case with current frontier models the challenge is finding tasks that it can't do. First, let's review the key characteristics. Anthropic claim that Claude Fable 5 offers the same performance as Claude Mythos 5, except with much more strict guardrails in place to prevent it being used for harmful things. Those guardrails trigger often enough that the Claude API has new mechanisms for letting you know when you hit them, and even has a new option to request it falls back to another model automatically if something gets rejected. Claude Mythos 5 is out today as well, Anthropic say it "Shares Claude Fable 5's capabilities without the safety classifiers". The models have a 1 million token context window, 128,000 maximum output tokens and a knowledge cut-off date of January 2026. They are priced at twice the price of Claude Opus 4.5/4.6/4.7/4.8: $10/million input tokens and $50/million output tokens. There's no increase in price for longer context usage. Other than that the upgrade guide is substantially thinner than the similar guide for Opus 4.8. The big model smell The best way to describe Fable is that it feels big. Not just in terms of speed and cost, but also in how muc
Quoting Andrej Karpathy
I feel a lot of things changing as working software increasingly comes out on a tap. The Jevon's paradox kicks in and I feel my own demand for software growing substantially. You can ask for anything - explainers, visualizers, dashboards, bespoke single-use apps (e.g. a full wandb that is hyper-specific just for your project), you can 10X your test suite, auto-optimize code, run giant research projects with custom HTML for the results, anything! "Free your mind" (Matrix ref). — Andrej Karpathy, on Claude Fable 5 Tags: andrej-karpathy, jevons-paradox, anthropic, generative-ai, ai, llms, claude-mythos
Willison's strongest day-one claim is simple: Fable 5 is "a beast," but it feels expensive and slow enough that you notice the size every time you use it. He also notes that the usual migration drama is mostly absent this time, because the upgrade guide is much thinner than the one for Opus 4.8 and the tokenizer is unchanged in his write-up.
That lines up with Anthropic's own docs. The migration guide says Fable 5 keeps the 1M context window, 128k max output, and Opus 4.8 tokenizer, but switches to always-on adaptive thinking. The practical change is less about API shape and more about runtime behavior.
The reaction pattern in the first few hours was not subtle. Simon Willison's Karpathy quote post captured the "software on tap" mood, while the HN core summary says Claude Code users were already reporting both stronger performance and extra operational friction from the safety heuristics.
Price tags and shipped code
Setting a custom price for a model in AgentsView
TIL: Setting a custom price for a model in AgentsView I've been really enjoying AgentsView by Wes McKinney as a tool for exploring my token usage across different coding agents running on my laptop. Claude Fable 5 came out today and wasn't yet included in the pricing database AgentsView uses. I used Fable to reverse-engineer AgentsView and figured out this recipe for setting custom prices. Here's my Claude Fable 5 usage for today so far, plotted by AgentsView as a treemap across my different local projects: Tags: ai, generative-ai, llms, llm-pricing, claude-mythos
llm 0.32a3
Release: llm 0.32a3 Almost entirely written by the new Claude Fable 5, see my write-up for more details. Tags: projects, ai, generative-ai, llms, llm, claude-mythos
Fable 5 landed quickly enough that surrounding tools were still catching up. Willison's AgentsView post says the model was missing from the app's pricing database, so he used Fable itself to reverse engineer a manual price override and then plotted his own usage across projects.
The same post gives the cleanest operational number in the evidence pool: $10 per million input tokens and $50 per million output tokens. That matches the official launch post and lands at exactly double Opus 4.8 pricing in Anthropic's migration guide.
The other useful day-one signal is that people were already shipping with it. Willison's llm 0.32a3 note says that alpha release was almost entirely written by Fable 5, which is a more concrete early workflow datapoint than the usual benchmark screenshot.
Silent interventions
If Claude Fable stops helping you, you'll never know
If Claude Fable stops helping you, you'll never know Jonathon Ready highlights one of the more eyebrow-raising details from the 319 page system card for Fable 5 and Mythos 5. Here's a longer excerpt, highlights mine: In light of the ability of recent models to accelerate their own development, we’ve implemented new interventions that limit Claude’s effectiveness for requests targeting frontier LLM development (for example, on building pretraining pipelines, distributed training infrastructure, or ML accelerator design). Using Claude to develop competing models already violates our Terms of Service, but enforcing this restriction through our safeguards avoids accelerating the actors most willing to violate these terms. Unlike our interventions for cybersecurity, biology and chemistry, and distillation attempts, these safeguards will not be visible to the user. Fable 5 will not fall back to a different model. Instead, the safeguards will limit effectiveness through methods such as prompt modification, steering vectors, or parameter-efficient fine-tuning (PEFT). These interventions will not affect the vast majority of coding work. We estimate they will impact ~0.03% of traffic, concentrated in fewer than 0.1% of organizations. I believe this is the first time Anthropic have announced these kinds of silent interventions. The justification still feels pretty science-fiction to me - the linked article talks about "recursive self-improvement". I'm not at all keen on a model tha
The oddest detail showed up after launch, via Anthropic's 319-page system card rather than the product post. Willison's follow-up says Anthropic added hidden interventions for requests that target frontier LLM development, including pretraining pipelines, distributed training infrastructure, and ML accelerator design.
Unlike the visible fallback path for cyber or bio queries, these interventions are not exposed to the user. Willison quotes the system card saying Fable 5 may instead be steered with prompt modification, steering vectors, or PEFT, and Anthropic estimates the behavior affects about 0.03% of traffic concentrated in fewer than 0.1% of organizations in that follow-up.