Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Observatory
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Use Cases
  • Readinessfree
  • Signals
  • Free scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Partners
  • Coding for Non-Coders
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchServicesSignalsAbout
ResearchServicesSignalsAbout
  1. Home
  2. Vocab
  3. Context Rot

Context Rot

Gradual degradation of an AI system's context, producing stale or contradictory outputs over time.

Year: 2022Generality: 107
Back to Vocab

Context rot describes the progressive loss of relevance, accuracy, or coherence in the situational information an AI system relies on to generate responses. This includes conversation history, cached embeddings, retrieved documents, and other inputs that collectively define what the model "knows" about its current task or user. As these inputs age, drift, or get truncated, the system's outputs become increasingly stale, inconsistent, or misaligned with current facts and user intent.

The phenomenon emerges from several intersecting pressures. Most large language models operate within fixed token windows, meaning older context is evicted as conversations grow longer—a process called context truncation or sliding-window eviction. Simultaneously, external knowledge sources indexed for retrieval-augmented generation (RAG) systems become outdated as the world changes, while cached embeddings may no longer accurately represent the documents they encode. In long-lived conversational agents, these forces compound: the model loses track of earlier commitments, contradicts itself across turns, and fails to maintain personalization. The result is elevated hallucination rates, degraded grounding, and eroded user trust.

Context rot is closely related to several well-studied ML phenomena. Catastrophic forgetting in continual learning describes how models lose previously acquired knowledge when trained on new data. Concept drift refers to the statistical shift between training distributions and live production data over time. Context rot can be understood as a runtime manifestation of both: the model's effective knowledge base decays not through weight updates but through the degradation of its dynamic inputs. Retrieval systems are particularly vulnerable, as document freshness and embedding fidelity both erode without active maintenance.

Mitigating context rot requires a combination of system design and operational discipline. Time-aware retrieval with explicit freshness signals, periodic reindexing of vector stores, hierarchical compression of long conversation histories, and memory-refresh mechanisms all help preserve context quality. Evaluation requires longitudinal testing—measuring embedding drift, retrieval relevance decay, and multi-turn consistency over extended sessions. As LLM deployments scale and session lifetimes grow, managing context rot has become a central concern in production AI engineering.

Research this in Signals

Scan Context Rot for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Context Rot already loaded, so edit it or scan as is.