🎧 Prefer to listen?

Dario Amodei, CEO of Anthropic, testified to Congress in May 2025 that Chinese labs are running “industrial-scale distillation” on American AI models right now. He claims this process—using a top-tier model’s outputs to train a smaller, cheaper one—is being used by military-linked researchers to build defense systems. His push for controls on computing power, not just model usage, marks a new kind of choke point for the AI industry.

What is model distillation and why does it matter?

Model distillation is a technique where you use the outputs of a large, expensive AI model to train a smaller, cheaper one. You skip the massive compute costs of training from scratch; you just need API access to the powerful model. Dario Amodei testified that Chinese military-linked researchers are using this method on outputs from Anthropic and OpenAI models to build their own defense-oriented systems. This is a direct operational threat because it accelerates capability development without the same investment.

The implications for builders are practical. If you rely on a specific model’s API, your workflow is tied to that provider’s stability and the geopolitical climate around it. A shift in export controls or a licensing change could disrupt your stack overnight. The threat isn’t just about espionage; it’s about the erosion of the competitive moat that expensive, proprietary models were supposed to provide.

Are AI security threats already happening?

Yes, and they’re scaling fast. Microsoft’s 2024 Digital Defense Report documented an 11,000% increase in password spray attacks since late 2023, with AI tools powering much of that surge. Attackers use AI to craft convincing phishing emails and generate malicious code at a speed that overwhelms traditional defenses. This isn’t a theoretical risk for large enterprises; it’s an active threat to any business’s network.

Google’s Threat Analysis Group tracked an adversary using AI to generate crypto mining malware. The attack’s speed was the vector. Code that once took a skilled developer hours to write was produced in minutes. Your security team is now fighting machine-speed generation, not just human ingenuity. When you choose an AI tool for your business, you’re also choosing a potential attack surface. An open-weight model like DeepSeek offers performance, but its public weights are a blueprint anyone can modify—including to bypass safety filters. A closed model like Claude adds obscurity, but no system is immune.

How should solo builders and small teams adapt?

Diversify your model dependencies now. Relying on a single provider, especially one under regulatory scrutiny, is a single point of failure. Start prototyping your core tasks with two or three different models. See which handles your work reliably. Build your system to be somewhat model-agnostic if you can, using abstraction layers so you can swap providers without rewriting everything.

Follow the compute flow. Amodei’s argument hinges on chip access, and US export controls are tightening. Watch rulings from the Semiconductor Industry Association and the Department of Commerce’s Bureau of Industry and Security. Their decisions will signal which models stay available and which might face restrictions. Your choice of AI tool today is a bet on which ecosystem survives the next regulatory shift. Build with portability in mind.

What’s the long-term outlook for AI development?

The era of assuming open, global access to top-tier AI models is ending. Amodei’s testimony signals a move toward controlling the means of production—the computing power—not just the end products. This will reshape which models are available where, and at what cost. Builders who lock into a single ecosystem now risk being stranded by policy changes they can’t predict.

The practical response is to treat model selection like a supply chain decision. You wouldn’t source a critical component from a single, unstable supplier. Apply the same logic to your AI stack. Test alternatives, understand their licensing and hosting constraints, and design for flexibility. The regulatory weather is changing, and your tech stack needs to be ready for it.


What is industrial-scale AI model distillation? Industrial-scale distillation is using a powerful AI model’s outputs to train many smaller, cheaper models at high volume. Dario Amodei testified that Chinese labs are using this technique on American models to rapidly develop competing AI systems, bypassing the massive compute costs of training from scratch.

How are AI tools being used in cyberattacks right now? AI is automating and scaling cyberattacks. Microsoft reported an 11,000% increase in password spray attacks since late 2023, with AI crafting convincing phishing emails. Google tracked AI-generated malware being produced in minutes, a task that previously took hours. This makes attacks faster and harder to defend against.

Should small businesses avoid open-weight AI models like DeepSeek? Not necessarily, but understand the trade-offs. Open-weight models offer performance and transparency, but their public weights mean anyone can modify them, including to remove safety filters. Closed models add a layer of obscurity. The key is to assess your risk tolerance and security needs, not to avoid a category entirely.

How can I make my AI workflow more resilient to regulatory changes? Diversify your model providers. Don’t build your entire system around a single API. Use abstraction layers to make your code model-agnostic where possible. Test two or three models for your core tasks. This way, if one provider faces restrictions or changes its licensing, you can switch without starting over.

What’s the biggest risk for builders using Chinese AI models? The biggest risk is sudden loss of access. If geopolitical tensions escalate, access to models like DeepSeek or Qwen could vanish through API changes, licensing shifts, or hosting providers dropping support. This creates a single point of failure for your business operations.