agentic-memory

Tag

Cards List
#agentic-memory

Is multi-user agent memory actually solved?

Reddit r/AI_Agents · 2026-08-28

The author reflects on challenges in multi-user agentic memory, emphasizing the need for architectural boundaries between private and shared memory sessions, and discusses building an open-source project to address this.

0 favorites 0 likes
#agentic-memory

When Retrieval Fails Before It Begins: Structurally Indirect Prerequisite Eviction as a Retention Failure in Agentic Memory

arXiv cs.AI · 2026-08-24 Cached

This paper introduces a pre-retrieval failure mode in agentic memory called structurally indirect prerequisite eviction, defines it operationally, provides a deterministic benchmark, and evaluates Dependency-aware Semantic Garbage Collection (DSGC) which improves full-chain retention significantly.

0 favorites 0 likes
#agentic-memory

Total Recall at What Cost? Benchmarking the Serving Cost of Agentic Memory Systems

arXiv cs.CL · 2026-08-13 Cached

This paper benchmarks the serving cost of three agentic memory systems (Mem0, Hindsight, Mastra Observational Memory) against reference strategies across conversational backbones, finding that cost is driven by internal memory behavior, break-even points vary widely, and no system wins on both cost and accuracy.

0 favorites 0 likes
#agentic-memory

Thinking of ACE? We Can Do It with Fewer Tokens

Hugging Face Blog · 2026-08-11 Cached

IBM Research compares its ALTK-Evolve method to ACE, both agentic-memory systems that let LLM agents learn reusable lessons from past trajectories. ALTK-Evolve delivers individually retrievable guidelines instead of a single evolving playbook, reducing token usage while preserving non-compressed lessons with support counts.

0 favorites 0 likes
#agentic-memory

ViSAGE: Constructing Self-Correcting Memories for Long-Form Video Understanding

arXiv cs.AI · 2026-08-03 Cached

ViSAGE is a multimodal agentic memory framework for long-form video understanding that builds self-correcting, entity-centric memories via cross-modal binding, bidirectional memory refinement, and multi-agent cross-verification, achieving 5.9% higher accuracy than baselines.

0 favorites 0 likes
#agentic-memory

@DanKornas: Agent memory gets messy fast when it’s just search over old notes. A-MEM is an agentic memory system for LLM agents tha…

X AI KOLs Timeline · 2026-07-08 Cached

A-MEM is an open-source agentic memory system for LLM agents that dynamically organizes memories using Zettelkasten principles, indexes them with ChromaDB, and supports OpenAI and Ollama backends.

0 favorites 0 likes
#agentic-memory

EvoEmbedding: Evolvable Representations for Long-Context Retrieval and Agentic Memory

Hugging Face Daily Papers · 2026-06-19 Cached

EvoEmbedding is a dynamic embedding model that maintains a continuously updated latent memory to generate adaptive representations for long-context retrieval, outperforming larger specialist models and improving agentic workflows.

0 favorites 0 likes
#agentic-memory

Learning What to Remember: A Cognitively Grounded Multi-Factor Value Model for Agentic Memory

arXiv cs.AI · 2026-06-12 Cached

Proposes a cognitively grounded multi-factor value function for agentic memory in LLM agents, learning interpretable weights to decide what to encode, forget, and retrieve under memory constraints. Improves gold-evidence retention significantly over similarity-only or recency-based baselines.

0 favorites 0 likes
#agentic-memory

Temporal Order Matters for Agentic Memory: Segment Trees for Long-Horizon Agents

arXiv cs.CL · 2026-06-04 Cached

Researchers from University of Toronto and Vector Institute propose Segment Tree Memory (SegTreeMem), a memory architecture for long-horizon conversational agents that preserves temporal order using a hierarchical segment tree structure for both online construction and retrieval. Experiments across three datasets show nearly 20% improvement in LLM-judge accuracy over non-temporal tree baselines.

0 favorites 0 likes
#agentic-memory

is [ BM25 + vector ]+ RRF really worth it?

Reddit r/AI_Agents · 2026-06-03

This post questions whether combining BM25 and vector search with RRF improves hit rates in agentic memory retrieval, suggesting BM25 alone may suffice.

0 favorites 0 likes
#agentic-memory

MemPro: Agentic Memory Systems as Evolvable Programs

arXiv cs.CL · 2026-06-02 Cached

MemPro is a system-level evolution framework that treats the memory construction–retrieval pipeline as an evolvable program, using an Evolving Agent to iteratively diagnose failures and create improved versions. Experiments on long-horizon benchmarks show consistent improvement over static and prompt-level baselines with favorable performance–cost trade-off.

0 favorites 0 likes
#agentic-memory

MemGym: a Long-Horizon Memory Environment for LLM Agents

arXiv cs.CL · 2026-05-21 Cached

MemGym is a benchmark for evaluating memory formation in LLM agents over long-horizon tasks, unifying existing agent gyms and synthetic pipelines with memory-isolated scores. It spans tool-use dialogue, multi-turn search, coding, and computer use, and includes a lightweight reward model (MemRM) for efficient evaluation.

0 favorites 0 likes
#agentic-memory

Useful Memories Become Faulty When Continuously Updated by LLMs

arXiv cs.AI · 2026-05-14 Cached

This paper shows that continuously consolidating past experiences into textual memory using LLMs degrades memory utility over time, and that preserving raw episodic trajectories outperforms forced consolidation, with implications for robust agentic memory systems.

0 favorites 0 likes
#agentic-memory

MEMOREPAIR: Barrier-First Cascade Repair in Agentic Memory

arXiv cs.AI · 2026-05-11 Cached

This paper introduces MemoRepair, a barrier-first cascade repair contract for agentic memory that addresses the problem of stale derived artifacts when source data changes. Experiments demonstrate that MemoRepair significantly reduces invalidated memory exposure and repair costs compared to exhaustive repair methods.

0 favorites 0 likes
← Back to home

Submit Feedback