All 22 chapters
  1. Part 01 — Your First Day with AI
  2. Part 02 — The Developer's Toolkit
  3. Part 03 — Building Your First Project
  4. Part 04 — Leveling Up
  5. Part 05 — The Agent Era
  6. Part 06 — The Big Picture
Chapter 20 Part 06 — The Big Picture

Chinese vs US AI Models

Both sides are lying to you. Here's what's actually happening.

Dennis Vorobyov
Dennis Vorobyov
Founder & CEO, EltexSoft

In January 2025, a small lab in Hangzhou released a model that wiped $589 billion from Nvidia’s market cap in a single day. Marc Andreessen called it “AI’s Sputnik moment.” The model was DeepSeek R1, and it matched OpenAI’s best reasoning model while claiming to cost $5.6 million to train.

Within weeks, every AI executive was on Capitol Hill explaining the existential threat. Within months, Anthropic published evidence that DeepSeek had stolen millions of conversations from Claude. Within a year, a Super Micro executive was arrested for allegedly running a $2.5 billion chip-smuggling operation to China.

And through all of this, 80% of US AI startups pitching Andreessen Horowitz were quietly building on Chinese open-source models.

This chapter is about the gap between what each side says and what’s true.

The technical reality

As of April 2026, the gap between the best Chinese and US models is roughly 3-9 points on composite benchmarks. In specific domains, Chinese models now lead. Kimi K2.6 tops Humanity’s Last Exam with tools. GLM-5.1 claims the top SWE-Bench Pro score — trained entirely on Huawei Ascend chips, zero Nvidia hardware. Qwen from Alibaba has overtaken Meta’s Llama in total Hugging Face downloads. Over 40% of all new language model derivatives are Qwen-based.

No single model wins everything. Claude leads on writing quality, agentic stability, and certain benchmarks. GPT-5.5 leads Terminal-Bench. Gemini leads multimodal and cost efficiency. But the idea that Chinese models are “second tier” is factually wrong.

The cost gap

This is where it gets uncomfortable for US labs. Claude Opus 4.7: $5/$25 per million tokens. GPT-5.5: $5/$30. DeepSeek V4: $0.30/$0.50. That’s a 10-50x cost difference for models that are within single digits on benchmarks. For classification, routing, and tasks where you need “good enough,” the economics are brutal for US pricing.

The $5.6 million lie

DeepSeek’s claimed training cost was the number that panicked Washington. It was also misleading. It excluded R&D on the preceding V3 model, it excluded the cost of acquiring the GPU cluster (reportedly 10,000 Nvidia H800s purchased before export controls tightened), and it used China’s lower electricity and labor costs. The real comparable number is higher — but still dramatically below the $4-8 billion training budgets US labs report. DeepSeek found genuine algorithmic efficiencies (Multi-head Latent Attention, DeepSeekMoE). The efficiency is real. The $5.6 million number is marketing.

The distillation scandal

Anthropic published evidence in January 2025 that DeepSeek had used Claude’s outputs to train R1. They identified “unique quirks” in DeepSeek’s responses that matched Claude’s behavior patterns. Independent researchers confirmed unusual overlap. OpenAI reported similar findings with GPT.

This isn’t hypothetical IP theft. It’s systematic extraction of training signal from competitors’ commercial APIs — a practice that violates terms of service but is technically trivial and nearly impossible to prevent at scale.

The censorship is real and architectural

Ask Chinese models about Tiananmen Square, Taiwanese sovereignty, or Uyghur detention, and they deflect, deny, or refuse. This isn’t a bug. It’s a legal requirement under Chinese AI regulations.

For builders, this matters even for apolitical applications. The censorship system produces false positives. A travel app discussing “Taiwanese cuisine” might trigger content filters. A medical app discussing certain organ transplant practices might hit political sensitivities. The censorship layer adds unpredictable latency and failures to production systems.

Where your data goes

DeepSeek’s privacy policy states data may be stored on servers in China and shared with Chinese government authorities as required by law. Under China’s National Intelligence Law (2017), organizations must “support, assist, and cooperate with national intelligence work.” There is no opt-out from government data requests under Chinese law. For applications handling personal data, health records, financial information, or anything covered by GDPR or CCPA, Chinese-hosted APIs may create compliance conflicts.

Self-hosting open-weight Chinese models (DeepSeek, Qwen, GLM are all openly licensed) eliminates this concern. The data never leaves your infrastructure. This is why the open-weight licensing strategy is so effective — it removes the most powerful objection.

Both sides lie

US labs use the China threat to justify monopoly pricing and push for reduced regulation. Chinese labs use open source to commoditize the layer their competitors monetize. Both cite national security when they mean market share. US export controls are being selectively loosened for commercial reasons dressed in security language. Chinese labs route around chip restrictions through cloud providers, third countries, and alternative chip architectures.

What this means for you

Use Chinese models where they’re the right technical choice — OpenRouter makes switching a one-line change. DeepSeek V4 for cost-sensitive classification and routing. Qwen for fine-tuning experiments. DeepSeek R1 for reasoning where Claude’s safety features aren’t needed. Keep Claude or GPT for production applications where writing quality, safety, agentic stability, or regulatory compliance matters.

Self-host when data sovereignty matters. Route through neutral gateways when privacy matters. Build your own evaluations instead of trusting anyone’s marketing. The benchmark numbers are a starting point, not the answer — run the models on your actual tasks before committing.

And keep one eye on Taiwan. TSMC produces over 90% of advanced AI chips. If that supply chain breaks, nothing else in this chapter matters.

The bottom line

The AI landscape in April 2026 is not a race with a coming winner. It’s a multi-polar, partly adversarial, partly collaborative ecosystem where capability has spread faster than any policy can contain it. Chinese models are competitive. The cost advantage is massive. The censorship is real. The data sovereignty risk is real. Both sides exaggerate for market advantage.

The builder who sees clearly is the one who holds all of these truths at once without collapsing into either side’s narrative.


This is the free web edition of Chapter 20. The full text — with model benchmark tables, pricing comparisons, routing configurations, export control analysis, and data sovereignty compliance guides — is available in 42: The AI Builder’s Stack, coming Q3 2026 on Amazon in hardcover, paperback, and digital.