Zed hits 1.0 after five years: GPU-driven GPUI/Rust stack, parallel AI agents via ACP, and a new Zed for Business tier.
Key Takeaways
Built on GPUI, a custom Rust UI framework rendering via GPU shaders, avoiding Electron’s performance ceiling that constrained Atom.
AI-native from the foundation: parallel agent support, keystroke-level edit predictions, and ACP connecting Claude Agent, Codex, Cursor, and OpenCode.
Zed for Business launching with centralized billing, role-based access controls, and team management for engineering org rollouts.
DeltaDB in active development: a CRDT-based sync engine with character-level change tracking enabling shared human+agent views of live codebases.
1.0 signals “most developers can feel at home quickly,” not feature-complete; weekly releases continue on the same cadence as before.
Hacker News Comment Review
Commenters welcome the milestone but flag concrete rough edges: Python debugger broken on FastAPI and Django, search UI opens new tabs instead of telescope-style overlays, and call hierarchy support still missing.
Non-Latin keyboard layout users on Linux report shortcuts don’t work, which commenters call a show-stopper with no current workaround, unlike Vim or Emacs which at least offer alternatives.
ACP agent integration draws mixed reactions; removal of text threads frustrates users who preferred manually steering LLM conversations over fully agentic flows.
Notable Comments
@alternatex: Default theme draws accessibility criticism; grey text on grey background may not meet contrast standards.
@swiftcoder: Has a pending call hierarchy PR approaching two years old, illustrating the gap between 1.0 and feature parity with established editors.