The Fable 5 Moment
30 partsTL;DR
Running Claude Fable 5 on Amazon Bedrock requires opting into a data-sharing mode that sends your inference traffic outside the AWS security perimeter to Anthropic for 30-day retention. Here is exactly what happens, who is affected, and what your alternatives are.
Read next
Anthropic's Claude Fable 5 mandates 30-day data retention on every platform, overriding existing Zero Data Retention contracts for enterprise API customers. Here is what compliance teams and developers need to audit before their next deployment.
8 min readAnthropic gave subscribers two weeks of free Fable 5 access, then it moves to usage credits. Here's what's actually changing, what the real-world burn rates look like, and what to do depending on how you use Claude.
6 min readEverything you need to ship Claude Fable 5 in production - from the API surface changes and adaptive thinking defaults to rate limit strategy, streaming latency, and the June 15 deprecation deadline for older models.
9 min readA lot of enterprises chose Amazon Bedrock for one reason above all others: the data never leaves AWS. That boundary is what gets Claude through procurement, through legal review, through the security questionnaire that sits between a proof of concept and a production rollout. On June 9, 2026, that boundary got more complicated.
Last updated: June 10, 2026
Anthropic's data retention policy for Mythos-class models requires that prompts and outputs submitted to Claude Fable 5 - and future models in the same capability tier - be retained for 30 days across every platform where those models are offered. That includes AWS Bedrock. Enabling Fable 5 on Bedrock requires explicitly setting a provider_data_share mode via the Data Retention API, and once you do, your inference data crosses out of AWS's security boundary and into Anthropic's infrastructure.
This post covers the mechanics of what actually happens, which organizations are most exposed, what the Hacker News community made of it when the story hit 378 points today, and what your options are if you need to stay on the frontier without giving up the boundary.
The AWS announcement is unusually direct about the mechanics. To invoke Claude Fable 5, you must first call the Data Retention API and set provider_data_share:
curl -X PUT https://bedrock.us-east-1.amazonaws.com/data-retention \
-H "Authorization: Bearer <your_bearer_token>" \
-H "Content-Type: application/json" \
-d '{ "mode": "provider_data_share" }'
AWS describes what this mode does without ambiguity: "This mode allows Amazon Bedrock to retain and share your inference data with model providers per their requirements." And then, in the "Things to know" section of the same post: "Once you opt into data retention, your data will leave AWS's data and security boundary."
There is no console toggle at launch. There is no per-request opt-out. It is account-level, and it applies to all Fable 5 traffic from that point forward.
On the Anthropic side, the retained data is handled under the following controls, per the support documentation:
The legal carve-out in that last bullet is the one that is generating the most concern.
The safety rationale is grounded in a real threat model. Claude Fable 5 shares the same underlying model as Claude Mythos 5, with additional safeguards layered on top - particularly in cyber and bio domains. Anthropic argues that some attack patterns are invisible at the single-request level.
Best-of-N jailbreaking sends hundreds of slight prompt variations hoping one slips through. State-sponsored espionage campaigns and data extortion operations only surface when safety classifiers can look across many requests over time. Single-request filtering misses the pattern. Retention enables pattern detection.
This is the same logic that justifies network-level threat detection in enterprise security tooling. The difference is that your SIEM sits inside your perimeter. Anthropic's safety infrastructure does not.
The organizations most exposed are precisely the ones who chose Bedrock to avoid this problem. The policy only affects customers who had zero data retention (ZDR) agreements in place. If you were already on standard Bedrock terms with retention enabled, nothing changes. The ZDR customers - typically regulated enterprises in healthcare, finance, and government - are the ones now facing a choice between the frontier model and their compliance posture.
Three categories deserve specific attention:
Healthcare and life sciences - HIPAA covered entities cannot simply flip a data-sharing switch. PHI that passes through a prompt - patient context, clinical notes, anything that touches a workflow - requires a Business Associate Agreement that maps to where data actually lives. Data leaving the AWS boundary reopens BAA coverage questions that Bedrock's architecture was supposed to close.
Financial services - FINRA, SEC, and OCC-regulated firms have data residency and audit requirements that make 30-day retention at a third party's infrastructure a non-trivial compliance event. The "legally required to keep it" exception in the deletion policy is particularly sensitive here, since regulators can and do issue subpoenas to cloud providers.
Government and public sector - FedRAMP authorization is tied to specific infrastructure boundaries. AWS GovCloud operates under different rules than commercial regions. The Bedrock announcement does not mention GovCloud availability for Fable 5, and HN commenter xnx raised the same question about Google Cloud's equivalent environment. For US federal use cases, the boundary question is not a preference - it is a compliance requirement.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Jun 10, 2026 • 9 min read
Jun 10, 2026 • 9 min read
Jun 10, 2026 • 8 min read
Jun 10, 2026 • 7 min read
The story hit 378 points on Hacker News on June 10, and the comment thread surfaced the tensions clearly. A selection of the most-cited perspectives (quoted under 15 words each where possible):
rohansood15 called out the procurement problem directly: "Pretty sure this doesn't work for any regulated enterprise or government client."
chattermate named the structural issue: "Bedrock's whole pitch to those customers was 'your data never leaves your AWS boundary' - that's the line that gets it through procurement and compliance reviews."
Torikul007 put the enterprise calculus plainly: "30-day retention for advanced models sounds reasonable in isolation, until you remember many teams are sending proprietary code, internal docs, or customer-sensitive context."
shevy-java pointed to the deletion carve-out: "After 30 days, the data is deleted automatically - or we're legally required to keep it. So, data is forever."
gauravvij137 described a practical workaround already in use: "The data leaving AWS boundary kills this for any regulated workload. We've been running side-by-side evals of open models against Claude on private test suites."
pdp raised the EU dimension in three words: "This is not going to fly in EU."
OtherShrezzing characterized the strategic cost: "With this policy across AWS/GH/Zed/etc, they're taking their massive lead in enterprise/govt sales and handing it to any competitor who can serve a model anywhere near these capabilities."
The thread also had defenders. htrp acknowledged Anthropic's position: "You've got to respect Anthropic being willing to shoot themselves in the foot over a belief around Mythos performance." The safety rationale is genuine - the friction is real on both sides.
If you need to stay on Bedrock but cannot accept the data-sharing requirement, the decision points break down as follows:
| Scenario | Data Leaves AWS | Compliance Risk | Model Capability |
|---|---|---|---|
| Fable 5 on Bedrock (provider_data_share on) | Yes - to Anthropic | High for ZDR orgs | Mythos-class, safeguarded |
| Opus 4.8 on Bedrock (standard ZDR) | No | Standard Bedrock terms | Previous-generation |
| Fable 5 via Claude Platform on AWS | Yes - to Anthropic | Same as Bedrock Fable 5 | Mythos-class, safeguarded |
| Open models via Bedrock (Llama, Mistral, etc.) | No | No third-party retention | Varies; sub-Fable on most benchmarks |
| Self-hosted on AWS (EC2/EKS) | No | Your infrastructure | Limited by available weights |
| Mythos 5 on Bedrock (Limited Preview) | Yes - to Anthropic | High; limited access | Full Mythos, restricted domains |
Opus 4.8 keeps ZDR - this is the most important near-term alternative. Anthropic's previous frontier model remains available on Bedrock under standard zero data retention terms. If your workflows were already running on Opus 4.8 in production, the pragmatic path is to stay there, benchmark Fable 5 in an environment where you can accept retention, and migrate only when the compliance picture clears.
For teams on the GovCloud question: as of this writing, Fable 5 is available in US East (N. Virginia) and Europe (Stockholm) commercial regions only. GovCloud availability has not been announced. Check the Bedrock model card documentation for updates.
For more on how this retention policy works across other access paths - direct API, Claude Enterprise, and third-party integrations - see our full breakdown of the Fable 5 data retention mechanics. And if you are managing a June 22 deadline for existing ZDR agreements, the timeline and transition steps are covered in the deadline post.
Three things will determine how this plays out over the next quarter:
GovCloud and FedRAMP clarity - AWS has not addressed whether Fable 5 will come to GovCloud, or whether a FedRAMP-compliant retention architecture is in scope. That answer will determine whether the US public sector market is simply deferred or effectively closed to Fable 5.
EU regulatory response - GDPR's data transfer restrictions apply when data moves outside an EU-adequate country. Stockholm is an EU region; the retention infrastructure at Anthropic is in the US. The legal basis for that transfer under GDPR's Chapter V is not addressed in any public documentation. Expect DPAs to ask.
Competitive response - The HN thread noted OpenAI's position and the question of whether Azure's equivalent path for GPT-class models would follow the same pattern. If a major competitor can offer comparable capability under a boundary-preserving architecture, the enterprise market will notice quickly.
Does enabling provider_data_share affect all my Bedrock models or just Fable 5? The setting is required to access Fable 5. AWS has not published documentation indicating it applies retroactively to other models. Other models you are already running under ZDR continue under ZDR. Verify this with AWS Support before enabling it in a shared account.
Can I use a separate AWS account to isolate Fable 5 traffic?
Yes, and this is the recommended architecture for organizations that want to run Fable 5 in a sandboxed evaluation environment without exposing production workloads. The provider_data_share setting is account-level, so a dedicated evaluation account gives you clean isolation.
What happens to retained data if Anthropic receives a legal request? Anthropic's policy states data is retained for 30 days and deleted "except in the rare cases where it's part of a safety investigation or we're legally required to keep it." Legal process - subpoenas, national security letters, regulatory inquiries - falls under "legally required." There is no published mechanism to challenge or be notified of such requests.
Does the Zed editor integration have the same requirement? Yes. HN commenter drcongo noted receiving an email from Zed about the same policy on June 10. The requirement applies across all platforms where Fable 5 is offered, including GitHub Copilot, Zed, and other third-party integrations.
Is Claude Mythos 5 on Bedrock subject to the same retention requirement? Yes, and then some. Mythos 5 is in limited preview on Bedrock, restricted to cybersecurity and life sciences use cases. It carries the same retention requirement and is subject to additional access controls given the dual-use sensitivity of those domains.
Technical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolGives AI agents access to 250+ external tools (GitHub, Slack, Gmail, databases) with managed OAuth. Handles the auth and...
View ToolAnthropic's first generally available Mythos-class model, released June 9, 2026. 1M context, 128K max output, $10/$50 pe...
View ToolA practical walk-through of how to design, write, and ship a Claude Code skill - from choosing when to trigger, through allowed-tools, to the steps the agent will actually follow.
Getting StartedInstall the dd CLI and scaffold your first AI-powered app in under a minute.
Getting StartedWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI AgentsAnthropic's Claude Fable 5 mandates 30-day data retention on every platform, overriding existing Zero Data Retention con...
Anthropic gave subscribers two weeks of free Fable 5 access, then it moves to usage credits. Here's what's actually chan...
Everything you need to ship Claude Fable 5 in production - from the API surface changes and adaptive thinking defaults t...
Fable 5 on Bedrock requires opting into data sharing with Anthropic, which sends inference data outside the AWS boundary...
Anthropic broke its own naming ladder when it introduced the Mythos class and Claude Fable 5. Here is what the shift mea...
Claude Desktop spawns a Hyper-V virtual machine consuming roughly 1.8 GB of RAM on every Windows launch - even when you...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.