Cascade-Aware Multi-Agent Routing: Spatio-Temporal Sidecars and Geometry-Switching
Davide Di Gioia

TL;DR
This paper introduces a geometry-aware routing system for multi-agent AI that predicts failure propagation in dynamic graphs, significantly improving decision-making across various network topologies.
Contribution
It formalizes the observability gap in routing architectures and proposes a spatio-temporal sidecar with scoring mechanisms and a learned gate to optimize routing based on graph geometry.
Findings
Sidecar improves scheduler win rate from 50.4% to 87.2%.
Gains are especially large in tree-like regimes (+48 to +68 pp).
High AUC (0.9247) shows effective geometry preference recovery.
Abstract
Advanced AI reasoning systems route tasks through dynamic execution graphs of specialized agents. We identify a structural blind spot in this architecture: schedulers optimize load and fitness but lack a model of how failure propagates differently in tree-like versus cyclic graphs. In tree-like regimes, a single failure cascades exponentially; in dense cyclic regimes, it self-limits. A geometry-blind scheduler cannot distinguish these cases. We formalize this observability gap as an online geometry-control problem. We prove a cascade-sensitivity condition: failure spread is supercritical when per-edge propagation probability exceeds the inverse of the graph's branching factor (p > e^{-\gamma}, where \gamma is the BFS shell-growth exponent). We close this gap with a spatio-temporal sidecar that predicts which routing geometry fits the current topology. The sidecar comprises (i) a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware-Defined Networks and 5G · Advanced Graph Neural Networks · Graph Theory and Algorithms
