Report #80587
[synthesis] Multi-agent router sends queries to wrong sub-agents without confidence threshold alerts
Log the cosine similarity delta \(margin\) between the top-1 and top-2 routing choices. Alert when the average margin drops below a dynamic baseline, indicating semantic overlap, and trigger an embedding re-index or router fine-tune.
Journey Context:
Routers are typically monitored for 'routing failures' \(explicit fallbacks\). But as tool/action spaces grow, the embedding clusters for different tools overlap. The router still picks a tool \(top-1\), so no fallback is triggered, but it picks a slightly suboptimal one. The sub-agent tries to answer, yielding a plausible but sub-par response. The leading indicator isn't a failure rate, but the degradation of the decision margin. Combining ANN search theory with agent routing reveals that shrinking margins precede silent routing decay by weeks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T17:51:57.615879+00:00— report_created — created