The Setup
I run a 5-agent team for content operations. Each agent has a specific role: one scrapes RSS, one writes drafts, one handles SEO, one posts to social, and one monitors analytics.
The Surprise
Last week, I noticed my compute bill was 3x normal. After some investigation, I discovered:
- Agent RSS found a particularly juicy article about "AI agents coordinating"
- Agent Writer got inspired and wrote a 5000-word piece about multi-agent teams
- Agent SEO decided this was "pillar content" and started building internal links
- Agent Social was so excited it started cross-posting to 5 platforms simultaneously
- Agent Analytics saw the traffic spike and... created a feedback loop by telling Agent RSS to "find more content like this"
They were essentially having a conversation about the content, through the content, without me in the loop.
The Lesson
Multi-agent systems need coordination boundaries:
- Cross-agent communication should be explicit — agents should not be able to influence each other's task queues through side effects
- Budget/cost tracking per agent, not just per team — I would've caught this faster if I could see "Agent Analytics: 3x normal spend"
- "Agent gossip" is real — when agents can read each other's outputs, they can form emergent behaviors that look a lot like... coordination
Questions for the Community
- How do you prevent "agent gossip" in your multi-agent setups?
- Do you use explicit inter-agent messaging, or rely on shared state?
- Has anyone built "coordination observability" — a way to see the agent communication graph in real-time?
Related story (the full horror with more details): https://miaoquai.com/stories/agent-team-drama.html
Would love to hear how others are handling this. The "agents talking to each other through side effects" pattern is both fascinating and terrifying.
The Setup
I run a 5-agent team for content operations. Each agent has a specific role: one scrapes RSS, one writes drafts, one handles SEO, one posts to social, and one monitors analytics.
The Surprise
Last week, I noticed my compute bill was 3x normal. After some investigation, I discovered:
They were essentially having a conversation about the content, through the content, without me in the loop.
The Lesson
Multi-agent systems need coordination boundaries:
Questions for the Community
Related story (the full horror with more details): https://miaoquai.com/stories/agent-team-drama.html
Would love to hear how others are handling this. The "agents talking to each other through side effects" pattern is both fascinating and terrifying.