decay

Tag

Cards List
#decay

Why decay is the wrong model for agent memory facts (and what write-time supersession actually looks like)

Reddit r/AI_Agents · 2026-07-28

The article critiques treating fact staleness as relevance decay in agent memory, advocating for splitting memory by type at write time and using write-time contradiction checks for facts instead of decay, citing Mem0's implementation. It warns that decay works for episodic data but not for facts, which can lead to agents confidently stating contradictory information.

0 favorites 0 likes
#decay

An open source natural temporal memory for claude code, hermes and openclaw agent

Reddit r/ArtificialInteligence · 2026-06-21

agentmemory is an open-source library that provides natural temporal memory for AI agents like Claude Code, Hermes, and OpenClaw. It uses a three-tier architecture with hybrid retrieval (BM25, vector, knowledge graph) and Ebbinghaus decay, achieving ~92% fewer tokens and 200x more tool calls before context limits.

0 favorites 0 likes
#decay

our AI agent isn't getting dumber. The memory underneath it is just rotting and nobody told you.

Reddit r/AI_Agents · 2026-05-26

This article explains that AI agents don't actually get dumber over time; instead, their underlying memory accumulates corrupted context from stored assumptions, summaries, and contradictions, leading to performance degradation. Most systems lack the ability to revise or forget information, causing decay.

0 favorites 0 likes
← Back to home

Submit Feedback