> "Can you find a question to which you can’t find an answer?"

I was expecting this, self-referential problems are the core of many proofs like Gödel's incompleteness or Turing's halting problem.

Your author just wrapped a story around it. :)

Which is also a reason why you can't generally prove that algorithms are correct.

To get back to the topic, the problem with AI/LLM at the moment is that they are based on statistical pattern matching not logic.

Simplified, they might produce solutions on assumptions like "all odd numbers are prime" because they saw the pattern till 7.

(I hope there is a God protecting us once a vital system encounters 9. ;)

This is simplified because LLMs are normally trained on human input making clear that 9 isn't prime.

But the lack of more human input - the Internet is finite - is the sharpest needle pointing at the current bubble.

Still AI is very good at areas which don't require logic, like English orthography, and helping me finding the distinction between "proofs" and "proves" ;)

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


In reply to Re^4: AI in the workplace by LanX
in thread AI in the workplace 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.