Hacker News new | ask | show | jobs
by majormajor 234 days ago
What I find works best for complex things is having one session generate the plan and then dispatching new sessions for each step to prevent context-rot. Not "parallel agents" but "sequential agents."