# Open Weights Just Beat America's Trillion-Dollar AI Bet

> Source: <https://dev.to/ashraf_chowdury09/open-weights-just-beat-americas-trillion-dollar-ai-bet-geo>
> Published: 2026-07-21 09:02:31+00:00

a16z's Martin Casado dropped this on The Economist and nobody in the replies disputed it:

There's an 80% chance that any given startup is using Chinese models.

Not "experimenting with." Using. In production. While OpenAI and Anthropic were busy raising the next round at a number with too many zeroes, Moonshot, Alibaba, and Z.ai gave engineers something more valuable than a better eval score: **permission**.

This week HN put two related posts on the front page within hours of each other — [China's open-weights strategy is winning](https://werd.io/american-ai-is-locked-down-and-proprietary-its-losing/) racked up 1,100+ points and 800+ comments, and Ben Thompson's [Who's afraid of Chinese models?](https://stratechery.com/2026/whos-afraid-of-chinese-models/) followed close behind. That's not noise. That's an industry admitting it misjudged the game.

Here's the thing US labs got wrong: they treated the *model* as the product. Lock it behind an API, rate-limit it, gate it behind eval-passing safety reviews, and charge premium tokens for the privilege.

China's labs treated the model as a **loss leader**. Xi Jinping said the quiet part out loud in a policy speech Thompson quotes: push "open source, openness, collaboration and sharing" because the real prize isn't the digital chatbot — it's AI "moving from the digital world into the physical world," where China already has the robotics and manufacturing stack to capture the value.

That's a page straight out of the old Joel Spolsky playbook: **commoditize your complements.** If the model is free, the thing it enables — hardware, ecosystem lock-in, distribution — becomes the actual business. Meta tried this domestically with Llama and mostly lost the plot. Moonshot and Alibaba just... did it, at frontier quality, for less money, with no ToS lawyer in the loop.

Everyone's favorite lazy take is "Chinese models are cheaper, therefore better economics." Thompson's rebuttal is the most important paragraph in the whole discourse and almost nobody is repeating it:

**Kimi K3**: $3/million input tokens, $15/million output

**Sol (OpenAI's new flagship)**: $5/million input, $30/million output

Looks like a 40-50% discount. Except Kimi K3 burns *significantly more tokens* to do the same job. Tokens aren't a commodity — intelligence-per-dollar is what matters, and nobody's publishing that comparison because it doesn't flatter either side cleanly. If you're doing procurement based on the sticker price per million tokens, you're doing it wrong. Benchmark on task completion cost, not list price.

```
# what everyone compares
cost_per_million_tokens(model_a) vs cost_per_million_tokens(model_b)

# what actually matters
(tokens_burned_to_solve_task * price_per_token) for each model
```

This is the part that's genuinely underrated. Chinese labs train on frontier model outputs — GPT and Claude completions scraped and distilled into their own checkpoints — without much regard for terms of service. Western open-weight players (the Llamas, the Mistrals of the world) mostly *do* respect those ToS restrictions, because their legal departments make them.

Net effect: one side is compounding on the other's R&D for free, and the side being compounded on is the one enforcing the rules against its own allies. If you're building an open model in the US or EU right now, you are playing with a hand tied behind your back that your Chinese competitor simply doesn't have.

Buried in Thompson's piece is the anecdote that actually matters more than any benchmark chart: during an incident response, **Hugging Face's own defenders reached for GLM 5.2** — Z.ai's Chinese open model — because US model guardrails (baked in partly due to Trump-administration restrictions on using frontier US models for offensive/defensive security work) got in the way.

Read that again. The people defending one of the most important open-source AI infrastructure companies on the planet had to route around American models to do their jobs, because American policy made the American tool less useful for defense. That's not a China problem. That's a self-inflicted wound, and it's the strongest part of Thompson's argument for loosening restrictions on Sol/Fable for legitimate security work.

Stop treating "which foundation model" as a loyalty decision and start treating it like any other vendor call:

The US AI industry spent three years arguing about whether open-sourcing frontier weights was reckless. China spent three years shipping them and letting the rest of the world build the distribution network for free. Both things can be true — and only one of them results in 80% of startups running your model.

*Sources: werd.io — China's open-weights AI strategy is winning, Stratechery — Who's afraid of Chinese models?*
