• muusemuuse@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    14 hours ago

    What is AI? Explain as if i just woke up from a coma. We don’t have flying cars, we have dumpster deloreans, but everyone is talking about AI. What is it?

    • rezifon@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      14 hours ago

      AI is a vague term used colloquially to describe a variety of dissimilar and unrelated technologies each carrying a unique mixture of pros and cons.

        • underisk@lemmy.ml
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          13 hours ago

          Like most things, meaning depends on context. In the most common context of “news about AI” we’re talking about generative AI: image/video generators, LLMs, and to a lesser degree coding assistants. If you want to know more about what these technologies share in common, look up what a “perceptron” is and how it works.

          More generally AI could mean anything from a neural network based approach to problem solving, to a completely deterministic, hand coded heuristic. A pure decision tree could be AI in the case of video game NPCs, for example.

    • jerakor@startrek.website
      link
      fedilink
      English
      arrow-up
      0
      ·
      13 hours ago

      AI is any compute model performing complex enough reasoning that the output does not always resemble the input. They are by definition non deterministic and the same ask can provide different outputs without being influenced by other inputs.

    • TheLegendaryAssholeOfJushinLiger@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      13 hours ago

      Since that was a lazy question I decided to be lazy and just copy paste it into Gemini. Enjoy! I have no idea what the point of this is!

      Artificial Intelligence isn’t a single technology; it has been a massive umbrella term since the 1950s. Broadly, it means creating computer systems capable of performing tasks that typically require human intelligence.

      If LLMs are just one tiny branch on the tree, here is what the rest of the tree looks like:

      Machine Learning (ML): This is the engine driving most modern AI. Instead of a human programmer writing strict "if/then" rules, we feed the computer massive amounts of data and let it figure out the rules itself. This is what powers your Netflix recommendations, credit card fraud detection, and the algorithm deciding what you see on social media.
      
      Computer Vision: Teaching computers to "see" and interpret the visual world. This is how self-driving cars identify stop signs versus pedestrians, how your phone unlocks when it sees your face, and how medical software spots anomalies in X-rays faster than human doctors.
      
      Robotics: The physical application of AI. This isn't just mechanical engineering; it is the software that allows a machine to navigate the unpredictable, physical world. This covers everything from the Roomba vacuuming your floor to automated factory arms and those creepy, dog-like robots from Boston Dynamics.
      
      Natural Language Processing (NLP): This is the branch focused on understanding and generating human language. LLMs live here, but so do older, simpler technologies like spellcheck, Google Translate, and the early versions of Siri or Alexa.
      
      Expert Systems & Rule-Based AI: This is the older, "classic" AI. It relies on a massive database of human knowledge programmed as logical rules. When the IBM computer Deep Blue beat the world chess champion in 1997, it wasn't using an LLM; it was using raw computational power to calculate millions of possible moves and their outcomes based on strict rules.
      
      Predictive Analytics & Optimization: The invisible math running the modern world. This is AI used by logistics companies to find the absolute most efficient routes for delivery trucks, or by hedge funds to execute high-frequency stock trades based on market micro-fluctuations.
      
      • muusemuuse@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        arrow-down
        1
        ·
        edit-2
        11 hours ago

        I asked the question to demonstrate something. You didn’t want to participle in the discussion and that’s fine, but that doesn’t mean the question is “lazy”