Event
On June 16, 2026, Zhipu AI launched and open-sourced GLM-5.2 under the MIT license. Key specs and results:
- 1M-token context window
- 51 points on the Artificial Analysis composite leaderboard — top three alongside Anthropic and OpenAI, open-source SOTA
- Ranked #1 among all available models in Code Arena's million-user blind testing
- FrontierSWE: GLM-5.2 trails Opus 4.8 by only ~1 percentage point, ahead of GPT-5.5 and Opus 4.7
- SWE-Marathon: still a 13% gap — the next challenge
- IndexShare: one attention indexer reused every four sparse-attention layers, compressing per-token FLOPs at 1M context to 2.9x
- MTP speculative decoding: acceptance length improved by up to 20%
- In-house Slime framework: supports large-scale agentic RL and OPD training
- Moonshot experiment: GLM-5.2 ported the Apollo 11 guidance computer (~4,600 lines of fixed-point CPU code) to Rust from scratch, running the original 65,000-line lunar landing program unchanged — autonomously reproducing the famous 1202 alarm that nearly aborted the landing.
- AutoClaw: sustained an 880K-token continuous long-horizon task spanning web, mobile, and mini-program clients.
- SWE-Marathon still lags Opus 4.8 significantly; ultra-long-cycle agents remain hard.
- Day-0 support on domestic chips does not guarantee Day-30 stability — throughput, memory, and tail latency are the real industrial battleground.
- The cost curve for 1M context is unknown; enterprise adoption depends on pricing.
- Ecosystem overlap between AutoClaw/ZCode and Cursor/Claude Code — developers will vote with their feet.
Source page: https://www.zhipuai.cn/zh/research/161
Positioning: Long-Horizon Tasks
Zhipu devoted nearly all of 2025 to coding — from GLM-4.5 to 4.7 establishing itself as the strongest open-source coding model. With GLM-5.2, the goal shifts to enabling models to plan, execute, verify, and repair continuously over days or even weeks, like a top-tier engineer.
Core Breakthroughs
1. Solid 1M Context
1M context windows are common, but most degrade noticeably beyond a few hundred K tokens. Zhipu expanded its 1M coding-agent training environments from "large-repo completion" to real long-horizon scenarios such as large-scale implementation, automated research, and performance optimization. In practice, the 1M experience can sometimes rival Opus:
2. Extreme Infrastructure
Day-0 Domestic Compute Support
GLM-5.2 ran on day one across nine domestic Chinese compute platforms: Huawei Ascend, T-Head (Pingtouge), Moore Threads, Cambricon, Kunlunxin, MetaX, Hygon, Biren, and Iluvatar CoreX. The Ascend 950 supernode launching in H2 is expected to become a strong backbone for GLM-5.2.
Engineering Highlights
Why It Matters
1. First time a domestic Chinese coding model directly competes with Opus on long-horizon tasks — delivery capability, not benchmark gaming. 2. MIT license + Day-0 domestic compute: model, licensing, and silicon all ready simultaneously — a signal event for Chinese enterprise buyers. 3. The 1M context is engineered for real use, not just a spec-sheet number. 4. Adjustable effort levels let developers trade off capability, speed, and cost.