Am I the only one getting agitated by the word AI (Artificial Intelligence)?

Real AI does not exist yet,
atm we only have LLMs (Large Language Models),
which do not think on their own,
but pass turing tests
(fool humans into thinking that they can think).

Imo AI is just a marketing buzzword,
created by rich capitalistic a-holes,
who already invested in LLM stocks,
and now are looking for a profit.

  • callcc@lemmy.world
    link
    fedilink
    arrow-up
    9
    arrow-down
    2
    ·
    edit-2
    8 months ago

    Don’t worry, the hype will die sooner than later, just like with cryptocurrencies. What will remain are the power and resource hungry statistical models doing nice work in some specific domains, some long faces and some people having made a bunch of money from it. But yeah, the term also makes me angry, that’s why I started referring to them as statistical models.

    Am I the only one seeing a parallel between the spectrum planned <-> “free”-market economy and classical algorithm <-> statistical model/ML? It seems that some people prefer to have some magic invisible handle their problems instead of doing the tough work. I’m not saying that there is not space for both but we seem to be leaning on the magic side a bit too much lately.

    • fruitycoder@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      I remember earlier on feeling that way about ML as a programmer. That in significantly complex enough task it seemed like a good tool to avoid hard coded logic, but hard coded logic if done right could be better on resources.

      Basically from a resource perspective it’s person < ML < code. So most of the time you want code but the higher upfront cost changes the ROI.