Hacker News new | ask | show | jobs
by arctide 38 days ago
been running speculative parallelism (3 agents same task, different worktrees, compare results) on claude code for a few months now.

And a couple of things happening with that are similar to what Claudette is doing.

Having each agent have their own version of the project is the best basic way to set it up. But the slowdown isn't how well the files are kept separate from each other after a short time, it's that each of these versions of the task slowly changes in how they understand things, and this difference doesn't show up until you look at three totally separate answers. I was constantly creating a single place to see how much of Claude's allowance each one was using, what stage of the process each was at, and what each had most recently done with a tool, and I did this by hand with tmux and jq before deciding it wasn't going to be a good solution.

congrats on shipping.