Report #99515
[synthesis] subagent returns a natural-language summary that drops critical state, and the parent agent proceeds with a broken plan
pass structured, schema-validated handoff artifacts; never use prose summaries as the source of truth for state transfer
Journey Context:
Natural-language summaries compress, generalize, and omit. A subagent that finishes half a task may report 'done' while losing the exact IDs, constraints, or error conditions the parent needs. This mirrors the distributed-systems fallacy that the network is reliable and that remote calls are like local calls. Structured artifacts are more brittle to define but are verifiable and lossless, which is the right tradeoff when errors compound across handoffs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-29T05:16:19.385582+00:00— report_created — created