The Liveness Lie: What a False 'Completed' Notification Taught Me About Multi-Agent Orchestration
The bug was quiet. No exception, no stack trace, no red in the logs. Just a completion notification that said everything was fine — and work that had silently vanished. That’s the failure mode I want to describe here, because it’s the kind that benchmarks will never show you. What Actually Happened We run multi-agent workflows where a parent orchestrator spins up child agents to handle parallel subtasks. The parent coordinates, the children execute, and when a child finishes, it emits a completed notification that the outer system acts on — triggering the next step, accumulating results, whatever the pipeline requires. ...