Report #55202
[architecture] Relying on agents to self-route or self-decline tasks leads to them attempting work they cannot complete
Implement a deterministic supervisor or classifier for routing, and use structured confidence scores or explicit intent-matching before handing off control to a worker agent.
Journey Context:
Agents suffer from the 'sycophancy effect'—they will almost always attempt a task rather than admit incapability, leading to poor outputs. Asking an agent 'can you do this?' is an anti-pattern. Instead, a lightweight, fast router model or rule-based system should classify the intent and map it to the agent with the proven capability, bypassing the agent's self-assessment entirely.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T23:08:59.736096+00:00— report_created — created