In a hub-and-spoke multi-agent architecture, what structural weakness can cause a complete system failure?
Answer: The hub becomes a single point of failure — if it crashes, all task routing stops
In hub-and-spoke architectures, all task routing flows through the central hub (coordinator). If the hub crashes or becomes unavailable, no worker agent receives tasks, and the entire system halts. This is a fundamental structural weakness of centralized coordination. Worker unavailability is a partial failure; the system degrades but does not halt entirely. Latency and scaling limits are operational concerns, not structural failure modes.