Zed Delta puts agent code review in one shared thread
Zed's Delta syncs the worktree and the agent conversation live across a team, with comments that stay anchored as code moves. Git still works underneath.
Your agent wrote 900 lines and a 40-turn transcript explaining why. The pull request shows you the 900 lines. The reasoning lives in someone's terminal scrollback, and by review time it's gone. Zed shipped a product aimed squarely at that gap: Delta, which the company calls a multiplayer environment for coding with agents and reviewing what they build. Agent code review is the bottleneck, and Delta's bet is that reviewing the conversation and the diff separately is the reason.
What actually happened
Per Zed's announcement on August 12, Delta is a standalone application built on DeltaDB, Zed's version control layer. DeltaDB is CRDT-based and records edit operations continuously rather than only at commit boundaries — so the history has the steps in it, not just the snapshots.
What that buys, per Zed:
- The worktree and the conversation replicate together, in real time, to everyone in the thread. A teammate joins and gets a synchronized local copy of the code.
- Teammates are first-class participants. They can comment, co-edit the prompt, or take over the work without anyone pushing a commit first.
- Comments stay anchored to the code they're about as the code keeps changing underneath them.
- Third-party agent harnesses plug in, starting with Claude Code — a session syncs live into a Delta thread.
- Work can move to cloud runners, and a thread can be shared by browser link with no install.
The part that matters for adoption: teammates who don't use Delta still see an ordinary git repository. Some coverage framed this as replacing git. Zed's own post doesn't — it describes working with existing repos.
Delta is in private beta. First invites went out on announcement day.
Why this matters for your business
You do not need Zed's product to take the point. The point is that agent output has two halves — the diff and the reasoning that produced it — and most teams have tooling for exactly one of them. Reviewers approve code without the transcript that explains the tradeoff, or they read a transcript detached from the code it changed.
Fix that with process before you buy anything. Require the agent transcript in the PR description. Log the prompt that produced the branch. Make "why did it choose this" answerable without a Slack archaeology dig. Every dollar you save generating code you spend validating it — which is why CI became an AI line item and why review, not writing, is now the constraint.
And note what Zed did right on the way out: normal git underneath. Adopt tools that degrade to a format you already own. Private beta products change or disappear. Your repo shouldn't.
Key takeaways
- Zed announced Delta on August 12 — a multiplayer environment for coding with agents and reviewing the result
- DeltaDB is CRDT-based and captures edit operations between commits, not just snapshots
- Code and conversation replicate live; comments stay anchored as the code changes
- Claude Code sessions sync into a thread; non-Delta teammates still see a normal git repo
- It's private beta — but attach agent transcripts to your PRs today, whatever editor you use
Shipping agent-written code without a review trail? We set up development workflows where the prompt, the transcript, and the diff arrive together — and where the artifacts stay in your repo, not a vendor's beta. See how we build software, or tell us what your review process looks like now.
Sources: Zed — Introducing Delta.
- #zed
- #code-review
- #ai-agents
- #developer-tools
- #version-control
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
A 16-year-old SQLite bug ate Tailscale's data
Tailscale hit 19 database corruptions in six months. The cause was a SQLite WAL race from 2010, triggered because they used SQLite in a non-standard way.
Read itShieldBreak: a Windows Defender zero-day with no patch
An unpatched Windows Defender flaw hands local users SYSTEM privileges on Windows 10, 11, and Server 2025. No fix exists, so detection is the control you have.
Read it