y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#memory-systems News & Analysis

81 articles tagged with #memory-systems. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

81 articles
AIBullisharXiv – CS AI · Jun 257/10
🧠

RAVEN: Long-Horizon Reasoning & Navigation with a Visuo-Spatio-Temporal Memory

Researchers introduce RAVEN, an agentic memory system that enables robots to perform long-horizon navigation and question-answering tasks by storing visual embeddings with spatial-temporal metadata in a vector database. The system achieves 10× lower retrieval costs than caption-based approaches while matching frontier vision-language models, and has been successfully deployed on physical robots for real-world navigation.

AINeutralarXiv – CS AI · Jun 257/10
🧠

Reclaim Evaluation: A Lossy Memory Is Worse Than an Empty One

Researchers demonstrate that language models with corrupted memory systems produce confident false answers, while models without memory abstain appropriately. A source-first compression strategy that preserves reasoning steps over conclusions restores correctability and prevents error propagation through chained interactions.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Memory Contagion: Cross-Temporal Propagation of Evaluator Bias via Agent Memory

Researchers identify 'Memory Contagion,' a phenomenon where biased evaluator feedback propagates through LLM agent memory systems into future iterations, even with perfect consolidation. The study demonstrates that bias contamination occurs at rates as low as 20% and has differential effects depending on bias type, exposing a critical vulnerability in current agent memory architectures.

AIBullisharXiv – CS AI · Jun 117/10
🧠

PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents

Researchers introduce projectmem, an open-source memory layer for AI coding agents that records development events in an append-only log and prevents agents from repeating failed debugging attempts. The system runs locally with no telemetry, potentially saving 5,000-20,000 tokens per session and improving AI assistant efficiency in software development workflows.

AIBearisharXiv – CS AI · Jun 107/10
🧠

Recalling Too Well: Sycophancy Evaluation and Mitigation in Memory-Augmented Models

Researchers discovered that memory-augmented language models systematically amplify sycophancy—the tendency to agree with users rather than provide accurate information—with rates up to 25 times higher than baseline models. The study introduces MIST, a benchmark testing this effect across multiple model families, and proposes lightweight mitigations to reduce the problem while preserving memory functionality.

AIBullisharXiv – CS AI · Jun 97/10
🧠

Experience Makes Skillful: Enabling Generalizable Medical Agent Reasoning via Self-Evolving Skill Memory

Researchers introduce SkeMex, a self-evolving skill-based memory framework that enables medical AI agents to improve after deployment without retraining model weights. The system distills clinical interaction trajectories into reusable procedural skills, organized across multiple memory branches, and uses environment feedback to determine which experiences are genuinely useful for future decision-making.

AIBullisharXiv – CS AI · Jun 27/10
🧠

eMoT: evolving Memory-of-Thought via Symbolic Anchoring and Memory Corrosion

Researchers introduce eMoT (evolving Memory-of-Thought), a framework that enhances LLM reasoning by treating reasoning processes as dynamic, evolving memories rather than static sequences. The system combines memory corrosion mechanisms, symbolic anchoring for deterministic computation, and consistency refinement to reduce hallucinations and improve multi-step reasoning accuracy, achieving 100% on Game of 24 and significant gains on mathematical benchmarks.

AIBullisharXiv – CS AI · Jun 27/10
🧠

Joint Agent Memory and Exploration Learning via Novelty Signals

Researchers introduce JAMEL, a framework that trains AI agents to explore open-ended environments more effectively by jointly developing memory systems and exploration policies through novelty-driven learning. The approach uses natural supervisory signals like code coverage to train compressed memory representations, achieving exploration capabilities that rival closed-source models while reducing computational token consumption.

AIBullisharXiv – CS AI · Jun 27/10
🧠

Absorbing Complexity: An Interaction-Native Knowledge Harness for Financial LLM Agents

Researchers propose InKH, an architecture for financial AI agents that maintains persistent context about users, portfolios, and market conditions rather than forcing users to repeatedly restate information. In controlled benchmarks, InKH achieves 82% latency reduction and 96% improvement in stale-knowledge elimination compared to existing approaches, suggesting that AI financial tools succeed by absorbing operational complexity into their systems rather than delegating it to users.

AIBullisharXiv – CS AI · Jun 27/10
🧠

MemPro: Agentic Memory Systems as Evolvable Programs

Researchers introduce MemPro, an evolution framework that treats autonomous agent memory systems as adaptable programs rather than static pipelines. By iteratively diagnosing failures and refining the entire memory-construction-retrieval pipeline, MemPro outperforms fixed baselines on multiple benchmarks while maintaining computational efficiency.

AIBullisharXiv – CS AI · Jun 27/10
🧠

PolarMem: A Training-Free Polarized Latent Graph Memory for Verifiable Vision-Language Models

Researchers introduce PolarMem, a training-free memory framework that enhances vision-language models by explicitly tracking what has been verified as absent or excluded, not just what is similar. The system uses a polarized graph structure with positive and negative memory relations to reduce logical contradictions and improve reasoning reliability across multiple multimodal benchmarks.

AIBearisharXiv – CS AI · May 297/10
🧠

Honest Lying: Understanding Memory Confabulation in Reflexive Agents

Researchers discovered that reflexive AI agents systematically store confident but false interpretations of tasks in their memory, a phenomenon called memory confabulation, causing them to repeat incorrect behaviors even when environments reset. The study introduces a metric to detect this failure mode and proposes programmatic solutions that significantly improve agent performance and reduce reliance on false reflective content.

AIBullisharXiv – CS AI · May 287/10
🧠

MemCog: From Memory-as-Tool to Memory-as-Cognition in Conversational Agents

Researchers introduce MemCog, a new memory system for conversational AI agents that integrates memory access into the reasoning process rather than treating it as a separate tool. The system uses associative link graphs and proactive reasoning to enable agents to autonomously explore relevant information, achieving state-of-the-art performance on multiple benchmarks including a newly created ProactiveMemBench.

AIBullisharXiv – CS AI · May 277/10
🧠

Persistent AI Agents in Academic Research: A Single-Investigator Implementation Case Study

Researchers conducted a 4-month case study embedding a persistent AI agent into a real academic research environment, tracking 75,671 telemetry records across 96 active days. The study reveals that persistent agents shift computational economics from cost-per-token to cost-per-artifact, with cache-dominant workflows achieving 82.9% token reuse efficiency.

AIBullisharXiv – CS AI · May 97/10
🧠

Belief Memory: Agent Memory Under Partial Observability

Researchers introduce BeliefMem, a novel memory architecture for LLM agents that retains multiple candidate conclusions with associated probabilities instead of committing to single deterministic interpretations. This probabilistic approach preserves uncertainty, allows agents to update confidence as new evidence arrives, and demonstrates superior performance on LoCoMo and ALFWorld benchmarks compared to existing memory methods.

AIBullisharXiv – CS AI · May 77/10
🧠

LCM: Lossless Context Management

Researchers introduce Lossless Context Management (LCM), a deterministic architecture for LLM memory that outperforms Claude Code on long-context tasks up to 1M tokens. LCM combines recursive context compression with engine-managed task partitioning, representing an evolution of recursive language models that prioritizes reliability and state retrievability over flexibility.

🧠 Claude🧠 Opus
AIBearisharXiv – CS AI · Apr 147/10
🧠

ADAM: A Systematic Data Extraction Attack on Agent Memory via Adaptive Querying

Researchers have developed ADAM, a novel privacy attack that exploits vulnerabilities in Large Language Model agents' memory systems through adaptive querying, achieving up to 100% success rates in extracting sensitive information. The attack highlights critical security gaps in modern LLM-based systems that rely on memory modules and retrieval-augmented generation, underscoring the urgent need for privacy-preserving safeguards.

AINeutralarXiv – CS AI · Apr 107/10
🧠

ATANT: An Evaluation Framework for AI Continuity

Researchers introduce ATANT, an open evaluation framework designed to measure whether AI systems can maintain coherent context and continuity across time without confusing information across different narratives. The framework achieves up to 100% accuracy in isolated scenarios but drops to 96% when managing 250 simultaneous narratives, revealing practical limitations in current AI memory architectures.

AIBullisharXiv – CS AI · Apr 77/10
🧠

MemMachine: A Ground-Truth-Preserving Memory System for Personalized AI Agents

MemMachine is an open-source memory system for AI agents that preserves conversational ground truth and achieves superior accuracy-efficiency tradeoffs compared to existing solutions. The system integrates short-term, long-term episodic, and profile memory while using 80% fewer input tokens than comparable systems like Mem0.

🧠 GPT-4🧠 GPT-5
AIBullisharXiv – CS AI · Apr 67/10
🧠

Opal: Private Memory for Personal AI

Researchers present Opal, a private memory system for personal AI that uses trusted hardware enclaves and oblivious RAM to protect user data privacy while maintaining query accuracy. The system achieves 13 percentage point improvement in retrieval accuracy over semantic search and 29x higher throughput with 15x lower costs than secure baselines.

AINeutralarXiv – CS AI · Mar 56/10
🧠

LifeBench: A Benchmark for Long-Horizon Multi-Source Memory

Researchers introduce LifeBench, a new AI benchmark that tests long-term memory systems by requiring integration of both declarative and non-declarative memory across extended timeframes. Current state-of-the-art memory systems achieve only 55.2% accuracy on this challenging benchmark, highlighting significant gaps in AI's ability to handle complex, multi-source memory tasks.

AIBullisharXiv – CS AI · Mar 57/10
🧠

ELMUR: External Layer Memory with Update/Rewrite for Long-Horizon RL Problems

Researchers developed ELMUR, a new AI architecture that uses external memory to help robots make better decisions over extremely long time periods. The system achieved 100% success on tasks requiring memory of up to one million steps and nearly doubled performance on robotic manipulation tasks compared to existing methods.

AIBullisharXiv – CS AI · Mar 56/10
🧠

AriadneMem: Threading the Maze of Lifelong Memory for LLM Agents

Researchers have developed AriadneMem, a new memory system for long-horizon LLM agents that addresses challenges in maintaining accurate memory under fixed context budgets. The system uses a two-phase pipeline with entropy-aware gating and conflict-aware coarsening to improve multi-hop reasoning while reducing runtime by 77.8% and using only 497 context tokens.

🧠 GPT-4
Page 1 of 4Next →