Comment by failiaf
4 days ago
for those who just caught the headline, the real gem here isn't the investment, but what zed's doing different: rather than using git for version control, they're announcing deltadb which incrementally stores all changes as crdt [1] while being interopable with git.
this feels pretty important; git is definitely not the right primitive for version control with ai and that pain is obvious with existing solutions. zed seems to be going all in on collaboration with realtime, git, and now something in between and it'll be interesting to see where they end up-to me three solutions feels overcomplicated but that may be necessary given how teams work now.
- [1]: https://zed.dev/blog/crdts
Ehh Zed tried to push the collaborative editing before the AI hype was thing (that blog post is from 2022), and seemingly everyone outside of Zed developers promptly ignored the idea.
The Zed developers quickly refocused on milking the AI cow.
I'll argue git is plenty good, and there are a lot of people who don't understand it very well. The ones talking about Github PRs as if they were related to Git in any way most definitely don't.