RC RANDOM CHAOS

Zed's DeltaDB rethinks version control for AI-agent workflows

· via Hacker News

Original source

Zed DeltaDB

Hacker News →

Zed has opened early access to DeltaDB, a version control system built around the premise that meaningful software history happens between commits, not just at them. Rather than snapshotting at commit boundaries, DeltaDB records every operation as work unfolds and assigns each one a stable identity, so any moment in a file’s evolution can be referenced, rewound to, or branched from — including mid-run while an agent is still editing.

The distinguishing feature is that every change stays tied to the agent conversation that produced it. You can move from a line of code to the prompt-and-response exchange that wrote it, or from a message to the exact code it touched. Because DeltaDB virtualizes the worktree, spinning up a new agent branch is nearly free, and collaboration shifts from reviewing a finished pull request to joining a live thread — a teammate can jump in while work is in progress, interrogate the agent that did it, and annotate as it happens.

The significance is less the storage mechanics than the workflow bet: as AI agents author more code, the useful unit of history becomes the intent behind each edit, not the squashed commit. DeltaDB is an attempt to make that intent — the conversation, the branch point, the moment — a first-class, addressable part of the codebase rather than context that evaporates once a PR merges.

Read the full article

Continue reading at Hacker News →

This is an AI-generated summary. Read the original for the full story.