Comment by pigeonhole123
6 hours ago
How do you prompt it so it can run many hours at a time? Or do you run it in some kind of loop that you manage yourself?
6 hours ago
How do you prompt it so it can run many hours at a time? Or do you run it in some kind of loop that you manage yourself?
if you do enough planning up front, you can get a swarm of agents to run for hours on end completing all the tasks autonomously. I have a test project that uses github issues as a kanban board, I iterate with the primary chat interface to refine a local ROADMAP.md file and then tell it "get started"
it took several sessions of this to refine the workflow docs to something claude + subagents would stick to regarding branching strategy and integration requirements, but it runs well enough. my main bottleneck now is CI, but I still hit the weekly limit on claude max from just a handful of these sessions each week, and it's about all the spare time I have for manual QA anyway