Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Juggle 10+ projects in parallel without getting overwhelmed
Learn how to manage 15+ parallel AI projects using tmux, prompt-triggered monitoring, and a local dashboard, leveraging AI tools efficiently.
I am building what Claude described to be a Project Awareness System.
As a developer I can now trust Claude to let me plan with it then have it write the code, but that leads to a lot of wait time. So I started working on multiple projects in parallel, each in a different tmux window so I don’t end up having to wait. However, one project often begets often projects that it depends, so over time I found myself with over 15 parallel projects all in-progress. And with this I got lost in what to do next, and so did Claude.
To address this I started building a web dashboard of all my current projects that gets its data from monitors running in hooks, on prompts and as a daemon.
I call this software Endless. It is still very early and very much a work in progress.