» Tag
agent-memory
5 postsThe four hidden causes behind an AI agent's vanishing memory writes
Four distinct causes make AI agent memory writes vanish silently: key mismatches, compaction drops, lost-update races, and stale-read writes.
Benchmarking a Markdown Knowledge Graph as AI Agent Memory
IWE tested markdown knowledge graphs as AI agent memory using the LOCOMO benchmark, reaching 96% of a hand-built ceiling with a cheap curator model.
Jean2: A Coding Agent That Evolves Across Sessions via File-Based Memory
Jean2 is a coding agent that writes what it learns into markdown files via opt-in memory, skill and session-search layers, improving through accumulated knowledge rather than model retraining.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comrememori: A Zero-Dependency TypeScript Memory Engine for AI Agents
rememori is a zero-dependency TypeScript library giving AI agents persistent memory by combining cosine similarity, entity graphs and time decay.
What’s the Difference Between RAG and Agent Memory?
Explore the key differences between RAG and agent memory: document management and interaction-based learning processes.