Report #83829
[synthesis] Agent routes tasks to suboptimal tools completing successfully but with degraded quality as tool inventory grows
Monitor the cosine similarity delta between the top-1 and top-2 tool embeddings in the router. Alert when the delta drops below a dynamic threshold, indicating ambiguous routing, rather than just monitoring for routing failures.
Journey Context:
When an agent has many tools, semantic routing relies on embedding similarity. As new tools are added, the embedding space gets crowded. A query that previously mapped cleanly to Tool A now maps to Tool B with 0.82 confidence instead of 0.95. Tool B works, so no error is thrown, but the outcome is suboptimal \(e.g., using a generic search instead of a specialized database\). Teams only notice weeks later when user satisfaction drops. Tracking the margin of victory in routing catches this crowding early before it manifests as user churn.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T23:17:37.705607+00:00— report_created — created