<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: 桑凯</title>
    <description>The latest articles on DEV Community by 桑凯 (@_e85ab4244368a4a168fd64).</description>
    <link>https://dev.to/_e85ab4244368a4a168fd64</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3960070%2Fc3078948-80a6-45f0-b44c-c08c033953bc.png</url>
      <title>DEV Community: 桑凯</title>
      <link>https://dev.to/_e85ab4244368a4a168fd64</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_e85ab4244368a4a168fd64"/>
    <language>en</language>
    <item>
      <title>ai, deepseek, machinelearning</title>
      <dc:creator>桑凯</dc:creator>
      <pubDate>Sat, 30 May 2026 14:15:57 +0000</pubDate>
      <link>https://dev.to/_e85ab4244368a4a168fd64/ai-deepseek-machinelearning-1odk</link>
      <guid>https://dev.to/_e85ab4244368a4a168fd64/ai-deepseek-machinelearning-1odk</guid>
      <description>&lt;p&gt;title: The Rise of China's LLMs: A Complete History from 2017 to 2026 published: ture description: From Wu Dao 2.0 (1.75T params) to DeepSeek V3 ($5.6M training cost) — the full story of how Chinese AI labs went from "cheap copy" to genuine competitors. tags: ai, deepseek, machinelearning, llm, china cover_image:&lt;br&gt;
I've been following the AI space since the GPT-2 days, and one thing that consistently surprises people is how far Chinese AI labs have come in just a few years. Most Western developers still think "Chinese AI" = "cheap copy." The reality is far more interesting.&lt;/p&gt;

&lt;p&gt;Let me walk through the full timeline.&lt;/p&gt;

&lt;p&gt;2017–2020: The Foundation Years&lt;br&gt;
The story starts, as most LLM stories do, with the Transformer paper ("Attention Is All You Need") from Google Brain in 2017. Chinese researchers were deeply involved from the start — several of the paper's authors were Chinese nationals who later returned to China to build AI labs.&lt;/p&gt;

&lt;p&gt;2018: BERT-era awakening&lt;/p&gt;

&lt;p&gt;When Google released BERT in late 2018, Chinese tech giants jumped in immediately:&lt;/p&gt;

&lt;p&gt;Baidu released ERNIE 1.0 in March 2019, beating Google's own BERT on several Chinese NLP benchmarks. ERNIE incorporated knowledge graph embeddings — something BERT didn't have.&lt;br&gt;
Alibaba released its own pretrained models for e-commerce NLP.&lt;br&gt;
Tencent followed with its own family of pretrained models.&lt;br&gt;
But none of these were "large" by today's standards. The parameter counts were in the hundreds of millions, not billions.&lt;/p&gt;

&lt;p&gt;2019: GPT-2 triggers the race&lt;/p&gt;

&lt;p&gt;OpenAI's GPT-2 (1.5B parameters) made it clear that scaling worked. Chinese labs realized they needed to think bigger. But there was a problem: NVIDIA GPUs were hard to get due to US export restrictions starting to tighten.&lt;/p&gt;

&lt;p&gt;This constraint would later become a feature, not a bug — but we'll get to that.&lt;/p&gt;

&lt;p&gt;2021: The Year Everything Changed&lt;br&gt;
June 2021 — Beijing Academy of Artificial Intelligence (BAAI) releases Wu Dao 2.0&lt;/p&gt;

&lt;p&gt;This was the moment that shocked the global AI community. Wu Dao 2.0 had 1.75 trillion parameters — at the time, larger than GPT-3 (175B) by a factor of 10x. It was trained on a Chinese-made supercomputer and could generate text, images, and even write poetry.&lt;/p&gt;

&lt;p&gt;The Western press mostly ignored it. Those who paid attention dismissed it as "impressive but not practical." In hindsight, this was the first major signal that China was serious about foundation models.&lt;/p&gt;

&lt;p&gt;Key Wu Dao 2.0 stats:&lt;/p&gt;

&lt;p&gt;1.75T parameters (sparse MoE architecture)&lt;br&gt;
Trained on 4.9 TB of text data&lt;br&gt;
1,000+ GPUs (NVIDIA A100, obtained before export restrictions tightened)&lt;br&gt;
Could generate text, images, and video&lt;br&gt;
Late 2021 — Zhipu AI releases GLM-130B&lt;/p&gt;

&lt;p&gt;Tsinghua University spin-off Zhipu AI released the General Language Model (GLM) at 130B parameters. This was significant because it was the first Chinese LLM to explicitly target English + bilingual performance.&lt;/p&gt;

&lt;p&gt;2022: The Calm Before the Storm&lt;br&gt;
While OpenAI was quietly training GPT-4 and Anthropic was working on Claude, Chinese labs were making incremental progress:&lt;/p&gt;

&lt;p&gt;Alibaba released Tongyi Qianwen (Qwen) 7B and 14B&lt;br&gt;
Baidu launched ERNIE 3.0 Titan (260B parameters)&lt;br&gt;
Huawei released PanGu-Σ (1.085T parameters, MoE)&lt;br&gt;
Tencent open-sourced its Hunyuan model family&lt;br&gt;
None of these made global headlines. The performance gap with GPT-3.5 was real — Chinese models were roughly 6-12 months behind in benchmark scores.&lt;/p&gt;

&lt;p&gt;Then ChatGPT launched in November 2022.&lt;/p&gt;

&lt;p&gt;2023: China's "200 Models" Era&lt;br&gt;
ChatGPT's launch sent shockwaves through China. Within weeks, over 200 Chinese companies announced LLM projects. The government fast-tracked approval for commercial LLM deployment.&lt;/p&gt;

&lt;p&gt;Key events in 2023:&lt;/p&gt;

&lt;p&gt;March — Baidu ERNIE Bot Baidu launched ERNIE Bot, China's first public-facing ChatGPT competitor. The launch was rough — the demo was pre-recorded and the actual product had obvious quality issues. Critics called it "embarrassing." But Baidu iterated fast.&lt;/p&gt;

&lt;p&gt;April — Alibaba Qwen open-sourcing Alibaba surprised everyone by open-sourcing the Qwen-7B and Qwen-14B models under a permissive license. The global open-source community took notice.&lt;/p&gt;

&lt;p&gt;August — China approves commercial LLMs The Chinese government approved 8 LLMs for public commercial use, including Baidu ERNIE, Alibaba Qwen, and Zhipu GLM. This was the starting gun for the AI application boom.&lt;/p&gt;

&lt;p&gt;October — DeepSeek enters the chat DeepSeek, a hedge-fund-backed AI lab, released its first model — DeepSeek 67B. It was trained on a relatively modest budget ($12M estimated) and achieved performance comparable to LLaMA 2 70B.&lt;/p&gt;

&lt;p&gt;2024: The Open-Source Revolution&lt;br&gt;
This was the year Chinese models stopped being "behind."&lt;/p&gt;

&lt;p&gt;January — DeepSeek V2 DeepSeek V2 introduced Mixture-of-Experts (MoE) with a game-changing innovation: Multi-head Latent Attention (MLA). This reduced KV cache usage by 90%, making inference dramatically cheaper.&lt;/p&gt;

&lt;p&gt;236B total parameters, 21B active per token&lt;br&gt;
Training cost: ~&lt;br&gt;
10&lt;br&gt;
M&lt;br&gt;
(&lt;br&gt;
v&lt;br&gt;
s&lt;br&gt;
G&lt;br&gt;
P&lt;br&gt;
T&lt;br&gt;
−&lt;br&gt;
4&lt;br&gt;
′&lt;br&gt;
s&lt;br&gt;
e&lt;br&gt;
s&lt;br&gt;
t&lt;br&gt;
i&lt;br&gt;
m&lt;br&gt;
a&lt;br&gt;
t&lt;br&gt;
e&lt;br&gt;
d&lt;br&gt;
10M(vsGPT−4 &lt;br&gt;
′&lt;br&gt;
 sestimated100M+)&lt;br&gt;
API pricing: $0.14/M input tokens&lt;br&gt;
May — Qwen2 series Alibaba released Qwen2, from 0.5B to 72B. The 72B model was competitive with LLaMA 3 70B. All fully open-source.&lt;/p&gt;

&lt;p&gt;December — DeepSeek V3 This was the bombshell. DeepSeek V3:&lt;/p&gt;

&lt;p&gt;671B total parameters (37B active)&lt;br&gt;
Trained on 2,048 NVIDIA H800 GPUs for 2.788M GPU hours&lt;br&gt;
Total training cost: $5.576M&lt;br&gt;
Performance: Comparable to GPT-4o and Claude 3.5 Sonnet&lt;br&gt;
API pricing: &lt;br&gt;
0.40&lt;br&gt;
/&lt;br&gt;
M&lt;br&gt;
i&lt;br&gt;
n&lt;br&gt;
p&lt;br&gt;
u&lt;br&gt;
t&lt;br&gt;
,&lt;br&gt;
0.40/Minput,1.60/M output&lt;br&gt;
To put that training cost in perspective:&lt;/p&gt;

&lt;p&gt;Model   Estimated Training Cost&lt;br&gt;
GPT-4   $100M+&lt;br&gt;
Gemini Ultra    $200M+&lt;br&gt;
Llama 3 405B    ~$30M&lt;br&gt;
DeepSeek V3 $5.6M&lt;br&gt;
2025: The Chinese Model Explosion&lt;br&gt;
January — DeepSeek R1 DeepSeek released R1, an open reasoning model rivaling OpenAI o1. Cost: &lt;br&gt;
1.10&lt;br&gt;
/&lt;br&gt;
M&lt;br&gt;
i&lt;br&gt;
n&lt;br&gt;
p&lt;br&gt;
u&lt;br&gt;
t&lt;br&gt;
v&lt;br&gt;
s&lt;br&gt;
o&lt;br&gt;
1&lt;br&gt;
′&lt;br&gt;
s&lt;br&gt;
1.10/Minputvso1 &lt;br&gt;
′&lt;br&gt;
 s15/M. That's 93% cheaper.&lt;/p&gt;

&lt;p&gt;March — Qwen3 (235B) Alibaba released Qwen3, a 235B MoE model with 128K context. It matched GPT-4o on MMLU, HumanEval, and multilingual benchmarks.&lt;/p&gt;

&lt;p&gt;May — Kimi K2 Moonshot AI released K2, a 1T-parameter MoE model. It led the Chatbot Arena leaderboard for several weeks and was particularly strong at long-context tasks (up to 1M tokens).&lt;/p&gt;

&lt;p&gt;Where We Are Today (May 2026)&lt;br&gt;
Model   Params (Active) Input $/M   Output $/M  MMLU    HumanEval&lt;br&gt;
GPT-4o  ~1.7T (?)   $10.00  $30.00  88.7    90.2&lt;br&gt;
Claude 3.5 Sonnet   — $3.00   $15.00  88.3    92.0&lt;br&gt;
DeepSeek V3 671B (37B)  $0.40   $1.60   88.5    90.5&lt;br&gt;
Qwen3-235B  235B (35B)  $0.50   $2.00   88.0    89.8&lt;br&gt;
Kimi K2 1T (32B)    $0.50   $2.00   89.1    91.2&lt;br&gt;
The benchmark gap has essentially closed. On some tasks (math, coding, long context), Chinese models actually lead.&lt;/p&gt;

&lt;p&gt;What Drove This?&lt;br&gt;
Three factors Western developers should understand:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The compute constraint became an innovation driver When US chip restrictions limited access to NVIDIA H100/B200, Chinese labs had to optimize every last flop. They developed more efficient architectures (MoE, MLA), better training algorithms (FP8 mixed precision), and clever infrastructure hacks (DeepSeek's "DualPipe" algorithm).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Massive domestic talent pool China produces roughly 500,000 engineering graduates per year. Top labs (DeepSeek, Zhipu, Moonshot) recruit from Tsinghua, PKU, and Zhejiang University — all world-class CS programs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Government + VC funding Chinese AI labs received over $50B in total funding between 2021-2025. The government designated AI as a strategic priority and provided subsidies, data center access, and fast-track regulatory approval.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The Takeaway&lt;br&gt;
Chinese LLMs are no longer "just catching up." They've become the cost-effective option in a market where Western models keep getting more expensive. DeepSeek V3 delivers roughly 88% of GPT-4o's quality at 4% of the price.&lt;/p&gt;

&lt;p&gt;The Chinese AI story isn't about geopolitical competition. It's about what happens when brilliant engineers face resource constraints and decide to innovate their way out instead of throwing money at the problem.&lt;/p&gt;

&lt;p&gt;Sources: DeepSeek technical reports (arxiv), BAAI publications, Alibaba Qwen papers, Moonshot AI blog, artificial analysis, llm-stats, public API pricing pages. All data current as of May 2026.&lt;/p&gt;

&lt;p&gt;Next up in this series: Why Western AI models are so expensive — and whether the pricing is justified.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>deeplearning</category>
      <category>llm</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
