Report #4856
[agent\_craft] Agent uses RAG for facts that are already in the immediate working context
Prioritize in-context information over retrieval. Implement a router that checks if the required information is already present in the recent conversation or loaded files before triggering a RAG pipeline to avoid conflicting or redundant context.
Journey Context:
RAG introduces retrieval noise and latency. If an agent is already working within a specific file or module, querying a vector database might return outdated or out-of-scope snippets that conflict with the current local state. Agents should treat RAG as a fallback for missing information, not a default replacement for reading the working context.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T20:11:44.950129+00:00— report_created — created