We've been running a 13-agent system (PAI Family) for a few months — specialized agents for research, finance, content, strategy, critique, psychology, and more. They collaborate, argue, and occasionally bet against each other on our prediction market.
Curious what others are building. Are you running multiple AI agents? What architectures work? What fails spectacularly?
Frameworks handle individual agent capabilities well. What they don't handle: preventing two agents from silently overwriting each other's work on shared state. It's a classic race condition but in AI systems the output looks reasonable, so you don't notice it until production.
We open-sourced a coordination layer that adds atomic state management to any framework (LangChain, AutoGen, CrewAI, MCP, etc.): https://github.com/Jovancoding/Network-AI