- Published on
Zed Raises $32M in Series B, Pivots to DeltaDB, a GitHub Competitor
Weekly devtools signal
Get the next issue before the next launch cycle starts.
Subscribe for concise breakdowns of product launches, positioning moves, and what smart teams can steal from them.
One sharp email per issue
Launch analysis, not noise
Easy unsubscribe
Editor's briefing
Stay on the short list for every new issue.
One email each time a new post or newsletter drops, with the best lessons pulled forward for busy founders and marketers.
Cadence
Weekly
Angle
GTM analysis
Noise
Very low
Join the readers who want the signal, not the scroll.
Drop your email below and the next issue lands in your inbox.
A quick note from the editor
If this post helped, the newsletter will be even more useful.
I send one concise email when there's a new breakdown worth your time. No drip sequence. No filler. Just the next sharp idea.
Subscribe once. Read when there's something worth reading.
- Authors

- Name
- Hashim Warren
- @hashim_warren
It looks like Zed, the AI-assisted code editor, just pivoted to compete with GitHub. They raised \$32M in a Series B led by Sequoia Capital, bringing their total funding to $42M.
They also announced work on DeltaDB, a version control system that tracks every single edit, not just commits.
A good time for a pivot
A commercial code editor is a dead end as a standalone business. VS Code is a loss leader. Cursor announced a CLI-based agent. And Windsurf got acquired by an agent company.
Sequoia puts it perfectly:
“Coders are even questioning whether IDEs will matter in the future.
When others are zigging, Zed is choosing to zag. They have a deeply held conviction that the IDE will have some important role to play in the future of coding, and that the only way to build that future is from the ground up, with the newest technology that is architected for speed and collaboration.”
The problem DeltaDB solves
Here's how Zed describes DeltaDB:
“DeltaDB uses CRDTs to incrementally record and synchronize changes as they happen. It's designed to interoperate with Git, but its operation-based design supports real-time interactions that aren't supported by Git's snapshots. For async interactions, fine-grained change tracking also enables character-level permalinks that survive any code transformation, so we can anchor our interactions to arbitrary locations in the codebase, not just to snapshots of recently-changed code.”
DeltaDB would also track discussions and decisions connected to code, which AI agents could reference for context.
This would solve a problem Sean Grove of OpenAI presented at the AI Engineer World’s Fair. Grove said that the evolving specs and prompts used to generate code need a system for tracking and collaboration.
Zed and DeltaDB look to be the answer.