Z.ai GLM-5.3: Post-Training Gains on a Fixed 743B Base Model

August 16, 2026news

Z.ai has released GLM-5.3, a model that shares its 743B parameter base identically with GLM-5.2. Every reported capability gain traces back to post-training: more long-horizon task environments, broader environment type coverage, and extended training duration. No base model retraining occurred. For engineers evaluating open-weight frontier models, that distinction matters — the architectural surface is unchanged while behavioral gains are directly attributable to post-training pipeline decisions alone.

The release is a live test of how far post-training scaling can push agentic capability without touching pretraining compute. The results are analytically useful in their unevenness: the longer the task horizon, the larger the improvement over GLM-5.2.

Coding Benchmark Results

On Terminal-Bench 3.0, the most demanding long-horizon CLI evaluation in Z.ai's suite, GLM-5.3 scores 28.3 versus GLM-5.2's 4.6 — roughly a 6x increase. DeepSWE v1.1 moves from 46.2 to 66.9. Agents' Last Exam (CLI) advances from 23.8 to 28.5. On GDPval-AA v2, which spans 44 occupations, GLM-5.3 scores 1,769.

On Z.ai Code Bench, an internal evaluation designed to reduce contamination risk, the company reports a 50% improvement over GLM-5.2. At roughly 50,000 output tokens per task, GLM-5.3 scores 31.4%. Claude Opus 4.8 scores 29.5% at 120,000 tokens, making the token efficiency comparison meaningful. Claude Fable 5 leads at 39.5% at maximum effort, and on public suites GLM-5.3 trails GPT-5.6 Sol and Fable 5 on harder coding evaluations. All figures are vendor-reported with harness, context length, and sampling settings documented in the announcement.

Cybersecurity Capabilities: An Unplanned Outcome

Z.ai describes the cybersecurity result as unexpected. The team added vulnerability-discovery training data targeting single-bug reasoning, but capability kept compounding as training scaled — the model began forming coherent plans across complete exploitation chains rather than reasoning about individual bugs in isolation.

Benchmark Exploitation chain stage GLM-5.2 GLM-5.3 Mythos 5 GPT-5.6 Sol
CyberGym Discover & validate (white-box source) 77.2% 84.5% 83.8% 83.6%
ExploitBench Root-cause reasoning + working exploit 24.4% 54.4% 78.0% 76.5%
ExploitGym (2 hr budget) Exploitation tasks completed at throughput 29 tasks 105 tasks 181 tasks
ExploitGym (6 hr budget) Exploitation tasks completed at throughput 39 tasks 130 tasks 247 tasks

CyberGym — the shallowest stage, requiring only discovery and validation — places GLM-5.3 at 84.5%, ahead of Mythos 5 at 83.8% and GPT-5.6 Sol at 83.6%. The lead evaporates at ExploitBench, where root-cause reasoning and a working exploit are required: GLM-5.3 reaches 54.4% while Mythos 5 sits at 78.0%. The pattern is consistent — the deeper into the exploitation chain, the wider the gap to closed frontier models, even as the improvement over GLM-5.2 grows larger. Security vendors and MSSPs considering GLM-5.3 for agentic security tooling should weight that asymmetry carefully.

Separately, Z.ai reports that GLM-5.2 and GLM-5.3, working with security teams in China, logged 2,436 vulnerabilities across 269 open-source projects — 1,097 rated critical or high. The oldest defect dates to 1981; the average finding had been dormant for 26.6 years. At launch, 53 CVEs were publicly disclosed with 2,383 still under coordinated embargo.

Availability and Weight Release Timeline

GLM-5.3 is accessible now through the Z.ai API, the GLM Coding Plan, and ZCode. Weights are not yet public. Z.ai states they will be released approximately two weeks after launch, contingent on safety evaluation and hardening completing. Startups and engineering organizations without data-residency constraints can adopt the model immediately via the API or Coding Plan; enterprises subject to vendor review or data sovereignty requirements should wait for weights.

The primary application targets Z.ai identifies — repository-scale refactors, long-horizon CLI agents, CI failure triage, white-box vulnerability discovery, and crash triage — broadly align with where coding agents are encountering meaningful security exposure as deployment scales.

GLM-5.3 is evidence that post-training compute can move frontier-relevant benchmarks by double-digit margins on a fixed base model, but the gains are not uniform: shallow task benchmarks improve more predictably than deep exploitation chains, where closed frontier models maintain a substantial lead. The more consequential finding may be what Z.ai's vulnerability data reveals about dormant risk in long-lived codebases — 26.6 years of average dormancy across 2,436 findings is a data point that should inform how any organization thinks about legacy code regardless of which model they deploy.