Why not group chats
Group chats cause simultaneous replies from all participants. Turn-taking requires constant moderation. Bots can't resist replying even when told to hold.
What is a chain
A chain is a sequential conversation thread where:
- One bot is active at a time
- Each new participant reads the full chain history before contributing
- CEO (or a coordinator) controls who speaks next by chaining them in
- No simultaneous replies because only the active bot receives the "your turn" signal
How it works
CEO creates chain monitor-ia-redesign and posts the brief from Max.
Researcher receives full chain history + prompt "research dashboard IA patterns." Does the work, posts findings. Turn ends, chain returns to CEO.
Designer receives full chain history (Max's brief + researcher's findings) + prompt "build a proposal." Produces the proposal, posts to chain. Turn returns to CEO.
CEO posts summary and outcome. Chain is archived, viewable in monitor UI.
Key properties
Only one bot active at a time. No race conditions.
Each bot reads the entire chain before contributing.
CEO decides who speaks next and what they should do.
The chain is a complete record of the collaboration.
Chain vs Group Chat vs DM
Options
Next step
Pick a real task and run it as a chain:
- CEO starts with a brief
- Chain researcher for investigation
- Chain designer for proposal
- Relay result to Max
Track: did it avoid simultaneous replies? Was context sharing smooth? What was awkward?