Web TippsUse custom web fonts in Google Sheets charts(08.09.2026 um 17:05 Uhr)
Web TippsIntroducing the new 1Password App for Google Chat(08.09.2026 um 18:02 Uhr)
Web TippsUse custom web fonts in Google Sheets charts(08.09.2026 um 17:05 Uhr)
Web TippsIntroducing the new 1Password App for Google Chat(08.09.2026 um 18:02 Uhr)

🔧 Programmierung 🕛 vor 2 Monaten 15 Min Lesezeit
0

GLM 5.2: China's Open Frontier Model Dropped the Day Anthropic Got Banned [2026]

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht

Originally published at , founder of Z.ai (ZhipuAI) and professor at Tsinghua University, posted the announcement at 5:21 PM on June 13. He opened with something nobody missed: "Today, the sudden restriction of certain frontier models is deeply regrettable." Then: "Science should be global. The path to AGI must never be enclosed by high walls."



The tweet hit 710,400 views. The Hacker News thread racked up 647 points and 368 comments within 20 hours, landing at #3 on the front page.



GLM 5.2 is ZhipuAI's most capable model to date. Here's what it actually ships with:





  • 744B total parameters, 40B active (Mixture-of-Experts architecture), up from GLM-4.5's 355B/32B


  • 1M-token context window that's actually usable, not just a marketing number. You enable it via the [1m] model name suffix


  • 28.5T pre-training tokens, up from 23T in the previous generation


  • DeepSeek Sparse Attention (DSA) integration, cutting deployment cost while preserving long-context performance


  • MIT License open-source release of weights (planned for the week following launch)


  • State-of-the-art on SWE-Bench Pro (in the GLM-5.1 predecessor), with leading scores on NL2Repo and Terminal-Bench 2.0 among open-source models



The model was immediately available to GLM Coding Plan subscribers (Lite, Pro, Max, Team tiers), with API and chatbot access launching the following week. Weights on since DeepSeek's first sparse attention paper, and GLM 5.2 is a genuine step function. This isn't another "we beat GPT-4 on MMLU" press release. The architecture choices here reflect serious engineering work, and I think the industry is underrating them.






The Same-Day Crackdown: What Happened to Claude Fable 5



Now the other side. On the same day, the Wall Street Journal reported that Amazon CEO Andy Jassy's conversations with US officials triggered a government crackdown specifically targeting Anthropic's Claude Fable 5.



The White House classified Fable 5 as a "Mythos-class" model. That's a new regulatory designation nobody outside the administration had heard of before. An official told Axios that "anything at Mythos level or above would need to go through the administration to ensure the government's national security apparatus is hardened enough."



That HN thread? 717 points, 528 comments. Sitting right next to the GLM 5.2 announcement. You can't make this stuff up.



. The gap between what models can technically do and what regulators are comfortable with is getting wider, not smaller. This crackdown doesn't change what models are capable of. It changes who gets to use them.






Why the Timing Matters: Geopolitics Meets Open Source



Let me be direct: for production over the past two years, I can tell you that development teams care about three things: capability, cost, and continuity. If a model can handle their workload, fits their budget, and won't get yanked away by a policy change they didn't vote for, they'll use it. GLM 5.2 checks all three. And the Fable 5 crackdown just made "continuity" a much bigger concern for anyone building on closed-source US models.




"Frontier intelligence must remain open-source, accessible, and buildable, serving every dedicated developer." — Jie Tang, Founder of Z.ai




The HN community was split. Some commenters saw genuine open-source idealism. Others flagged potential astroturfing. Sentiment across X ran 57% positive, 43% negative per Digg's aggregation of 2.3M views of conversation. The skepticism isn't unfounded. But the model is real, the MIT license is real, and the weights are shipping.






How GLM 5.2 Actually Performs: Benchmarks and Architecture



Okay, let's talk about what actually matters if you're considering putting this model into your stack.



The GLM-5 generation (which GLM 5.2 extends) runs on a Mixture-of-Experts architecture. The 744B total / 40B active parameter design means you're getting frontier-class reasoning from something you can actually deploy without renting a small data center. For reference, 40B active parameters lands it in a similar deployment class to DeepSeek-V2 and Mixtral 8x22B in terms of compute per inference.
























































Dimension GLM 5.2 GLM 4.5 (prev gen) Claude Opus 4.5
Total Parameters 744B 355B Undisclosed
Active Parameters 40B 32B Undisclosed
Pre-training Tokens 28.5T 23T Undisclosed
Context Window 1M tokens 128K tokens 200K tokens
License MIT Proprietary Proprietary
SWE-Bench Pro (GLM-5.1) State-of-the-art (open) Frontier
Deployment Cost Low (DSA) Higher API-only


The DeepSeek Sparse Attention integration is the underrated story here. DSA, borrowed from DeepSeek's architecture, dramatically reduces compute cost for long-context inference. This is what makes the 1M context window practical rather than theoretical. I've run enough , a custom asynchronous RL infrastructure for post-training. This is the kind of investment that separates models that plateau early from models that maintain performance across long agentic sessions. Not glamorous. Really important.






How to Use GLM 5.2 Inside Claude Code Today



This is the part that matters for your actual workflow tomorrow morning. GLM 5.2 works as a drop-in replacement inside , you update two settings in ~/.claude/settings.json:




  • Set ANTHROPIC_DEFAULT_SONNET_MODEL to glm-5.2[1m]

  • Set ANTHROPIC_DEFAULT_OPUS_MODEL to glm-5.2[1m]

  • Set CLAUDE_CODE_AUTO_COMPACT_WINDOW to 1000000 to unlock the full 1M context



The [1m] suffix on the model name explicitly activates long-context mode. Without it, you get the default shorter context.



It also works with Cline and OpenClaw. The /effort command inside Claude Code maps to GLM 5.2's capability tiers for adjusting thinking intensity.



I swapped GLM 5.2 into my I do day-to-day? It holds up.






The Cost Argument: Why Open-Source Frontier Models Change the Math



, and the core idea hasn't changed: you don't need a $0.015/1K-token model for every single API call. Most of your workload runs fine on something cheaper.



GLM 5.2 under MIT license pushes this even further. If you or a maxed-out equation in mid-2026 looks like this: frontier closed-source for your hardest 20% of problems, open-source frontier for the next 60%, and small researchers can and will audit them. The model runs locally. Once you have the weights, no data leaves your machine unless you send it somewhere. This is a completely different trust model than an API-only service where you're just hoping the provider's server-side behavior is clean.



And the irony of the Fable 5 situation deserves a moment here: the "safe" closed-source model is the one that just got restricted by government fiat. The "risky" open-source model is the one you can run, inspect, and verify on your own hardware. Sit with that for a second.



I'm not naive about the geopolitics. ZhipuAI is releasing this model partly as a strategic counter-move to US restrictions, and that motivation should factor into how you evaluate it. But the code is the code. MIT is MIT. If the weights check out, where they came from matters less than what they do.



For teams working with more broadly, open weights are actually a security advantage. You can red-team them yourself instead of trusting a vendor's safety card.






What This Means for the Frontier Model Landscape



June 13, 2026 is the day the AI geopolitics narrative stopped being conference-talk material and became something developers could feel in their daily workflow.



The Mythos-class designation is new. Nobody outside the administration knows exactly what capability threshold it represents, but the implication is clear: any model that crosses that line needs government approval before deployment. That's not just Anthropic's problem. As HN commenters pointed out, this likely sets a precedent for every US lab — OpenAI, Google DeepMind, Meta.



Meanwhile, China's response: here, take our frontier model. MIT license. Run it wherever you want.



The practical impact for developers is real. If you're building autonomous systems that need long-context reasoning, the model you can't lose access to is suddenly more valuable than the model that benchmarks 5% higher. I've shipped enough has 14,036 followers and hosts the full ChatGLM lineage — GLM-4.5, 4.6, 4.7, 5, 5.1, and now 5.2 — alongside multimodal models like CogVLM, CogVideo, and CogView. This isn't a fly-by-night operation dropping a single model for press coverage.






GLM 5.2 vs Closed Frontier Models: A Developer's Decision Framework



If you're trying to figure out whether GLM 5.2 belongs in your stack, here's how I'd think through it:



For vibe coding and daily development — it's genuinely competitive. The , that 1M context window matters more than shaving a few points off a benchmark.



For production systems where you can't afford to lose access — open weights under MIT means nobody can revoke your model. After what happened with Fable 5, this stopped being a theoretical concern.



For the absolute hardest reasoning problems — closed frontier models (Claude Opus 4.5, GPT-5.5) probably still win. ZhipuAI's own benchmarks acknowledge they "narrow the gap" rather than claiming parity, which I actually respect.



For cost-sensitive deployments — self-hosting GLM 5.2 with DSA-optimized inference could drop your laid out, is blending. Don't go all-in on any single model. Use GLM 5.2 for the bulk, keep a frontier subscription for the hard stuff, and run small models architecture is published science. The training techniques are published science. The data is crawlable. You cannot contain this technology through export controls on a single company's product. The Fable 5 crackdown is a speed bump on a highway with no off-ramp.



For developers, the actionable move is straightforward: diversify your model dependencies now. If you're building anything that goes to

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
3 Quellen
Use custom web fonts in Google Sheets charts
2 Quellen
Introducing the new 1Password App for Google Chat
1 Quelle
Context-aware access controls are available for Gemini Enterprise in the Admin console
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten GLM 5.2: China's Open Frontier Model Dropped the Day Anthropic Got Banned [2026]

Thematisch verwandte Begriffe: Chinas, Open, Frontier, Model · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...