~/satyajit

GLM-5.3: the same base model, a month of post-training, and a cyber capability nobody planned

mdjsonmcp

2026-08-14 · 8 min · llm · open-weights · agents · post-training · rl · security · explainer

Z.ai's GLM-5.3 post opens with a sentence most labs would bury:

Scaling post-training is all we did for GLM-5.3.

It is the same base model as GLM-5.2. No new pretraining run, no new architecture, nothing to report about parameter counts because none of them changed. What changed is a month of additional post-training on the stack they had already built — IndexShare for long-context processing, SAO for RL on long-horizon tasks, and slime for large-scale asynchronous training — pointed at more environments, more diverse tasks, and more compute.

That makes the release unusually easy to read. Every number below is a post-training delta, which is a rarer thing to be able to say than it sounds.

What a month of post-training bought

same base model · post-training only
Terminal Bench 2.18188.2 · 1.09×
Terminal Bench 3.04.628.3 · 6.15×
6.2x — the largest relative move on the board, off a floor so low that 5.2 was essentially not playing.
DeepSWE (v1.1)46.266.9 · 1.45×
NL2Repo48.958 · 1.19×
ProgramBench (Almost Solved)9.519 · 2.00×
FrontierSWE67.578.1 · 1.16×
SWE-Marathon (v1.1)19.442.5 · 2.19×
PostTrainBench31.739.8 · 1.26×
CyberGym77.284.5 · 1.09×
ExploitBench24.454.4 · 2.23×
The 'more than doubles' claim in the post. It checks out — 2.23x.
Toolathlon Verified59.973 · 1.22×
AutomationBench (v1.0.6)26.248.2 · 1.84×
Agents' Last Exam (ALE-CLI)23.828.5 · 1.20×
The smallest relative gain of the sixteen, at 1.20x.
HLE w/ Tools54.762.5 · 1.14×
GLM-5.2GLM-5.3

Fourteen benchmarks where both models are scored, and GLM-5.3 is ahead on every one of them. That is a cleaner result than it looks, because the two models share a base: whatever moved here was moved by post-training, not by a new pretraining run. The spread is the interesting part — a 1.20× gain on Agents’ Last Exam and a 6.2× gain on Terminal-Bench 3.0 are not the same kind of claim, and the biggest multiples all sit on benchmarks where GLM-5.2 started near the floor.

Fourteen benchmarks where both models are scored, GLM-5.3 ahead on all fourteen. The two that dominate the story:

At the other end, Agents' Last Exam moves 23.8 → 28.5, a 1.20× gain — the smallest of the sixteen. The gains are real and they are not uniform.

Where the environments came from

The part of the post I found most interesting is not a benchmark. Z.ai describes the bottleneck moving off the model entirely:

As agent capability improves, much of the difficulty in scaling post-training moves from the model to the environment.

Their answer is to synthesize the environments, and for a subset of tasks the reward signal too. Research agents collect task patterns from real work and turn them into runnable long-horizon environments with multi-step dependencies and hidden state; a judge agent then attempts each task to confirm it is actually solvable. Verifiers are synthesized without access to the reference solution, and solver trajectories are used to find and close reward shortcuts. A verifier that passes oracle, no-op and unsolved-state checks produces a binary reward they consider reliable enough to train on directly.

That trio of checks is the load-bearing detail. An oracle check catches a verifier that rejects correct solutions; a no-op check catches one that accepts doing nothing; an unsolved-state check catches one that was already satisfied before the agent started. Those are the three ways a synthesized reward usually turns out to be worthless, and they are checkable without a human reading the task.

Z.ai is direct that this is not yet automatic: the pipelines "still require a meaningful amount of human-in-the-loop work."

The environments themselves are aimed at something closer to a job than an exercise. Their example is an ML infrastructure task where the model gets the same working environment as an engineer — compute clusters, storage, internal documentation, codebases, experiment results — and has to diagnose bottlenecks across a training stack, implement optimizations, run experiments, and deliver a measurable end-to-end speedup without breaking correctness. Some tasks, they say, represent several days of work for an experienced engineer.

The honest reading of the table

16 benchmarks · 8 models
GLM-5.2
16
16W–0L
Kimi K3
10
4
10W–4L
DeepSeek-V4 Pro
7
2
7W–2L
Qwen3.8-Max
12
12W–0L
Opus 4.8
13
3
13W–3L
Fable 5
6
9
6W–9L
GPT-5.6 Sol
4
9
4W–9L
open weightsclosedrows GLM-5.3 loses

Z.ai calls GLM-5.3 “the most capable open-weights model for coding,” and against the open field the table supports it: 16–0 over its own predecessor, 12–0 over Qwen3.8-Max, 10–4 over Kimi K3, 7–2 over DeepSeek-V4 Pro. The closed frontier is a different story — 6–9 against Fable 5 and 4–9 against GPT-5.6 Sol. Counted across the whole field rather than pairwise, GLM-5.3 has the top score on 3 of the 16 rows: CyberGym, AutomationBench and GDPval-AA v2. Both readings are in the same table, and the phrase “open-weights” is doing the work that makes the headline true.

"The most capable open-weights model for coding" is a carefully worded claim and it survives checking. Against open models GLM-5.3 is 16–0 over GLM-5.2, 12–0 over Qwen3.8-Max, 10–4 over Kimi K3, and 7–2 over DeepSeek-V4 Pro. Against the closed frontier it is 6–9 versus Fable 5 and 4–9 versus GPT-5.6 Sol.

Counted across the whole field rather than pairwise, GLM-5.3 holds the top score on 3 of 16 rows — CyberGym, AutomationBench, and GDPval-AA v2. Publishing a table where you lead three rows and lose thirteen is not the normal shape of a launch post, and the word doing the work in the headline is open-weights.

Two smaller notes on the table. Thirteen of the 112 non-GLM-5.3 cells are blank, so several head-to-head records rest on fewer than sixteen rows — the DeepSeek-V4 Pro comparison is nine rows, not sixteen. And ExploitGym is reported as 2h / 6h pairs rather than a single score, so any ranking of that row depends on which budget you pick.

Token efficiency is the better result

The claim I'd have led with is the one about cost, not capability.

Scatter plot of accuracy against average output tokens per task on Z.ai Code Bench, with four models each plotted at several effort levels. GLM-5.3 rises steeply from about 24.7 percent at 48K tokens to 34.5 percent at 75K. GLM-5.2 sits lower and further right. Claude Fable 5 is highest overall, reaching 39.5 percent at about 115K tokens. Claude Opus 4.8 reaches 29.5 percent at about 120K tokens.
Accuracy against output tokens on Z.ai Code Bench v1.0, run inside Claude Code 2.1.207. Up and to the left is better. (z.ai, GLM-5.3 launch post.)

At Max effort GLM-5.3 reaches 34.5% at roughly 75K output tokens per task, against GLM-5.2's 23.4% at 96K — more accurate and cheaper, which is the direction that rarely happens on its own. At High effort it reaches 31.4% at around 50K tokens.

Z.ai compares that last figure to "Claude Opus 4.8 at 29.5% with 120K," which is true and worth reading precisely: 29.5% is Opus's Max effort, not its High. The comparison is GLM-5.3's High against Opus's Max. As an efficiency-frontier argument that is legitimate — the whole point of the chart is that the curves sit in different places — but it is not a like-for-like row.

The post is also straightforward that the frontier still belongs to someone else: "GLM-5.3 remains behind Claude Fable 5, which reaches 39.5% at Max effort."

One detail in the figure's own subtitle deserves attention: the benchmark was evaluated on Claude Code 2.1.207. Every model in that chart was scored through a competitor's harness. Given how much a harness shapes agent results, holding it fixed across models is the right call, and it is unusual to see it stated on the chart itself.

The cyber result, and what it actually says

This is the part Z.ai describes as a surprise:

As we scaled post-training, cyber capability developed faster than we expected.

They added vulnerability discovery data and environments to the training mix expecting the model to get better at finding and reasoning about flaws. What they report instead is that it began reasoning across multiple stages of exploitation and forming coherent plans for complete chains.

up the exploitation chain1 of 3
CyberGymVulnerability discovery: locate a real defect in a real codebase.
GLM-5.3
84.5%
GLM-5.2
77.2%
Fable 5
83.8%
GPT-5.6 Sol
83.6%
1.09× over GLM-5.2 · -1% behind GPT-5.6 Sol

GLM-5.3 leads the whole field here, and this is the row the SOTA claim rests on. The margin is thin — 84.5 against 83.8 and 83.6 — but it is a lead, and it is over closed models.

Both of Z.ai’s cyber claims are accurate, and they point in different directions. GLM-5.3 really is top of the field at finding vulnerabilities, and its gains really are largest further up the chain when measured against GLM-5.2. But the gap to the closed models widens at exactly the same rate: level at discovery, twenty-plus points behind at exploitation, less than half the throughput at full chains. The capability that emerged is real; the ranking it earned is confined to the first rung.

Both cyber claims in the post are accurate. GLM-5.3 does hold the top CyberGym score at 84.5 — narrowly, over Fable 5 at 83.8 and GPT-5.6 Sol at 83.6, but it is a genuine lead over closed models. And its gains really are largest further up the chain when measured against GLM-5.2: 2.23× on ExploitBench, 3.3× on ExploitGym at 6h.

Put the two sentences next to each other and they suggest a model leading at exploitation. The same table says otherwise. One rung up from discovery, GLM-5.3 sits at 54.4 on ExploitBench against 78 and 76.5. At full chains under a six-hour budget it clears 130 problems against 247 and 293. The gap to the closed models widens at precisely the rate the capability is described as growing.

Alongside this, Z.ai published a disclosure ledger: 2,436 findings tracked, 53 publicly disclosed, 2,383 still under embargo, 1,097 rated critical or high, across 269 open-source projects. The detail that stops you is the age distribution — the oldest flaw was introduced in 1981, and on average a vulnerability had been sitting in a codebase for 26.6 years before it was found. That is a claim about the state of open-source security as much as about the model.

It is also the context for the release schedule. The weights are not out yet:

We will release the weights in two weeks after launch, once safety evaluation and hardening are complete.

A two-week hold between announcement and weights, explicitly attributed to safety evaluation, is a reasonable response to having just demonstrated automated vulnerability discovery at scale. It also means nobody outside Z.ai can check any of the above yet.

What to take from it

The headline result is not the benchmark table, which shows a strong open-weights model that trails the closed frontier — a familiar position. It is the claim that a month of post-training on a fixed base moved fourteen benchmarks, several of them by more than 2×, with output token counts going down. If that reproduces when the weights land, the interesting variable in this release is the environment synthesis pipeline, not the model.

The caveats: Z.ai Code Bench is private, so its numbers cannot be independently checked by construction — a deliberate anti-contamination trade with a real cost. Thirteen table cells are blank. The weights are two weeks out. And the cyber capability that is described as emergent is, on the evidence published alongside it, still a discovery capability rather than an exploitation one.

Cite this article

For attribution, please use the following reference or BibTeX:

Satyajit Ghana, "GLM-5.3: the same base model, a month of post-training, and a cyber capability nobody planned", ai.thesatyajit.com, August 2026.

bibtex
@misc{ghana2026glm53,
  author = {Satyajit Ghana},
  title  = {GLM-5.3: the same base model, a month of post-training, and a cyber capability nobody planned},
  url    = {https://ai.thesatyajit.com/articles/glm-5-3},
  year   = {2026}
}
share