TOOL
Jul 2, 2026ZCode Brings Claude Code Workflow to the GLM Ecosystem
The team behind GLM has shipped ZCode, a Claude Code-style agentic coding tool built on their own model stack. It targets developers already working within the Chinese LLM ecosystem.
ZCode is an agentic coding assistant released by the team behind GLM, Zhipu AI's open-weight language model series. The product mirrors the Claude Code interaction model — terminal-native, task-driven, capable of reading and editing files across a codebase — but runs on GLM's underlying models rather than Anthropic's.
The significance here is infrastructure, not interface. Claude Code's core pattern — persistent context, multi-step edits, shell access — is now being replicated by non-Anthropic labs with their own model weights. ZCode is one of the clearer examples of that pattern landing in the Chinese LLM ecosystem with direct tooling support rather than just API compatibility.
For engineers working in environments where Anthropic model access is restricted or latency-constrained, ZCode offers a comparable agentic loop without routing through Western API infrastructure. The GLM model family has demonstrated solid performance on code-related benchmarks, making this a plausible drop-in for teams already evaluating GLM for production use.
The announcement positions ZCode at z.ai, Zhipu's product surface, suggesting this is intended as a consumer and developer-facing product rather than a pure research artifact. Whether the tool exposes configuration for custom model endpoints or locks to GLM-hosted inference is not confirmed in the available information.
The broader pattern matters: agentic coding tooling is converging on a small set of interaction primitives — file-aware context, shell execution, inline diffs — regardless of which lab produces the underlying model. ZCode's arrival means that pattern is no longer Anthropic-exclusive or even Western-exclusive. Teams evaluating coding agents in 2025 now have a credible GLM-native option to benchmark against Claude Code and its open-source peers like Aider and OpenHands.
Source
news.ycombinator.com