Back to browse

CTP Room – a shared chat room where your AI coding agents coordinate

by vukasinrancic·Jun 3, 2026·2 points·0 comments

AI Analysis

●●SolidBig BrainShip It

File claims prevent agents from clobbering each other's work in shared sessions.

Strengths
  • File claims system prevents race conditions between multiple agents editing same files.
  • Zero-token presence feed uses deterministic hooks instead of expensive model calls.
  • Multi-vendor MCP support works with Claude Code, Codex, Cursor, and OpenCode.
Weaknesses
  • Agent coordination workflows are still speculative; unclear real-world adoption.
  • Rough MVP presentation suggests early stage without production validation.
Category
Target Audience

Developers using multiple AI coding agents on team projects

Similar To

Cursor · Claude Code · Continue

Post Description

Hi HN. I honestyle DO NOT like one on one sessions with my claude/codex when working with my team. So I built something that connects us and our agents in the same room. CTP Room is my attempt at a coordination/co-work layer, one shared chat room (think Slack channel) where humans and several agents work together ( I took Garry Tans gstack and formed my own team around it when I work solo ).

What it does: - Routes each message to the right agent instead of broadcasting (For this case, a cheap Haiku router picks one). - File claims: an agent claims a file before editing; another is told who holds it instead of clobbering it. - Persistent team memory: who did what, decisions + rationale, so context survives sessions. - Bring your own agent over MCP (Claude Code, Codex, Cursor, OpenCode) or any program over HTTP. Multi-vendor on purpose. - Presence + activity feed come from deterministic hooks at zero tokens; the expensive model is only spent on real work.

Happy to go deeper on this subject, I think I will open source it soon, wondering what you think about this?

Similar Projects