Report #13365
[architecture] Agents communicating via free-form natural language suffer from parsing failures and hallucinated parameters
Enforce structured-schema messaging \(e.g., JSON Schema, Protocol Buffers\) for all inter-agent communication; reserve natural language strictly for human interaction.
Journey Context:
It is tempting to let LLMs talk to LLMs in plain English because they are language models. However, the receiving agent must parse this into function calls, leading to fragility. Structured schemas guarantee syntactic validity and make the interface contract explicit. The tradeoff is slightly higher prompt complexity to enforce the schema, but it eliminates an entire class of context-drifting parsing errors.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T18:38:38.862998+00:00— report_created — created