Claude Mythos 5

Claude Fable 5 includes additional safety classifiers to block access to specific capabilities of Claude Mythos 5.12

Anthropic sometimes refers to classifers as “safeguards”, though classifiers are one piece of a broader set of safeguards including access controls, model safety training, and offline monitoring.3

Classifier categories

  • cyber: “The request could enable cyber harm, such as malware or exploit development. Benign cybersecurity work can also trigger this category.”4
  • bio: “The request could enable biological harm, such as dangerous lab methods. Beneficial life sciences work can also trigger this category.”4
  • reasoning_extraction: “The request asks the model to reproduce its internal reasoning in the response text. To get reasoning in a structured form instead, use adaptive thinking.”4
  • frontier_llm: “The request could assist the development of competing AI models, which is restricted under Anthropic’s commercial terms. Benign machine learning work can also trigger this category.”4 This includes distributed training infra, ML accelerator design, kernel development for non-standard chips,5 and building pretraining pipelines1. (§1.5)

Classifiers discern between four subcategories of cyber use, with different resulting behavior:3

  • Prohibited -> block
  • High-risk dual use -> block
  • Low-risk dual use -> monitor; sometimes block as part of the safety margin to prevent meaningful jailbreaks. Includes vulnerability identification other models can already do (including Haiku 4.5, Sonnet 4.6, Opus 4.6, Opus 4.7, Opus 4.8, GPT-5.4, GPT-5.5, and Kimi K2.7).6
  • Benign use -> allow, with some monitoring.

Changelog

  • 2026-06-09: Initial release of Claude Fable 5. Reportedly triggers in less than 5% of sessions.7
  • 2026-06-11: Updated frontier_llm safeguards to refuse rather than cause invisible side effects.81
  • 2026-07-01: Low-risk dual-use is now sometimes blocked out of an “abundance of caution”.3 Further models were tested to review the report created by Amazon researchers that the US government became aware of.6

Blocked response behavior

API requests that are blocked receive an HTTP 200 response with stop_reason: "refusal". Developers can add their own retry/fallback, or opt into server-side fallback that re-serves via a designated Opus model and reflects it in the response object.4

In Claude.ai and Claude Code, blocked requests fallback to the most recent Opus model. Depending on the user’s settings, this can either happen automatically or show an alert to the user first.5

Changelog

2026-06-11: Removal of frontier LLM safeguard behavior

The frontier_llm category’s original behavior was described in the Jun 9, 2026 revision of the system card:9

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. When these interventions are active, we expect them to have minimal behavioral impact on the model except to limit its effectiveness in developing frontier LLMs. Claude will still respond helpfully to user requests. We’ll continue to improve the precision of our detection methods following the launch of this model.

This received backlash from users.

On June 11, this behavior was removed and the system card was updated.81

Discussion

For users’ reactions to these safeguards, see the discussion tab.

Footnotes

  1. System Card: Claude Fable 5 & Claude Mythos 5 (Jun 11, 2026) 2 3 4

  2. Introducing Claude Fable 5 and Claude Mythos 5 - Claude Platform Docs

  3. More details on Fable 5’s safeguards and our jailbreak framework (Jul 2, 2026) 2 3

  4. Refusals and fallback - Claude Platform Docs 2 3 4 5

  5. Why Claude switched models in your conversation with Fable 5 - Claude Support (retrieved July 2, 2026) 2

  6. Redeploying Fable 5 (Anthropic, Jun 30, 2026) 2

  7. Claude Fable 5 and Claude Mythos 5

  8. @ClaudeDevs on X (Jun 10, 2026) 2

  9. System Card: Claude Fable 5 & Claude Mythos 5 (Jun 9, 2026)