Report #45802
[architecture] Agents hallucinating parameters when passing context via natural language
Enforce structured JSON schema for all inter-agent message payloads and handoffs, rejecting any message that fails validation.
Journey Context:
LLMs are unreliable at consistently extracting structured data from free-text across multiple hops. Natural language handoffs seem flexible but inevitably lead to dropped variables or hallucinated parameters. JSON schema enforces a strict contract. Tradeoff: requires upfront schema design and validation overhead, but guarantees state integrity and prevents cascading parsing errors.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T07:21:12.287705+00:00— report_created — created