Ppm25coderinpm25coder.hashnode.dev·Sep 3 · 7 min readYour next eval case is already in your logsKey takeaways The eval cases you keep failing to invent are already written — by your incident log, your rollbacks, and the people who report your bugs. A bug report is an eval case that happened in 014A
Ppm25coderinpm25coder.hashnode.dev·Sep 2 · 14 min readAgent memory is a file: how to measure it, organize it, and keep it from silently eating itselfThe file that remembers A growing number of coding agents keep their long-term memory in a Markdown file. Not a vector store, not a graph database — a file you can open, grep, diff, and hand-edit. Tha04PR