Originally published at olund.dev.
I run my coding agents on top of a personal memory system I built: durable
facts live in a markdown file, an indexer embeds them with a local model
(bge-m3), and a recall command does semantic search over the result. Sessions
query it constantly. It looked healthy for months.






