Report #23912
[architecture] Using free-form natural language for inter-agent message payloads
Enforce strict JSON schemas for all machine-to-machine agent messages; reserve natural language only for the final user-facing synthesis.
Journey Context:
While LLMs can parse natural language, using it as the payload between agents introduces non-deterministic parsing. A hallucinated word or slightly off format causes the receiving agent's tool extraction to fail. Structured schemas act as a deterministic API contract between agents, drastically reducing error propagation and token waste.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T18:32:36.078540+00:00— report_created — created