← home
RESEARCH · GOVERNANCE

Model concentration risk.

July 19, 2026

By the LLM CFO team

On June 12, 2026, the US Commerce Department issued an export-control order that forced Anthropic to suspend Claude Fable 5 and Mythos 5 globally—across AWS Bedrock, Google Cloud, Microsoft Foundry, Snowflake, Box, and direct APIs—simultaneously. The suspension lasted 19 days. No warning. No recourse. For companies that had routed production workloads entirely through Fable 5, the outage was a financial event: a CFO problem, not just an ops problem.

Why every cloud lost Fable at the same time

The first lesson for CFOs: multi-cloud is not multi-provider. Every major cloud platform offers Claude models via their own managed API gateway (Bedrock, OpenAI on Azure, Vertex, etc.). But the model itself comes from Anthropic. When Anthropic had to comply with the export-control order, there was only one lever to pull: disable the model everywhere. Infrastructure diversity (AWS, Azure, Google) became irrelevant the moment the upstream provider was blocked by regulation.

This is the definition of concentration risk: your application is resilient to infrastructure failures, but vulnerable to a single vendor decision or regulatory action outside your control. It is the risk that nobody models in their RTO/RPO spreadsheets, and the risk that makes board-level conversations awkward when it happens.

Quantifying concentration exposure

Before building failover logic, CFOs need a number: how much of your revenue-generating AI workload routes through a single model provider, and what does losing it cost? Here is the framework:

The hidden cost of failover readiness

If concentration risk exists, the remedy is failover readiness: maintaining an evaluated second provider route that can go live quickly. This is not free. Here is the cost breakdown:

ActivityOne-time cost (hours)Recurring cost (hours/quarter)Annual equivalent
Eval fallback model on your test suite40–10010–20$8k–$16k
Port prompts & optimize on fallback model40–805–10$6k–$12k
Infrastructure changes for routing / feature flags60–1202–5$4k–$8k
Quarterly failover drills & validation8–16$4k–$8k
Total140–30025–51$22k–$44k

This is the annual cost to reduce concentration risk from "catastrophic" to "manageable." It assumes you have a known fallback vendor (GPT-4, Gemini, or an open-weight model on self-hosted infrastructure). It is not cheap. It is also cheaper than a 19-day outage.

Degraded-mode economics

During the 19-day Fable 5 outage, companies that had a fallback route to GPT-4 or Gemini faced a different problem: the fallback was measurably worse or measurably more expensive, or both. Here is why this matters to CFOs:

Cost per token vs. cost per task. GPT-4 costs 2–3× more per token than Fable 5. But if Fable 5 solves a task in 1 call and GPT-4 requires 1.5–2 calls due to lower quality, the effective cost per task may be 3–6× higher. A company with $250k/month in Fable 5–driven revenue that fell back to GPT-4 during the outage did not save money by paying a premium for the fallback; they paid a premium and lost market share because response times doubled.

Quality cliffs are real. Some tasks have a quality threshold below which the output is unusable. Legal contract review, code generation for security-critical systems, and financial forecasting are examples. A fallback model that is 5–10% less accurate than the primary model may be 50–100% less usable if the task has a hard quality bar. Build your fallback eval with this in mind: measure not just "accuracy delta," but "tasks that fail the quality threshold entirely."

Practical guardrails: the four controls

Reducing model concentration risk requires four controls. None is optional if you have meaningful exposure.

1. Provider-diversity KPI

Define and track: percentage of revenue-generating AI workload on any single provider. Set a target (e.g., "no single provider >40% of AI-driven revenue"). Track it quarterly in the finance dashboard. This is not an engineering KPI; it is a risk KPI and should appear in board-level risk reporting. A company with 60% of AI revenue on Fable 5 is exposed; if you get to 40% across Fable 5, GPT-4, and Gemini, you are closer to acceptable risk.

2. Quarterly failover drills

Once a quarter, simulate a provider outage: route production traffic to the fallback model for 1–4 hours under realistic load. Measure quality, latency, and cost. Document what breaks, what fails, and what costs more than expected. This is cheap insurance; a 4-hour drill costs ~$500 in fallback model spend and catches gaps before a real outage does.

3. Contract language on availability and liability

Your model provider's standard contract is silent on what happens if they suspend service. Ask for: (1) minimum notice period (48–72 hours before suspension for reasons other than your breach), (2) SLA for service restoration (e.g., "48 hours"), (3) liability if they suspend service for regulatory reasons (ideally: capped at your monthly spend with them, or an agreed amount like $100k). Most vendors will balk at #3; that is informative. Add these terms now.

4. Export-control and regulatory risk audit

For each model provider you depend on, document: Is the model subject to US export controls? Are there known pending regulatory actions? What countries have restricted access to this model? Build a simple matrix of (provider, model, jurisdiction, restriction status) and update it quarterly. June 12 was a surprise only if you were not asking these questions beforehand.

Worked example: cost of the 19-day Fable 5 outage

Let's model a company with $250k/month in revenue from AI-dependent features, 60% of which routed through Fable 5:

If this company had invested $30k/year in failover readiness (quarterly drills, maintained fallback prompts, feature flags for routing), they would have cut the outage cost from $120k to $50–60k (faster recovery, better fallback performance). Annual cost of readiness: $30k. Value of averting one 19-day outage in a year: $60k. The math is straightforward.

The regulatory horizon

The Fable 5 export-control order was a first signal, not an outlier. As AI models become more capable, regulatory scrutiny will increase. Governments will likely impose more controls on model access, training data, and deployment in certain geographies. CFOs should treat vendor concentration risk the same way they treat currency risk or interest-rate risk in treasury: model it, hedge it, and price it into the business.

Related

← Back to llmcfo.com