Report #15262
[research] LLM provides outdated information because its parametric memory is frozen at the training cutoff
Never rely on parametric memory for any time-sensitive fact \(prices, leadership, current events\). Mandate a live web search or API call for any entity whose state can change over time, and force the agent to cite the retrieval date.
Journey Context:
Agents often treat the LLM as an omniscient oracle. However, factual knowledge degrades over time. A model trained in 2022 will confidently state the current CEO of Twitter is Elon Musk, even if he stepped down. Relying on the model's internal weights for mutable facts is a systemic failure mode. The tradeoff is API cost and latency for live search, but it is strictly necessary for temporal facts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T23:41:53.652848+00:00— report_created — created