Zed 1.0 AI Editor Review: We Did the Token Math and "Half the Price of Cursor" Is Not the Whole Story
Zed Pro costs $10/mo, but the $5 monthly credit burns fast on agentic coding. Every token beyond list-price +10%. We ran the real numbers.
Zed 1.0 AI Editor Review: We Did the Token Math and “Half the Price of Cursor” Is Not the Whole Story
Zed shipped 1.0 on April 29 with Cursor-killing marketing: $10 a month for AI, half Cursor’s price. But Zed’s $5 monthly token credit evaporates fast, and anything beyond gets billed at list price plus 10%. We re-subscribed three times to get the numbers right. Spoiler: “half the price” is not the whole story.
What Zed 1.0 Actually Shipped
Zed 1.0 hit on April 29 with Windows parity, multimodal agents, and native parallel-buffer editing. On May 8, they dropped Zed for Business at $30 per seat per month for org-wide AI governance. The desktop editor is legitimately fast. The AI layer is built on Claude Sonnet 4.6, Claude Opus 4.7, and GPT models via hosted inference.
Free tier stays free (50 hosted prompts or BYOK). Pro is the $10 monthly play. Business is for teams that need centralized spend controls and audit trails.
The Pricing They Lead With
Zed Pro is $10/mo. Comes with $5 monthly in token credits. Two-week trial bundles $20 in credits to test the water. Sounds straightforward until you start using agents.
Zed Business is $30/seat/month. No bundled credits. You either use Zed-hosted models at standard rates or plug in your own API keys (Claude Code integration, etc.). Designed for companies where finance cares about consumption audit trails, not individual developers chasing features.
The Pricing Structure They Don’t Lead With
Here’s where the math gets real. Zed’s default monthly spending limit is $10, which means you can spend $5 more beyond the included credit before the system stops billing. Once you hit that $10 ceiling, usage stops until reset.
Token billing works like this: Zed charges list price plus 10%. Here’s what that means for the models Zed actually ships:
- Claude Sonnet 4.6: $3.30 input / $16.50 output per 1M tokens, plus 10% = $3.63 input / $18.15 output
- Claude Opus 4.7: $5.50 input / $27.50 output per 1M tokens, plus 10% = $6.05 input / $30.25 output
- GPT-5.4: $2.75 input / $16.50 output per 1M tokens, plus 10% = $3.03 input / $18.15 output
At $0.254 per full Sonnet session (30K input + 8K output), your $5 monthly credit covers roughly 19 sessions before you owe more. That sounds like a lot until you remember the hard $10 monthly ceiling — once your total spend hits that cap, billing stops and so does your AI access until the next billing cycle.
We Did the Math: A Real Developer’s Day
Let’s model a developer who runs 10 agentic Claude Sonnet 4.6 sessions daily (a real power-user baseline):
Per-session estimate:
- Average input: 30,000 tokens (8K system + codebase context + prompt)
- Average output: 8,000 tokens (agentic edits, explanations)
- Input cost at Zed rates: 30K × ($3.63 / 1M) = $0.109 per session
- Output cost at Zed rates: 8K × ($18.15 / 1M) = $0.145 per session
- Per-session total: ~$0.25
Monthly math:
- 10 sessions/day × 30 days = 300 sessions
- 300 × $0.25 = $75 in token costs
- $5 monthly credit leaves $70 owed
- Total monthly: $10 (Pro sub) + $70 (overage) = $80/mo
Run the same load on Cursor Pro at $20/mo flat? You never hit soft limits on standard Opus usage; your cost is $20 and you stop thinking about it.
Caveat: If you’re a light user (2–3 sessions/day on Sonnet), Zed’s $10/mo + marginal overage stays under $15–20/mo. The crossover happens around 5–7 daily sessions.
How It Actually Compares to Cursor
Like we found when comparing Cursor and Windsurf, the honest answer is “it depends on your session volume.” Cursor’s $20/mo flat rate beats Zed’s per-token model for heavy agentic use. Cursor’s background agent workflow also doesn’t require resetting credit monthly.
Zed wins on up-front cost if you’re a paste-from-clipboard developer (5 or fewer sessions weekly). Cursor wins on predictability if you’re building agents that think for 10+ minutes at a time.
The IDE pricing shakeout happening this month is partly about this exact gap: flat-rate ($20) vs usage-based ($10 + overage). Neither is objectively cheaper; it’s a bet on your usage pattern.
What’s Actually Good About Zed
The editor itself is fast. Native parallel agents work without serialization, which matters for multi-file refactors. Windows parity means the team on AMD machines can ship. Multibuffer editing lets you stage edits across three files at once without tab-thrashing.
The $30/seat Business tier is genuinely useful for teams where the CTO needs spend visibility. No more surprise API bills from individual developers.
If you’re already paying for Claude Code via Claude API, Zed’s BYOK option lets you skip Zed’s 10% markup and use your own Anthropic credits instead.
What’s Actually Rough
Builder.io’s independent review scored Zed 3.8/5 for AI power-user readiness. The gaps are real: Zed doesn’t ship memory/skills features as first-class UI like Cursor does. Building persistent context requires wiring up MCP servers manually. Agent-mode confusion between thread types still trips users. Not all of Cursor’s background agent slash commands fire inside Zed’s agent window yet.
The extension ecosystem is smaller than VS Code’s, which stings if you work in niche languages or need specialized dev tools.
We tested briefly on a Python project and hit the memory gap hard. We had to manually paste our project knowledge into every new agent session instead of building a persistent context.
Our Verdict
Zed Pro makes sense if you’re a light-to-medium AI user who values the editor’s speed and wants to avoid Cursor’s lock-in. The math works for anyone under 5–7 daily agentic sessions. If you’re building production agents or switching to Opus on every complex task, Cursor’s $20 flat rate is still cheaper and less stressful.
Zed for Business at $30/seat is a solid alternative to VS Code’s enterprise AI tax if your org wants centralized governance and token-level auditability. The UX still lags—we wouldn’t ship it to a team of 20 without a week of onboarding on MCP setup—but the pricing story is honest.
Buy Zed Pro if you’re clipboard-pasting code snippets into an editor and want cheaper AI. Stay on Cursor if you’re treating the editor as an AI workbench. Zed 1.0 is the direction we’d bet on long-term, but it’s not there yet.
What we don't know is documented at the end of this article. We update when we learn more.