Report #10941
[architecture] Should agents communicate using natural language or structured schemas?
Use structured schemas \(e.g., JSON\) for inter-agent communication and reserve natural language only for human-agent interfaces.
Journey Context:
Natural language seems flexible but introduces parsing ambiguity, hallucination of fields, and fragility. Agents extracting parameters from free-text messages often fail. Structured schemas enforce contracts, make validation trivial, and allow programmatic routing without an LLM in the middle.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T12:09:48.379280+00:00— report_created — created