now when I look at a large project, I think “how do I structure this into workflows with as many parallel Claude’s as possible”
Bun creator Jarred Sumner says he designs software projects to run as many parallel Claude instances as possible
Engineer kache described a similar strategy for parallel ChatGPT workflows
Most Activity
@jarredsumner kind of similar. when i look at a large project, I think "how do I structure this into workflows with as many parallel ChatGPT 5.5s as possible"
now when I look at a large project, I think “how do I structure this into workflows with as many parallel Claude’s as possible”
Workflows + remote control are the biggest changes to my day-to-day engineering work in the last 6 months.
Claude can do big projects now.
And it can productively keep going while I’m asleep or running or away from my desk.
It’s a lot like writing multi-threaded code
Usually you have a serial step that queues up tasks to a threadpool. And you want each of those tasks to have ~no dependencies on each other. And then you have a serial post processing step that runs on the results