|
|
|
|
|
by PaulHoule
146 days ago
|
|
Personally I'm careful about multitasking. If you had two agents working on things in parallel you are going to have more problems stomping on each other's work even if they are working in two different checkouts of the same code. Also in terms of your effort supervising them if you are going back from one to the other you're more likely to get confused. I wouldn't say "never multitask" but I think you should think carefully about a portfolio of things you can work on that don't conflict with each other. One possibility to to race analysis of situations with an LLM. For instance punch in a prompt asking if it can figure out the cause of a bug and go off and try figuring it out yourself in the debugger. Or read or write documentation when it is off on a mission. |
|