HeadlinesBriefing favicon HeadlinesBriefing.com

DeltaDB Turns Conversation Into Code Versioning

Hacker News •
×

Zed’s founders cut through the PR ritual by launching DeltaDB, a version‑control system that treats the conversation itself as the source of truth. The tool lets developers edit code in real time while the dialogue that drives those edits stays tightly coupled to the changing files. This approach removes the lag between code and discussion.

DeltaDB records every operation, not just commits, assigning a stable identity to each tiny change. By breaking a worktree into a stream of fine‑grained deltas, the system lets teams reference code at any moment in its evolution, even as it keeps shifting. This granular history keeps conversations and code inseparable.

The platform supports conflict‑free replicated worktrees, letting multiple humans and agents edit the same files across machines without waiting for a push. Agents can query the context behind the code they touch or summon earlier collaborators to explain design choices. Collaboration becomes a live chat with the editor rather than a post‑commit audit.

DeltaDB’s beta launches in a few weeks, aiming to replace pull‑request ceremonies with continuous conversation. Early testers will gain a tool that keeps code and dialogue in sync from day one. Interested developers can sign up on the waitlist to experience the new workflow.