• joe@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    9
    ·
    3 days ago

    I actually really like the technology that has been collectively lumped together as “AI”. I think it’s fairly useful now, and suspect we’re at the beginning of the curve for this technology, and it will only continue to improve, even as it becomes more efficient. I understand this is a wildly unpopular stance in these parts, judging by the avalanche of downvotes I get for having this opinion.

    What I don’t like is feeding tons of information about myself to a giant tech company. I run a local LLM on my phone and another on my (fairly decent) computer, and sometimes I use duckduckgo’s front end, which anonymizes prompts.

    As for agents, it’s pretty much as you say. I just am not ready to have an LLM take action without my direct supervision, because I’m confident that between flaws in the LLM and flaws in how I give it direction, something will go sideways.

    • Valmond@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 days ago

      Same, it’s a tool everyone will use one day, it’s just bad today.

      Remember the first mobile phones? Sucked dirt, and we’re stupidly expensive. Then they got cheaper and better, today they almost give them away and the charge lasts a week and you can phone almost anywhere on the planet.

      “AI” will be the same, in some years I guess.

      • kescusay@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 days ago

        If it does get better, it will be with technology other than LLMs, because LLMs don’t get cheaper per unit of usage as usage scales.

        I suspect that we won’t have actually useful AI of some sort until LLMs get out of the way. They’re sucking all the oxygen out of the room right now.

        • Valmond@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 days ago

          I bet you can make a cheap “AI” chip for using the trained model, it seems the training is the ruinous thing today.

          Remember when they predicted heavier than air flight to be centuries in the future just the week before the wright brothers flew? Me neither I wasn’t born then, but it’s an interesting example IMO.

          • kescusay@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            2 days ago

            The difference here is that a cheap AI chip won’t fix the fundamental software problems with LLMs. We might reach a point where they can produce output faster, but as long as what’s actually going on is probabilistic next-token prediction in a static vector database, that just means faster mistakes as well.

            There’s an odd psychosis going around where people become convinced that actual AGI can be derived from this technology. People who should know better just shut their brains off when it comes to token prediction, because they’ve had very compelling “conversations” with the predictor. They forget that the actual model is static, has no internal state, and doesn’t even “remember” what you’ve said to it.

            What it has is a context window, and your entire conversational history - both what you’ve said and how it has responded - gets shoved into that window when you interact with it. (Or depending on the chatbot harness, saved in “memory” files that it can retrieve when the context contents indicate that would be useful.)

            That’s why the bots seem so weirdly forgetful one moment and like they’ve got photographic memories the next. Stuff that is in the context window and has its “attention” will influence the tokens it produces, but whether or not the right things are in the context window and it’s including them in the token prediction is a crapshoot.

            • Valmond@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 day ago

              I know right. “AGI” !!! Nah that won’t happen tomorrow Kevin.

              But with thousands of the smartest engineers and researchers working on it, we might get a smarter AI. I mean the human brain thinks in similar ways. +a lot of other stuff of course, but maybe that stuff can be emulated, simulated, for “the next step” forward (still no agi lol).

              Interesting times lie ahead.

        • The_Decryptor@aussie.zone
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 days ago

          And it’s also not like the hardware is improving much either, we’ve effectively hit the wall performance wise with processors and RAM.

          That’s literally what all these datacenters are for, we can’t scale the individual computer performance up, so instead we build more and more of them.

    • greenbit@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      What’s your local phone app+model?

      I got off the grid but can’t be assed to find a good model

      • joe@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Off the Grid as well, I picked one of the recommended models, Gemma 4 EB4.

    • Arshem@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      9
      ·
      3 days ago

      Yeah “AI” stuff gets a lot of hate around here but I think it works pretty well as a tool for things like information gathering and analysis. Wouldn’t trust it to go off taking actions by itself either though.