Zhipu AI releases GLM-5.3 open weights with 'emergent' cyber capabilities
Zhipu AI released GLM-5.3's full open weights: a 744B MoE whose post-training-only gains include 'emergent' cyber skills and doubled ExploitBench scores.

Zhipu AI released the full GLM-5.3 open weights on Hugging Face last week — two weeks after the August 14 announcement promised them. The zai-org/GLM-5.3 repository was created on August 25, and r/LocalLLaMA lit up three days later (roughly 590 points, 140 comments). The checkpoint is the GLM-5 family's full flagship — 744B total parameters, 40B active — and it carries a headline claim Zhipu has not made before: "emergent cyber capabilities."
That claim deserves the scare quotes: Zhipu says the skills emerged from post-training rather than being tuned in — the industry's reasoning playbook, applied to offense. The numbers, like most launch-day figures, are unaudited vendor measurements.
Post-Training, Nothing Else
The most interesting thing about GLM-5.3 is what Zhipu says it did not do. The model uses the same base as GLM-5.2 — "Scaling post-training is all we did," the company says — with every improvement traced to long-horizon reinforcement learning on agentic environments, trained with its SAO compaction method, the slime async training stack, and IndexShare. In practice, the pretraining recipe is inherited rather than newly disclosed, and the 5.2-to-5.3 delta is a map of how far RL can push a fixed base.
| Spec | Value |
|---|---|
| Total / active parameters | 744B / 40B (MoE) |
| HF checkpoint | 753B params (751B FP8 + 2.1B BF16), 141 safetensors shards |
| Architecture | glm_moe_dsa — dynamic sparse attention, hybrid sparse + linear family |
| Context window | 1M tokens |
| License | "other" on Hugging Face — not MIT (the Flash variant is) |
| Release | Weights live 2026-08-25; announced 2026-08-14 |
GLM-5.3-Flash, released last week, is MIT-licensed; the flagship is not. Zhipu has not said what the "other" license will be, so what developers can actually build on the flagship remains unresolved at launch. The weights are downloadable; the terms of use are a promise.
The Cyber Numbers
All figures below come from Zhipu's launch materials and are vendor self-reported: unaudited numbers awaiting third-party confirmation. That caveat matters more than usual: the benchmark that makes this release interesting measures a capability the industry would rather not advertise.
| Benchmark | GLM-5.3 | GLM-5.2 |
|---|---|---|
| Terminal Bench 2.1 | 88.2 | 81.0 |
| Terminal Bench 3.0 | 28.3 | 4.6 |
| DeepSWE v1.1 | 66.9 | 46.2 |
| NL2Repo | 58.0 | 48.9 |
| SWE-Marathon v1.1 | 42.5 | 19.4 |
| PostTrainBench | 39.8 | 31.7 |
| Toolathlon Verified | 73.0 | 59.9 |
| AutomationBench v1.0.6 | 48.2 | 26.2 |
| Agents' Last Exam (ALE-CLI) | 28.5 | 23.8 |
| HLE w/ Tools | 62.5 | 54.7 |
| GDPval-AA v2 (Elo) | 1769 | 1508 |
The agentic gains are consistent — roughly 20-40% across the board — but the security rows are where the release stops being routine.
| Benchmark | GLM-5.3 | GLM-5.2 | Mythos 5 | GPT-5.6 Sol |
|---|---|---|---|---|
| CyberGym | 84.5 | 77.2 | 83.8 | 83.6 |
| ExploitBench | 54.4 | 24.4 | 78.0 | 76.5 |
| ExploitGym (2h / 6h) | 105 / 130 | 29 / 39 | 181 / 247 | — |
Zhipu says GLM-5.3's CyberGym score is the best result published on that benchmark, edging Anthropic's Mythos 5 (83.8) and OpenAI's GPT-5.6 Sol (83.6). ExploitBench more than doubles GLM-5.2's score yet still trails the closed flagships by more than 20 points — a reminder that frontier cyber capability is not something Zhipu invented, only something it is now shipping as open weights. On ExploitGym the picture is the same: huge gains over its predecessor, still behind Mythos 5.
On coding, Zhipu's in-house Z.ai Code Bench — a private evaluation by definition — shows a claimed 50% improvement over GLM-5.2. The token-efficiency detail is the more interesting data: 34.5% solved at Max effort with roughly 75K output tokens, versus GLM-5.2's 23.4% at 96K; at High effort, 31.4% at ~50K tokens beats Claude Opus 4.8's 29.5% at 120K. GLM-5.3 still trails Claude Fable 5 (39.5% at Max), but it is doing more per output token than the model it replaced — the signature of post-training that stuck.
2,436 Vulnerabilities, Oldest From 1981
The real-world claim is the one hardest to verify and the easiest to admire. Working with Chinese security teams, Zhipu says GLM-5.3 found 2,436 vulnerabilities across 269 projects, of which 1,097 were medium-to-high severity. The disclosure ledger at cvd.z.ai lists 53 flaws as publicly disclosed, with 2,383 still under embargo. The oldest flaw the model found was introduced in 1981 — 45 years ago — and the average age across findings is 26.6 years.
Those numbers are Zhipu's own, and they do two jobs: demonstrate capability, and soften the optics of a lab shipping offensive tools as open weights — responsible disclosure, vendor cooperation, honored embargoes. The 45-year-old flaw is the point: an agentic model that reads code faster than humans finds the rot at the bottom of legacy codebases — a genuine defensive use. It is also, in the same breath, a capability that can be pointed elsewhere.
Open Weights, Closed Recipe
What is not released is as important as what is. Zhipu has not disclosed the training corpus composition, the SFT mixtures, or the RL environment details behind the cyber capability — the weights are open, the recipe is a blog post, and because the base is shared with GLM-5.2, the pretraining side stays exactly as opaque as it was. And the safety framing — weights released "after safety evaluation and hardening" — sits in an awkward spot, because the capability in question is precisely the one safety reviewers would worry about.
Adoption signals are early and mixed. The Hugging Face page showed 8,804 downloads and 1,248 likes at the time of writing — respectable in week one, but small for a flagship: the Reddit thread that popularized the release scored around 594, and popular open-weight releases routinely hit six-figure download counts in days. The community is interested; the community has not yet committed hardware.
What Would Settle This
Four things would move this from vendor narrative to established fact: independent evaluations by third parties such as Artificial Analysis; a security firm — not Zhipu's partners — running the model against its own exploitation benchmarks; deployment telemetry on how fast the 2,383 embargoed findings actually get fixed; and a clear license, which currently reads "other."
Until then, the honest summary is this: GLM-5.3 is the first flagship open-weights model whose headline capability is offensive security, built entirely on post-training of a base model the lab already shipped. The gains over GLM-5.2 are large and self-reported; the gap to closed frontier models on the same benchmarks is real; and the safest sentence anyone can write about this release is that its most important evaluations have not happened yet.


