Tag
The article describes an experiment comparing Jev and Luna for memory gating in AI agents, finding trade-offs in accuracy and recall while highlighting implications for designing memory systems.
KVMEM enhances AI agent memory by preserving old KV cache states, improving task performance and efficiency over compaction methods in long-running agents.
The tweet from @omarsar0 recommends focusing on agent memory retrieval and announces the opening of the Agent Memory Challenge 2026 Cycle 2, which evaluates memory in AI agents using coding and text tracks.
Beacon is an open-source memory layer for AI coding agents that uses Jev to evaluate agent runs and turn useful workflows, corrections, and debugging patterns into reusable skills across multiple harnesses.
The article discusses how persistent skills in AI agents, as implemented in SentientAGI's EvoSkill v2, can change future behavior by acting as executable state, necessitating versioning and testing similar to code to prevent failure modes.
The article describes an experiment with Perdure, a tool that records AI agent decisions as markdown files for seamless integration and handoff between agents, featuring validation and linting.
This paper introduces a paired-history audit method to evaluate update sufficiency in context compression for AI memory systems, revealing failures where memories answer correctly now but cannot handle future updates.
The author critiques current AI agent memory systems for following old data engineering patterns, highlighting the risk of gaps in memory and advocating for auditable raw trajectories before layered summaries.
James, CTO of Zilliz, introduces Vector Lakebase and the concepts of One Data and One Index to unify data and index management for AI workloads, changing how agents retrieve information by leveraging lake-native storage.
The article details a 25-week experiment with an AI agent's memory system, using episodic and semantic memory with nightly consolidation, avoiding LLMs in memory promotion, and employing four separate graphs for association, evidence, causation, and temporal changes, while highlighting defects like attractor basins that degrade retrieval.
This paper introduces environment-probing curation to improve persistent memory for enterprise agents, showing substantial gains in task performance and cost reduction on benchmarks like CLBench and APEX.
The article discusses how agent memory transforms vector search into a long-lived systems problem, emphasizing the need for scalable, reliable infrastructure beyond just search algorithms.
A LinkedIn paper reveals that agent memory is not automatically portable across model swaps, with fixed-schema memory being more stable than free-form notes, and emphasizes the need for memory compatibility tests during upgrades.
The article explains why knowledge graphs are superior to flat lists for memory storage in AI systems, as they effectively handle multiple references to the same entity and prevent fragmented or contradictory search results.
The article proposes a Markdown-based memory system for AI agents that uses simple file storage and editing rules to outperform complex memory runtimes, ensuring accurate and sourced fact retrieval.
EdgeMem proposes an LLM-free method for agent memory construction and retrieval using a multi-anchor hypergraph, preserving evidence to improve performance in memory-grounded question answering.
SkillGLoW demonstrates that self-improving agents achieve better performance by storing reusable task-solving procedures rather than memorizing every past task, gaining 17.2 points with a 3.6× more compact library.
The author introduces memfmt, a format and library for agent memory that tracks the success and failure of steps, addressing interoperability issues and providing a way for agents to learn from their procedures.
The post questions the reliability of benchmark scores for memory APIs like Mem0 and Zep, noting significant discrepancies between self-reported and third-party numbers on the LoCoMo benchmark, suggesting these metrics may be more marketing than accurate comparisons.
Funes is a durable memory layer for coding agents that enables recall of past session traces, working locally and integrating with Hugging Face datasets.