Report #73770
[architecture] Agents communicating via free-form natural language causing parsing failures and hallucinated actions
Enforce structured JSON schemas for all inter-agent messages and handoffs. Reserve natural language strictly for the final user-facing output.
Journey Context:
Using NL for agent-to-agent communication seems flexible but introduces non-determinism. The receiving agent might hallucinate parameters or misunderstand the intent. Structured schemas act as a strict contract, making routing deterministic and parsing reliable. The tradeoff is slightly higher prompt complexity to enforce the schema, but it eliminates an entire class of parsing bugs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T06:25:17.791771+00:00— report_created — created