On September 1, 2026, Anthropic simultaneously launched Claude Fable 5.1 and Claude Mythos 5.1. Cache read costs were cut from $1.00 per million tokens to $0.25, a 75% reduction; Anthropic's official blog disclosed that this will reduce typical workload costs by about 25%, with savings of up to 45% for agentic tasks with high-frequency context reuse.
Why Two "Identical Models" Score Differently
Fable 5.1 and Mythos 5.1 are the exact same underlying model, differing only in the number of layers and strength of the safety classifier. According to MarkTechPost, on the Terminal-Bench 4.0 coding benchmark, Fable 5.1 scored 55.8% while Mythos 5.1 scored 60.9% — a gap of 5.1 percentage points.
This gap is the direct cost of the safety filter. Anthropic wrote it explicitly into the release documentation — a rare instance of honest disclosure, as mainstream AI companies typically avoid quantifying how much capability "alignment" actually erodes. Now this number has appeared in a public benchmark for the first time.
Access to Mythos 5.1 is restricted to the "Project Glasswing" trust access program, available only to vetted U.S. cybersecurity and life sciences institutions, currently covering about 150 organizations. The life sciences vetting program launched as an invite-only beta, aimed at researchers who require advanced biological reasoning capabilities. This dual-track structure means: for the same strongest model, the vast majority of people use the safe version — and the safe version's capability ceiling is measurably lower than that of the restricted version.
The Mechanism Behind the Cache Read Price Cut
To understand this price reduction, you first need to understand how agents operate. A continuously running code review agent must re-read hundreds of thousands of tokens of context on every call — system prompts, tool definitions, conversation history — which are cached after the model first processes them, with subsequent reads incurring "cache read" fees.
Anthropic reduced this rate from $1.00 to $0.25, effectively bringing cache costs from 10% of the base input price down to 2.5%. The base input price ($10/million tokens) and output price ($50/million tokens) remain unchanged. According to VentureBeat, Anthropic stated the estimate is based on its internal usage data from August.
This is not an across-the-board price cut, but one precisely targeted at context-intensive workloads. Conversational applications and single-turn Q&A scenarios are largely unaffected; instead, long-running agentic tasks that frequently read large contexts benefit the most. The direction of this pricing adjustment clearly signals that Anthropic is betting on agents as the next major battleground.
Benchmark Performance: Scientific Research Tasks Show a Particularly Notable Leap
On Terminal-Bench-Science 0.1 — a benchmark that tests a model's ability to complete scientific research tasks in a terminal environment — Fable 5.1 leads by a wide margin at 52.6%: Fable 5 scored 24.7%, Opus 5 scored 29.0%, and, according to official data cited by MacRumors, OpenAI's GPT-5.6 Sol only managed 22.4%. In scientific research agent capability, there is a fairly wide chasm between Fable 5.1 and the most recent generation of competitors.
Other benchmarks show similarly consistent improvements: CursorBench 3.2.0 reached 73.4%, Humanity's Last Exam scored 65.0% with tool use, OSWorld 2.0 strict mode hit 41.7%, and AutomationBench reached 31.4% — compared to Fable 5's 17.1% on the same benchmark.
Anthropic designed the model with multiple adjustable "effort" levels: defaulting to High in Claude Code and Medium in Claude.ai. Official documentation shows that at the Medium level, Fable 5.1 can approach or even surpass Fable 5's High-level performance at a much lower cost.
Redrawing the Cybersecurity Boundary
Anthropic announced that Fable 5.1 can now be used to discover software vulnerabilities, but not to develop exploits that take advantage of them. At the same time, the false positive rate in cybersecurity scenarios dropped by 60% — previously the model frequently flagged legitimate security research questions as dangerous content, forcing developers to resort to extensive workarounds.
Behind this boundary-setting lies a technical assumption: can a classifier reliably sever, within the same model, the ability to identify vulnerabilities from the ability to exploit them? The very existence of Mythos 5.1 suggests the answer is no — Anthropic needed a completely different access mechanism to separate these two use cases, rather than relying on prompt-level constraints.
Mythos 5.1's System Card shows the model possesses "the strongest cybersecurity capabilities" and has already surpassed major human competitors on vulnerability discovery tasks. This capability is currently locked behind a trust access program, but Anthropic has simultaneously opened up Fable 5.1's vulnerability discovery capability — meaning the classifier line between "identify but do not exploit" is under growing pressure.
Three Breaking Changes Developers Need to Watch
According to MarkTechPost's detailed coverage, Fable 5.1 introduces three API changes that will directly affect existing code:
- Forced tool calling removed: Setting
tool_choicetoanyortoolwill return a 400 error; you must switch toautocombined with structured output instead. - Chain-of-thought blocks are bound to model versions: Fable 5.1 can read chain-of-thought generated by older models, but older models cannot read their own. In pipelines that use routers or degradation fallback, switching model versions will cause the reasoning process to be lost.
- Editing conversation history invalidates chain-of-thought blocks: Injecting or deleting per-turn prompts, or rebuilding system prompts or tool arrays mid-conversation, will now return an error directly. This check is enforced for accounts created on or after August 31, 2026.
These three changes all point in the same direction: the model's reasoning state has become more stateful and harder to tamper with externally. The impact on multi-step agent frameworks should not be underestimated. Applications using dynamic context injection need to test carefully before migration.
Institutionalizing Watermarking and Data Retention
Fable 5.1 comes with a built-in invisible text watermark, and Anthropic simultaneously released a private preview of a detection API. According to MacRumors, the API is open to compliance institutions required by EU law. This means that traceability of AI-generated content in the EU is no longer just technically feasible — it now has an institutional vehicle.
On the data retention side, Anthropic launched "Enterprise Frontier Safeguards" (EFS): data is stored on cloud infrastructure fully controlled by the customer, rather than on Anthropic servers, achieving privacy protection equivalent to zero data retention while retaining the ability to combat adversarial abuse. The feature will roll out to enterprise customers in phases, expected to begin later this fall.
Assessment
Two things about this release are real: performance has indeed improved substantially, and the price adjustment is genuinely implementable — not a PPT promise, but a billing change already reflected on the API pricing page.
But it also exposes a structural problem the industry has yet to solve: when a company needs to serve different markets with "the same model under different safety layers," and can precisely quantify the performance loss imposed by safety classifiers, the industry-wide narrative that "safety and capability can be achieved simultaneously" begins to erode. The 5.1 percentage point gap between Fable 5.1 and Mythos 5.1 is the most direct piece of counter-evidence to date.
© 2026 Winzheng.com 赢政天下 | 转载请注明来源并附原文链接