in reply to Re^2: AI in the workplace
in thread AI in the workplace

For some reason, I didn’t this time. But it’s interesting how different the answers tend to be when the question is or is not in English.

For example, when I played with the AI, I remembered a short story from a Soviet author (or authors, I think it was from Strugatsky brothers) I read in the 80s. It was about someone who built a computer that was able to ask or answer any question. The protagonist had to find a question the computer couldn’t answer in order to proceed, and when the computer was explaining the rules, it said: "You can’t ask questions with false presuppositions like ‘Is it really you, Ivan Ivanovich?’ or ‘Why do ghosts have their hair cut short?’" (In the end, the question that bricked the computer was "Can you find a question to which you can’t find an answer?"). So I tried asking the AI about ghosts’ haircut. In English, the answer was rather long, explaining that a ghost’s head is usually covered in a sheet so we don’t see its hair, blah blah. In Czech, the answer was quite short: "Because they’re afraid of long cuts." (Sounds like a punchline, but it’s not funny).

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^4: AI in the workplace
by LanX (Saint) on Jun 01, 2025 at 11:28 UTC
    On another note, I usually activate subtitles on YouTube videos, because I'm often unsure with all those English accents.

    It's often funny to see some results, like "fartland"° for "fatherland" , or "David Davis the breakfast coordinator in brothels" for "brexit coordinator in Brussels".

    And these are the bases for subtitles in other languages, which worsens the chances of our human error correction (what?) to step in.

    It's also reassuring me that I'm not the problem when struggling to understand English speakers. ;)

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

    °) actually "Furzland", because it defaulted to German subtitles

Re^4: AI in the workplace
by LanX (Saint) on Jun 01, 2025 at 11:11 UTC
    > "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

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

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

      Come on, every physics expert knows that all odd numbers are prime:

      • 3 is prime
      • 5 is prime
      • 7 is prime
      • 9 is ... a measurement error
      • 11 is prime
      • 13 is prime
      • ... and so on

      (Yeah, it's a very old, lame joke. And I'm old enough to repeat it as often as I like.)

      Alexander

      --
      Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)