Zed (Agentic Editing)
Native (Rust) collaborative code editor by Zed Industries (founded by the Atom + Tree-sitter team). Added Agentic Editing in 2024 — multi-step coding agent driven by Claude or local models; .rules markdown + Threads form the memory layer. GPU-accelerated rendering and CRDT collaboration are core differentiators vs VS Code forks.
At a glance
- Type
- Native Rust editor with Agentic Editing + Edit Predictions
- Tier
- T1
- Section
- Agent IDEs & coding harnesses
- Created
- 2022
- Latest release
- Zed 0.166 (2025)
- License
- GPL-3.0 (GUI); Apache-2.0 + GPL components
- GitHub
- ~55k★, ~2k/mo, Rust
- Pricing
- Free + paid
- Funding
- $10M Series A 2023 (Sequoia)
Taxonomy
- storage
- file
- retrieval
- injection
- persistence
- cross-session
- update
- user-edit
- unit
- document
- governance
- inspectable
- conflict
- human-arbitrate
When to use
Optimised for: native performance + collaborative editing + Agentic Editing
Anti-fit: smaller ecosystem than VS Code forks; fewer extensions
Pros & cons
Pros
Only mainstream agentic editor that's native (not Electron); GPU rendering keeps latency low even with large repos open.
Cons
Extension ecosystem is small vs VS Code; macOS/Linux only (Windows in beta); some IDE features (debugger UI) still maturing.
Claims & capabilities
Made by ex-Atom/GitHub team (Nathan Sobo, Max Brunsfeld); $10M Series A 2023; ~50k★ GH; Agentic Editing GA in 2024.
Technical surface
- API surface
- Desktop editor; LSP-native
- Backend storage
- local workspace + Threads files
- Deployment
- Self-host (desktop)
- Embedding model
- not applicable — not a memory product
- Multi-tenancy
- single-user (desktop)
- MCP
- native — Zed MCP support
- A2A
- searched not found
- OpenTelemetry
- searched not found
Similar systems
Other agent ides & coding harnesses in the catalog, ranked by inbound references.
- Bedrock AgentCore (AWS) T2
AWS Bedrock AgentCore — managed runtime to deploy + scale + observe agents. Multi-component: Runtime, Identity, Memory, Gateway, Browser, Code Interpreter, Observability. Distinct from Bedrock Agents (older fixed-config product); AgentCore is the 2025 framework-agnostic runtime for any agent (LangGraph, CrewAI, Strands, OpenAI Agents SDK).
- Claude Code (Anthropic) T1
Anthropic's official agentic coding CLI — runs Claude as a long-running coding agent in the developer's terminal. Memory layer = CLAUDE.md (project + user scoped), agent skills, MCP servers. Released GA October 2024; widely adopted as the reference harness for Claude-as-coder. Plan Mode and Compute Use surfaces extend it from coding to broader desktop automation.
- GitHub Copilot (Agent Mode) T1
The original AI coding assistant (Copilot in editor; 2021). 2025 evolved into a full agentic surface: chat, completions, Agent Mode (multi-step), and Copilot Workspace. Backed by Microsoft. Distinct row from Workspace — this row covers the everyday in-editor + agent mode product, Workspace covers the hosted spec-driven workflow.
- Aider (harness) T2
OSS terminal coding agent by Paul Gauthier — one of the original AI-pair-programmer CLIs (2023). Architect/Editor modes; repo-map for context; uses any LiteLLM-compatible model. Memory via CONVENTIONS.md and .aider.conf.yml — author-edited markdown. Distinct from the separate Aider memory-row in "Coding-agent memory"; this row characterises the harness itself.
- Amazon Q Developer T1
Amazon's developer-focused agent — formerly CodeWhisperer (renamed 2024-Q4). Available as IDE plugins (VS Code, JetBrains, Visual Studio, Eclipse), in AWS Console, and CLI. Strong AWS-tooling integration: Q can read CloudWatch, troubleshoot IAM, suggest AWS-SDK code. Companion to Kiro for spec-driven flows.
- Anthropic Computer Use T1
Anthropic's API-surface capability that lets Claude control a virtual desktop — see screenshots, type, click. Launched 2024-10 as a public beta. Not a finished IDE itself; it's the substrate that other harnesses (and Anthropic's own Claude apps) use to operate a computer.
Related systems
References (2)
- Anthropic Claude (foundation models) depends on at runtime — adjacent-infrastructure cell: Anthropic Claude + OpenAI + local models (Ollama)
- OpenAI GPT family (GPT-5 / GPT-4o / o3 / o4) depends on at runtime — adjacent-infrastructure cell: Anthropic Claude + OpenAI + local models (Ollama)