• Dasnap@lemmy.world
    link
    fedilink
    English
    arrow-up
    54
    ·
    10 hours ago

    Saying it’s AI even when it’s completely irrelevant makes it modern and cool though.

      • PunchingWood@lemmy.world
        link
        fedilink
        English
        arrow-up
        18
        arrow-down
        1
        ·
        edit-2
        9 hours ago

        It’s like how they slapped ‘Smart’ on every tech product in the past decade. Even devices that are dumb as fuck are called ‘Smart’ devices. Words entirely lost their meaning because of advertisers abusing trendy words.

        Even ‘AI’ is being abused. I always thought of AI as artificial consciousness, an unnatural and created-by-humans self-aware and self-thinking being. Most of the AI products now are just search engines, image generators and apps being programmed to do something. In fact stuff like ChatGPT would’ve made more sense to actually be called ‘Smart’ search engines instea of ‘AI’. They might be technological achievements, but they’re not AI.

        • TimeSquirrel@kbin.melroy.org
          link
          fedilink
          arrow-up
          4
          ·
          6 hours ago

          It’s like how they slapped ‘Smart’ on every tech product in the past decade.

          When I was a teen, it was “e”-everything. E-mail, e-pets, e-bologna, e-games, e-surance, whatever. eBay is a relic of this era.

        • hedgehog@ttrpg.network
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          2
          ·
          7 hours ago

          It’s like how they slapped ‘Smart’ on every tech product in the past decade. Even devices that are dumb as fuck are called ‘Smart’ devices.

          I’m not a big fan of “Smart” as a marketing term, either, but “Automatable” doesn’t exactly roll off the tongue, and “Connected” doesn’t really have the same appeal. That said, “smart” was used pretty consistently to refer to devices that could be controlled as part of a “smart home.” It wasn’t supposed to refer to a device that itself was intelligent, though.

          I always thought of AI as artificial consciousness, an unnatural and created-by-humans self-aware and self-thinking being.

          Sounds like you’re thinking of AGI (artificial general intelligence) or that your understanding is based off sci fi as opposed to the academic discipline/field of research, which has been around since the 1950s.

          And yes, marketing is often inaccurate… but almost every instance I’ve seen where they say they’re using AI, they were.

          In fact stuff like ChatGPT would’ve made more sense to actually be called ‘Smart’ search engines instea of ‘AI’.

          IMO “Smart” would be more misleading than “AI,” even if “Smart” didn’t have an existing, unrelated meaning. I do think we could use better words - AI is such a broad category that it doesn’t say much to call a product “AI-powered.” Stable Diffusion and Llama use completely different types of AI, for example. But people broadly recognize the term (even if they don’t understand it properly) and the same can’t be said for terms like “LLM.”

          They might be technological achievements, but they’re not AI.

          You’re illustrating the AI effect - “discounting of the behavior of an artificial-intelligence program as not “real” intelligence.” AI is used in a ton of different ways that you likely don’t ever think about or even notice.

          I recommend reading over at least the introduction to the Artificial Intelligence article on Wikipedia before proclaiming that something that fits cleanly into the definition of AI isn’t AI.

    • CodeInvasion
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      2
      ·
      9 hours ago

      The technical definition of AI in academic settings is any system that can perform a task with relatively decent performance and do so on its own.

      The field of AI is absolutely massive and includes super basic algorithms like Dijsktra’s Algorithm for finding the shortest path in a graph or network, even though a 100% optimal solution is NP-Complete, and does not yet have a solution that is solveable in polynomial time. Instead, AI algorithms use programmed heuristics to approximate optimal solutions, but it’s entirely possible that the path generated is in fact not optimal, which is why your GPS doesn’t always give you the guaranteed shortest path.

      To help distinguish fields of research, we use extra qualifiers to narrow focus such as “classical AI” and “symbolic AI”. Even “Machine Learning” is too ambiguous, as it was originally a statistical process to finds trends in data or “statistical AI”. Ever used excel to find a line of best fit for a graph? That’s “machine learning”.

      Albeit, “statistical AI” does accurately encompass all the AI systems people commonly think about like “neural AI” and “generative AI”. But without getting into more specific qualifiers, “Deep Learning” and “Transformers” are probably the best way to narrow down what most people think of when they here AI today.