Memory & Planning

Memory architectures, long-horizon reasoning

28 articles

Memory & Planning

Kernel-managed memory personalizes multiple AI agents with shorter prompts

Lum and Zhang implemented a shared-memory abstraction in AIOS where agents record structured memories but the system kernel controls how those memories are retrieved and inserted into prompts. Across 1,800 trials with three language models, their approach substantially outperformed unmanaged and standard retrieval-based memory while approaching full-context performance at lower computational cost.

11 Sept 2026
Memory & Planning

Hierarchical memory trees improve long-context reasoning without model training

Zhang et al. introduce ConvMem, a training-free framework that uses prompted language models as query-dependent summarization kernels over segments of long documents. On two synthetic long-context, multi-hop question-answering benchmarks, the authors report better performance than training-free baselines and stronger out-of-distribution behavior than reinforcement-learning-trained memory methods.

11 Sept 2026
Memory & Planning

Structured agent memories withstand model upgrades better than compressed notes

Goyal and Ray tested whether four forms of agent memory remained usable after changing the model that writes or reads them. Across 48 synthetic histories, fixed-schema knowledge graphs transferred with almost no accuracy change, whereas compressed notes were strongly coupled to migration direction and partially updated retrieval indexes recovered less than half the benefit of full re-embedding.

8 Sept 2026
Memory & Planning

Streaming video memory works better when internalized as evolving latent tokens

The authors introduce LatentStream, a progressive latent working-memory framework for multimodal LLMs processing streaming video. Instead of storing historical clips in an external memory bank and retrieving them as extra visual context, LatentStream converts retrieved evidence into compact, fixed-length latent memory tokens that evolve over time. Experiments show the method outperforms prior store-and-retrieve approaches on both online and offline video understanding benchmarks.

7 Sept 2026
Memory & Planning

LLM agents do not reliably improve from their own experience

Shi and colleagues introduce S³Gym, a benchmark that separates open exploration from held-out evaluation to test whether language-model agents can examine, assess, and learn from their own behavior. They find that experience can improve later decisions, but gains vary substantially by model, game, and whether experience is retained as raw history, compressed into summaries, or incorporated through parameter training.

2 Sept 2026
Memory & Planning

Dual-brain memory keeps real-time speech agents accurate and emotionally aware

VoiceMem is a dual-stream memory architecture for duplex speech language models, pairing a factual left brain for personal information with an emotional right brain for affect and persona. The authors show that top-5 retrieval beats Mem0 at top-200 by nearly 30 points, and that retrieval completes in 134 ms, within voice-activity-detection latency. The result is a practical memory foundation for real-time, personalized, emotionally aware spoken interaction.

28 Aug 2026
Memory & Planning

Sliding reasoning windows make long test-time scaling 3x faster

Muennighoff et al. observe that during long reasoning traces, most intermediate tokens lose importance as the model continues. They propose Prefix Sliding, which keeps only the instruction prefix and a recent window of tokens, discarding the rest to cap memory usage. Applied without training to existing models, it achieves up to 3x speedup with no performance loss; training with it enables reasoning traces beyond 100,000 tokens.

28 Aug 2026
Memory & Planning

Skill evolution improves agent performance in image generation workflows

The authors introduce COMFYCLAW, an agentic harness that controls ComfyUI workflows for image generation. By representing workflow construction as typed graph editing, reverting invalid edits, and using a region-level vision-language model (VLM) verifier to provide actionable repair suggestions, COMFYCLAW evolves a skill library from past trajectories, errors, and verifier feedback. Across four benchmark splits, three agent models, and two image backbones, COMFYCLAW achieves the best average evaluation score in all six agent configurations, and human annotators prefer its outputs over variants without skill evolution.

2 July 2026
Memory & Planning

Treating memory management as a trainable cognitive skill boosts LLM performance 2x–4x in long-horizon tasks

The authors introduce AutoMem, a framework that treats memory management as a learnable skill for LLMs by promoting file-system operations to first-class actions. By automating the optimization of memory structure (prompts, schemas, action vocabulary) and model proficiency (training on good memory decisions), AutoMem improved base agent performance by approximately 2x to 4x across three long-horizon games without altering task-action behavior.

2 July 2026
Memory & Planning

Three-stage training instills world model planning into LLM agents

Zhang et al. propose a training paradigm that equips LLM agents with an internal world model for prospective reasoning. By first injecting predictive capabilities through a world model mid-training stage, then eliciting structured foresight via supervised fine-tuning, and finally calibrating with reinforcement learning, the authors demonstrate significant improvements on search and mathematical reasoning tasks over standard fine-tuning approaches.

26 June 2026