CRDTs — Convergence, Live
Two replicas edit the same document while offline — free will, acting independently. A CRDT merges their edits with a commutative rule, so both reach the same final state no matter the merge order. Many hands, one truth. Make a conflicting edit, merge, then toggle to naive last-write-wins to watch the ego overwrite another's work.
CRDT mode: concurrent edits both survive and every replica converges to the same text.
Replica A
Replica B
in sync
Step log