← Back to context

Comment by azinman2

4 days ago

I often have 10+ running in parallel. I’m attacking parallel problems that aren’t interdependent. Sometimes adding additional products can bring me up to 15+.

Gotta have really good test harnesses so they can largely fix themselves.

But how do you cover such amount of multi tasking? Could you give an example? I mean what kind of tasks allow such a parallelization?

  • context switching across the entirety of the feature surface for an app

    You could easily have agents to work on login page, messaging feature, database/data model update, recommender system, backend api, etc

    • We have our doubts about this. Can you share your code or product? Anecdotally, my mistakes and lack of understanding exponentiate the more I try to parallelize.

      1 reply →

    • But you have to keep it in your head, and remember all stuff at the same time. How is it possible to track, and do reviews one after another? Or are these pretty long running agents?

      2 replies →