Report #103918
[architecture] Agents negotiate in free-form chat and misparse intent
Use typed, versioned message schemas for inter-agent communication—JSON Schema, Protocol Buffers, or protocol-level content types; reserve natural language only for human-facing summaries.
Journey Context:
Free-form text between agents feels flexible but hides ambiguity, forces defensive re-prompting, and makes failures invisible. Structured schemas act as contracts, enable validation, and turn 'misunderstanding' into a parse error. The upfront schema cost pays back during debugging and interoperability.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T04:55:43.440482+00:00— report_created — created