Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

agent memory

30 articles about agent memory in AI news

HydraDB Raises $6.5M for Persistent Agent Memory, Solving the Session Gap

HydraDB raised $6.5M for persistent agent memory, solving the session-gap problem context windows ignored. The round signals memory as a startup thesis.

78% relevant

Zep AI's Graphiti: Agent Memory Without Schema Is Just Storage

Zep AI's Graphiti enforces Pydantic schemas on LLM entity extraction, preventing generic label collapse and enabling precise querying of agent memory.

95% relevant

GBrain: Garry Tan's Agent Memory Uses Markdown as System of Record

GBrain is Garry Tan's agent memory system using markdown as the system of record, with a self-wiring knowledge graph and overnight dream cycle.

82% relevant

CLAUDE.md Explained: How Anthropic's Agent Memory Works

CLAUDE.md is Anthropic's project config file for Claude Code, now two years old with settled best practices for agent memory and context.

95% relevant

MemFactory Framework Unifies Agent Memory Training & Inference, Reports 14.8% Gains Over Baselines

Researchers introduced MemFactory, a unified framework treating agent memory as a trainable component. It supports multiple memory paradigms and shows up to 14.8% relative improvement over baseline methods.

97% relevant

AI Agents Get a Memory Upgrade: New Framework Treats Multi-Agent Memory as Computer Architecture

A new paper proposes treating multi-agent memory systems as a computer architecture problem, introducing a three-layer hierarchy and identifying critical protocol gaps. This approach could significantly improve reasoning, skills, and tool usage in collaborative AI systems.

85% relevant

Accenture's Memex(RL) Revolutionizes AI Agent Memory for Complex Tasks

Accenture researchers have developed Memex(RL), a breakthrough system that gives AI agents structured, searchable memory for long-horizon tasks. This solves the critical problem of agents losing track of past experiences during complex operations like deep research and multi-step planning.

85% relevant

Replace Karpathy's Agent Memory Automation with This 30-Line /close-day Hook

Background automation fails on laptops; use a simple /close-day skill and date tags in MEMORY.md instead.

95% relevant

Structured Distillation for Personalized Agent Memory: 11x Compression with Minimal Recall Loss

New research introduces structured distillation to compress AI agent conversation history by 11x (371→38 tokens/exchange) while preserving 96% retrieval effectiveness. This enables storing thousands of exchanges in a single prompt while maintaining verbatim source access.

86% relevant

Stateless Memory for Enterprise AI Agents: Scaling Without State

The paper replaces stateful agent memory with immutable decision logs using event-sourcing, allowing thousands of concurrent agent instances to scale horizontally without state bottlenecks.

85% relevant

Cognee Open-Source Framework Unifies Vector, Graph, and Relational Memory for AI Agents

Developer Akshay Pachaar argues AI agent memory requires three data stores—vector, graph, and relational—to handle semantics, relationships, and provenance. His open-source project Cognee unifies them behind a simple API.

87% relevant

Building a Memory Layer for a Voice AI Agent: A Developer's Blueprint

A developer shares a technical case study on building a voice-first journal app, focusing on the critical memory layer. The article details using Redis Agent Memory Server for working/long-term memory and key latency optimizations like streaming APIs and parallel fetches to meet voice's strict responsiveness demands.

76% relevant

AI Agents Get a Memory Upgrade: New Research Tackles Long-Horizon Task Challenges

Researchers have developed new methods to scale AI agent memory for complex, long-horizon tasks. The breakthrough addresses one of the biggest limitations in current agent systems—their inability to retain and utilize information over extended sequences of actions.

87% relevant

Beyond RAG: How AI Memory Systems Are Creating Truly Adaptive Agents

AI development is shifting from static retrieval systems to dynamic memory architectures that enable continual learning. This evolution from RAG to agent memory represents a fundamental change in how AI systems accumulate and utilize knowledge over time.

85% relevant

AI Memory Survey: Three Systems Needed for Human-Like Recall

A new survey paper proposes that modern AI requires three distinct memory systems—parametric, retrieval, and agent memory—to achieve human-like cognition, highlighting control as the key bottleneck.

80% relevant

Distillery 0.4.0 Stabilizes Its MCP API

Distillery 0.4.0 stabilizes its MCP API surface, enabling reliable agent memory and team knowledge bases for Claude Code workflows.

90% relevant

AgingBench: AI Agents Lose Reliability Over Time & Memory Fails

UT Austin paper finds AI agents degrade over time via memory errors. Proposes AgingBench to measure reliability decay across sessions.

100% relevant

Neo4j's agent-memory: Open-source unified memory for AI agents via knowledge graphs

Neo4j releases agent-memory, an open-source unified memory layer for AI agents using knowledge graphs, enabling persistent structured recall.

75% relevant

Hermes Agent's Three-Tier Memory Cuts Context Bloat, Keeps 2,200-Char Core

Hermes agent's three-tier memory uses two tiny markdown files (2,200 chars), SQLite FTS5 search (10ms over 10K docs), and 8 pluggable providers. The composition solves the always-on vs. deep recall trade-off.

91% relevant

MNEMA: A Witness Lattice for Multi-Agent AI Memory

Today's agentic AI fails three ways: agents miscoordinate, memory gets quietly poisoned, and decisions can't be audited. A new EUMAS 2026 submission argues the fix is to stop treating memory as static records. Make it *living* — every memory unit becomes an autonomous cryptographic witness that interacts with other witnesses (agree, disagree, give birth to new witnesses, split, coalesce, retire), and decisions emerge from a fixed signed protocol rather than from a single orchestrator.

100% relevant

OpenAI Codex Update Adds macOS Agent, Browser, Memory; 3M Weekly Users

OpenAI released a major Codex update featuring background macOS automation, an in-app browser, persistent memory, and 90+ plugins. With 3M weekly users and nearly half of usage now non-coding, Codex is being repositioned as a general work agent.

100% relevant

Mind: Open-Source Persistent Memory for AI Coding Agents

An open-source tool called Mind creates a shared memory layer for AI coding agents, allowing them to remember project context across sessions and different interfaces like Claude Code, Cursor, and Windsurf.

85% relevant

Nous Research's Hermes Agent Features Self-Improving Skills, Persistent Memory

A new evaluation of Nous Research's Hermes Agent highlights its self-improving ability to build reusable tools from experience and a smarter persistent memory system that conserves token usage. The agent reportedly improves with continued use, representing a shift towards more adaptive AI systems.

85% relevant

Memory Systems for AI Agents: Architectures, Frameworks, and Challenges

A technical analysis details the multi-layered memory architectures—short-term, episodic, semantic, procedural—required to transform stateless LLMs into persistent, reliable AI agents. It compares frameworks like MemGPT and LangMem that manage context limits and prevent memory drift.

95% relevant

MemoryCD: New Benchmark Tests LLM Agents on Real-World, Lifelong User Memory for Personalization

Researchers introduce MemoryCD, the first large-scale benchmark for evaluating LLM agents' long-context memory using real Amazon user data across 12 domains. It reveals current methods are far from satisfactory for lifelong personalization.

74% relevant

Did You Check the Right Pocket? A New Framework for Cost-Sensitive Memory Routing in AI Agents

A new arXiv paper frames memory retrieval in AI agents as a 'store-routing' problem. It shows that selectively querying specialized data stores, rather than all stores for every request, significantly improves efficiency and accuracy, formalizing a cost-sensitive trade-off.

70% relevant

Hindsight AI: How Biomimetic Memory Systems Are Revolutionizing Agent Intelligence

Hindsight, an open-source AI memory system, achieves state-of-the-art performance on the LongMemEval benchmark by mimicking human memory structures. Unlike traditional RAG approaches, it employs parallel retrieval strategies to enable agents that don't just remember—they learn.

95% relevant

Hybrid Self-evolving Structured Memory: A Breakthrough for GUI Agent Performance

Researchers propose HyMEM, a graph-based memory system for GUI agents that combines symbolic nodes with continuous embeddings. It enables multi-hop retrieval and self-evolution, boosting open-source VLMs to surpass closed-source models like GPT-4o on computer-use tasks.

72% relevant

Google's 'Always-On Memory Agent' Could Revolutionize How AI Remembers and Learns

Google has unveiled an experimental 'Always-On Memory Agent' system that gives AI persistent, evolving memory capabilities. This breakthrough could transform how AI assistants learn from continuous interactions and maintain context across sessions.

85% relevant

Google's Always-On Memory Agent: The AI That Never Forgets

Google has unveiled Always-On Memory Agent, an open-source AI system that maintains continuous memory across sessions. The agent learns from user files and connects ideas autonomously, promising affordable 24/7 operation when paired with Gemini 3.1 Flash-Lite.

95% relevant