For four years, American policy toward Chinese artificial intelligence has rested on a single physical assumption: that frontier AI requires enormous quantities of advanced semiconductors, that those semiconductors are manufactured in a small number of identifiable places, and that shipments can therefore be counted, licensed, and stopped. It is a policy built for objects. Objects have serial numbers. They clear customs. They can be denied. A Reuters review of more than 80 Chinese academic papers and patents, published on July 31, suggests that a meaningful amount of the capability those controls were designed to withhold has been moving across the border anyway — not in shipping containers, but as ordinary text returned by commercial chatbots.
What the Documents Actually Show
Reuters reports that researchers affiliated with Chinese military and security institutions have used outputs from models built by OpenAI and Anthropic to train domestic systems, with applications spanning defense, surveillance, drone operations, cyberwarfare, and battlefield planning. The mechanism named throughout the documents is model distillation: a large, capable system generates answers, explanations, or labels, and those generated examples become the training set for a smaller model that can be deployed locally. A separate analysis by Sunny Cheung, a fellow at the Jamestown Foundation, examined more than 60 papers and described a systematic pattern of capturing the reasoning steps produced by Western models for surveillance and cyber-warfare applications. The two counts come from two different reviews and should not be added together.
Two Concrete Examples
The specific uses described are notable mostly for how unglamorous they are. This is not exotic capability theft. It is competent, cheap engineering.
- Researchers used GPT-3.5 to summarize software code, then trained a domestic model on those summaries so the resulting system could run entirely inside Chinese military networks with no external API dependency.
- At the North University of China, an institution with close ties to the country's weapons industry, researchers used Anthropic's Claude 3 Haiku to generate synthetic training data for a text-classification model intended for social media monitoring and content moderation.
- In both cases the model doing the teaching was a prior-generation, low-cost commercial product — not a frontier system, and not one that required any special access to obtain.
Distillation, Explained Without the Jargon
Training a large language model from scratch is expensive because the hard part is not the architecture — it is assembling enough high-quality labeled data to teach the model what good answers look like. Distillation collapses that problem. If a capable model already produces good answers, you can simply ask it a few hundred thousand questions, keep the responses, and train your own smaller model to imitate them. The student never sees the teacher's weights and never needs the teacher's compute budget. It inherits a compressed version of the teacher's judgment on the narrow slice of tasks you asked about. For a general-purpose assistant this produces a noticeably weaker product. For a single specialized task — classify this text, summarize this code, triage these images — it often produces something close enough to be operationally useful, at a tiny fraction of the cost.
“Export controls were designed to stop a thing from crossing a border. Distillation moves a capability across the border as a conversation.”
Why Chip Controls Cannot Catch This
Semiconductor restrictions work, to the extent they work, because the supply chain is physical and concentrated. There are few fabs, few advanced packaging facilities, and a finite number of ways to move a rack of accelerators between continents. None of that applies here. Model outputs are generated on demand, are indistinguishable from any other API traffic, and can be produced by anyone with an account and a payment method. Requests can be routed through intermediaries, resellers, cloud tenants, or academic collaborations. Collection can happen quietly over months and finish before any restriction is imposed. And once the generated dataset exists, it is just a file — it can be copied indefinitely, and no subsequent policy change can un-copy it. Usage policies at every major lab prohibit military applications, but a terms-of-service violation discovered after the fact is a contractual problem, not a control.
The Four Enforcement Options, and Why Each One Leaks
There is a real menu of responses available to AI companies and to Washington. It is worth being clear-eyed about how much each one actually buys.
- Customer verification — know-your-customer checks on API accounts. Raises the cost of direct access, but does nothing about resellers, front companies, or accounts opened in third countries.
- Extraction-pattern monitoring — flagging accounts whose query volume and structure look like dataset harvesting rather than product usage. Genuinely useful, and genuinely easy to evade by spreading collection across many accounts and many months.
- Output watermarking — statistical signals embedded in generated text. Helps attribute a dataset after the fact; does not prevent the model trained on it from working.
- Rate limiting and tiered access — restricting bulk generation to vetted enterprise customers. Meaningfully slows collection, and meaningfully degrades the product for legitimate developers, which is why no lab has adopted it aggressively.
Every one of these measures raises friction. None of them is a control in the sense that a chip license is a control. That gap is the actual news in the Reuters review, and it is not a gap that better enforcement of the current regime closes.
The policy question is no longer whether to restrict compute. It is whether a model's outputs are a strategic good — and if they are, what regime could possibly govern something that ships as plain text.
None of this means chip controls were pointless. Compute restrictions still constrain what China can train at the frontier, and a distilled model is bounded by the teacher it copied — you cannot distill a capability the teacher does not have. But the documents Reuters reviewed describe an adversary that did not need frontier capability. It needed a competent code summarizer that runs on an air-gapped network, and a text classifier that flags the right social media posts. Those are solved problems, and they were solved with a commercial API and a credit card. Any serious policy conversation about AI and national security now has to start from that fact rather than from the comfortable assumption that capability travels in crates.
The AI policy story behind the headline
DrafterDaily breaks down the mechanisms, not just the news. One email each morning.