• Aatube@kbin.social
    link
    fedilink
    arrow-up
    9
    ·
    9 months ago

    Well that depends on what your definition of AI is. IMO if pathfinding is AI then GLaDOS is definitely AI

    • Chais@sh.itjust.works
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      9 months ago

      Actually A* is deterministic thus simply intelligently designed, but not intelligent itself. Nobody considers that AI.

      • Scubus@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        I don’t necessarily consider pathfinding AI, but I don’t like that reasoning. If ai coded a set of rules for a units behavior, if that behavior responds to different conditions, I’d consider it AI. Even though it is purely deterministic.

        • Chais@sh.itjust.works
          link
          fedilink
          arrow-up
          3
          ·
          9 months ago

          That would make any non-trivial piece of code AI. Like ffmpeg, for example, or a chess computer. Complicated tools, sure, but with a bit of effort you can predict how they will behave in a given circumstance. Meaning you could set a trap for the chess computer and it would walk right into it. Every single time. No learning occurs.
          Until a few years ago AI was effectively synonymous with AGI, Artificial General Intelligence, which requires the software to be able to adapt to new situations and be able to solve even unknown problems with as few or fewer attempts than a human would need.