I also use it to evaluate my code. I might have a function or plugin, and I upload it to ChatGPT or Claude and ask for it to evaluate the code, or to find a bug.
Or I upload lines from my site’s error log, and have it suggest what caused the problems.
A great use: I use Charles Proxy to monitor activity on a site, to find the source of a malicious redirect. And once I get the malicious redirect, I give ChatGPT to Charles Proxy log files, and it finds the source of the malicious redirect.
I’ve used Claude to build a WordPress plugin that exposes scripts and other stuff that is normally hidden from view. And then I use Claude in Chrome to diagnose what might be going on on the site — high res images in the post listing page, conflicting scripts, a misplaced character in the functions file, and so on.
I really could go on ...
“I also use it to evaluate my code. “
Wow! You’re into stuff that’s not in my world. I write in C++ using Keil: https://studio.keil.arm.com/auth/login .
Code storage (using GitHub), compiles, links are done in the cloud. Uses MBED library. Executable is downloaded to my computer where I pump it into my device. All of that is free!
This is a post-career “hobby”.