AI & ML // // 7 min read

Z.ai Just Declared War on Cursor, Claude Code, and Copilot, and They Brought a Free Desktop IDE to a $20/Month Fight

Three weeks ago Z.ai was a footnote. Formerly Zhipu AI, a Chinese lab mostly famous for open-weight GLM variants that showed up on Hugging Face leaderboards and then disappeared into other people's fine-tunes. Then this week they shipped ZCode -

Bala Kumar Senior Software Engineer

Three weeks ago Z.ai was a footnote. Formerly Zhipu AI, a Chinese lab mostly famous for open-weight GLM variants that showed up on Hugging Face leaderboards and then disappeared into other people's fine-tunes. Then this week they shipped ZCode - a free desktop "Agentic Development Environment" aimed squarely at Cursor, Claude Code, and GitHub Copilot. Not a CLI. Not a VS Code extension. A full-fat IDE.

Read that sentence again. A Chinese lab shipped the whole IDE. For free. Against three Western incumbents that charge $20 a month and have spent the last eighteen months convincing developers their toolchains are irreplaceable. The "free vs. paid" AI coding war was already ugly. It just became a three-front conflict, and the third front showed up with its own keyboard shortcuts.

I have spent most of this week poking at the ZCode preview, and I have some opinions. None of them are subtle.

The pitch, as Z.ai actually wrote it

Z.ai's announcement positions ZCode as the first truly agentic desktop IDE, not "a code editor with a chatbot glued on the side." Translation: it does the planning, the multi-file edits, the tool use, and the verification loop in one window, with a model the lab trained itself rather than routing through OpenAI or Anthropic.

The pricing is the part that should make Cursor's PM team lose sleep: free tier is generous enough to ship a real project. Paid Cursor is $20/month. Claude Code is $20/month on top of whatever you're paying Anthropic. GitHub Copilot Business is $19/user/month. ZCode's free tier covers the same workflows. The only thing the paid tier adds is bigger context windows and team admin - the actual coding is free.

That is a value proposition, not a feature.

How the three incumbents actually compare

I pulled the public pricing pages and feature lists on July 2, 2026. Here is the honest comparison, side by side, no marketing fluff:

ToolPrice (Pro / Business)Model ownershipNative IDE?Free tier usable?Multi-file agent loops?
Cursor$20 / $40 per user/moRoutes to OpenAI, Anthropic, GoogleYes (fork of VS Code)Limited (2,000 completions/mo)Yes (Composer)
Claude Code$20/mo + API costsAnthropic onlyNo (CLI + IDE extensions)No (Claude.ai limits)Yes (subagents)
GitHub Copilot$10 / $19 / $39 per user/moRoutes to OpenAI + othersNo (IDE extension)Yes (limited completions)Yes (Agent Mode, preview)
ZCode (Z.ai)Free / Team tier TBAZ.ai's own GLM-CoderYes (custom desktop shell)Yes, full agentYes, native

Two columns matter here. Model ownership - Z.ai is the only one of the four using a model it trained itself, which means no per-token API margin, no dependency on a Western provider staying friendly. Free tier usable - the other three all throttle the free tier hard enough that real work pushes you to paid. ZCode does not. The math is obvious.

The "Chinese lab" angle is real, but it's not the story

Yes, Z.ai is headquartered in Beijing. Yes, the underlying GLM-Coder weights were trained in China. Yes, data residency questions are legitimate for enterprise buyers. I am not going to pretend those concerns do not exist - they do, and any CISO rolling out ZCode will have to answer them.

But here is the thing: Z.ai is shipping a polished, native, fast desktop IDE in late June 2026, and the last Western tool to do that was Cursor, two years ago. Everything since has been extensions, plugins, and CLI wrappers. The barrier to entry on "ship a real IDE" is enormous, and a Chinese lab just cleared it while the Western incumbents were busy raising prices and adding agent modes to existing extensions.

That is the story. Not the geopolitics, not the training data provenance - the engineering fact that a Chinese lab shipped the whole thing first.

What is actually in the box

ZCode is not a wrapper. The desktop shell is custom - a workspace manager on the left, an editor in the middle, an agent conversation panel on the right that can take over the whole window when you tab into plan mode. The agent loops are real, not stitched together from five separate plugins:

# the actual CLI surface, straight from the docs
zcode init my-project --template=react-ts
zcode agent "refactor auth to use jose instead of jsonwebtoken"
zcode agent --plan "add rate limiting to /api/login"
zcode review --staged

The agent command takes a natural-language instruction and runs a full plan-edit-verify loop, the same shape Claude Code uses, except the verification step runs against a local test runner rather than asking the model to eyeball the diff. That sounds like a small thing. It is not - it is the difference between "the agent says it works" and "the agent has proof it works."

The model behind it is GLM-Coder-Agent, a variant of the GLM-5 family tuned specifically for multi-file, multi-turn coding work. Z.ai claims parity with Sonnet 4.5 on its internal SWE-bench-style eval. I have not independently verified that - nobody outside the lab can, yet - but the demos I ran felt closer to Sonnet than to the smaller open-weights variants I have been using locally for the last six months.

What this actually breaks

Three things, in order of how much they hurt the incumbents:

  1. The $20/month price floor. Cursor and Claude Code have spent eighteen months training developers that agentic coding is a $20/month line item. ZCode just made that line item optional. Free is a very aggressive price.
  2. The "single model provider" moat. Cursor and Copilot route to other people's models. Z.ai owns its model end to end. If GLM-Coder stays competitive, Z.ai does not pay OpenAI or Anthropic a cut, and that margin can fund more free usage. Cursor and Copilot cannot do that without becoming model labs.
  3. The "Western default." The last year of AI coding tools has been an implicit assumption that the leading agentic IDEs would come out of San Francisco. ZCode is the first serious crack in that assumption, and it is free.

What I would do if I were Cursor

Honestly? I would not try to out-free Z.ai. The margin math does not work when your model is someone else's model and your competitor owns the weights.

I would do three things instead:

  • Lock in the workflow. Cursor's Composer is still the smoothest multi-file editing experience I have used. That is a workflow moat, not a model moat - defend it with shortcuts, history, and reliability, not by adding another model router.
  • Open the protocol. Let me bring my own model. If Cursor becomes "the best editor for any agentic model," including GLM-Coder, then ZCode becomes "a Z.ai-specific IDE" and Cursor stays the platform. That is a much bigger business.
  • Cut the Business tier in half. $40 per user/month is a price that exists because investors wanted it to, not because the market demanded it. Z.ai just made that price look indefensible to a procurement team.

The bottom line

ZCode is not the best agentic IDE in 2026. Cursor's editor is still smoother, Claude Code's subagent orchestration is still more flexible, and Copilot's enterprise distribution is still wider. But it is close enough on quality that the price difference becomes the only thing that matters, and the price difference is "free vs. $20/month."

For solo developers and small teams, the choice just became obvious. For enterprises, it is a data-residency conversation that needs to happen, but it does not need to happen forever - Z.ai is already publishing SOC 2 documentation and talking about EU data residency for the next release.

The AI coding war was a two-front fight. It is a three-front fight now, and the third front is not playing by the same pricing rules.

Source: https://venturebeat.com/technology/z-ai-launches-zcode-to-challenge-cursor-claude-code-and-github-copilot-in-ai-coding