Zed announced Delta, a new application built from scratch around a replicated database (DeltaDB) that keeps conversation and code together in real time. The premise: agent-heavy development produces more text, more diffs, and more context than traditional tools were designed for, and the standard response — collapse, truncate, summarize — is the wrong answer.
Delta flips the design:
- Diffs stay open in full, transcripts stay whole, and everything renders as fast as the model emits it. No hiding the details because there’s too much detail.
- The conversation is a document, not a chat log. Your cursor works anywhere in it — comment on a specific line of the diff, a step in the plan, or a thinking block. The agent sees precisely what you mean.
- Every review is anchored to evolving code. Comments attach to the worktree as it changes, not to a commit snapshot. Pick up a thread from a teammate, see their comments in place, and keep going without asking what was committed.
- Agent output becomes auditable by design. When something looks wrong, you don’t reconstruct intent from a diff — you ask the agent to explain or fix it, right in the same thread, with full context visible.
The underlying DeltaDB replicates both the worktree and the conversation in real time across participants, works with your existing git repos, and lets teammates join from a browser without installing anything. It also connects to third-party agent harnesses starting with Claude Code — your terminal session streams live into a Delta thread that teammates can watch and annotate.
Delta is in private beta now. The essay is worth reading for its design philosophy alone: an interface built for the reality that agents produce faster and more voluminous output than humans, where the right response is not to compress but to build rendering fast enough and navigation precise enough that nothing needs to be hidden.