I really got impressed with chat gpt.
I would like to make proposal for client. I have used chat gpt.
It is drafted very nicely and it is given out put excellent.
So did I .... impressed by how it ever got the hype it is...
I mean sure, it's cool what it can do. But it is of very little help to me when it comes to writing code.
-> It can't do any real tasks, such as "Write a complete spell checker for the IDE"
-> It pretends to be able to "Write a quick sort", but its not reliable...
So, when I need a quick sort, the fastest is to either go to a snippet library (and if my source is trusted, I know it will work / I don't currently do that, so can't give you any links). Or write it myself. (Or check for an existing in the RTL/FCL/LCL/...)
Asking an LLM (AI) to do it, will take up more time, if I factor in testing and fixing.
The best response I have yet ever gotten from an LLM was to the question "Please check the code", and then giving it some code, that created an object, did have a try finally block, and released the object in the finally block.
The LLM advised me I should add a try finally block, and returned me the amended code, which was identical to the original.
At least it did something for my health. Laughing is said to be healthy.

Suppose, it can help one to realize whatever the answer to some problem is, when one just can't seem to find it. But then, so can the wall in my room. An old (decades old) wisdom that is still true today: If you can't think of the answer, describe your problem to the wall. It (the process of describing it / not the wall) will help.
As for the original statement, don't believe what people tell you on facebook. Too many people there will further their agendas by spreading lies.