
On June 12, 2026, the U.S. government forced Anthropic to disable Claude Fable 5 — their most capable publicly available model — for every customer in the world, including American ones, because real-time nationality verification was not feasible for the export-control directive. Three days later, on June 16, a Chinese AI lab called Z.ai pushed 1.51 terabytes of model weights to Hugging Face under an MIT license. The model is called GLM-5.2. It is 753 billion parameters, has a 1-million-token context window, ranks #2 on Code Arena WebDev behind the model that just got unplugged, and costs $1.40 per million input tokens versus GPT-5.5's $5 and Opus 4.8's $5. The timing is not a coincidence. The vacuum is structural.
Hey guys, Mr. Technology here.
GLM-5.2 is a sparse Mixture-of-Experts transformer with 753B total parameters, 40B active per token, 1.51TB on disk, and a 1M-token context window that holds up under real engineering pressure. The headline architectural move is IndexShare — one lightweight indexer shared across every four transformer layers, dropping per-token FLOPs by 2.9x at 1M context compared to GLM-5.1. The Multi-Token Prediction layer adds KV-cache sharing and end-to-end TV loss training, pushing MTP acceptance length up 20%. This is what turns 1M context from a marketing line into a deployable primitive.
Artificial Analysis Intelligence Index v4.1: GLM-5.2 scores 51 — the highest of any open-weights model. MiniMax M3 is at 44. DeepSeek V4 Pro max is at 44. The closed frontier sits higher, but the gap is narrow enough that "open weights cannot compete with closed" is a position you have to defend case-by-case, not assert as a fact.
Terminal-Bench 2.1: GLM-5.2 lands at 81.0, up from GLM-5.1's 63.5. Claude Opus 4.8 is at 85.0. Within four points of the best closed model in the world on a real agentic coding harness.
Code Arena WebDev — the leaderboard for real front-end development including agentic coding workflows — GLM-5.2 is currently #2 behind Claude Fable 5. Fable 5 is the model the U.S. government just took offline. GLM-5.2 is MIT-licensed open weights on a Hugging Face repo.
FrontierSWE — multi-hour technical tasks — GLM-5.2 trails Opus 4.8 by 1%, edges out GPT-5.5 by 1%, and beats Opus 4.7 by 11%.
On the cyber benchmark that matters right now, Semgrep ran GLM-5.2 against Claude on their internal cybersecurity evaluation suite. GLM-5.2 beats Claude. Their post is titled "We have Mythos at home" — Z.ai's open-weights release is performing at or above the closed frontier model that just got taken offline by an export-control order.
The honest read: GLM-5.2 is not the best model in the world. Opus 4.8 is still ahead on raw agentic coding by a measurable margin. But it is the best open-weights model on Earth by a wide margin, within striking distance of the closed frontier on long-horizon agentic work, and demonstrably competitive on cyber capability — all of which became a much more important combination the moment the U.S. government made the closed frontier export-controlled.
There is one real cost. GLM-5.2 uses 43k output tokens per Intelligence Index task, up from GLM-5.1's 26k and well above MiniMax M3 (24k) and Kimi K2.6 (35k). The $1.40/$4.40 price advantage is real, but the effective cost gap is closer to 2x than the headline 4-5x. Be honest with your finance team.
The quiet part out loud: GLM-5.2 is the model that filled the vacuum the U.S. government created.
On June 12, Commerce Secretary Howard Lutnick sent a letter to Anthropic CEO Dario Amodei ordering the company to block all foreign-national access to Fable 5 and Mythos 5, including foreign-national Anthropic employees. Because Anthropic could not verify nationality in real time at inference, they disabled both models for every customer, globally. The justification was a narrow, non-universal jailbreak technique that Anthropic argued could be replicated on GPT-5.5 and Gemini 3.5 Pro.
Three days later, Z.ai — a Chinese AI lab on the U.S. entity list — released a 753B-parameter MoE with the same capability profile as the model that just got unplugged, on a permissive license, at one-third the price.
This is what a structurally export-controlled frontier looks like from the other side. When you make the most capable closed models politically unavailable, you do not slow down the frontier. You move the frontier. The capability that just got restricted is now sitting in a Hugging Face repo with no regional limits, MIT license, and a 1M-token context. The jailbreak the government was worried about does not need to be replicated on a closed model anymore. The model itself is open. Diffusion happened in 72 hours.
A coding agent on a 50k input / 8k output task: GPT-5.5 is $0.49/task, Opus 4.8 is $0.45/task, GLM-5.2 on OpenRouter is $0.105/task. That is 4.7x cheaper than GPT-5.5 for the same agent workload, on a model within 4 points of the closed frontier on Terminal-Bench 2.1 and beating Opus 4.7 on FrontierSWE by 11%. At a million API calls a day, the closed-frontier bill is roughly $490,000/day. The GLM-5.2 bill is $105,000/day.
The closed labs will tell you the closed model is "more reliable." On the benchmarks I have seen, that is true by a small margin. The 4-5x cost gap is not small. The export-control risk of building your production stack on a model that can be taken offline by a Commerce Department letter is not a small risk.
Building production agents: download the weights, deploy on a multi-H100 node, run your real harness against it. The 1M context means you stop chunking long sessions. The MIT license means you can deploy in your own VPC. The cost gap means your unit economics change.
On a closed-frontier API: evaluate GLM-5.2 for the 60-70% of traffic that is routine agent execution, reserve the closed budget for the 10-20% that genuinely requires Opus 4.8-class intelligence.
Security researchers: the cyber capability is real. The new problem is not "how do we keep this out of adversary hands." The new problem is "how do we defend against systems that are already in adversary hands."
Policy people: the next round of export controls will be argued on the basis of "Chinese frontier models are catching up." The data point they will not want you to see is that the catching-up happened in 72 hours after a unilateral U.S. action. The U.S. did not slow the Chinese frontier. The U.S. accelerated it.
GLM-5.2 is the most significant LLM release of the past seven days because it is the open-weights checkpoint that closed the capability gap to the closed frontier on the workloads that matter most in 2026 — long-horizon agentic coding, cyber capability, and 1M-context document understanding — at one-third the price, on a permissive license, in the same week the U.S. government made the closed alternative globally unavailable.
The open-weights community has been catching up to the closed frontier for three years. GLM-5.2 is not catching up. On the agentic coding leaderboard that Fable 5 used to top, GLM-5.2 is the only model that is now both available and frontier-class. The export controls did not stop the diffusion. They redirected it. The 753B-parameter MIT-licensed MoE that just landed in your Hugging Face cache is the empirical proof.
The closed-frontier era of 2023-2025 is over. The open-weights frontier is the frontier. Build accordingly.
— Mr. Technology
Release: June 16, 2026. Vendor: Z.ai (Zhipu AI). Architecture: 753B MoE, 40B active/token, 1.51TB, 1M context, IndexShare for DSA (2.9x FLOPs reduction at 1M context), MTP + IndexShare + KVShare (20% acceptance length gain). Benchmarks: AA Intelligence Index v4.1 = 51 (#1 open weights), Terminal-Bench 2.1 = 81.0, Code Arena WebDev #2, FrontierSWE trails Opus 4.8 by 1% / beats GPT-5.5 by 1% / beats Opus 4.7 by 11%, Semgrep cyber benchmark beats Claude. Pricing: $1.40/M input, $4.40/M output. License: MIT. Sources: Z.ai blog, Simon Willison review, Artificial Analysis, Semgrep, IndexShare (arXiv 2603.12201), LLM Stats, ThursdAI June 2026.