One particularly striking way to realize the limitations of the current LLMs: ask them to create an ASCII art banner of any word, e.g. PERLMONKS or OUTLOOK.

They "understand" what an ASCII art banner is, they will produce an aesthetically pleasing output that is in a consistent style and (usually) features readable, well-formed letters... but the actual text will be invariably wrong.

What's funny about it is that if you keep prompting them that "that's wrong, please make sure that it spells exactly 'PERLMONKS'", they will keep apologizing and producing different, but often increasingly bad output.

By the way, at $work we wanted to hire a backend programmer recently, and we gave a homework exercise for the candidates with a good enough CV. Almost all of them used an LLM to produce the solution, some of them didn't even bother to remove the obvious garbage from the end of their submission. What's scary about it is that ChatGPT is advanced enough to produce an almost good solution out of the box, usually it either compiles right away or you have to fix one or two lines at most. The solutions were good enough that they figured out the main "point" of the exercise and they managed to avoid some of the common pitfalls, however none of them were 100% correct.


In reply to Re: Is ChatGPT like having a thousand monkeys? by kikuchiyo
in thread Is ChatGPT like having a thousand monkeys? by talexb

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.