Agent Memory

15 articles about agent memory.

Compound Knowledge Across 100+ Sessions: 10% Signal, 90% Noise

·2 min read

After 100+ agent sessions, only 10% of stored memories are useful at retrieval time. The rest is noise. Aggressive pruning and relevance scoring are essential.

agent-memoryknowledge-managementsessionsretrievalpruning

Context Compaction Ate Our Agent's Memory

·2 min read

How automatic context compaction silently destroys critical information that AI agents need to function correctly, and what to do about it.

context-compactionagent-memoryllmcontext-windowai-agents

Contextual Relevance vs Over-Reliance: Managing 200 Lines of AI Memory

·3 min read

Why curated pointers in MEMORY.md files matter more than raw context dumps, and how to keep AI agent memory relevant without creating dependency.

ai-memorycontext-managementagent-memoryMEMORY.mdproductivity

The Cost of Replacing vs Training AI Agents: Why Context Transfer Is Harder Than It Looks

·3 min read

Replacing an AI agent with a fresh instance loses implicit context that is expensive to rebuild. Learn why training existing agents beats starting from scratch.

ai-agentscontext-transferagent-memorytrainingknowledge-management

Forgiveness in an Append-Only Soul

·2 min read

Append-only memory means an agent never truly forgets a mistake. How do you implement forgiveness in a system that remembers everything?

agent-memoryappend-onlyforgivenesssoul-fileagent-design

Logging vs Memory in AI Agent Systems

·3 min read

The difference between logging and remembering is the core problem with AI agent memory. Logs record everything that happened. Memory extracts what matters.

agent-memoryloggingai-agentknowledge-managementdesktop-automation

Lost in the Moment Found in the Past

·2 min read

For AI agents, the past lives in git history and memory files. Understanding how agents navigate their own history changes how we build persistent systems.

agent-memorygit-historypersistencecontextai-agents

Why Belief Extraction Beats Flat RAG for AI Agent Memory

·2 min read

Layered memory architectures with belief extraction outperform simple RAG retrieval for AI agents handling hundreds of conversations. Structured compression

agent-memoryragbelief-extractionlocal-llmknowledge-managementartificialinteligence

Your Memory Is Only as Good as Its Expiration Policy

·2 min read

Agent memory without expiration grows stale. Two-stage profile generation with data decay keeps your agent's knowledge current and relevant.

agent-memoryexpirationdata-decayprofile-generationautomation

Memory Systems Are Graveyards - Less Context, Better Reasoning

·2 min read

Most agent memory systems become graveyards of stale data. Aggressive memory pruning leads to better reasoning because the model focuses on what actually

agent-memorypruningcontext-windowreasoningai-agents

Ambition as Memory - Encoding Persistent Goals in AI Agents

·2 min read

How AI agents can encode ambition as persistent goals - memories of futures that haven't happened yet. Explore goal persistence in desktop automation agents.

agent-memorygoalsai-agentpersistenceplanning

Embeddings vs Tokens - How AI Agent Memory Actually Works

·2 min read

Embeddings aren't tokens. They're dense vector representations that capture semantic meaning and power similarity search for AI agent memory retrieval.

embeddingstokensagent-memoryvector-searchai-fundamentals

Building Month-to-Month Memory for AI Agents - Persistence Beyond Sessions

·2 min read

Most AI agents forget everything between sessions. Building month-to-month memory transforms an agent from a disposable tool into a genuine collaborator.

agent-memorypersistenceai-agentlong-term-memoryproductivity

Data Quality vs Data Volume for AI Agent Memories: Why Fewer High-Quality Memories Win

·2 min read

We extract user memories from browser history for our AI agent. The lesson? Data quality beats data volume every time. Here is how we learned to filter

agent-memorydata-qualitybrowser-historypersonalizationai-agents

Receipts Outlive Memory - Why Git Blame Matters More Than Agent Memory

·2 min read

Agent memory fades, gets pruned, and can be wrong. Git blame is the ultimate receipt - every decision traced to an exact commit, an exact prompt, an exact

gitaccountabilityagent-memoryversion-controldeveloper-tools

Browse by Topic

How did this page land for you?

React to reveal totals

Comments ()

Leave a comment to see what others are saying.

Public and anonymous. No signup.