I saw that article and chuckled, AW.
ChatGPT specifically states on the page that results may be inaccurate and anyone who has used it for more than an hour understands how dense and hallucinatory it can be if the prompt is too far from the desired result.
You also need to check it's work 100% of the time because it's rarely correct the first time!
TLDR: the guy is an idiot.
The only way you can potentially benefit from it is if you can add your reasoning to it. In order to do that, you have to understand what you're doing. It's not magic.
Here is an example of me using Phind in a professional capacity:
https://www.phind.com/search?cache=da457334-4474-45ca-95f9-38fe349cbffb
In this case i'm telling it to refactor it's code about 3 times.
I later spent ~3 min refactoring it and got the code to 1/2 the size and also less logically complex ( so it could be understood later better; i like my code simple and short )
What it ended up doing is the math for me. That was the part where i got a significant speedup in the writing process.
Phind/ChatGPT are really good at writing regex if you are extremely specific and know what you are doing and also test it's code IE run the regex through
regex101: build, test, and debug regex + at least a few permutations of possible input. The nice part is that you can tell it what to redo and eventually get the robot to spit out something useful.
Go figure that an overgrown calculator brain doing it's best human impression turns out to be best at figuring out text parsing and math.

