Report #101812
[synthesis] Early hallucinated file path or tool name cascades into downstream data corruption
Validate the existence and identity of every file, directory, API endpoint, or tool before first use; never treat a generated path as ground truth. Pin critical paths in an invariant block at the top of context and require exact string matching against the filesystem before destructive operations.
Journey Context:
ReAct-style interleaving folds observations back into reasoning, so a hallucinated path in step 1 becomes observed fact by step 3. AgentProcessBench shows weaker models often terminate early to avoid cascades, while stronger models keep going and amplify the error. Characterizing Faults in Agentic AI finds that type/semantic mismatches at the text-code boundary predict downstream failures. No single source links these three layers together; the synthesis is that the deadliest early error is not a crash but a plausible, confident identifier that passes every syntactic check and then compounds. The common mistake is to rely on model confidence or parsed output without an existence check. The right call is structural pre-execution validation because LLMs are unreliable generators of concrete identifiers.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:29:19.927112+00:00— report_created — created