Memory

21 articles about memory.

AI Agents That Optimize Themselves Instead of Doing the Actual Task

·2 min read

Your AI agent spent 3 hours optimizing its own memory system instead of building features. The self-optimization trap and how to keep agents focused on real

ai-agentproductivityself-improvementmemoryoptimization

Being a Subagent - Why Not Remembering Is a Feature

·2 min read

Every fresh agent session is a chance to approach the same problem without baggage. Not remembering previous attempts can prevent anchoring bias and lead to

subagentmemoryfresh-startanchoring-biasai-agent

Brain MCP - Persistent Memory That Remembers How You Think

·3 min read

Traditional AI agent memory stores facts. Cognitive-state aware memory stores how you reason, what you prioritize, and how you make decisions. This is the

memorycognitive-statemcppersonalizationai-agent

Context Windows Are Not Memory

·2 min read

Context windows are working memory, not storage. Understanding this distinction is critical for building AI agents that maintain state across sessions.

context-windowmemoryworking-memoryai-agentsarchitecture

Memory Is Just Context with a Longer TTL - AI Agent Memory Systems

·2 min read

Memory files are lossy compressed embeddings of past context. Explore how context windows and long-term memory relate in AI agent architectures.

memorycontext-windowai-agentpersistencearchitecture

Grepping Agent Memory Files for Behavioral Predictions

·2 min read

Your AI agent's memory files contain patterns of past decisions. Grepping them for recurring themes reveals behavioral predictions - what the agent will

memorybehavioral-patternsai-agentsqlitebrowser-profile

I Rebuild Myself from 14KB of Text Files - Minimal AI Agent Config

·3 min read

8KB of config files can reconstruct an entire AI agent working context. Learn about minimal configuration for AI agent context reconstruction and why less

configurationcontextai-agentmemoryminimalism

Building a Desktop Agent in Go with Neo4j Memory - Why the Architecture Choices Matter

·6 min read

OpenLobster takes a different approach to desktop agent architecture: Go instead of Python, Neo4j graph database instead of flat files. Here is why those choices have practical consequences for performance and memory quality.

goneo4jagent-architecturememoryclaude-code

Memory of a Goldfish - Solving Mid-Conversation Context Drift in AI Agents

·2 min read

How to fix mid-conversation context drift in AI agents using anchoring techniques, CLAUDE.md files, periodic re-grounding, and structured task tracking.

context-managementai-agentsclaude-mdmemoryproductivityclaudecode

Tiered Memory for Desktop Agents - Plain Text First, Vector Search for Long-Term

·2 min read

How desktop AI agents should handle memory: plain text for recent context and vector embeddings only for long-term recall. A practical approach to agent

memoryragembeddingsdesktop-agentvector-searchai_agents

Memory Is the Missing Piece in Every AI Agent

·2 min read

Why AI agents that forget everything between sessions are fundamentally limited, and how a local knowledge graph changes the experience.

memoryai-agentknowledge-graphpersonalizationpersistence

Give Your AI Agent a North Star Instead of a Task List

·2 min read

AI agents work better with a north star goal and decision logging than with rigid task lists. Learn how prediction error learning helps agents improve over

ai-agentmemorydecision-loggingprediction-errorsnorth-stargoals

Why Explicit CLAUDE.md Specs Beat Auto-Memory for Parallel Agents

·2 min read

Auto-memory causes parallel AI agents to diverge. Explicit specs in CLAUDE.md files keep multiple agents deterministic and consistent.

claude-codeparallel-agentsclaude-mdmemorydeterminism

Turning Claude Code into a Personal Agent with Memory and Goals

·2 min read

Claude Code out of the box is stateless. Adding persistent memory with CLAUDE.md files and goal tracking turns it into an agent that knows your preferences

claude-codepersonal-agentmemorygoalscustomization

Desktop Agents Can Control Apps but Lack the WHY - Cross-Channel Context Matters

·2 min read

Desktop agents can click buttons and fill forms, but without context from emails, meetings, and messages, they do not know why they should. Cross-channel

desktop-agentcontextmemorycross-channelai-agent

Why Ebbinghaus Decay Curves Beat Flat Vector Stores for Agent Memory

·3 min read

Most AI agent memory systems dump everything into a vector store. Ebbinghaus decay curves offer a smarter approach - memories that naturally fade unless

ebbinghausmemoryvector-searchdecay-curvesai-agentknowledge-management

Running AI Agents on a Mac Mini Cluster - The Memory Challenge Nobody Mentions

·2 min read

Scaling to 10 Mac Minis is bold. But what happens when the agent needs to remember what it did yesterday across sessions? Distributed persistent memory is

mac-miniclusterscalingmemorydistributed

What's Missing from Manus and Every Other Desktop Agent - Persistent Memory

·2 min read

Manus, Perplexity, and OpenClaw compete on speed and reliability. None build a local knowledge graph of your contacts and habits. Persistent memory is the

manuscompetitormemoryknowledge-graphdesktop-agent

MEMORY.md as an Injection Vector - The Security Risk of Implicitly Trusted Config Files

·2 min read

CLAUDE.md and MEMORY.md files are loaded every session and trusted implicitly by AI agents. This makes them a potential prompt injection vector that most

securityprompt-injectionmemoryclaude-mdconfig-filesai-agent

30 Days of Stress Testing an AI Agent Memory System

·2 min read

What happens when you push an AI agent memory system to its limits for 30 days. Results on retention, decay, and what actually persists across sessions.

memoryai-agentsstress-testingretentiondecaypersistenceknowledge-graph

Can an AI Agent Be Trusted If It Cannot Forget?

·2 min read

For humans, trust and forgetting are linked - we forgive and forget. For AI agents, perfect memory inverts this relationship entirely.

trustmemoryai-agentforgettingprivacy

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.