Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin Chain SAFU CryptoTax DeFAI AGI Claude Me Claude Skill Claude Design Claude Cowork
Independent Media
Not affiliated with any project
Exploring the Frontier of AI Intelligence
claude-me.com
LATEST
Fable 5.1's Cache Reads Are 75% Cheaper — How Much You Actually Save Depends on Your Bill's Cache Share  ·  Three Breaking Changes When Upgrading to Fable 5.1 — One of Them Can Silently Break Your Agent  ·  Claude Fable 5.1 and Mythos 5.1 Arrive: 75% Cheaper Cache Reads, 60% Fewer Cybersecurity False Positives  ·  Claude Code Adds --restricted Mode: A Minimal-Authority Starting Point for Unfamiliar Projects  ·  Claude Code Fixes `/cd`: New Directory Settings Now Apply Immediately, No More Waiting for Resume  ·  Claude Code Adds a Startup Warning: `Bash(git * main)` Matches Far More Than You'd Expect
news

Claude Fable 5.1 and Mythos 5.1 Arrive: 75% Cheaper Cache Reads, 60% Fewer Cybersecurity False Positives

30-Second Version · For the impatient
Base pricing didn't move a cent — the real discount is hidden in that 75% cut to cache reads, the easiest line in this update to overlook and the most direct one to show up on your bill.

Full Explanation +
01 · Why did this happen?

Is Fable 5.1 a completely different model from the Fable 5 released in June?

No — it's a point release within the same model generation, not a new generation. Official documentation describes this migration as "mostly drop-in": the API surface, usage limits, per-Token pricing structure, tokenizer, always-on Adaptive Thinking, and refusal-handling logic all match Fable 5, with no need to readapt. What can actually affect existing integrations are a few specific behavioral changes: forced tool choice now returns an outright error; thinking blocks can only be read by the same or a newer model, and only within the conversation that produced them; and editing an earlier conversation turn invalidates the corresponding thinking blocks.

For everyday users, most of these changes aren't directly noticeable — they're mainly technical adjustments developers need to watch for when integrating with the API, and they don't affect the day-to-day experience of using Claude.ai, Claude Code, or Claude Cowork.

02 · What is the mechanism?

Why did Anthropic choose this moment to focus on cutting cache-read pricing rather than adjusting base rates?

This choice reflects the actual cost structure of agentic workloads. The chart in the official announcement shows that for workloads heavily reliant on agent loops, cache reads themselves make up the largest share of the bill — because when an agent executes a task, it frequently needs to reread the same codebase, system instructions, tool definitions, and accumulated conversation history over and over, and most of that content fits squarely into what caching is meant for. Adjusting only the base input/output pricing would do relatively little for this kind of cache-heavy workload, since the real bulk of the bill was never freshly-input tokens to begin with.

Targeting the discount specifically at cache reads is essentially aiming precisely at the specific pain point of "agentic tasks getting more expensive the longer they run" — which also explains why typical workloads only save 25% while highly agentic ones save up to 45%: the difference comes entirely from how much of each workload's bill is made up of cache reads, not from any difference in the model's underlying pricing logic.

03 · How does it affect me?

How was "60% fewer cybersecurity false positives" actually measured, and what does it mean?

This figure refers to the average number of safeguard "interventions" a Claude Code user encounters per session, down roughly 60% compared to the earlier Fable 5 safeguards — an intervention meaning the system judged a request as potentially touching on a cybersecurity risk and triggered an additional check or restriction. What this number reflects is a drop in how often the safeguard misjudges benign content as risky content, not that the safeguard mechanism has weakened overall.

In practice, this update accomplishes two things that don't point in exactly the same direction: on one hand, it makes the safeguards more precise for benign requests (like a security defender's ordinary query aimed at hardening their own systems), reducing unnecessary interventions. On the other hand, official documentation also notes that tasks with genuine dual-use risk — penetration testing, exploit development, binary-based vulnerability scanning — are still redirected to Opus-series models, and that hasn't been loosened by this adjustment. In other words, the 60% figure describes "fewer benign requests getting caught in the crossfire," not "the overall bar for triggering a safeguard has been lowered."

04 · What should I do?

If I'm just a regular Claude.ai or Claude Code user, not a developer, what actually changes for me with this update?

The most directly noticeable change is fewer safeguard interventions — if the work you do in Claude Code already touches on cybersecurity or code security, you may have previously run into the system frequently flagging it for extra confirmation or redirecting it elsewhere. That should now happen noticeably less, making the experience smoother. If your bill is based on Token usage and your usage pattern involves long, multi-turn conversations or tasks (returning to the same project repeatedly to keep working, for example), the cache-read discount will also show up in your actual costs, with no extra configuration needed on your part.

If you're not a developer and don't call the API directly, the technical changes mentioned earlier — forced tool calls returning an error, thinking content only readable within the same conversation — essentially don't affect you at all. Those are migration details aimed at developers integrating Claude through the API; regular users chatting directly in the Claude.ai web app or mobile app don't need to pay them any attention.

Full Content +

Anthropic released Claude Fable 5.1 and Claude Mythos 5.1 on September 1, 2026 — the first point release since Fable 5 and Mythos 5 launched in June. Both models share the exact same underlying weights; the only difference is their level of safeguards. Fable 5.1 is now generally available to everyone, while Mythos 5.1 remains limited to cybersecurity and life sciences professionals vetted through trusted access programs.

Pricing: Base Rates Unchanged, Cache Reads Down 75%

Fable 5.1 keeps the same input and output pricing as Fable 5 — $10 and $50 per million tokens, respectively. What actually changed is the price of prompt cache reads, which dropped from $1 per million tokens to $0.25, a 75% cut. Using four weeks of actual usage data from August 2026, Anthropic estimates typical workloads save around 25% on average, while highly agentic workloads that lean heavily on cached context can save as much as 45%.

Cybersecurity and Biology Safeguards: Fewer False Positives

Fable 5.1's safeguards for cybersecurity-related requests have been recalibrated, and official figures show Claude Code users now encounter roughly 60% fewer safeguard interventions per session compared to the earlier Fable 5 safeguards. This update also marks the first time Fable 5.1 can be used to identify software vulnerabilities — defensive work — though it still cannot be used to develop exploits for them. Penetration testing, exploit development, and binary-based vulnerability scanning are still redirected to Opus-series models. On the biology side, adjustments announced earlier already cut false-positive rates by around 85%, though queries genuinely involving life sciences research and development are still routed to Opus.

Mythos 5.1: Expanding Biology Access Through a U.S. Government Partnership

Mythos 5.1 is the same model as Fable 5.1, differing only in how permissive its safeguards are. Access currently runs through two trusted access programs: the Cyber Verification Program (CVP), which will soon expand to cover Mythos-class models, and the Life Sciences Verification Program (LSVP), developed in partnership with the U.S. government, which has already enrolled its first participants and is expected to expand to a broader life sciences community over time. Separately, Claude Security — Anthropic's own product for scanning codebases and suggesting patches — is now also powered by Mythos 5.1.

Anti-Distillation Mechanisms and the EU AI Act Watermark

This update also strengthens protection against Model Distillation. Starting from launch day, new API accounts can no longer manually edit Claude's prior thinking content in a conversation while preserving the full thinking transcript — closing off a technique that had been commonly used to extract Claude's reasoning capabilities at scale. Existing accounts aren't currently affected, though the restriction will gradually apply to future model releases as well. Separately, in line with the EU AI Act's transparency code of practice that Anthropic signed in July, model outputs released after August 2 now carry a watermark indicating the likelihood that Claude was involved in generating the content. The watermark itself is invisible without a detection API and contains no user data; that detection API is currently available only to qualifying organizations such as regulators, law enforcement, media, and independent researchers.

Sources: Introducing Claude Fable 5.1 and Claude Mythos 5.1
Ask a Question
Please enter at least 10 characters
Related Articles
Fable 5.1's Cache Reads Are 75% Cheaper — How Much You Actually Save Depends on Your Bill's Cache Share
practice · Sep 10
Three Breaking Changes When Upgrading to Fable 5.1 — One of Them Can Silently Break Your Agent
practice · Sep 10
Claude Code Adds --restricted Mode: A Minimal-Authority Starting Point for Unfamiliar Projects
practice · Sep 04
Claude Code Fixes `/cd`: New Directory Settings Now Apply Immediately, No More Waiting for Resume
practice · Sep 04
Related News
More Related Topics