Post by AnnaHas anybody use ChatGPT for programming? I think it would very very handy (less bugs) and less questions on the mailing-list
At least on my experience, it's results are wildly inconsistent for
code, specially for something non-trival. It can be confidently wrong,
and thus would still require you to know what you want to do and fact
check the reply...
I know Home Assistant banned posting AI-generated responses on their
forums when some users decided to create bots that would take
questions from newbies, run them through ChatGPT, and then auto-post
the responses as replies.
The result was mass confusion as often the answers seemed plausible
but contained subtle errors. Dealing with the resulting frustration
and chaos took more volunteer time from those hanging out on the
forums than just dealing with the original questions.
Now, as an individual running a question through such an AI can be
useful, but you have to realize that it has no real measure of
confidence attached to the answers, and it will make up an answer if
it isn't sure. It is very human-like in that sense, but that includes
all the downsides of humans.
I've used it a little - it can be good for giving you alternative
ideas or suggesting starting points, but you have to realize that just
like humans it isn't infallible, and you aren't talking to the
programmer who wrote whatever it is you're trying to deal with. If
you use it for code I'd use it more as a suggestion or template, or
maybe when you already have an approach worked out maybe see if it has
another approach that you might want to consider.
--
Rich