Press Space to continue
Finding signal on Twitter is more difficult than it used to be. We curate the best tweets on topics like AI, startups, and product development every weekday so you can focus on what matters.
Press Space to continue
Press Space to continue
This week has been pure exploration, trying different ideas for improving my AFK agent setup. Friday's approach has been a daemon that sits on your machine. It schedules agents sandboxed via Sandcastle (my library). Because it's always-running, you can operate it at maximum concurrency 24/7. It creates a plan via an agent. This plan is a DAG of PR branches. If a PR branch relies on another one, it'll resolve that one first before going to the next. If something fails, you can ping theā¦