Re: AI generated code

Liste des GroupesRevenir à cl c++ 
Sujet : Re: AI generated code
De : Muttley (at) *nospam* DastardlyHQ.org
Groupes : comp.theory comp.lang.c++
Date : 07. Apr 2025, 09:29:16
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vt02cs$3ad4n$1@dont-email.me>
References : 1
On Sun, 06 Apr 2025 08:37:17 GMT
Mr Flibble <flibble@red-dwarf.jmc.corp> wibbled:
I have an interesting observation about using AI to write code. I tried
ChatGPT, Grok and DeepSeek and none of them could reliably generate code
in the form of a large C++ enum and associated array based on a table of
input values however I was able to get ChatGPT to write some C++ code to
parse the input data directly to generate that code.
>
You have to be smart about how you use AI leveraging your own software
engineering knowledge to navigate LLM hallucinations. Less of the trust
and more of the verify.

I'm not an expert on LLMs by any means, but I suspect the syntatic and
semantic reconstruction of human language is fairly flexible because the
grammar is fairly flexible. Obviously this is not the case for a computer
language which needs to be absolutely bang on syntatically and with everything
in the correct order and with certain things that must be done or it won't work.

#compsci #ai #meta #ChatGPT #Grok #DeepSeek #cpp #coding

Umm, I'm pretty sure hashtags have zero effect on usenet.


Date Sujet#  Auteur
7 Apr 25 * Re: AI generated code2Muttley
7 Apr 25 `- Re: AI generated code1yeti

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal