⏱️ Lectura: 10 min
Dario Amodei personally stepped in to deny a specific accusation: that Anthropic wants to ban open-weights models to protect its own business. On July 27, 2026, Anthropic’s CEO published a direct statement to settle the discussion once and for all.
📑 En este artículo
- TL;DR
- What Happened
- Context and History
- Technical Details and Performance
- How to Try the Open-Weights Models at the Center of the Debate
- Impact and Analysis
- What’s Next
- Frequently Asked Questions
- Did Anthropic call for banning open-weights models?
- What is model distillation, and why does it concern Anthropic?
- What concrete measures does Anthropic propose instead of a ban?
- What is “The Adolescence of Technology”?
- Are open-weights models more dangerous than closed ones?
- What Chinese open-weights models exist today?
- References
The clarification comes amid a debate in Washington over whether the US should ban American companies from using Chinese open-weights models, right after dozens of tech companies signed an open letter defending these models.
TL;DR
- Dario Amodei, CEO of Anthropic, published a statement on July 27, 2026 about open-weights models.
- Amodei denies that Anthropic has ever called for banning the use of open models, including Chinese ones.
- The clarification comes after several tech companies signed an open letter defending open weights.
- He identifies two real risks: military superiority for authoritarian governments and the misuse of models for cyberattacks or bioweapons.
- He proposes three measures: blocking the sale of advanced chips to China, curbing industrial-scale distillation, and requiring mandatory safety testing.
- Vice President JD Vance warned in Paris that authoritarian regimes use stolen AI to strengthen their military and surveillance apparatus.
- The US intelligence community’s Annual Threat Assessment 2026 flags other powers’ progress in AI as a national security risk.
What Happened
In recent days, a specific claim circulated: that Anthropic was privately pushing for a ban on American companies using Chinese open-weights models, as a way to shield its business from competition. Several tech companies responded by signing an open letter defending open weights, and some pointed directly at Anthropic as the actor behind the regulatory pressure.
Amodei responded bluntly in his July 27 statement: “Anthropic has never advocated for a ban on open-weights models”. He goes further, saying that open-weights models without dangerous capabilities are a public good, because they cost nothing beyond the compute needed to run them and provide real value to businesses, developers, and researchers.
The core of his argument is that a protectionist ban wouldn’t solve either of the two underlying problems. It would shield US AI companies from competition, but that, he writes, was never his goal.
Context and History
This isn’t an improvised stance. Amodei says he’s held the same position consistently for years, and points to an earlier essay, “The Adolescence of Technology”, published about six months before this statement (around January 2026), where he had already laid out the same two risk scenarios he revisits now.
Institutional backing for this concern goes beyond Anthropic. Vice President JD Vance warned last year in Paris that “authoritarian regimes have stolen and used AI to strengthen their military, intelligence, and surveillance capabilities.” Along the same lines, the US intelligence community’s Annual Threat Assessment 2026 concluded that other global powers’ robust progress in AI challenges American economic competitiveness and national security advantages.
Technical Details and Performance
Amodei splits the problem into two distinct threats, and each behaves differently with respect to whether a model is open-weights or closed.
The first, and the one that worries him most, is that an authoritarian government (not just the Chinese Communist Party, though he singles it out as the most capable threat) builds models more powerful than the US’s and uses them to achieve permanent military superiority or repress its own population. Here the argument is counterintuitive: it’s irrelevant whether those models are released with open weights or whether US companies use them. The most dangerous model, Amodei says, could be trained in secret and handed over exclusively to the People’s Liberation Army for drones, or to the Ministry of State Security for surveillance and repression. It would never be published anywhere.
The second threat is operational misuse: a powerful model being used for cyberattacks, biological attacks, or having serious alignment problems. Here he does acknowledge that open weights, regardless of where they come from, pose a greater risk than closed models: it’s very difficult to apply safety guardrails to them or monitor their use, and once the weights are released, they can’t be pulled back.
| Risk | What it means | Does it depend on the model being open? | Measure Anthropic proposes |
|---|---|---|---|
| Primary: authoritarian military superiority | An authoritarian government trains a model more powerful than the US’s and uses it for surveillance or permanent military advantage. | No. The most dangerous model could be trained in secret and never published. | Restrict the sale of advanced chips to China and crack down on semiconductor smuggling. |
| Secondary: operational misuse | A malicious actor uses a powerful model for cyberattacks, bioweapons, or exploits alignment failures. | Partly, yes. Open weights are harder to monitor and can’t be pulled back once released. | Mandatory safety testing before release, for open and closed models alike. |
📌 Note: distillation is a training process where a smaller model learns to mimic the outputs of a larger, more expensive one. It’s far more compute-efficient than training from scratch, which makes it possible to approach a model’s quality without needing as many chips.
How to Try the Open-Weights Models at the Center of the Debate
Part of what makes this debate concrete is that the models under discussion are already publicly available today on Hugging Face. Any developer can download and run them:
pip install -U huggingface_hub
huggingface-cli download deepseek-ai/DeepSeek-R1 --local-dir ./deepseek-r1
This command downloads the full weights of the Chinese model DeepSeek-R1 to a local folder. It’s exactly the kind of access that ban proposals would seek to restrict for American companies.
Before integrating a model like this into a product, check its declared license:
from huggingface_hub import model_info
info = model_info("deepseek-ai/DeepSeek-R1")
print(info.card_data.get("license"))
print(info.card_data.get("license_link"))
This prints the model’s declared license from its Hugging Face model card. It’s the first technical step to find out whether commercial use in the US is legal today, before any new regulation takes effect.
💡 Tip: always check the license_link field on the model card, not just the license’s short name: some Chinese models use custom licenses with specific commercial-use restrictions by region.
Impact and Analysis
The three measures Anthropic does back are concrete and don’t amount to a ban. The first is blocking the sale of advanced chips and chip manufacturing equipment to China, and cracking down on the smuggling that currently allows those restrictions to be circumvented. The technical argument is direct: under scaling laws, China can’t build models more powerful than the US’s without access to American chips, given its limited domestic production capacity.
The second is curbing industrial-scale distillation operations. Amodei clarifies that distillation doesn’t give China capabilities equivalent to or beyond the US frontier, but it can narrow the gap to just a few months behind the US frontier, even with current chip restrictions in place.
The third, which he describes as the most direct measure against misuse risk, is that all sufficiently capable models (open and closed) go through mandatory safety testing before release: testing for cyber, biological, and alignment risk. He says this idea is close to a consensus, and notes that the Trump administration moved in that direction in recent months, alongside industry proposals that would apply this kind of testing to the most capable models regardless of country of origin or whether they’re open or closed, with an exception for less capable models from startups or academia.
flowchart TD
A["Primary risk: authoritarian military superiority"] --> B["Measure 1: block advanced chip sales to China"]
A --> C["Measure 2: curb industrial distillation"]
D["Secondary risk: misuse, cyberattacks and bioweapons"] --> E["Measure 3: mandatory safety testing, open and closed"]
subgraph Anthropic's Proposal
B
C
E
end
An honest limit of this position: for measure 3 to really work, testing would need to be global, meaning even the Chinese Communist Party would have to join in. Amodei acknowledges this directly, though he believes there’s room for it: he notes that limited cooperation on preventing AI-enabled bioweapons could be possible because it also benefits China, an argument he had already made in “The Adolescence of Technology.”
What’s Next
The statement leaves the hardest part unresolved: none of this gets solved just by Anthropic taking a position. It depends on the US Department of Commerce maintaining and strengthening chip export controls, on a safety testing framework emerging that’s actually applied to open and closed models alike, and on some kind of international agreement that includes China in biological risk testing.
Amodei says he agrees with much of the open letter tech companies signed: that open weights expand access to the AI economy and strengthen the development ecosystem. The disagreement isn’t about whether open weights are good or bad in general, but about which specific mechanism addresses each real risk.
📖 Summary on Telegram: View summary
Try it yourself: download DeepSeek-R1 from Hugging Face with huggingface-cli, or read Amodei’s full statement on Anthropic’s official blog to form your own opinion on the debate.
Frequently Asked Questions
Did Anthropic call for banning open-weights models?
No. Dario Amodei explicitly denies this in his statement of July 27, 2026: Anthropic never advocated for a ban and considers open-weights models without dangerous capabilities to be a public good.
What is model distillation, and why does it concern Anthropic?
It’s a process that’s far more compute-efficient than training a model from scratch: it allows building nearly as good models using far fewer chips. According to Amodei, this lets China narrow the gap between its AI frontier and the US’s to just a few months, even with current chip restrictions in place.
What concrete measures does Anthropic propose instead of a ban?
Three: block the sale of advanced chips and manufacturing equipment to China, curb industrial-scale distillation operations, and require mandatory safety testing (cyber, biological, and alignment) for every sufficiently capable model, whether open or closed.
What is “The Adolescence of Technology”?
It’s an earlier essay by Dario Amodei, published about six months before this statement, where he had already laid out the same two risks: authoritarian governments achieving military superiority with AI, and the misuse of powerful models for cyberattacks or bioweapons.
Are open-weights models more dangerous than closed ones?
It depends on the risk. For military superiority, Amodei says it doesn’t matter whether the model is open or closed. For operational misuse, he does acknowledge that open weights are harder to monitor because, once released, they can’t be pulled back.
What Chinese open-weights models exist today?
Among the best known are DeepSeek-R1, Qwen, and Kimi, publicly available on Hugging Face and used by both researchers and companies outside China.
References
- Anthropic: Dario Amodei’s original statement on the company’s position regarding open-weights models.
- Hugging Face: repository for the Chinese open-weights model DeepSeek-R1 cited as an example.
- Office of the Director of National Intelligence: author of the Annual Threat Assessment 2026 cited in the statement.
- Wikipedia: general background on DeepSeek, the Chinese AI lab mentioned in the debate.
📱 Like this content? Follow @programacion on Telegram for daily tech content in Spanish: quick summaries, fresh content every day.
Imagen destacada: Foto de Igor Omilaev en Unsplash
0 Comments