|
|
|
|
|
by latchattack
6 days ago
|
|
I generally try to get a few parallel workstreams going, and try to cap concurrent tasks based on effort of build/review. For me the bigger bottleneck is when a number of agents finish simultaneously and all require big reviews requiring thoughtful project context. So i try to stagger the big rocks and chip off smaller ones in parallel. Also being able to complete the smaller tasks and move on makes me feel less brain mush from parallelizing. I use a project decision layer too to provide guidance across sessions. This makes me feel more confident in their work staying aligned with project direction. Wonder how others determine when agents are running normally or when they need some human judgement. |
|