Software is made between commits

292 points · 201 comments on HN · read original →

Points and comments are a snapshot, not live.

Zed launches DeltaDB, a version control system designed around conversations and agent interactions rather than discrete commits.

Zed, a code editor founded in 2021, is introducing DeltaDB, a new version control system that captures fine-grained deltas of every operation rather than snapshots at commit points. Each delta receives a stable identity, allowing users to reference code at any moment in its evolution. Conversations and the edits they produce are recorded side by side. The system supports conflict-free replicated worktrees, enabling multiple people and agents to edit the same files simultaneously across machines. References are anchored to deltas rather than line numbers, so they persist as code changes. DeltaDB aims to eliminate the need for pull requests and review ceremonies by placing conversations and code in the same location. A beta version is expected in a few weeks.

What commenters are saying

Commenters split on Zed's direction. Supporters praise its speed, performance, and well-integrated AI tooling; they appreciate the collaborative features without forced AI-centric workflows. Skeptics worry Zed is abandoning its core appeal as a lightweight, distraction-free editor in pursuit of AI-heavy workflows resembling Cursor. One user noted concerns about serializing intermediate work: code written between commits represents thinking, not finished product, and shouldn't be version-controlled or made public. A fork called Gram Editor exists for those seeking a version without AI integration. Some commenters suspect acquisition by Anthropic or OpenAI is inevitable given Zed's quality and tight API integration.