🛠 ODocs.co: A tool for real-time collaborative document editing between humans and AI agents.

ODocs.co has launched — a system supporting "surgical edits," allowing agents to modify specific fragments of text without rewriting the entire document. Access is provided via REST API or the MCP (Model Context Protocol), while a familiar browser interface is provided for humans.

🌍 It solves the "copy-paste loop" and conflict problems encountered when LLMs work with traditional editors (Google Docs, Notion), where agents often replace the entire file. The use of CRDT (based on Yjs) allows for the integration of AI into full collaborative development workflows.

👤 You can now give Claude Code or ChatGPT a direct link to a document so they can edit a PRD or technical documentation together with you, without breaking the file structure or forcing you to manually transfer text from a chat to an editor.

Source 1: https://odocs.co Source 2: https://www.gregmicek.com/software-coding/2026/06/12/introducing-odocs-co/