I’m ashamed to admit that I once suddenly realized what I had done: I asked the LLM to rename a variable. It took it some minutes or so. With IDE by hand it would have been seconds.
The other day I asked it to update a handful of files using a new pattern I built. It was tedious work, and probably would have taken me 10 minutes, but I figure why not just let Claude do it. Well, it spun up multiple agents, each taking a different approach (one writing a Perl script, the other just doing fancy regex, etc) and 30 minutes later had the result. Granted, it wasn't my 30 minutes it was using, but it felt wasteful nonetheless.
Now, if it's something minor, I'll ask Claude about it, and get the gist of what I need to do, and just do it myself.
The annoying issue sometimes is that while it is faster to do it yourself, the context of the LLM is not updated. So now you have you to mention that and mentioning it is a bit fuzzier sometimes than the LLM simply doing the rename itself, so the context stays up to date.
Now, if it's something minor, I'll ask Claude about it, and get the gist of what I need to do, and just do it myself.