Z.ai released GLM-5.3 on August 14, 2026, positioning the model around complex coding, long-horizon AI agents, and defensive cybersecurity. The company reports a 50% coding improvement over GLM-5.2 on its internal evaluation, alongside much larger gains on benchmarks that test vulnerability exploitation.
The unusual part is how Z.ai achieved those gains. GLM 5.3 uses the same underlying base model as GLM-5.2. There was no larger pretraining run or major architectural replacement; the reported improvement comes from scaling post-training with more environments, more varied tasks, and additional reinforcement learning compute.
The GLM-5.3 API is already live through Z.ai and partner model gateways. Open weights are not yet available, however. Z.ai plans to publish them roughly two weeks after launch, once it completes additional safety evaluation and hardening.
GLM 5.3 Reuses the Same Large Mixture-of-Experts Base
Z.ai describes GLM 5.3 as using the same 743B-class base as GLM-5.2. The earlier GLM-5 technical report lists the family at approximately 744 billion total parameters, with around 40 billion activated for each token through its mixture-of-experts architecture. The one-billion difference is effectively a matter of reporting and rounding, not a different model architecture.
GLM-5.2 had already established the technical foundation for this update. That included IndexShare for reducing the cost of long-context attention, SAO-based reinforcement learning for extended tasks, and the open-source slime post-training framework, which connects Megatron-based training with SGLang rollouts and customizable agent environments.
For GLM 5.3, Z.ai concentrated on the quality and scale of those environments. Instead of training only on contained programming problems, the model received tasks resembling complete engineering assignments. An agent might need to inspect a codebase, consult documentation, run experiments, diagnose an infrastructure bottleneck, implement a change, and verify that the result improves performance without breaking correctness.
This approach matters because a coding LLM often fails after the first plausible answer. Long-horizon agents need to preserve goals, interpret tool feedback, recover from failed attempts, and recognize when a result has actually been verified. Z.ai’s post-training environments were designed to reward that complete trajectory rather than isolated code generation.
Coding Gains Show Up Most Clearly on Longer Tasks
On Z.ai Code Bench, the company’s private coding-agent evaluation, GLM-5.3 reached a 34.5% completion score at maximum reasoning effort while using about 75,000 output tokens per task. GLM-5.2 scored 23.4% while consuming roughly 96,000 tokens. That is close to the advertised 50% performance improvement, accompanied by lower output-token use.






