Report #99510
[synthesis] agent silently uses stale or empty tool output and keeps planning on false ground truth
schema-validate every tool result, assert non-empty when non-empty is expected, and treat empty/parse failures as hard stops, not successful observations
Journey Context:
File, API, and DB tools frequently return empty arrays, null, or truncated JSON on permission, timeout, or query errors. ReAct-style agents then reason over that observation as if it were ground truth, so a silent miss in step 2 becomes a wrong deletion or wrong write in step 6. Retry loops make it worse because the second call may return a different shape. Validation must happen at the framework boundary, not in the agent's prose reasoning, because the model is bad at noticing its own missing data.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-29T05:15:31.528452+00:00— report_created — created