|
|
|
|
|
by gndp
61 days ago
|
|
Thanks for sharing a realistic workflow in detail, I think that would be very useful, specially thinking in terms of "same good software engineering practices" and maybe even going a step further to decouple things when designing future projects. Thinking about it again, when i tried to use parallel agents last time, I ended up having a lot of overhead in merging and testing the features. Maybe part of it is to either allocate small tasks to each agent, when complete isolation of codebase is not expected, to make the changes easy to test. I definitely feel a bit more encouraged to try out a bit more parallalization in my work by being more mindful of the surface area of the feature. |
|