惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
U
Unit 42
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
腾讯CDC
I
InfoQ
GbyAI
GbyAI
博客园_首页

TestingCatalog

SpaceXAI gearing up for upcoming Grok 4.5 release ByteDance set to launch Seedance 2.5 with 3-minute output Meta prepares Scheduled tasks for Meta AI users on web Google tests new Gemini Inbox section for Workspace triage OpenAI might be preparing GPT-5.6 for next week's release Mistral releases Leanstral 1.5 model for proof engineering xAI debuts Grok Voice Agent Builder for Enterprises Condense launches proxy to cut AI coding agent bills by 66% Vellum adds agent-to-agent AI collaboration for Slack Early look at Anthropic's Claude Science app for researchers Google launches Nano Banana 2 Lite and Gemini Omni Flash Google might be testing Gemini Flash upgrade on LM Arena Anthropic may impose KYC restrictions for Fable 5 access Anthropic launches Claude Sonnet 5 model on Claude and APIs NoimosAI launches Creative Agent for brand assets Apify lets AI Agents pay via Coinbase x402 for web tools Bloome launches chat platform for AI agent teams Meituan launches LongCat-2.0 1.6T parameter model Cursor releases its iOS app for vibe coding on the go OpenAI prepares upgraded Office controls for Codex OpenAI tests gifting Codex credits as new growth strategy Microsoft launches MAI-Code-1-Flash on GitHub Copilot Google adds Computer Use to Gemini 3.5 Flash Google tests notebook collections for NotebookLM OpenAI launches GPT-5.6 Sol preview for select partners Microsoft adds Copilot finance tools to Excel for M365 users DeepReinforce releases Ornith-1.0 open-source coding models Gemini to get voice dictation and Magic Pointer on desktop Meta launches AI glasses with three new styles from $299 Anthropic launches Claude Tag on Team and Enterprise plans
Z AI launches GLM-5.2 open-weight model with 1M context
https://www.facebook.com/testingcatalog · 2026-06-18 · via TestingCatalog

Z.ai has released GLM-5.2, a new flagship text model built for long-horizon coding agents, project-scale software work, automated research, debugging, refactoring, mobile development, and code-driven video generation. The model offers a 1M-token context window and up to 128K output tokens, positioning it for full-repository tasks where it needs to retain architecture, API contracts, file boundaries, prior decisions, and engineering rules across long sessions.

Introducing GLM-5.2: Frontier Intelligence, Open Weights

- Significant improvements in coding and agentic tasks
- Strong long-horizon capabilities with a 1M context window
- Two levels of reasoning effort: GLM-5.2 (max) pushes the limits, while GLM-5.2 (high) strikes a strong… pic.twitter.com/SjGPSVhePJ

— Z.ai (@Zai_org) June 16, 2026

GLM-5.2 is available to GLM Coding Plan users across Lite, Pro, and Max tiers, with switching support inside coding agents such as Claude Code, OpenClaw, and Cline through custom model configuration. Developers can enable the 1M-token version with the glm-5.2[1m] model name, map Claude Code effort modes to GLM-5.2’s high or max reasoning levels, and use Z.ai’s OpenAI-compatible API endpoint for integrations.

The core upgrade is not just context length. Z.ai says GLM-5.2 was trained for long-horizon coding agent scenarios, including large-scale implementation, automated research, performance optimization, and complex debugging. The company claims GLM-5.2 trails Claude Opus 4.8 by 1 percentage point on FrontierSWE, beats GPT-5.5 and Opus 4.7 on multiple long-horizon benchmarks, and scores 81.0 on Terminal-Bench 2.1 versus 62.0 for GLM-5.1. On SWE-bench Pro, it scores 62.1, compared to 58.4 for GLM-5.1.

ZAI

The model also adds architectural changes for long-context inference. Z.ai says GLM-5.2 uses IndexShare, a sparse-attention method that reuses the same indexer across every 4 sparse-attention layers, reducing per-token FLOPs by 2.9x at a 1M context length. The company also says it updated the model’s MTP layer for speculative decoding, increasing acceptance length by up to 20%. Download listings show GLM-5.2 and GLM-5.2-FP8 builds with 744B total parameters and 40B active parameters on Hugging Face and ModelScope.

Early developer feedback cited by Z.ai centers on project-level context capacity, steadier long-running execution, stricter adherence to production engineering constraints, and stronger client-side and mobile workflows, including ADB, logcat, screenshots, runtime logs, Mini Program migration, and real-device debugging loops. That makes GLM-5.2 less of a chatbot release and more of a direct play for coding-agent infrastructure.

Z.ai, formerly ZhipuAI, is the company behind the GLM model family. It was founded in 2019 from Tsinghua University's technological work and has since released GLM, GLM-130B, ChatGLM, GLM-4, GLM-4-Voice, AutoGLM, and other agent and model products. The company says ChatGLM-6B has surpassed 20 million global downloads, giving GLM-5.2 a clear role in its push from open-model research to developer-facing AI coding infrastructure.

Source