AI Model Access Is Now Export-Controlled — Your Architecture Doc Needs Three New Answers
What Happened
The US Commerce Department barred all foreign nationals from accessing Anthropic's Fable 5 and Mythos models. In a separate action, it specifically revoked SK Telecom's Claude Mythos access over alleged China ties. This is not a policy whitepaper. A production telco lost a live endpoint.
Model access is now a compliance field, not a capability one. The fallback you didn't write is the one that matters.
What This Means for the Stack
Three questions belong in every architecture doc that touches a frontier model:
- Which engineers can legally call these endpoints? If the team includes non-US nationals, their access may already violate Commerce rules. Read the citizenship field on the IAM roster.
- Which customers can receive outputs? If downstream users include foreign entities, the deployment is a conduit for restricted model access.
- What is the fallback when access is revoked? SK Telecom did not get ninety days notice. The Anthropic SLA does not override a Commerce Department order. It is not in the contract because it cannot be.
The Open-Weight Calculus Shifts
Open-weight models, Llama, Mistral, Qwen, carry no export restrictions. They lag the frontier on benchmarks. That gap used to settle the argument on capability grounds. It is now a procurement, legal, and business-continuity argument. A model you cannot call is worse than a model ten MMLU points behind.
This is not theoretical. If the product serves international customers, or the team includes non-US engineers, closed frontier models now carry regulatory tail risk that open-weight alternatives do not. That is the tradeoff in our context. Yours may differ.
Structural Pattern
This follows the same trajectory as the A100/H100 export controls to China and the chip manufacturing restrictions before them. The mechanism is the same one: AI capabilities are being treated as dual-use technology under the export control frameworks built for defense hardware. The restricted model list grows from here. It does not shrink.
What to do
Audit your team roster for non-US nationals who call restricted Anthropic endpoints — document compliance status by end of this sprint
Add a 'model access restrictions' section to your architecture decision records for any system using closed frontier models
Identify one open-weight model (Llama 4, Mistral Large) that could serve as degraded-mode fallback for your most critical AI-dependent system