GLM-5.3: Z.ai's Coding Model That Grew an Unplanned Cyber Skill
What changed from GLM-5.2, the benchmarks that matter for agents, and why the open weights are staged

Z.ai shipped GLM-5.3 on August 14, 2026, and the story is unusual for a point release: the base model is unchanged from GLM-5.2, yet the coding and agent numbers jump sharply — and the model picked up a cybersecurity skill the company says it never planned for. Here's what actually changed, the benchmarks that matter if you build AI agents, and why the open weights aren't out yet.
What is GLM-5.3?
GLM-5.3 is the latest open-weight model in Z.ai's GLM series, positioned as a frontier coding and agentic model. The headline detail: it reuses the same 743B-parameter Mixture-of-Experts base as GLM-5.2, and every reported gain comes from scaled-up post-training rather than a new architecture (MarkTechPost).
In plain terms, Z.ai spent more compute training the existing model on more — and more diverse — task environments. That's the whole recipe, and it's a useful data point for anyone tracking how far post-training alone can push an open-weight model.
How GLM-5.3 improves on GLM-5.2
Z.ai describes the method as environment scaling. GLM-5.2 introduced the training stack; GLM-5.3 spends more compute running the model through a much larger set of simulated professional work environments (Unite.AI).
These aren't toy coding puzzles. In one example, the model is dropped into an ML infrastructure engineer's environment — with compute clusters, internal docs, codebases, and experiment results — and has to diagnose bottlenecks, implement fixes, and deliver a measurable speedup. Some tasks represent several days of work for an experienced engineer. To build these at volume, Z.ai uses research agents that turn real work patterns into runnable long-horizon environments, plus a judge agent that verifies each task is actually solvable.
The payoff shows up where you'd expect from that recipe: the longer the task horizon, the bigger the gain.
GLM-5.3 coding benchmarks
All figures below are vendor-reported. Compared against GLM-5.2:
- Terminal-Bench 3.0: 4.6 → 28.3 — a roughly 6x jump on the longest-horizon CLI benchmark.
- DeepSWE v1.1: 46.2 → 66.9.
- Agents' Last Exam (CLI): 23.8 → 28.5.
- GDPval-AA v2 (spanning 44 occupations): scores 1,769.
On Z.ai's internal Code Bench, the company reports a ~50% improvement over GLM-5.2 and an efficiency story worth noting: GLM-5.3 scores 31.4% at ~50,000 output tokens per task, versus Claude Opus 4.8 at 29.5% using 120,000 tokens — more work with far fewer tokens. Claude Fable 5 still leads that benchmark at 39.5% at maximum effort (MarkTechPost).
The honest caveat: on public suites, GLM-5.3 trails GPT-5.6 Sol and Fable 5 on several of the harder coding evaluations. And because Code Bench is a private benchmark, its numbers can't be independently replicated yet. Z.ai's argument for keeping it private is contamination — public test sets leak into training data.
The cybersecurity result Z.ai says it didn't plan
This is the part that made GLM-5.3 news beyond the usual model-launch cycle. Z.ai added vulnerability-discovery data to post-training expecting the model to get better at reasoning about individual bugs. Instead, the capability kept compounding as training scaled, and the model began forming coherent plans across complete exploitation chains (SiliconRepublic).
The numbers track that claim, and again the pattern holds — the deeper into the exploitation chain a benchmark sits, the larger the jump:
- CyberGym (find and validate bugs from white-box source): 77.2% → 84.5%, edging past Mythos 5 (83.8%) and GPT-5.6 Sol (83.6%).
- ExploitBench (root-cause reasoning plus a working exploit): 24.4% → 54.4% — more than double GLM-5.2, though still behind Mythos 5 at 78.0%.
- ExploitGym (tasks completed under a time budget): 105 tasks in two hours, 130 in six — versus 29 and 39 for GLM-5.2.
Z.ai also says its models have surfaced real, deployed bugs: 2,436 vulnerabilities across 269 open-source projects since GLM-5.2, including 1,097 rated critical or high severity — spanning kernels, browser engines, and network protocols. The oldest bug, the company says, dated to 1981. These feed a public Security Disclosure Ledger, with 53 CVEs disclosed at launch and 2,383 still under embargo.
Why the open weights aren't out yet
Here's the departure from GLM-5.2's playbook. GLM-5.2's weights landed on Hugging Face within days of launch. GLM-5.3's are staged: available now only through the Z.ai API, the GLM Coding Plan, and ZCode, with weights to follow in about two weeks after safety evaluation and hardening (SiliconANGLE).
The reason ties directly back to the cyber result: Z.ai is hardening a model it openly describes as having developed offensive-security capability faster than expected. It's the first GLM release held back explicitly for safety review.
One more API-level change worth flagging for builders: GLM-5.3 supports three thinking effort levels (low, high, max) and no longer lets you disable thinking — a breaking change if your app previously ran with thinking switched off.
What GLM-5.3 means if you build AI agents
A few practical takeaways:
- Long-horizon coding agents are the sweet spot. The gains concentrate on multi-step CLI and repo-scale work — refactors, CI triage, long-running agent loops — not one-shot completions.
- Efficiency matters as much as the headline score. Doing comparable work at ~50K tokens instead of 120K is a real cost lever for agent workloads that run all day.
- You can use it today, but not everywhere. Startups can adopt it now via the Coding Plan or API. Teams with data-residency or vendor-review rules should wait for the weights.
- Treat vendor benchmarks as a starting point. The most eye-catching numbers (internal Code Bench, in-harness cyber scores) haven't been independently replicated. The weight release, expected around end of August 2026, is when outside testing begins.
Put a model like GLM-5.3 to work in your own AI workforce
The GLM-5.3 story is really about long-horizon, agentic work — models that run multi-step tasks end to end instead of answering one prompt. That's exactly what Eigent is built for: an open-source, local "Cowork" desktop app that turns models like these into a multi-agent workforce for real workflows — from reviewing GitHub PRs to running a self-hosted AI coding agent you fully own. Bring your own model, keep the work on your machine. Download Eigent and build your own agent workflows today.
Recent Posts

DeepSeek Harness: The Open-Source Agent Runtime Where Everything Is a Plugin
DeepSeek Harness v0.1 is now in developer preview. An open-source, MIT-licensed agent runtime built on Cordis where models, tools, sandboxes, and the UI are all plugins.

Grok 4.6 Capabilities and Real Use Cases for AI Agents
A practical look at Grok 4.6 capabilities and use cases: long-running agents, coding, and visual work, plus how to use it inside a multi-agent AI workforce.

Grok 4.6 vs Grok 4.5, GPT-5.6 Sol & Fable 5: What Actually Changes
Grok 4.6 vs Grok 4.5, GPT-5.6 Sol and Fable 5: what xAI actually confirmed, what's still speculation, and the real benchmark bar this post-training-only upgrade must clear.