@OP: Proofreading AI

Chatgpt is an AI designed to create text like a human, not to write code. Broadly speaking it's averaging the text it was trained with.

That's like a lazy student randomly mixing and copying the homework of several others in a well sounding form, without understanding what (s)he does.

(Or imagine a politician on steroids speaking a lot of nice sound bits without saying anything.)

In code this might lead to very stupid errors which are hard to spot for humans. Like mixing concepts and variables from different sources.

I hope you don't expect us to proofread the output of your AI. That's your business. Our goal is to teach, not to reward laziness.

Probably one day an AI will evolve to a state where a "nifty" designer can train it to produce stable and maintainable code.

But that's not the same thing, like asking chatgpt to spit out code and asking us to maintain it.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery


In reply to Re^2: a nifty utility script from chatgpt (Proofreading AI) by LanX
in thread a nifty utility script from chatgpt by Aldebaran

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.