Zed @zed.dev · Jun 11

Great software always took shape in conversation, not the commit. With agents, the conversation that generates the code is becoming the true source of our software. And Git can't keep up. So we built something that can. Meet DeltaDB: zed.dev/blog/introdu...

95 likes 4 replies

?

Replies

Ilya Vasilyev · Jun 11

finally! we've been waiting patiently! so excited to see it soon

Victor Santelé · Jun 11

Very curious about that! I can't wait for early access

Zed · Jun 11

DeltaDB is a new kind of version control. Where Git captures a snapshot at each commit, DeltaDB captures every keystroke and operation in between as a fine-grained delta, each with its own stable identity.

Matteo · Jun 11

Can it colocate with git? I tried jujutsu vcs, but in the end settled with git branchless to facilitate agent interop. DeltaDB sounds amazing. I am not a big fan of PRs either