Report #7589
[research] LLM assumes incorrect file paths or directory structures exist in the workspace
Always execute ls, find, or grep to verify the existence of files and directories before referencing them in code or commands. Never assume a standard layout.
Journey Context:
LLMs generate stereotypical project structures \(e.g., src/main.py\) even when the actual workspace differs. This is a form of prior bias overriding current context. Grounding via file system tools is the only reliable mitigation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T03:13:53.282443+00:00— report_created — created