(no title)
thrwthsnw | 9 months ago
I do notice the same lack of flow when using an agent since you have to wait for it to finish but as others have suggested if you set up a few worktrees and have a really good implementation plan you can use that time to get another agent started or review the code of a separate run and that might lend itself to a type of flow where you’re keeping the whole design of the project in your head and rapidly iterating on it.
bluefirebrand|9 months ago
This doesn't work because you still have to read and verify all of the stuff your agents produce
So the new workflow is: Move up an abstraction level to use an agent to produce code Then move down an abstraction level to review the code it produces
This sounds like way more cognitive overhead and way harder (and therefore probably slower) to do than just writing the code by hand in a good flow
dgb23|9 months ago