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

推荐订阅源

U
Unit 42
博客园 - Franky
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)

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
A Chinese Open-Source Model Is Ahead Of All Google Models...
OfficeChai Team · 2026-06-21 · via OfficeChai

As of today, a Chinese open-source model is better than anything dished out by Google.

The Artificial Analysis Intelligence Index — one of the more rigorous third-party benchmarks for comparing AI models — now has GLM-5.2 from Beijing-based Z.AI sitting at a score of 51, ahead of Google’s Gemini 3.1 Pro Preview which scores 46. That gap, five points, may not sound like much, but the context makes it significant: this is the first time an open-source Chinese model has cleared every Google offering on this particular index. Z.AI, formerly known as Zhipu AI had released GLM-5.2 last week.

Z.AI’s GLM line has been building toward this for a while. GLM-5, released earlier this year, briefly displaced Kimi K2.5 to become the top open model globally. GLM-5.1 followed, and now GLM-5.2 has extended that trajectory further. The model scores 51 on the Intelligence Index v4.1 — placing it fourth on the overall leaderboard, behind only Claude Fable 5 (60), Claude Opus 4.8 (55), and GPT-5.5 (55). Claude Fable 5, notably, is no longer accessible outside the US following American export controls that pulled it from international availability. Among models that can actually be used today, GLM-5.2 is in the top three.

The architecture is a 744-billion-parameter Mixture-of-Experts model with 40 billion active parameters per inference call. What’s changed from GLM-5.1 isn’t the size — it’s the training. Z.AI introduced a new optimization called IndexShare, which shares a single attention index across multiple sparse layers instead of recalculating it at each step. At one million tokens of context, this reduces per-token compute by 2.9 times. The context window itself has expanded fivefold from GLM-5.1’s 200,000 tokens — a practical change for developers working with large codebases who no longer have to break projects into chunks and stitch together outputs.

On coding benchmarks, GLM-5.2 scored 62.1 on SWE-bench Pro, ahead of GPT-5.5’s 58.6. On FrontierSWE, which tests long-horizon autonomous engineering work measured in hours rather than minutes, it scored 74.4 — just behind Claude Opus 4.8’s 75.1, and ahead of GPT-5.5 at 72.6. The reaction from the developer community when the model dropped was immediate: Vercel CEO Guillermo Rauch called it a model that “changes things,” and Jeremy Howard of Answer.AI described it as performing at the level of Claude Opus 4.8 and GPT-5.5 in terms of nuance, judgment, and long-context reliability.

The model ships under an MIT license — no usage restrictions, no regional limits. Weights are downloadable from Hugging Face. That licensing decision, combined with pricing around $1.40 per million input tokens through providers like OpenRouter, puts it far below GPT-5.5 ($5 per million input) and Claude Opus ($5 per million input). Among the top open-source models available right now, GLM-5.2 leads the pack by seven points over its nearest open-weights rival.

There’s also the hardware story, which is worth noting separately. GLM-5.2 was trained entirely on Huawei Ascend chips — no Nvidia hardware anywhere in the pipeline. That’s a deliberate signal. US export controls have progressively restricted Chinese labs’ access to high-end American chips, and Z.AI has essentially demonstrated that those restrictions haven’t stopped it from producing a model that outperforms Google’s best publicly available offering on a major independent benchmark. The training cost was estimated at roughly $25 million, with 80% of that in post-training — a relatively modest figure for a model of this capability tier.

Google still leads in deployment scale, ecosystem, and the breadth of its AI-integrated products. But on the intelligence index that matters to developers and enterprises deciding which model to build on, a Chinese open-source model is now ahead of Mountain View. That’s a milestone the AI industry will be noting for some time.