This weekend, I realised I had become the bottleneck in my own AI setup. I was travelling, working from a coffee shop, and switching between two projects. Every time I went deep into the details, I lost focus on everything else. So I decided to delegate through one central agent ->That created another problem: the central agent had less context than the specialised agents already working on each project. And I did not want to explain everything again.

So I built a small messaging system in SQLite. Now I work from one master session and assign tasks like: ~ Project A: research this topic. ~ Project B: prepare these documents. ~ Each task becomes a message linked to the right project. The relevant agent can retrieve it, continue the work, and update the status. ~ The system tracks when messages are read, completed, commented on, or still waiting. Basically, I built a tiny internal inbox for AI agents and saved me some time and focus (or tokens hehe) 🤖