
GLM-5.2 Is the First Open Model People Actually Call a Daily Driver
Quick verdict
Zhipu released GLM-5.2 and, for the first time, a lot of working engineers stopped grading an open model on a curve. The usual line about Chinese open weights is "great for the price, but you switch back to Claude for the hard stuff." This week several people said the opposite: they tried GLM-5.2 and just kept using it. Jeremy Howard called it at least as good as Opus 4.8 and GPT-5.5 for his work. Artificial Analysis placed it between those two models on a new agentic benchmark. The catch is hardware. The weights are free under MIT, but the smallest usable quant is still bigger than most workstations, so "open" here means "rent it from a provider," not "run it on your laptop."
What actually shipped
GLM-5.2 is a large mixture-of-experts model. The community-reported spec on the LocalLLaMA breakdown is roughly 753B total parameters with about 40B active per token, trained on around 28.5T tokens, with claimed support for 1M-token context and 131k-token output, all under an MIT license. Treat the exact numbers as approximate, since Zhipu has not published a full card, but the shape is clear: a big sparse model that is genuinely permissively licensed.
The architecture is the interesting part. Sebastian Raschka walked through the change: on top of the MLA and DSA attention that GLM and DeepSeek-style models already use, GLM-5.2 adds something called IndexShare. It reuses the sparse-attention top-k indices across groups of layers instead of recomputing them per layer, which cuts the cost of long-context inference. That is the lever behind the 1M-token claim. You pay for the index selection once and amortize it across several layers.
The capability jump over the last version is real on Zhipu's own numbers. An engineer on the team reported internal app-development tasks moving from 21 of 70 passing on GLM-5.1 to 48 of 70 on GLM-5.2. Self-reported benchmarks are a direction, not a verdict, but a jump that size lines up with the outside reactions.
Why people are taking it seriously
The signal here is not a leaderboard. It is who is saying the nice things. Jeremy Howard said it was at least as good as Opus 4.8 and GPT-5.5 for his use, with one clear gap: no vision support. Matt Velloso said it was the first open model that cleared his daily-driver bar. Artificial Analysis put it between GPT-5.5 and Opus 4.8 on its new agentic knowledge-work eval. When the people who usually nitpick open models start using one without complaint, that is the tell.
Zhipu also pushed hard on availability instead of leaving the weights to sit on Hugging Face. The team ran a free inference window through Hugging Face providers, GGUF builds landed for llama.cpp and Unsloth the same day per ZixuanLi, and Ollama scaled up cloud capacity to handle the rush. The free window got swamped, which is its own kind of proof that people wanted to try it.
The catch: "open" is not "local"
This is where the excitement meets a wall. Unsloth published GLM-5.2 GGUF quantizations, and the smallest 2-bit build still weighs about 238GB. Full precision runs closer to 750-890GB. The LocalLLaMA thread is full of people doing the math and concluding the hardware is, in one commenter's word, "unobtanium." A 512GB Mac Studio or a stack of 128GB AMD boxes can technically load it, but throughput collapses past 50k tokens of context, so fitting the model in memory is not the same as using it.
So the practical path for almost everyone is the same as it was with Kimi and MiniMax: rent GLM-5.2 through an inference provider rather than self-host. The win from open weights is not that you personally run it. It is that no single vendor or government can pull the model offline, and several providers can serve the same weights, so you are not tied to one company's uptime or pricing. That hedge is the real product, and it matters more after the year closed models have had.
Where it lands on cost
On the new AA-Briefcase benchmark, the economics tell the rest of the story. GLM-5.2 came in at about $2.40 per task versus $10.40 for Opus 4.8 and $31 for Claude Fable 5, while scoring 1266 Elo to Opus's 1356. You give up some quality and pay a quarter of the price. For a lot of real workloads that trade is easy, which is exactly why an open model that is merely close to the frontier, rather than ahead of it, is still a big deal.
Video: GLM-5.2 explained
A walkthrough of what GLM-5.2 changes and how it stacks up against the closed frontier.
FAQ
Can I run GLM-5.2 on my own machine?
Almost certainly not. The smallest 2-bit quant is around 238GB and full precision is north of 750GB, so even high-end workstations struggle, and throughput drops sharply at long context. Most people will use it through a hosted provider. Our roundup of open-source AI models covers what is actually runnable locally.
Is GLM-5.2 better than Claude or GPT-5.5?
Not on raw quality. Independent placement puts it just below Opus 4.8, and it has no vision support. The case for it is that it is close enough at roughly a quarter of the cost, plus the weights are open. For a head-to-head on the closed leaders, see our best AI models for coding guide.
How is this different from Kimi K2.7 and MiniMax M3?
Same theme, stronger result. Those were good open models that still trailed the frontier; GLM-5.2 is the first one a wide set of engineers describe as a real substitute. We covered the earlier pair in our piece on Kimi K2.7 and MiniMax M3.
Sources
- @rasbt - GLM-5.2 architecture and the IndexShare attention change
- @jeremyphoward - "at least as good as Opus 4.8 and GPT-5.5," no vision
- @matvelloso - first open model to clear the daily-driver bar
- @ArtificialAnlys - GLM-5.2 placed between GPT-5.5 and Opus 4.8
- @ZixuanLi_ - internal app-dev tasks from 21/70 to 48/70 vs GLM-5.1
- @Zai_org - free GLM-5.2 inference window on Hugging Face
- r/LocalLLaMA - GLM-5.2 specs, MIT license, and memory math
- r/LocalLLaMA - Unsloth GGUF builds, 2-bit at 238GB
Further reading
Try all the models mentioned in this article
Admix gives you GPT-5, Claude, Gemini, and 350+ AI models in one app. Compare responses side by side. Free to start.
Start free on Admix