ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.AIPaper

Fortunate Recall: Ontology-Driven Memory Lifecycle Management for Persistent Coherence in LLMs

Memory is becoming table stakes for long-running agents, and this tackles a real problem: generic memory systems bloat fast and retrieve badly. The 10+1 ontology for fact behavior is clever, and the 76.9% pass rate on their temporal benchmark is a meaningful jump over existing systems. Build persistent agents? You need to think about which memories matter and when to forget them. This gives you a framework.

arXiv cs.AIPaper

Kernel-Managed Shared Memory for System-Wide Personalization

This is a real systems engineering problem: multi-agent applications need shared context without security leaks or injection attacks. The results are statistically significant and the gains are substantial. For teams building agent platforms or multi-agent workflows, this architectural pattern matters. The tradeoff is complexity: you need to build the kernel abstraction, which isn't trivial.

arXiv cs.AIPaper

What Should an Agent Forget? Separating What Is Stored from What Is Used

Long-context memory for agents is a real problem, and the idea of separating storage from retrieval is sound. But this is still research-stage; the experiments are on relatively clean domains and the frozen curator assumption limits adaptability. If you're building agents with evolving memory, the conceptual framework is useful even if you won't use this exact system.

arXiv cs.AIPaper

MeClear: Cooperative Game-Theoretic Attribution and Risk-Aware Memory Clearance for Long-Horizon LLM Agents

The problem is real: retrieval-augmented memory in agents is often dumb, pulling in evidence that actively hurts performance. MeClear's use of Shapley values to measure downstream utility is technically sound, but it's one of many memory-management proposals in a crowded space. Build this if you're already wrestling with memory conflicts in production agents, otherwise wait to see if simpler heuristics work.

Hacker News (AI, 50+ points)Article

Show HN: Engrim – A universal, local-first SQLite memory engine for AI CLIs

Memory is the hard problem in CLI agents and this is a pragmatic approach. SQLite's durability and local-first model eliminate the latency and privacy tax of remote storage. It's a smart architecture for the narrow case of terminal-based workflows, but success depends on adoption: one good integration point (Claude CLI, if it existed) would change the utility math entirely.

arXiv cs.CLPaper

Does Your Agent's Memory Survive a Model Upgrade? A Controlled Study of Memory Portability

This is a real problem that nobody talks about until it breaks them. Agents with RAG or notes-based memory are fragile across model updates. The fix is obvious: use structured schemas. But the paper gives you numbers to justify the work, which is valuable. If you're building stateful agents expected to persist through model upgrades, you need this finding. It's not urgent today, but it will be.

arXiv cs.CLPaper

RuleMem: Active Rule Memory for Long-Term Conversational Agents

Long-term memory in conversation has been mostly passive retrieval; RuleMem adds active rule induction to catch patterns across dialogue and apply them to future turns. It beats 14 baselines on established benchmarks, which is credible. If you're building conversational AI with multi-turn context or memory, this approach to structuring dialogue history is worth testing. The method is practical and the evaluation is thorough.

Hugging Face BlogArticle

Give Your Coding Agents a Memory You Own

The headline is about ownership of agent state, which matters for deployed systems. But without seeing the actual architecture or performance data, this reads like a reference implementation, not a breakthrough. Glance at it if you're building multi-turn agent workflows.

arXiv cs.CLPaper

UTILMEM: Benchmarking Evidence Utilization in Long-Term Conversational Memory

Long-term memory is where chatbots fail visibly. This benchmark measures something concrete: can the system find the relevant fact buried in 50 conversations ago and actually use it. If you're building persistent assistants or stateful agents, run this test. The diagnostic is sharper than most memory benchmarks because it intentionally includes distractors and implicit relevance.

arXiv cs.AIPaper

Measure Before You Manage: Evaluating Agent Working Memory in Coding Agents

This is aimed at builders optimizing agent memory under token budgets. The insight that semantic heterogeneity matters for context management is real, and the paper shows token budgets alone don't predict actual context utility. Useful if you're tuning a coding agent and hitting memory walls, but the guidance is architectural rather than immediately actionable.

arXiv cs.LGPaper

MedCache: Efficient and Temporally Valid Memory for Longitudinal Clinical Agents

Real practical value for anyone building clinical agents. The core finding—that temporal validity matters more than context length—should change how you structure memory. The benchmark itself is useful. But this is clinical-domain-specific and doesn't generalize to other long-horizon agent problems. If you're not building in healthcare, this is reference material at best.

arXiv cs.CLPaper

Agent Zero Memory: Provenance-Aware Long-Term Memory for LLM Agents

If you are building multi-turn agents that need to reason over user history, files, and external sources without hallucinating or losing context, this triple-memory design is worth adopting. The provenance layer is key: it lets you explain where facts came from and when they changed. Not groundbreaking, but a production-grade architecture that solves a real agent problem.

arXiv cs.AIPaperClaude Watch

Recursive Experiential-Working Memory Evolution for Long-Horizon Agent Harnesses

The core idea, separating working memory for task tracking from experiential memory for skill selection, addresses a real failure mode in long-horizon agents where growing context obscures what the agent should actually be doing. The reported gains on tau-bench for both GPT and Claude Opus suggest this isn't tuned to one model family. Worth reading if you're building agent harnesses that fail on multi-step tasks past a certain history length, though as with most agent papers, replication outside the benchmark set matters more than the reported numbers.

Hacker News (AI, 50+ points)Article

Micron announces $10B research hub in Boise

Memory is the quiet bottleneck behind every AI infrastructure buildout, and a dedicated $10B research lab signals Micron betting that HBM and next-gen memory demand from AI training will keep compounding for a decade. For infra investors this is a supply-side signal worth tracking alongside NVIDIA and TSMC capacity news, but it's a long-horizon bet with no near-term product implications for builders.