惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Help Net Security
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
D
Docker
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
博客园 - Franky
B
Blog RSS Feed
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
量子位
V
Visual Studio Blog
Y
Y Combinator Blog
小众软件
小众软件
N
Netflix TechBlog - Medium
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
雷峰网
雷峰网

OfficeChai

These Are The 10 Cheapest AI Models In The World [June 2026] 18 Best AI Tools For English Speaking (With Examples) [2026] AI Impact? Vacancy Rates For US Office Properties Are Now Highest Since The 2008 Crisis KPMG Pulls Report Praising AI After It Was Found To Have Fake AI-Generated Citations India's Sarvam Raises $234 Million At $1.5 Billion Valuation After SpaceX Stock Pops 20%, Musk Has Made More Money In The Last 24 Hours Than Warren Buffett Made In His Entire Career OfficeChai Nobody Is Using AI Better Than Meta: NVIDIA CEO Jensen Huang 21 Best AI Tools For Animation (With Examples) [2026] 22 Best AI Tools For Architecture (With Examples) [2026] Datacenter Construction Spending Has Eclipsed Public Transportation Spending In The US China Scraps 12,000 Degree Courses, Mainly In Arts And Humanities, To Prepare For AI Age OfficeChai There Is No Job Loss With AI: David Friedberg Loop Between Human Capital And "Token Capital" Will Be The New IP For Firms, Says Satya Nadella How to Reduce Dependency on Key Employees 8 Google Index Checker Use Cases Beyond New Blog Posts Memory Squeeze? Smartphone Purchases Are Down Globally 21 Best AI Tools For Accounting (With Examples) [2026] AI For Voice Generation: 22 Best Options (With Examples) [2026] These Are The Most Popular Image Generation Models On OpenRouter [June 2026] Search Traffic For Websites Is Down 25% Over The Last Year Because Of AI: a16z Data Agentic Coding Has Led To A 50% Increase In Number Of Apps, But Most Are Finding Very Few Users: SimilarWeb Data OpenRouter Launches Fusion API, Which Uses A Combination Of Models To Achieve Fable-Like Performance At Half The Price Dario Amodei Refused To De-Deploy Or Fix Vulnerabilities In Fable Before US Export Controls, Says David Sacks 23 Best AI Tools For Notes Making (With Examples) [2026] 16 Best AI Tools For Astrology (With Examples) [2026] How Jensen Huang Once Had To Ask SEGA's CEO To Pay NVIDIA For A Technology That Didn't Work ChatGPT Already Has 11% Of The Search Market: OpenAI CFO Sarah Friar SpaceX Has Now Launched More Satellites Than Rest Of Humanity Combined Across History
Google Engineer Explains Why China's GLM 5.2 No Longer Ne...
OfficeChai Team · 2026-06-23 · via OfficeChai

It’s now widely accepted that China has been distilling American models to build its own, but it may no longer need to do so to keep improving its offerings.

That’s the argument Patrick C Toulme, an engineer at Google, made in a post on X. According to him, there’s a widespread misreading of how GLM 5.2 was trained. Yes, Zhipu AI distilled from Claude and GPT 5.5 — but distillation wasn’t what got it to Opus-level quality. It was what made Opus-level quality possible in the first place.

There’s a big misconception about how GLM 5.2 was trained. Yes, they distilled Claude and GPT 5.5 — but distillation is not how they matched Opus quality. Distillation only fixed the cold start problem in RL.

RLing an agentic coding model isn’t rocket science. In simplified…

— Patrick C Toulme (@PatrickToulme) June 23, 2026

The distinction matters. Toulme explains that reinforcement learning — the technique labs use to push models up the capability curve on agentic tasks like coding — requires something to work with. Specifically, it needs trajectories: rollouts where the model actually completed a task successfully. If the model can’t solve a problem at all, there are no successful trajectories, and therefore no gradient signal. RL has nothing to learn from. This is what’s called the cold start problem.

Distillation is the fix for that cold start. You take a weaker model and seed it with knowledge from a stronger one — in GLM 5.2’s case, Claude and GPT — specifically on the tasks where it’s currently failing. Once it starts producing some successful outputs on those hard tasks, RL takes over, and the model can begin climbing on its own. The distillation was scaffolding, not the foundation.

What Toulme is pointing out is that GLM 5.2 has already cleared that hurdle. It’s generating enough positive trajectories in agentic coding environments that it has plenty of signal to train on going forward. And once a model is in that position, it doesn’t need to keep pulling from American models. It can hill-climb through RL on its own outputs.

The performance data backs this up. GLM 5.2 has been posting strong results across several coding benchmarks, trailing Claude Opus 4.8 by small margins on SWE-Bench and holding its own against GPT-5.5 on Terminal-Bench. Zhipu’s own training pipeline involved sequential RL stages — first reasoning, then agentic, then general — with on-policy distillation used between stages to prevent catastrophic forgetting. That’s internal distillation from its own checkpoints, not from American models.

Toulme also offers an interesting observation about the trajectory of difficulty. Getting from zero to Claude Opus 4.8 quality is hard. The cold start problem is real, compute is required, and you need access to strong models to bootstrap from. But going from Opus 4.8 toward Mythos-tier? He argues that’s actually easier, because the model is already generating high-quality signal, and RL can keep compounding from there.

That’s a significant claim in the context of the US-China AI competition. The US has been tightening chip export restrictions and restricting access to frontier models partly on the theory that cutting off China’s ability to train on American model outputs would slow its progress. Toulme’s analysis suggests that window may have already closed. GLM 5.2 is past the point where it needed that crutch.

The visible evidence of the earlier distillation is still there — observers have noted that GLM 5.2 often identifies itself as Claude and carries something of Claude’s voice, which is a characteristic artifact of heavy distillation. But that’s history now. The model has enough of its own capability that it can keep improving without looking over the fence.

Whether it actually reaches Mythos-level quality remains to be seen. But the argument that it needs American models to get there is looking increasingly difficult to sustain.