Report #44370
[architecture] Downstream agents failing to parse instructions passed via ambiguous natural language
Enforce structured JSON schemas for inter-agent messaging and state transfers, reserving natural language only for final user-facing output.
Journey Context:
Passing free-form text between agents seems flexible but leads to hallucinated fields, missing parameters, and parsing failures in the receiving agent. LLMs are much better at extracting data into a known schema than parsing unstructured text for implicit variables. Structured schemas act as strict API contracts between agents.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T04:56:41.027260+00:00— report_created — created