Recent method papers — theorized, no distinct product

191 systems in the recent method papers — theorized, no distinct product category of the AI Agent Infrastructure Landscape, grouped by maturity tier.

Tier 1 — battle-tested (2)

  • Engram (DeepSeek) Conditional-memory N-gram lookup module

    DeepSeek + PKU. Introduces "conditional memory" alongside MoE's conditional compute. 27B-param N-gram lookup store offloads static knowledge from the transformer; O(1) lookup; prefetched from host RAM at near-zero runtime overhead.

  • NVIDIA Nemotron 3 Hybrid Mamba + sparse KV-cache, 1M-token context

    Interleaves sparse MoE layers with Mamba-2 layers; Mamba layers maintain a fixed-size recurrent state (constant memory during generation) rather than a growing KV cache. Attention layers use GQA with only 2 KV heads. Two parallel memory …

Tier 2 — production-ready (10)

  • Anthropic Circuit Tracing Mechanistic interpretability of parametric storage

    Replaces MLP layers with sparse cross-layer transcoders to produce "replacement models" where activations correspond to interpretable features; traces attribution graphs showing which features causally influenced which outputs. Includes …

  • IBM Meta-Tokens Lossless context compression via learned placeholders

    Meta-tokens are learned vocabulary entries that act as placeholders for recurring token subsequences — the model is fine-tuned to understand compressed input where meta-tokens stand in for their corresponding subsequences without any inf…

  • Jamba (AI21) Hybrid Mamba-Transformer model

    AI21's hybrid Mamba + Transformer MoE model — 256k context window; open-weights. First production model with SSM-Transformer hybrid architecture.

  • Mamba Selective state-space model

    Selective state-space model — input-dependent SSM with linear scaling; competitive with transformers at smaller scales. CMU.

  • MemoryLLM (original) Fixed-size in-weights memory pool with online self-update

    Augments a transformer with a fixed-size 1B-parameter memory pool distributed across all layers; new knowledge is injected by updating the pool parameters during inference, not via context extension. Distinct from M+ (already in landscap…

  • MetaGPT Multi-agent collaborative framework

    Meta-programming for a multi-agent collaborative framework.

  • NAVER Provence + PISCO RAG context pruning + soft compression

    Two complementary NAVER Labs Europe papers (Jan 2025). Provence fine-tunes DeBERTa as a sequence labeler to dynamically detect needed pruning amount per query and mask irrelevant context spans before generation, unifying pruning with rer…

  • Sakana CTM Per-neuron history + neural synchronization as latent

    Continuous Thought Machines. Each neuron maintains its own history of incoming activations via private per-neuron weight parameters; the model operates along a self-generated "thought step" timeline rather than the input sequence timelin…

  • SELF-PARAM KL-distillation experience internalization

    Encodes new experiences directly into the LLM's existing parameters by minimizing KL divergence between a teacher model (with context access) and a student model (without). Generates diverse QA pairs from new knowledge as the distillatio…

  • ShadowKV (ByteDance) Low-rank CPU-offloaded KV cache + sparse reconstruction

    During prefill, value caches are offloaded to CPU and only low-rank pre-RoPE keys plus compressed landmarks and outliers are kept on GPU. During decoding, landmarks select chunk indices for key reconstruction and value fetching from CPU.…

Tier 3 — emerging (65)

  • Agent Workflow Memory Workflow as memory

    Workflow-based memory framework component.

  • Agentic Plan Caching (APC) Test-time plan-template memory

    Extracts, stores, adapts, and reuses structured plan templates from planning stages of agent applications. NeurIPS 2025 poster.

  • AiT (Associative Transformer) Hopfield + low-rank explicit memory

    Global Workspace Layer combining low-rank explicit memory + bottleneck attention + Hopfield-style associative memory. Decouples memory from the Hopfield network via learnable explicit memory. Outperforms sparse-Transformer baselines on S…

  • AlphaEdit Null-space knowledge editing

    Null-space-constrained knowledge editing for language models.

  • AriGraph CLS dual-layer episodic + semantic KG

    Episodic observations as timestamped vertices; LLM extracts relational triplets into a semantic knowledge graph; episodic edges connect semantic nodes — structural equivalent of hippocampal index binding cortical representations. Dual-la…

  • Buffer of Thoughts Thought-augmented reasoning

    Thought-augmented reasoning with LLMs. NeurIPS 2024.

  • CDMem 3-stage encoding + graph indexing

    Context-Dependent Memory framework. Three-stage encoding (expert / short-term / long-term) + graph-structured context-dependent indexing. NAACL 2025 Industry.

  • CL of LLMs Survey Continual learning of LLMs (survey)

    Comprehensive survey. ACM Computing Surveys 2025. Anchor reference for the continual-learning-of-LLMs subfield.

  • Compressive Transformer Recent full-res + compressed older

    Maintains recent states in full resolution while compressing older memories with learned compression functions. DeepMind.

  • CREATOR Tool creation for reasoning

    Tool creation for disentangling abstract and concrete reasoning. EMNLP Findings.

  • DIAMOND Diffusion world model for RL

    DIffusion As a Model Of eNvironment Dreams. Trains an RL agent inside a diffusion-based world model — denoising diffusion generates high-fidelity environment rollouts rather than discrete latents. Addresses visual-detail loss in prior di…

  • Differentiable Search Index (DSI) Corpus encoded into model weights

    Encodes entire document corpora directly into Transformer parameters; the model itself becomes the index.

  • DreamerV3 Model-based RL with imagination

    Hafner et al. General world-model agent. Symlog observation, KL balance, RMSNorm, Block GRU.

  • Dual-Process Agent (DPA) Kahneman System 1 / System 2

    System 1: fast retrieval path that pulls compressed, relevant memories and conditions generation. System 2: slow reflection pass that evaluates outcomes and writes curated updates back through a conservator gate. No model-weight changes.

  • ELDER Mixture-of-LoRA model editing

    Enhances lifelong model editing with mixture-of-LoRA. AAAI 2025.

  • EMAT Sub-ms KV memory for QA pairs

    Efficient Memory-Augmented Transformer. Encodes millions of QA pairs into key-value memory; MIPS search returns hits in sub-millisecond latency. EMNLP 2022.

  • EMU (Efficient Episodic Memory Utilization) Coherent-memory MARL

    Multi-agent RL with semantically coherent episodic buffer; selectively promotes desirable transitions to avoid local convergence.

  • EWC (Elastic Weight Consolidation) Quadratic constraint per weight

    Kirkpatrick et al. Soft quadratic constraint pulls each weight back toward old values, scaled by importance for prior tasks. PNAS 2017.

  • ExpeL LLM agents as experiential learners

    LLM agents are experiential learners. AAAI 2024.

  • Generative Agents Interactive simulacra of human behavior

    Park et al. — landmark agent-simulation paper. Reflection + memory stream + retrieval enable believable agent behavior.

  • Generative Agents (Park et al.) Memory-stream + reflection + planning

    Stanford's iconic memory-stream architecture for believable simulacra — observations + reflections + plans + retrieval by recency/importance/relevance. UIST 2023.

  • Genie Foundation world model from video

    DeepMind. Foundation world model trained unsupervised on internet gaming video. Generates frame-by-frame controllable virtual worlds from text / image / sketch prompts. Spatiotemporal video tokenizer + autoregressive dynamics + latent ac…

  • H2O Heavy-hitter oracle KV eviction

    Heavy-hitter oracle for efficient generative inference. NeurIPS 2023.

  • H2O (Heavy-Hitter Oracle) KV-cache eviction policy

    Heavy-Hitter eviction policy for KV cache — retains tokens with cumulative high attention scores; up to 5× throughput.

  • HAMI Hippocampus-inspired RL framework

    Symbolic indexing + hierarchical memory refinement + structured episodic retrieval, inspired by hippocampal mechanisms. Nature Scientific Reports 2025.

  • Human-Like Remembering and Forgetting ACT-R Base-Level Activation over vector store

    Re-implements ACT-R's retrieval probability model — temporal decay, prior-access frequency, stochastic noise — as scoring on top of a vector store. Spreading activation over semantic similarity adds associative recall. Forgetting becomes…

  • Hyena Long-convolution alternative to attention

    Subquadratic alternative to attention — implicit long convolutions + data-controlled gating. Stanford. Ancestor of StripedHyena.

  • I-JEPA Joint-embedding predictive arch (image)

    Meta. Self-supervised image learning by predicting target-block representations from a context block in latent space — no hand-crafted augmentations or pixel reconstruction. Foundation of LeCun's hierarchical-JEPA programme. CVPR 2023.

  • JARVIS-1 Open-world memory-augmented agents

    Open-world multi-task agents with memory-augmented multimodal LLMs. TPAMI 2024 . (Distinct from any other JARVIS.)

  • LLM-ACTR / Cognitive LLMs ACT-R latent representations injected into LLM

    Neuro-symbolic architecture for manufacturing decision-making. Extracts ACT-R's procedural / declarative / goal buffers as latent neural representations, then injects them into trainable LLM adapter layers via knowledge transfer.

  • LongLoRA Sparse-attention LoRA for long context

    Shift-short attention + LoRA fine-tuning that extends LLaMA context length cheaply — 100k tokens on a single GPU. ICLR 2024.

  • Mamba-2 / SSD Structured State-space Duality

    Structured State-space Duality — Mamba-2 architecture that unifies SSMs and attention; 2-8× faster than Mamba-1. ICML 2024.

  • Memformer External KV + Memory Replay Backprop

    External key-value stores with similarity-based cache management; trained with Memory Replay Backpropagation.

  • MemGPT v2 / agent-tools OS-style hierarchical memory

    Already in catalog as the foundational MemGPT paper. Note: Letta is the productionised successor (cross-listed).

  • MemInsight Autonomous semantic augmentation

    Autonomously augments semantic representations of historical interactions to improve retrieval quality without manual curation. Validated on conversational recommendation, QA, and event summarisation. EMNLP 2025 Main.

  • Memolet User-AI conversational memory reuse

    Reifies the reuse of user-AI conversational memories. CHI/UIST.

  • Memorizing Transformers External memory in transformers

    Architecture with external retrieval memory in the transformer.

  • Memoro Real-time memory augmentation UI

    Concise interface for real-time memory augmentation. CHI.

  • Memory3 Explicit memory in LLM third memory

    Three-tier memory model: implicit (weights), working (context), and explicit (compressed KV stored externally). 2.4B model competitive with 7B+ using explicit memory.

  • MemoryBank Long-term memory enhancement

    Enhances LLMs with long-term memory. Early influential paper.

  • MemoryBench (Tsinghua THUIR) Declarative + procedural continual-learning bench

    Tsinghua THUIR. First benchmark covering both declarative and procedural memory for LLM systems. User-feedback simulation framework tests adaptive improvement. Distinct from Renmin's MemBench.

  • MemReasoner Iterative bidirectional-GRU re-read

    IBM Research. Memory-augmented LLM architecture for multi-hop reasoning. Iteratively re-reads a temporal latent memory with bidirectional GRUs until readout stabilises. NeurIPS 2024.

  • MoT (Memory-of-Thought) Pre-test self-reflection cache

    Before test time, LLM reasons over unlabeled data and stores high-confidence intermediate thoughts as external memory. At test time, retrieves relevant stored thoughts to augment reasoning. No annotated data, no parameter updates.

  • MPO Meta plan optimisation

    Boosts LLM agents with meta plan optimisation. EMNLP 2025.

  • Neural Episodic Control Differentiable episodic dictionary

    Pritzel et al. Agent stores past state-action-value tuples in a differentiable dictionary; recall via approximate nearest neighbour. ICML 2017.

  • RazorAttention KV-cache compression via retrieval heads

    Efficient KV-cache compression through retrieval heads.

  • Recurrent Memory Transformer (RMT) Segment-level recurrence + memory tokens

    Bulatov / Kuratov / Burtsev. Adds memory tokens passed between segments — no architectural change to the Transformer.

  • Reflexion Verbal reinforcement learning

    Language agents with verbal reinforcement learning.

  • RIKEN Tensor Decomposition Incremental Learning Tensor-decomposed exemplar compression

    Uses tensor decomposition to exploit low intrinsic dimensionality and pixel correlation of stored exemplar images, achieving high compression while preserving discriminative information for class-incremental learning. Compresses the repl…

  • RMM (Reflective Memory Management) Prospective + retrospective dual reflection

    Combines forward-looking Prospective Reflection (multi-granularity summarisation into personalised memory bank) with backward-looking Retrospective Reflection (RL-driven retrieval refinement guided by cited evidence). Operates at utteran…

  • RWKV-7 RNN with transformer-level perf

    RWKV recurrent-LM family — linear-time, constant-memory inference; v7 ('Goose') is the SotA recurrent LM. Community-driven OSS, Linux Foundation hosted.

  • SAGE Reflective memory-augmented agent

    Self-evolving agents with reflective and memory-augmented abilities. Neurocomputing 2025 .

  • SeCom Personalised memory construction + retrieval

    Memory construction and retrieval for personalised conversational agents.

  • Self-Refine Iterative self-feedback

    Iterative self-feedback loop — LLM critiques its own output and revises; in-context experiential memory of the current task.

  • SnapKV KV-cache pre-selection

    LLM knows what you're seeking before generation. NeurIPS 2024.

  • SoftCoT Soft chain of thought

    Soft chain-of-thought for efficient reasoning with LLMs. ACL 2025.

  • Streaming-LLM Attention-sink streaming

    Attention-sink discovery — keep the first few tokens always cached; arbitrary-length inference with no fine-tuning. ICLR 2024.

  • Test-time training (TTT) Hidden states that update at test time

    Stanford's Test-Time Training layers — RNN-like hidden state is itself an inner ML model that updates at test time on the current input.

  • Toolformer Self-taught tool use

    Language models teach themselves to use tools.

  • ToolLLM 16k+ real-world API mastery

    Facilitates LLMs mastering 16,000+ real-world APIs.

  • Transformer-XL Segment-level recurrence + cached states

    Extends context through segment-level recurrence + caching of hidden states from prior segments. Foundational long-context architecture.

  • Voyager Lifelong-learning Minecraft agent

    NVIDIA lifelong-learning agent for Minecraft — automatic curriculum + skill library + iterative prompting. Foundational procedural-memory paper.

  • WISE Knowledge memory for lifelong editing

    Rethinks knowledge memory for lifelong model editing. NeurIPS 2024.

  • WorkMATe Bio-inspired RL-gated memory slots

    Kruijne et al. RL-learned gating policies open/close multiple working-memory slots independently. Handles hierarchical 12-AX task with multiple concurrent context levels; all-or-nothing slot updates.

  • YaRN Yet another RoPE extensioN

    RoPE-extension method for context-length scaling — combines NTK-aware interpolation with attention scaling, requires only short fine-tuning. Widely adopted in OSS long-context models.

Tier 4 — early / experimental (114)

  • ACON Context-compression optimisation

    Optimises context compression for long-horizon LLM agents.

  • Agent KB Cross-domain experience KB

    Leverages cross-domain experience for agentic problem solving.

  • Agent S Open agentic computer-use framework

    Open agentic framework that uses computers like a human.

  • AGENT-RECONFIGURE / Reconfigurable Agent Skill-library agent memory

    Agent that maintains a skill library and reconfigures its toolset per task — procedural memory of successful sub-task solutions.

  • AgentEvolver Efficient self-evolving agent system

    Towards an efficient self-evolving agent system.

  • AgentFold Proactive context management

    Long-horizon web agents with proactive context management.

  • Agentic Memory Unified short + long-term management

    Learning unified long-term and short-term memory management.

  • AI PERSONA Life-long LLM personalisation

    Life-long personalisation of LLMs.

  • Alita Generalist agentic reasoning

    Generalist agent enabling scalable agentic reasoning.

  • Alita-G Self-evolving generative agent

    Self-evolving generative agent for agent generation.

  • ARMT (Associative RMT) Hopfield-style energy basins

    Associative Recurrent Memory Transformer. Stores tokens in Hopfield-style energy basins for constant-time pattern completion.

  • ATLAS Omega rule + polynomial features + Muon

    Long-term memory module that learns to memorise the context at test time. Omega rule (sliding-window update over all past tokens), polynomial feature mappings, Muon optimiser. Generalises to "DeepTransformers" family. May 2025.

  • BrowserAgent Human-inspired web browsing

    Builds web agents with human-inspired web-browsing actions.

  • CAM Constructivist agentic memory

    Constructivist view of agentic memory for reading comprehension.

  • COLA Multi-agent Windows UI automation

    Scalable multi-agent framework for Windows UI task automation.

  • ComoRAG Cognitive-inspired narrative RAG

    Cognitive-inspired memory-organised RAG for stateful narrative reasoning.

  • D-SMART Dynamic structured memory

    Enhances dialogue consistency via dynamic structured memory and reasoning.

  • Darwin Gödel Machine Open-ended self-improvement

    Open-ended evolution of self-improving agents.

  • DeepAgent General reasoning with scalable tools

    General reasoning agent with scalable toolsets.

  • Dreamer 4 Scalable agent in fast world model

    Hafner / Yan. Solves control tasks by training agents inside a fast, accurate world model.

  • Dynamic Cheatsheet Test-time adaptive memory

    Test-time learning with adaptive memory.

  • EM-LLM Bayesian-surprise episodic partition

    Uses Bayesian surprise detection to partition the cache into meaningful episodes for coherent retrieval.

  • Episodic Memory Is the Missing Piece CLS framework as design requirement

    Pink et al. — position paper. Uses CLS theory to identify five structural properties of episodic memory absent from current LLM agents: single-shot acquisition, temporal context, source binding, flexible recombination, selective consolid…

  • ExpeL Experiential learning agent

    Cross-task generalisation by collecting and abstracting successful trajectories into insights for future tasks.

  • Fincon Conceptual verbal reinforcement

    Synthesised LLM multi-agent system with conceptual verbal reinforcement.

  • FLEX Forward learning from experience

    Continuous agent evolution via forward learning from experience.

  • FOREVER Forgetting-curve memory replay

    Replay scheduler inspired by the Ebbinghaus forgetting curve, plus intensity-aware regularisation to control replay strength. Mitigates catastrophic forgetting in LLM continual learning.

  • G-Memory Hierarchical multi-agent memory

    Tracing hierarchical memory for multi-agent systems.

  • GAM (General Agentic Memory) JIT runtime research over immutable page-store

    Separates offline memory (lightweight Memorizer highlighting key facts) from online runtime (Researcher agent that queries the full raw page-store at inference). Inverts usual approach — keep full fidelity offline, pay complexity at quer…

  • H²R Hierarchical hindsight reflection

    Hierarchical hindsight reflection for multi-task LLM agents.

  • HeLa-Mem Hebbian distillation + hippocampal-cortical consolidation

    Co-activation strengthens associative edges (Hebbian Distillation); separate consolidation pass periodically extracts semantic summaries from the episodic graph — directly modelling slow-wave hippocampal-to-cortical consolidation. Dual-p…

  • Inducing Programmatic Skills Programmatic skill induction

    Inducing programmatic skills for agentic task enhancement.

  • Infini-attention Compressive memory + linear attention

    Google. "Leave No Context Behind." Compressive memory inside the attention block + masked local + long-term linear attention.

  • IterResearch Markovian state reconstruction

    Rethinks long-horizon agents via Markovian state reconstruction.

  • Knowledge Graph Tuning Real-time KG personalisation

    Real-time LLM personalisation based on human feedback.

  • Larimar Distributed hippocampal episodic memory for editing

    IBM Research. Attaches a fast-learning distributed episodic memory (hippocampus-inspired) to a frozen LLM, enabling one-shot knowledge updates without retraining. Supports selective forgetting + information-leakage prevention.

  • LearnAct Few-shot mobile GUI agent

    Few-shot mobile GUI agent with unified demonstration benchmark.

  • LEGOMem Modular procedural memory

    Modular procedural memory for multi-agent LLM systems.

  • LightMem Lightweight memory-augmented

    Lightweight, efficient memory-augmented generation.

  • LM2 Large memory models

    Large memory models — explicit external memory module within transformer.

  • LongMem Trainable SideNet over memory bank

    Trainable SideNet module selectively retrieves relevant cached key-value pairs from memory banks during decoding.

  • Lyfe Agents Generative social agents

    Generative agents for low-cost real-time social interactions.

  • M+ (MemoryLLM) Scalable long-term latent memory

    Extends MemoryLLM with scalable long-term memory.

  • MAGMA Multi-graph agentic memory

    Multi-graph agentic memory architecture for AI agents.

  • MATTER Heterogeneous-source neural memory

    Memory-Augmented Transformer Using Heterogeneous Knowledge Sources. Unifies unstructured paragraphs + semi-structured QA pairs into fixed-length type-agnostic neural memories. Jun 2024.

  • Mem-α RL-learned memory construction

    Learning memory construction via reinforcement learning.

  • MEM1 Synergised memory + reasoning

    Learns to synergise memory and reasoning for efficient agents.

  • MemAgent RL multi-conv memory agent

    Reshapes long-context LLM with multi-conv RL-based memory agent.

  • MemBART Memory states across dialogue turns

    Preserves memory states across dialogue turns for coherent long-term interactions. (Cited in survey but the paper's exact arxiv/venue identifier was not recoverable in a quick search — likely a less-prominent dialogue-systems paper.)

  • Memento Behavior tuning without weight updates

    Fine-tunes LLM-agent behavior without fine-tuning the underlying model.

  • MemEvolve Meta-evolution of memory systems

    Meta-evolution of agent memory systems. Includes EvolveLab — a unified self-evolving memory codebase distilling 12 representative memory systems.

  • Memformers (gradient memory) Past-gradient memory registers

    Treats past optimisation gradients as memory registers for procedural computation. Distinct from the 2010.06891 "Memformer" above. (Survey citation — distinct paper identifier not recovered.)

  • MemGen Generative latent memory

    Weaves generative latent memory for self-evolving agents.

  • MemGuide Intent-driven memory selection

    Intent-driven memory selection for goal-oriented multi-session agents.

  • MemLong Retrieval-causal attention + pruning

    Retrieval Causal Attention actively prunes less important cached entries.

  • MemLoRA Distilled expert adapters

    Distils expert adapters for on-device memory systems.

  • MemMachine (paper) Ground-truth-preserving episodic + cluster-expansion retrieval

    Stores raw conversational episodes without LLM-driven extraction, indexing at sentence level; retrieval expands nucleus matches into neighboring-context clusters to address the embedding-dissimilarity problem in dialogue data. A Retrieva…

  • MemoBrain Dependency-aware working-context compaction

    Co-pilot alongside reasoning agent. Builds dependency graph over reasoning steps; prunes invalid steps, folds completed sub-trajectories, preserves compact high-salience backbone under fixed context budget — without blocking execution.

  • MemoChat Memos for long-range conversation

    Tunes LLMs to use memos for consistent long-range conversation.

  • Memoria (cognitive) Human-inspired memory architecture

    Resolves fateful forgetting through human-inspired memory architecture. Distinct from MatrixOrigin's commercial Memoria.

  • Memory as Action Autonomous context curation

    Autonomous context curation for long-horizon agentic tasks.

  • Memory Decoder Pretrained plug-and-play memory

    Pretrained, plug-and-play memory for LLMs.

  • Memory Layers at Scale Trainable KV layers + product-key

    Meta. Replaces dense feed-forward blocks with trainable key-value layers using product-key lookup.

  • Memory³ Explicit memory in LLM

    Language modeling with explicit memory. Landmark.

  • Memp Agent procedural memory

    Explores agent procedural memory.

  • MemR³ Closed-loop retrieve / reflect / answer router

    Closed-loop retrieval controller replacing single-shot retrieve-then-answer. Iterative router chooses between retrieve, reflect, answer; global evidence-gap tracker makes retrieval reasoning explicit and auditable.

  • MemRL Runtime RL on episodic memory

    Self-evolving agents via runtime reinforcement learning on episodic memory.

  • MemSearcher RL memory + search + reasoning

    Trains LLMs to reason, search, and manage memory via RL.

  • MemTool Short-term memory for tool calling

    Optimises short-term memory management for dynamic tool calling.

  • MemTree Hierarchical tree memory for LLM agents

    Builds an LLM-driven hierarchical tree of facts; queries traverse the tree from root to leaves, balancing recall coverage with depth.

  • MemVerse Multimodal lifelong learning

    Multimodal memory system for lifelong learning agents.

  • MeRGE Memory merging via embeddings

    Embedding-space memory consolidation — merges semantically similar memories without LLM arbitration to reduce storage cost.

  • MIA — Memory Intelligence Agent Manager-Planner-Executor with bidirectional parametric/non-parametric loop

    Manager stores compressed non-parametric search trajectories; Planner is a parametric memory agent producing search plans; Executor acts on plans. Planner evolves via test-time learning (on-the-fly weight updates during inference), creat…

  • MIRIX Multi-agent memory system

    Multi-agent memory system for LLM-based agents.

  • MLP Memory Retriever-pretrained external memory

    Language modeling with retriever-pretrained external memory.

  • MMAG Mixed memory-augmented generation

    Mixed memory-augmented generation for LLM applications.

  • NAMMs Evolution-trained KV-cache memory

    Sakana AI. "An Evolved Universal Transformer Memory." Neural Attention Memory Models trained via evolution (overcomes non-differentiability of token-keep/discard).

  • Nemori Self-organising cognitive-inspired

    Self-organising agent memory inspired by cognitive science.

  • NL2GenSym Soar production-rule generation + Execution-Grounded Critic

    First end-to-end pipeline translating natural language into executable Soar rules. Imports the full Soar production-rule cycle: working memory, operator proposal/application, chunking. LLM generator proposes new productions; critic valid…

  • OASIS Million-agent social simulation

    Open agent social interaction simulations with one million agents.

  • Planning from Imagination Episodic simulation memory

    Episodic simulation and memory for vision-language navigation.

  • PoSE Positional Skip-wisE training

    Trains long-context models by simulating long positions with skip-wise positional encodings — avoids high training cost of true long sequences.

  • PRIME Planning + retrieval-integrated memory

    Planning- and retrieval-integrated memory for enhanced reasoning.

  • PRINCIPLES Synthetic strategy memory

    Synthetic strategy memory for proactive dialogue agents.

  • PWM (Policy Learning with Large World Models) Multi-task world-model + first-order gradient policies

    Pre-trains a large multi-task world model on offline data across many continuous-control tasks, then extracts task-specific policies by differentiating through the model with first-order gradient optimisation. World model serves as compr…

  • R2I DreamerV3 + S4 long-range memory

    Memory-enhanced model-based RL agent built on DreamerV3. Modifies S4 to handle long temporal dependencies. Keeps DreamerV3's generality.

  • R³Mem Reversible compression memory

    Bridging memory retention and retrieval via reversible compression.

  • ReadAgent Gist-episodic compression + on-demand lookup

    Google Research / DeepMind. Prompts LLM to segment long documents into "pages," compresses each to a short gist stored as episodic memory, re-reads original pages on demand at answer time. Pure prompting, no fine-tuning.

  • ReasoningBank Reasoning-memory self-evolution

    Scales agent self-evolution with reasoning memory.

  • RecurrentGPT Long-text interactive generation

    Interactive generation of arbitrarily long text.

  • RepairAgent Autonomous program repair agent

    Autonomous LLM-based agent for program repair.

  • ReSum Long-horizon search via summarisation

    Unlocks long-horizon search intelligence via context summarisation.

  • RET-LLM General read-write memory

    General read-write memory for large language models.

  • Retroformer Retrospective policy-gradient agents

    Retrospective LLM agents with policy-gradient optimisation.

  • RGMem Renormalisation-group profile evolution

    Renormalization-group-based memory evolution for user profiles.

  • RL Developer Memory Safety-gated MCP architecture for RL coding-agent memory

    Local-first MCP architecture for RL coding agents that treats memory selection as a logged contextual decision process. Three MCP tools: issue_match (ranks candidates + records telemetry), issue_feedback (maps raw labels to bounded rewar…

  • LLM social-network simulation

    Social-network simulation system with LLM-empowered agents.

  • SCM Self-controlled memory framework

    Enhances LLMs with self-controlled memory framework.

  • Sculptor Active context management

    Empowers LLMs with cognitive agency via active context management.

  • SDM Activations Similarity-Distance-Magnitude activations

    Novel activation approach for memory.

  • SEAgent Self-evolving computer-use agent

    Self-evolving computer-use agent with autonomous learning.

  • SERS Self-evolving pseudo-rehearsal

    Dynamic regulariser driven by Wasserstein distance between task distributions; automatically relaxes or strengthens constraints in proportion to task similarity.

  • SGMem Sentence-graph memory

    Sentence-graph memory for long-term conversational agents.

  • SkillWeaver Self-improving web agents

    Web agents self-improve by discovering and honing skills.

  • SYNAPSE Spreading-activation graph + episodic-semantic split

    Memory is a dynamic graph; retrieval fires spreading activation across edges rather than vector similarity. Lateral inhibition suppresses competing activations; temporal decay modulates edge weights. Episodic and semantic stores maintain…

  • TierMem Provenance-linked summary→raw escalation

    Two-tier: fast compressed summary index (Tier 1) + immutable raw-log store (Tier 2), with explicit provenance pointers linking summary units to source pages. Runtime sufficiency router escalates to raw log only when summary inadequate.

  • ToolGen Tool retrieval + calling via generation

    Unified tool retrieval and calling via generation.

  • ToolMem Learnable tool-capability memory

    Enhances multimodal agents with learnable tool capability memory.

  • Transformer² SVD + dynamic expert blending

    Encodes procedural expertise using SVD decomposition with dynamic expert-vector blending.

  • TransformerFAM Feedback Attention Memory

    Google. Feedback attention loop enables the model to attend to its own latent representations — emerges as working memory. No extra weights; integrates with pre-trained models.

  • UFO2 Desktop AgentOS

    Desktop AgentOS with memory-driven task automation.

  • V-JEPA (original) Non-generative video world model

    Meta AI. Predicts masked spatio-temporal video patches in latent representation space rather than pixel space. Implicit world model without generative decoding. Released for self-supervised video representation learning from VideoMix2M.

  • V-JEPA 2 Video-JEPA + understanding/prediction/planning

    Meta. Self-supervised video model. Predicts in latent space (no pixel decoder); supports understanding, prediction, and planning downstream. June 2025.

  • WebWeaver Web-scale evidence + dynamic outlines

    Structures web-scale evidence with dynamic outlines for research agents.