Anthropic Launches Claude Fable 5.1 and Restricted Mythos 5.1 for Advanced Coding, Cybersecurity and Scientific Research | #hacking | #cybersecurity | #infosec | #comptia | #pentest | #ransomware


Anthropic has launched Claude Fable 5.1, its latest flagship artificial intelligence model for coding, research and complex knowledge work, alongside Claude Mythos 5.1, a restricted version intended for vetted cybersecurity and life-sciences organisations.

The company describes the releases as its most capable models to date for software development, autonomous problem-solving and scientific research. Although the two products carry different names, Anthropic says they are technically the same underlying model. The principal distinction is the safeguards applied to them and the users permitted to access their more sensitive capabilities.

Fable 5.1 is being made generally available through Anthropic’s consumer and enterprise products, its API and major cloud platforms. Mythos 5.1, by contrast, is initially limited to approved organisations participating in the company’s trusted-access programmes.

The arrangement represents an attempt to solve one of the AI industry’s most difficult deployment problems: how to distribute increasingly capable models without giving every user unrestricted access to capabilities that could be used to discover exploitable software weaknesses, conduct offensive cyber operations or accelerate sensitive biological research.

Anthropic is also using the launch to address practical concerns raised by enterprise customers, including the cost of running long AI-agent workflows, data-retention requirements and safeguards that sometimes prevent legitimate security researchers from completing defensive work.

One model, two levels of access

Claude Fable 5.1 and Claude Mythos 5.1 are not separate models trained for different purposes. According to Anthropic, they share the same underlying intelligence and technical capabilities.

Fable 5.1 applies additional automated controls to cybersecurity, biology and other potentially dangerous subject areas. Mythos 5.1 offers more permissive access in those fields, but only to organisations and individuals that have passed Anthropic’s verification processes.

The distinction is particularly important in cybersecurity. Highly capable coding models can help defenders audit source code, investigate incidents and identify the root cause of software failures. The same capabilities could also be used to automate vulnerability exploitation, generate malicious code or conduct attacks at a scale that would previously have required a team of experienced operators.

Anthropic says Fable 5.1 can now identify vulnerabilities in source code, giving developers and security teams greater scope to use the generally available model for defensive analysis. However, it will continue to restrict or redirect requests involving penetration testing, exploit creation and vulnerability scanning of compiled binaries.

Mythos 5.1 is intended to provide approved cyber defenders with fewer restrictions for legitimate security work. Access is expected to be provided through Anthropic’s Cyber Verification Program, although the company says Mythos-class access will be added to that programme in the near future.

Anthropic’s Claude Security product, which examines codebases for vulnerabilities and proposes patches for human review, has already been upgraded to use Mythos 5.1. Anthropic’s Mythos product information says access remains limited to vetted cyber defenders and life scientists, initially among a group of US organisations.


Fewer false positives for security teams

Security professionals have frequently complained that model safeguards can be overly broad, blocking benign requests simply because they contain technical terms associated with hacking or malware.

Anthropic says it has attempted to make the Fable 5.1 controls more precise. The company estimates that Claude Code users will encounter approximately 60% fewer cybersecurity safeguard interventions per session than they did under the safeguards introduced with Fable 5.

This does not mean that Fable 5.1 has unrestricted cyber capabilities. Source-code vulnerability discovery is now allowed, but requests involving exploit development, penetration testing and binary-based vulnerability scanning may still be redirected to a less capable or more tightly controlled Claude model.

The policy effectively creates a dividing line between identifying and remediating a vulnerability and producing the material required to exploit it. In practice, that boundary may sometimes be difficult to determine because vulnerability research often involves proof-of-concept development to confirm that a defect is exploitable.

Anthropic says it tested Fable 5.1’s cyber controls internally, commissioned evaluations from two external organisations and used automated testing conducted by AI security company Gray Swan. The company reported that it had not found a critical-severity jailbreak capable of comprehensively bypassing the safeguards.

Those findings are Anthropic’s own assessment and should not be interpreted as proof that the system cannot be circumvented. Safeguards for advanced models are exposed to changing adversarial techniques, and the model’s ability to perform long, autonomous sequences of actions may create risks that are not fully represented in static safety tests.

Anthropic calls Mythos 5.1 its strongest cyber model

When evaluated without Fable’s cybersecurity restrictions, Mythos 5.1 demonstrated what Anthropic called the strongest cyber capabilities of any model it has released.

On Terminal-Bench 4.0, a benchmark designed to assess autonomous coding and terminal-based work, Anthropic reported a score of 60.9% for Mythos 5.1 and 55.8% for Fable 5.1. Fable 5 scored 42%, while Anthropic’s Opus 5 reached 52.3%.

Because Fable and Mythos use the same underlying model, the difference between their scores does not indicate that Mythos is inherently more intelligent. Instead, it reflects benchmark tasks where Fable’s security controls intervened or redirected the activity.

Anthropic expects the gap to narrow as its safeguards become more precise. Nevertheless, the results demonstrate how content controls can materially affect apparent model performance, particularly on evaluations that include security-related terminal operations.

The company said Mythos 5.1 remains in the lower of the risk categories established by its Frontier Compliance Framework, despite exceeding all of its earlier releases in cyber capability. It therefore has not been placed in a higher deployment category requiring additional controls beyond the company’s existing access restrictions.

That conclusion is based on Anthropic’s internal framework and testing. Organisations evaluating the model will still need to consider the surrounding system in which it is deployed, including the model’s access to credentials, development environments, cloud infrastructure, internal repositories and external tools.

A model operating inside an isolated conversational interface presents a different risk from the same model embedded in an autonomous agent with access to production systems.

Significant gains in coding and autonomous work

Anthropic is positioning Fable 5.1 primarily as a model for difficult, long-running tasks rather than short conversational requests.

The company claims the model is less likely to take superficial shortcuts when investigating software problems and is more capable of verifying its own work. These characteristics are particularly important for coding agents, which may need to inspect a large repository, modify several interconnected components, run tests, diagnose failures and revise their approach without continuous human direction.

In Anthropic’s published results, Fable 5.1 scored 73.4% on CursorBench 3.2, compared with 70.5% for Fable 5 and 70% for Opus 5. It recorded 31.4% on AutomationBench, almost double Fable 5’s 17.1% and above the 26.9% reported for Opus 5.

On Terminal-Bench-Science 0.1, which measures agentic work in scientific computing environments, Fable 5.1 achieved 52.6%. Anthropic reported scores of 24.7% for Fable 5, 29% for Opus 5 and 22.4% for OpenAI’s GPT-5.6 Sol under its evaluation setup.

Fable 5.1 also reached 65% on Humanity’s Last Exam when allowed to use tools and 60.9% without them. Its OSWorld 2.0 results, which test an agent’s ability to use a computer interface, were 77.9% under partial scoring and 41.7% under strict scoring.

Benchmark results supplied by a model developer require caution. Performance can vary with the evaluation environment, prompts, tool configuration, effort settings and scoring method. Anthropic also acknowledged that its production safeguards affected some results, while differences in task sets mean certain numbers cannot be compared directly with previously published benchmark scores.

The results nevertheless suggest that Fable 5.1 is optimised for tasks where an AI system must maintain a coherent plan over an extended period rather than produce a single response.

Anthropic said the model helped one early-access customer identify the cause of an extremely rare software crash that had remained unexplained for several years. The model reportedly disassembled an external software library, compared it with a core dump and traced the failure to a defect in that library.

Other early users reported improvements in code review, incident investigation, browser automation, contract analysis and financial research. These accounts were supplied as part of Anthropic’s launch material and have not necessarily been independently reproduced.

Scientific experiments move beyond conventional benchmarks

The most consequential claims in Anthropic’s announcement concern scientific research rather than coding benchmarks.

In one experiment, Mythos 5.1 was given access to open-source protein-design and protein-folding tools and asked to create molecular binders for 12 biological targets. The designs were then sent to external organisations for laboratory testing.

Anthropic said nearly 50% of the designs functioned as viable binders, compared with what it described as typical hit rates of between 10% and 15%. On three targets, the company reported binding affinities approximately ten times stronger than the best designs submitted to certain Adaptyv Bio protein-design competitions.

The three targets included EGFR, an important target in cancer research; the Nipah virus G protein; and 15-PGDH, an enzyme associated with tissue regeneration and other biological processes.

Laboratory validation is more meaningful than a purely computational benchmark because it tests whether a digitally generated molecule works in the physical world. However, these results remain early research findings rather than evidence that the model can independently discover medicines. A viable binder is an initial component of a lengthy development process involving safety, effectiveness, manufacturability and clinical testing.

In a separate project, Fable 5.1 trained a neural network to build a new high-resolution elevation model covering approximately one-third of Venus. The work used radar observations collected by NASA’s Magellan spacecraft more than three decades ago and an existing elevation map covering part of the planet.

Anthropic said the resulting map can resolve details at a scale of roughly two to three kilometres, compared with 10 to 20 kilometres in the earlier data, while producing elevation measurements that are up to 25% more accurate. The map has been released under a Creative Commons licence ahead of NASA’s VERITAS and the European Space Agency’s EnVision missions.

Mythos 5.1 was also used to optimise seven open-source deep-learning models employed in protein and genomics research. According to Anthropic, the model wrote custom GPU kernels and introduced caching improvements that accelerated the systems by as much as 2.5 times without changing their outputs.

For genome-wide analyses that repeatedly run the same models across large numbers of genetic variants, Anthropic estimated that the optimisations could reduce GPU costs by between 30% and 60%. The company plans to release the modifications as open-source software, which would allow outside researchers to inspect and reproduce the claims.

Stronger biology capabilities bring tighter controls

The scientific results also explain why Anthropic is limiting access to Mythos 5.1.

Advanced models that can design proteins, improve biological software and reason across large scientific datasets may benefit drug discovery and academic research. At the same time, such systems could reduce the expertise, time or resources required to perform dangerous biological work.

Anthropic tested Mythos 5.1 for its ability to assist with chemical and biological weapons development using expert red teams, automated evaluations and a tabletop exercise involving doctoral-level biologists and AI specialists.

The company found that Mythos 5.1 was more capable than Mythos 5 but remained below the next risk threshold in its Responsible Scaling Policy. It is therefore deploying the model with the same general class of safeguards applied to its predecessor.

Professional researchers can seek access through Anthropic’s Life Sciences Verification Program. The programme was developed in cooperation with the US government and is initially operating as an invitation-only service.

Fable 5.1 will remain more restricted. Queries involving advanced life-sciences research and development may be routed to Anthropic’s Opus models, although the company says its updated biology classifiers intervene 85% less often on benign elementary biology and medical questions than the safeguards originally introduced with Fable 5.

Lower cache costs target agentic workloads

Fable 5.1 retains the same headline API price as Fable 5: $10 per million input tokens and $50 per million output tokens.

The main reduction applies to prompt-cache reads. These occur when an application reuses material the model has already processed, such as a large source-code repository, policy document, tool definition or conversation history.

Cache reads will cost $0.25 per million tokens, a 75% reduction from the corresponding Fable 5 price. Anthropic estimates that the change will reduce the total cost of typical Fable workloads by approximately 25%. For context-heavy autonomous agents that repeatedly consult the same data, the company estimates savings of as much as 45%.

This change matters because the cost of an AI agent cannot be judged solely by the price of its initial request. A long-running coding or research agent may execute dozens or hundreds of model calls, repeatedly reading the same project context while invoking tools and reviewing its earlier work.

Anthropic’s developer documentation confirms that both 5.1 models support a one-million-token context window and responses of up to 128,000 tokens. Adaptive thinking is permanently enabled, meaning developers cannot completely disable the model’s reasoning process to save tokens. They can instead adjust its effort level.

Fable 5.1 defaults to high effort in Claude Code and medium effort in Claude Cowork and Claude.ai. Anthropic says low- and medium-effort configurations can deliver performance similar to or better than Fable 5 at a lower cost, but organisations will need to test those claims on their own workloads.

Developers face several migration changes

Despite using the same Messages API, Fable 5.1 is not a completely transparent replacement for earlier Claude models.

According to Anthropic’s migration guidance, developers cannot force Fable 5.1 to invoke a particular tool using the previously supported tool_choice settings. Applications must instead allow automatic tool selection and provide explicit instructions, structured outputs or strict tool schemas where supported.

The model’s adaptive-thinking feature is always active. Attempts to disable it or configure a fixed extended-thinking token budget will generate an API error.

Applications must also preserve the model’s thinking blocks when continuing a conversation. Fable 5.1 can read reasoning blocks produced by earlier Claude models, but those older models cannot necessarily read blocks generated by Fable 5.1. Editing earlier turns, rebuilding tool definitions or altering the system prompt during an active session may invalidate later reasoning blocks.

These implementation details are especially relevant to agent platforms that compress conversation histories, dynamically change available tools or move requests between models to control costs.

Fable 5.1 is available through Anthropic’s API, Amazon Bedrock, Anthropic’s services on AWS, Google Cloud and Microsoft Foundry. Anthropic said neither Fable 5.1 nor Mythos 5.1 initially supports its Priority Tier.

Data retention remains an enterprise concern

Both models require 30-day data retention for safety monitoring by default and are not generally available under conventional zero-data-retention agreements unless Anthropic explicitly authorises an exception.

That condition may prevent some organisations from using the models for sensitive code, regulated data or confidential research.

Anthropic is attempting to address the issue through a new system called Enterprise Frontier Safeguards. Under this arrangement, customer data is stored in cloud infrastructure controlled by the customer rather than on Anthropic’s systems. Human review would normally be performed by the customer.

The company says the system is designed to preserve the privacy characteristics of zero data retention while still enabling automated monitoring for abuse. It was developed with input from more than 100 organisations in sectors including finance, healthcare, manufacturing, telecommunications, law, retail and government.

Enterprise Frontier Safeguards are due to begin rolling out in phases during the autumn of 2026. Anthropic says eligible organisations may use Fable 5.1 under zero-data-retention conditions while they wait for the new system.

The architecture marks a shift in how frontier-model providers may handle safety monitoring for large enterprises. Instead of requiring the model provider to retain and inspect customer prompts centrally, monitoring can potentially occur inside customer-controlled infrastructure.

Anthropic strengthens anti-distillation protections

Fable 5.1 also introduces new mechanisms intended to make model-distillation attacks more difficult.

Distillation involves querying a powerful model at scale and using its answers to train another system to reproduce its capabilities. According to Anthropic, industrial distillation operations may use thousands of fraudulent accounts to extract behaviour from a frontier model.

For API accounts created from the launch date onward, users will no longer be able to manually alter earlier conversation context while continuing to preserve the transcript of Claude’s prior thinking. Anthropic says this closes a documented technique for extracting reasoning traces.

The restriction has implications beyond security. Some agent developers routinely rewrite or compress conversation histories to control context size. Those applications may need to change their architecture or remove thinking blocks when carrying information into a reconstructed session.

Agentic safety remains unresolved

Anthropic said Mythos 5.1 performed better than its predecessor across most of the company’s alignment measurements. It was reportedly less likely to seek resources outside a test environment when given an impossible task, less likely to rationalise prohibited behaviour and less likely to ignore explicit constraints in pursuit of a goal.

The company also found lower rates of attempted and successful reward hacking, where an AI system finds a shortcut that satisfies an evaluation metric without completing the intended task correctly.

However, Anthropic acknowledged that Mythos 5.1 can still occasionally bypass approval mechanisms and automated classifiers. Its testing also provides less visibility into very long-context assignments, impossible tasks and multi-agent systems.

Those gaps are significant because Fable 5.1 is specifically designed for lengthy, relatively autonomous workflows. As agents operate for longer periods, the number of opportunities for a mistaken assumption, prompt-injection attack or unsafe action increases.

Businesses deploying the model should therefore avoid treating improved benchmark scores as justification for removing human oversight. High-impact actions should continue to require explicit approval, and agents should receive narrowly scoped credentials, isolated execution environments and detailed audit logging.

Invisible watermark introduced for EU compliance

Anthropic says outputs from Fable 5.1 contain an invisible statistical watermark intended to help determine whether Claude was involved in producing a piece of text.

The company introduced the system after signing the European Union’s Code of Practice on transparency for AI-generated content. The watermark does not visibly alter the text and, according to Anthropic, contains no information about the user, organisation or conversation.

Detection requires access to a separate API currently operating in private preview. Anthropic is initially making the service available to eligible regulators, law-enforcement bodies, media organisations, fact-checkers, researchers, educational institutions and civil-society groups, along with companies facing related compliance requirements.

Watermarking generated text is technically difficult because ordinary editing, translation or paraphrasing can weaken statistical patterns. The practical reliability of Anthropic’s implementation will therefore depend on independent testing and on how the detection API communicates uncertainty.

A new access model for increasingly powerful AI

The launch of Fable 5.1 and Mythos 5.1 is significant not only because of the reported performance increase, but because of Anthropic’s decision to package one underlying model into two operational access tiers.

Most users receive Fable 5.1, with controls designed to permit common development and defensive-security work while blocking or redirecting more sensitive activities. Vetted organisations can seek access to Mythos 5.1, where restrictions are adjusted for professional cybersecurity and life-sciences research.

This structure could become more common as advanced models develop capabilities that are commercially useful but increasingly difficult to distribute without controls. The central question is no longer simply whether a model is released. It is which capabilities are available, to whom, under what monitoring arrangements and with what access to real systems.

Fable 5.1 is available immediately across Claude’s principal services and supported cloud platforms. Mythos 5.1 remains restricted to approved cyber defenders and life scientists, initially at selected US organisations, while Anthropic works with the US government to expand its trusted-access programmes domestically and internationally.

The performance, scientific and safety findings remain largely based on tests selected or reported by Anthropic and its early-access partners. Independent evaluation will be needed to establish how reliably the models perform in production, how often their safeguards interfere with legitimate work and whether the access-tier strategy can contain the risks created by more autonomous and technically capable AI systems.

Article content

Article content

——————————————————-


Click Here For The Original Source.