The technical report for GLM-5, successor to GLM-4.5.
The stated goal
GLM-5 is "designed to transition the paradigm of vibe coding to agentic engineering" — a shift from generating code interactively toward executing sustained engineering work autonomously. It builds on the ARC (agentic, reasoning, coding) capabilities of its predecessor.
Technical contributions
DSA is adopted "to significantly reduce training and inference costs while maintaining long-context fidelity" — the cost-per-capability improvement that underwrites the open-weight economics discussed at Inference Economics and Token Pricing.
Asynchronous RL infrastructure. The report describes "a new asynchronous reinforcement learning infrastructure that drastically improves post-training efficiency by decoupling generation from training." In synchronous RL, the training loop waits on rollout generation; decoupling them removes that bottleneck, which matters disproportionately for long-horizon agentic tasks where individual rollouts are slow.
Asynchronous agent RL algorithms. Beyond the infrastructure, the report proposes "novel asynchronous agent RL algorithms that further improve RL quality, enabling the model to learn from complex, long-horizon interactions more" effectively — the algorithmic counterpart to the infrastructure change, aimed at the same long-horizon target.
Together these are the training-side answer to the capability gap that Mowshowitz and UK AISI both locate in long-horizon rather than narrow tasks.
Relationships
- supports: GLM-5 and GLM-5.1 — the technical documentation for the release
- related: GLM-4.5: Agentic, Reasoning, and Coding (ARC) Foundation Models (Zhipu AI, 2025) — the predecessor report
- related: GLM-5.2, Open-Weight Frontier Models, Inference Economics and Token Pricing, Zhipu AI