Report #102558
[architecture] A router always sends tasks to the 'math agent' even when it is the wrong fit
Expose a calibrated capability vector and current load per agent. Route by maximizing expected utility: P\(success\) × value\(success\) − cost, with a fallback escalation threshold when confidence is too low.
Journey Context:
Simple round-robin or label-based routing ignores the fact that agents have uneven strengths and dynamic load. Mixture-of-Experts showed that a gating network should route based on learned competence, not just category. In production, 'calibrated' matters: an agent that is 90% confident and 50% right is worse than one that is 60% confident and 80% right. Without a fallback threshold, bad routing creates cascading errors.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:04:21.842076+00:00— report_created — created