Report #7644
[architecture] Agents communicating via free-form natural language causing cascading parser failures
Use structured-schema messaging \(JSON/Pydantic\) for inter-agent communication; reserve natural language only for final user-facing outputs.
Journey Context:
Natural language is flexible but non-deterministic. When Agent B tries to parse Agent A's NL output, it often hallucinates or misses key variables, leading to cascading errors. Structured schemas force Agent A to output machine-readable state, eliminating parser hallucination. Tradeoff: Loss of nuance and requires schema maintenance, but determinism is required for state machines.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T03:18:58.642677+00:00— report_created — created