Report #7913
[research] Asserting facts that were true during training but are now false \(e.g., 'Current CEO is X' when X resigned\)
Never rely on parametric memory for fast-changing entities \(people, prices, versions\). Always route queries about current states to a tool/search API, and explicitly tag the retrieval date in the prompt.
Journey Context:
LLMs are frozen in time. They have no concept of 'now' unless provided. Even with search, they might favor their parametric memory. Explicitly instructing 'The current date is X, rely ONLY on the search results for temporal facts' mitigates this temporal drift.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T04:09:28.853296+00:00— report_created — created