00
Blog
notes on memory systems for ai agents
- Introduction9 min
Introducing Brain Memory: a memory system that forgets on purpose
AI agents start every session at zero. The usual fixes treat memory as storage plus search. Brain models it the way remembering actually works — decay, reinforcement, association — in plain files you can read.
- Security8 min
Provenance, not filtering: hardening brain against memory poisoning
A single email can plant a false memory in an AI agent and keep it there. Here is the attack, where brain was exposed, and the write-path gate we shipped in response.