Seems like he’s been pushed into using LLMs as a way to cope with the deluge of LLM-generated security reports.

  • silver_wings_of_morning@feddit.dk
    link
    fedilink
    arrow-up
    37
    arrow-down
    30
    ·
    2 days ago

    Yeah, the current backlash over LLMs in any capacity is a meme. It has turned into tribal politics. There is no longer thought behind the criticisms.

    Also, it’s not the stochastic prediction part that makes LLMs “not intelligence” to me. It’s that it’s only predicting the next token in a string of text. I don’t believe this can approach what we do. To me it could well be that some other sort of token prediction is what we do even when we introspect and think of a model of the world.

    • supersquirrel@sopuli.xyz
      link
      fedilink
      arrow-up
      41
      arrow-down
      18
      ·
      edit-2
      2 days ago

      Yeah, the current backlash over LLMs in any capacity is a meme.

      No, you just don’t want to face the fact that a growing number of people are less gullible than you.

      • Auli@lemmy.ca
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        2
        ·
        1 day ago

        Oh come on LLM have their uses and to say it is all slop is just a tribal my team thinking. But maybe that is the best humans can achieve.

      • Womble@piefed.world
        link
        fedilink
        English
        arrow-up
        10
        arrow-down
        2
        ·
        2 days ago

        Thank you for providing a clear example of the “my side good your side bad” style of thinking that completely lacks critical thought.

    • traxex@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      14
      arrow-down
      4
      ·
      2 days ago

      Lmao bro, what do you think “stochastic prediction” means? It’s always the people who don’t even understand LLMs defending them the hardest.

    • cecilkorik@piefed.ca
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      4
      ·
      2 days ago

      I agree, I’ve been recommending people to try to develop some level of nuance on the topic. I understand the fear, hatred, and loathing of AI; especially the way it’s currently being implemented and used. I really do, and I share 99% of the concerns. But there is room for nuance in the understanding of how it’s being used and what it’s being used for and who is using it, and when nuance leaves the room, we’re blind. And blind hatred is never a good thing and it does not lead to good places.

      • Auli@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        The funny thing is everyone hates AI but it seems everyone is using it also. So what is the truth.

        • maxy@piefed.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          7 hours ago

          The truth is that that life is full of contradictions and we are all struggling to figure this one out. Not every contradiction can be cleanly resolved. In the meantime life goes on. Later it will probably turn out that we’ve all been worrying about the wrong question, but right now… I don’t know.

    • 8oow3291d@feddit.dk
      link
      fedilink
      arrow-up
      1
      arrow-down
      2
      ·
      1 day ago

      It’s that it’s only predicting the next token in a string of text.

      An LLM has an internal state while predicting text. The “next token” chosen takes that state - a model of the world - into account. So a LLM is predicting the next token based on a world model and the previous text.

      Saying that it is “only predicting the next token”, without more context, while technically true is very misleading.