Hacker News new | ask | show | jobs
by bluefirebrand 378 days ago
> Just move up an abstraction level and put that flow into planning the features and decomposing them into well defined tasks that can be assigned to agents

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