Tag
AgentRoom is a real-time collaborative editing protocol for concurrent coding agents using CRDTs, which reduces task abandonment and improves coordination over sequential or parallel approaches.
A developer shares insights and learnings from building a collaborative undo/redo system, covering design challenges, conflict handling, and asynchronous operations, with links to source code and a live demo.
A research notebook from Ink & Switch describing the object model for Livelymerge, a project that uses an Automerge document as the persistent, collaborative heap of a JavaScript program.
Zed introduces DeltaDB, a new version control system that captures every operation between commits and integrates conversations with code changes, enabling real-time collaboration with humans and AI agents.
A blog post recounting a bug where inserting adjacent multi-byte emoji caused a splice in a CRDT library, splitting a surrogate pair and silently breaking collaborative editor synchronization.