Zed Blog: Why Real-Time Collaboration Outpaces Pull Request Culture
By
Nathan Sobo
Baker's choice. Dense with flavour, light on filler.
Summary
The Zed team explains their philosophy that software is truly made in the conversations between commits, not in pull request reviews. They argue that traditional PR-based collaboration is outdated, especially with AI agents, and that real-time collaborative editing in the same worktree builds better trust and shared understanding. The article introduces DeltaDB, a version control system designed for conversation-driven development rather than commit-based workflows.
Key quotes
· 4 pulledI have never been a big fan of pull requests.
Before agents, it was easier to believe that the ceremony of trading comments on snapshots was an effective way to collaborate on software, but it never really worked for the Zed team.
GitHub doesn't let you talk about code until after you commit and push, but by then our most important conversations are usually already over.
Agents turned the conversation into the real source of our software. DeltaDB is the version control built for it.
You might also wanna read
Zed Code Editor Review: Speed-Focused Alternative to VS Code with Built-in AI and Collaboration
Zed is a next-generation code editor praised primarily for its exceptional speed and performance. Reviewers highlight its fast launch times,

GitHub's Performance Improvements for Pull Request Diff Rendering
GitHub engineers discuss their efforts to improve performance in the pull request review experience, specifically focusing on the Files chan
AI-Powered Code Review: A Framework for Agentic Workflows in Software Development
This paper examines the evolution of code review practices and proposes a vision for AI-powered, agentic code review workflows. It argues th
A Critique of Data-Driven Productivity Tools and the Case for Minimalist "Zero-AI" Design
The article critiques modern productivity tools that prioritize data, automation, and metrics over human agency and discipline. It argues th
Collabute: AI Tool for Product Teams That Converts Conversations into Actionable Workflows
Collabute is an AI-powered tool designed for product teams that automatically captures context from meetings, Slack conversations, and async
A practice-based analysis of information activities in open-source software development communities
This academic study examines how open-source software development communities collaborate through information-intensive activities. The rese
