Syntax - Tasty Web Development Treats

Podbit · Syntax - Tasty Web Development Treats

1019: LGTM, Ship It: The AI Code Review Problem

Explore episode Jul 8, 2026

Where this was said

Exploring Version Control Innovations

At 22:16 · chapter starts 20:35

Wes pivots from JJ to the bigger question: what does version control look like when AI agents are the primary committers? He notes that Cursor recently announced Cursor Origin, a GitHub alternative, as a sign that the next battleground is agent-native version control. His argument is that tools like JJ, while interesting, are still fundamentally designed for human CLI workflows — a slightly better spoon for the same soup. The real prize goes to whoever builds something that can handle the sheer volume of agent commits, capture every keystroke or intermediate thought, and let you roll back to any prior state or context. Scott adds that Zed's DeltaDB, currently in private beta, takes exactly this approach: instead of Git's commit snapshots, DeltaDB captures every fine-grained operation as a 'delta' with a stable identity, including agent conversations. The hosts agree that storing absolutely everything makes sense in principle — the 'why' behind a change is often as valuable as the change itself — but acknowledge that compute and storage costs make this aspirational for now.

Similar podbits