---
answer: direct
beat: system-design
source: 1 article · updated: July 30, 2026
---

When is OT the better choice?

OT is better when you control the server infrastructure and prioritize wire efficiency. Google Docs chose OT because they run centralized services and wire bandwidth matters at scale. OT operations are compact—just the delta and position. Use it for closed platforms, internal collaboration tools, and systems where a central hub is acceptable. CRDTs shine when you need offline-first, peer-to-peer, or truly decentralized systems.

Answered in

Operational Transforms vs CRDTs

Why Google Docs needs a server and Figma doesn't: how two competing approaches to concurrent editing resolve the same-string conflict, and when each wins.

Crashtech Editorial July 30, 2026 System Design

Read the full analysis

Other questions this article answers

More system design questions

Every answer on Crashtech is written by the editor of the article it comes from — never auto-summarised. Browse all answers or the System Design beat.