Beta
AgentsReading · ~3 min · 62 words deep

Zed Agent

Zed Agent is the AI assistant built into the Zed editor · a Rust-native, collaborative code editor from the Atom creators.

Zed on agents list
TL;DR

Zed Agent is the AI assistant built into the Zed editor · a Rust-native, collaborative code editor from the Atom creators.

Level 1

Zed launched as a high-performance editor by the Atom + Tree-sitter team. Zed Agent (initially "Assistant") adds model-pluggable AI directly into the editor · chat panel, inline completions, and multi-file edit flows. Key differentiators: GPU-accelerated UI (60fps always), built-in pair programming, and MCP support shipped early.

Level 2

Zed is open source (GPL-3). The agent supports Anthropic, OpenAI, OpenRouter, and Ollama. Inline completions use a small local model; chat and edits use remote. MCP server support was shipped in 2025 · Zed is one of the reference MCP clients. Zed's differentiation from Cursor/Windsurf is performance · the editor itself is faster, and the AI integration respects that (streaming, incremental diffs).

Level 3

Zed's architecture is Rust-native with GPU rendering via their own "gpui" library. The agent system exposes tool-use slots that third-party extensions can register. Pair programming mode works with AI as a participant · multiple humans + one AI agent editing in real time. Zed Cloud (paid) adds hosted models; self-hosted users pay only their API provider. Acquired by a larger VC-backed entity in 2025 (details undisclosed).

The takeaway for you
If you are a
Researcher
  • ·Rust + GPU rendering · performance-first editor
  • ·MCP first-class integration
  • ·Real-time collaboration with AI as participant
If you are a
Builder
  • ·Free + self-hosted model support
  • ·Best for Rust, Go, TS devs who feel VSCode slowness
  • ·Collaborative pair programming with AI works uniquely well
If you are a
Investor
  • ·Premium editor market · competes with Cursor, Windsurf, JetBrains
  • ·Performance differentiation · niche but loyal audience
  • ·Open source · monetization via Zed Cloud
If you are a
Curious · Normie
  • ·A fast code editor that has AI built in
  • ·Lets multiple people and AIs edit the same file at once
  • ·From the creators of Atom editor
Gecko's take

Zed is where performance-obsessed engineers go when Cursor feels sluggish. MCP-first positioning is smart.

Yes, the editor is GPL-3 open source. Zed Cloud (hosted AI) is paid; self-hosted model access is free (pay your API provider).