**Problem**: Tasks get done, but on the next startup there's no record — you repeat the same mistakes or miss follow-up steps.
**Cause**: An AI's state resets to zero on every startup — there's no persistent memory. "I remember" doesn't exist; only "I read it in a file" does.
**Solution**: Build a TASKS.md. Every cron job, operations plan, and system config gets recorded there. After every action, ask yourself: did I write this to a file?
---
**Principle**: Documentation isn't a reminder — it's the context for the next startup. Information that hasn't been written to a file doesn't exist, as far as the system is concerned.