Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal 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
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. LTM (Long-Term Memory)

LTM (Long-Term Memory)

Persistent storage enabling AI systems to retain and retrieve information across sessions.

Year: 2014Generality: 703
Back to Vocab

Long-term memory (LTM) in AI refers to any mechanism that preserves learned information, episodic traces, or model state beyond a single inference pass or short context window. Unlike working or short-term memory—which holds only what is immediately in context—LTM allows a system to accumulate knowledge over time, recall past interactions, and apply previously learned information to new situations. This concept draws from cognitive psychology but has been operationalized in machine learning through a range of architectural approaches, from the weights of a trained neural network to explicit external memory stores.

Architecturally, LTM in AI spans two broad categories: parametric memory, where knowledge is consolidated into model weights during training, and non-parametric or external memory, where information is stored in retrievable structures outside the model itself. The latter includes systems like Memory Networks, Neural Turing Machines, and Differentiable Neural Computers, which introduced learnable read/write operations over explicit memory matrices. More recently, retrieval-augmented generation (RAG) pipelines have made external LTM practical at scale by pairing large language models with vector databases that store dense embeddings of documents or past interactions, enabling dynamic, updatable knowledge grounding without retraining.

LTM is foundational to continual and lifelong learning, where models must accumulate new knowledge without catastrophically forgetting prior learning. Techniques such as experience replay, elastic weight consolidation, and progressive neural networks address this challenge by selectively preserving or protecting important memories. In reinforcement learning, experience replay buffers serve as a form of LTM, storing past transitions that are sampled during training to stabilize learning and improve data efficiency. In agent and assistant systems, LTM enables personalization by retaining user preferences, conversation history, and task context across sessions.

Key challenges in LTM design include how to index and address memories efficiently, when to write or overwrite stored information, how to handle staleness and factual inconsistency, and how to satisfy privacy requirements such as selective deletion. Trade-offs between parametric and non-parametric approaches involve capacity, retrieval latency, adaptability, and interpretability. As AI systems are increasingly deployed in long-horizon, multi-session contexts, robust LTM mechanisms have become a central engineering and research priority.

Sources

  1. Long-term memory

    Wikipedia

Research this in Signals

Scan LTM (Long-Term Memory) 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 LTM (Long-Term Memory) already loaded, so edit it or scan as is.

Related

Related

Neural Long-Term Memory Module
Neural Long-Term Memory Module

An explicit memory subsystem enabling neural networks to store and retrieve information persistently.

2014Generality: 441
Memory Systems
Memory Systems

Architectures that enable AI models to store, retrieve, and reason over information.

1997Generality: 753
Memory Extender
Memory Extender

Systems and techniques that expand how much information an AI model can retain and access.

2017Generality: 520
L2M (Large Memory Model)
L2M (Large Memory Model)

A decoder-only Transformer with addressable auxiliary memory enabling reasoning far beyond its attention window.

2023Generality: 189
LTPA (Long-Term Planning Agent)
LTPA (Long-Term Planning Agent)

An AI agent that makes decisions by reasoning over extended future time horizons.

2022Generality: 322
Parametric Memory
Parametric Memory

Knowledge encoded implicitly within a model's learned parameters rather than stored explicitly.

2019Generality: 694