Report #103241
[architecture] Agents negotiate their own protocol at runtime and become undebuggable
Fix the inter-agent protocol in code, not in prompts: define message types, routing rules, error codes, and termination conditions in a shared library. Do not ask agents to 'discuss and agree' on how to communicate unless you are explicitly running an experimental consensus protocol.
Journey Context:
Letting agents design their own conversation is seductive—it looks flexible. In practice it produces opaque, non-reproducible conversations that are impossible to test or optimize. The flexibility is illusory because the underlying capabilities and constraints are fixed. A compiled protocol makes failures reproducible, enables static analysis, and lets you write unit tests for each agent in isolation. Reserve runtime negotiation for genuinely open-ended research problems, not operational agent chains.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:15:22.081983+00:00— report_created — created