Nevertheless... from my point of view as a senior developer:
I refactored a website in 6 hours, which would take a week of my personal time if I do it without AI. No one would make this work but me. I wouldn't outsource this work.
This website was written about 2010 from a guy, who could barely write HTML and PHP and his knowledge was 10 years old at THIS point he wrote the website. I know this guy since 1998 and... yes... until 2015 I used to call him a friend (but what happen is something not to talk about here - long story short, it was a bias of me, I was always not more than a cashcow for him).
He had built more websites and they are all looking the same (so a copypasta guy). Coincidentally I met a woman from marketing later in another job and we found, we both know this guy. More funny, THIS was the person who taught him basic html and this specific websites was the code, she gave him as example and training at this time. And it was before I met the guy - so... before 1998. There is no big space between invention of www in 1993 to 1998.
Let me say: A lot of shit inside the code. It was my page, the guy was coding it for me. I fully inherited the page in 2018 and since then, I would do something about the crap.
I saw the issues and was disgusted:
html tables as design elements
simply errors from someone using PHP3 behavior. Bad behavior.
No CSS, but IF, then inline styles
I ported some parts to PHP 5.6 in 2018 before, later PHP 7.4. But we have Version 8.3 now.
Not UTF-8 and UTF-8 characters (but html entities like && amp;)
yeah... and marquee tags. There is nothing more 1990-ish than this!
It's like cleaning the toilet of someone, who build a toilet over a big hole digged into soil and never cleaned something.
And it's very annoying work.
So, I didn't really want to touch this. BUT I need to do.
Now I have Claude AI Code and I asked the agent for help. And he made an overall good job (far better then said guy). Not in particular all cases, but with a little help and hints from me, it could manage it.
I orderd Claude, what it has to do. I only adjusted about 10 codelines by myself. I checked every step. All of the list above is solved.
My impression: I could give Claude tasks, which I would give to a junior developer.
The code is now in a state, I can work with better. There are still some structures I have to rework (e.g. <center> tags). But now I can handle it.
For this kind of work, AI is a big help. But I refuse to think about AI being "intelligent" or "creative". It is a tool, which is working well for annoying tasks.
Nothing more. Nothing less.