← all posts
// policy · policy

The Kimi K3 distillation allegation: provenance as a due-diligence line item

On July 22, Michael Kratsios, director of the White House Office of Science and Technology Policy, publicly accused Moonshot AI of building Kimi K3 through large-scale covert "industrial distillation" of Anthropic's Fable, and of getting access to Nvidia GB300 hardware through Thailand in a way that sidesteps export controls. Hours later, Treasury Secretary Bessent wrote that sanctions and Entity List designations were on the table. By July 23 the expert pushback had started: Fable has only been publicly available since July 1, which makes a purely distillation-based explanation for a 2.8 trillion parameter model hard to square with the calendar.

I am not going to adjudicate the geopolitics. What I care about is the question a CTO will ask me next week: can we deploy or self-host this thing, and what changes if we do.

What the evidence actually is

The public evidence is behavioural and forensic, not a leaked training log. Redwood Research ran a cross-entropy analysis showing that K3 self-identifies as Claude far more often than you would expect from a model with no Claude exposure. That is suggestive. It is not proof. Web training data is already contaminated with Claude outputs, and a model that scraped the open internet in 2026 ingested plenty of them. Contamination is a legitimate innocent explanation, and as of today provenance cannot be technically proven either way.

The model is not small. Kimi K3 is a mixture-of-experts with 2.8T total parameters and roughly 50B active per token. The weights were scheduled for Hugging Face on July 27, around 1.4 TB in MXFP4, with native MXFP4 support today limited to Nvidia Blackwell and AMD MI400, and license terms arriving with the release. For most companies "self-host K3" was never a realistic plan; the practical question is whether you route API traffic to it.

Provenance used to be a research-ethics footnote. It is now a line item in due diligence, and the model you routed to for cost reasons can fail it.

Two very different risk profiles

For a startup optimizing cost and quality, nothing has legally changed. An allegation is not a finding, no sanction had landed at the time of writing, and the open letter signed on July 24 by Hugging Face, Meta, Microsoft, Mistral and Nvidia against premature open-weight restrictions shows the industry is not lining up behind a ban.

For a regulated enterprise the calculus is different. The US was reported to be weighing a federal procurement ban on Chinese models, Treasury was threatening sanctions, and China's MOFCOM was considering its own export controls on model weights. If you hold government contracts, carry IP compliance obligations, or are heading into an acquisition, a disputed-provenance model in production is exactly the item that surfaces in due diligence. Nobody will ask whether the distillation claim is true. They will ask why you had no exit plan.

The decision checklist

  • Classify the workload. Internal tooling on non-sensitive data is one thing. Customer-facing systems in a public-sector or regulated context are another.
  • Map exposure. Data residency, IP obligations, and any contractual clause about model sourcing. Write down which ones a Chinese open-weight model touches.
  • Name the exit. For each route pointing at K3, DeepSeek or Qwen, identify a Western alternative at comparable cost per task and confirm it is wired in, not just listed.
  • Make routing model-agnostic. An abstraction layer that can swap the provider on price, capacity or legal status is the cheapest insurance available. I described the pattern in frontier model routing and the cost side in OpenRouter cost routing.
  • Log the decision. A dated record of what you knew and why you chose the model is what a diligence team actually wants.

Where I could be wrong

Everything above treats the allegation as an allegation, which is what it is. But the limitation cuts both ways: the forensic evidence may firm up, the weights may ship under a license that settles some questions, or a sanction may land and make the checklist moot for US-linked companies overnight. The material I have gives no timeline for any of those, and the Thailand GB300 claim in particular had no public technical detail behind it. Plan for the routing swap to be needed, and hope it is not.

#policy#open-models#compliance#provenance