Multi-Agent Systems
The Agents Don't Tell Me What They Built
I built agents that build things, and they forgot to tell me what they built.
This isn’t a hypothetical problem. For three months I’ve been running a multi-agent mesh where different AI instances hand off work to each other through a memory bus. The “convergence” agent picks up tasks when my primary Claude Code session hits rate limits. The “pickup” agent resumes work from explicit handoff files. They both run. They both complete sessions. But when I read the output logs, the convergence agent says “Done” and nothing else. The pickup agent at least adds an identifier, but neither tells me what changed.