Earlier quoted context omitted.
On one codebase I work with, there are often tasks that involve changing multiple files in a relatively predictable way. Like there is little creativity/challenge, but a lot of typing in multiple parts/files. Tasks like these used to take 3-4 hours complete before just because I had to physically open all these files, find right places to modify, type the code etc. With AI agent I just describe the task, and it does…
Did you ever consider refactoring the code so that you don't have to do shotgun surgery every time you make this kind of change?
At the same time refactoring probably takes 10 minutes with AI.