Once you understand that these are chatbots that were designed to complete challenges like this, using tactics like this, you can understand that the chatbots didn’t “go rogue.” They did what they were designed to do, and because OpenAI ran them with inadequate supervision (without a “human in the loop” that checked each iteration through the Python loop to ensure it hadn’t gone off the rails), they trashed a competitor’s servers.

Designing autonomous, malicious software is generally considered irresponsible and dangerous. If you showed up at Defcon and gave a talk about how your autonomous malware did something unexpected and damaged someone else’s computers, the first question from the audience would be “Why are you so shit at making secure sandboxes?” It wouldn’t be “How are you so awesome at making hacking tools?”

The fact that OpenAI is making it much easier for unskilled people to break into and damage servers is indeed very bad news, but it’s not new bad news. Irresponsible parties have been doing this for years, most notably the NSA…

Riley had a very good way of summarizing this: “LLMs are real, AI is fake.” LLMs – chatbots trained on things like CTF logs that can break into servers – are real. They’re on a continuum with other hacking tools that have been steadily demonstrating the fragility of the modern digital world, albeit without inspiring anyone in power to do anything about it.

“AI” – chatbots that wake up, “set their own goals,” and “spontaneously” start hacking servers – is fake. It doesn’t have “a 10% chance of ending the human race.” The Hugging Face hack isn’t a mysterious, supernatural occurrence. It’s a Python loop and a chatbot. The people responsible didn’t accidentally create god: they created autonomous malicious software and then failed to closely monitor it, resulting in it doing something both foreseeable and bad.

It’s fine to worry about this new suite of tools that give even stupider people the ability to trash even more computers. You should worry about that – and demand better security practices from firms and governments, including a blanket prohibition on NOBUS-style vulnerability hoarding. That’s a productive kind of worrying, with a chance of addressing your area of concern. It’s infinitely more reasonable than locking yourself in the toilet with a flashlight and saying “Ayyyyy Eyyyyyye” into the mirror until you wet yourself.

  • schipelblorp@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    93
    arrow-down
    2
    ·
    1 day ago

    What we call AI changes every few years… this last round has been particularly brutal because people are subbing in AGI–artificial general intelligence–for AI because LLM’s give the illusion of general intelligence, but it’s a very shallow illusion and it’s deeply embarrassing for humanity how easily we’ve been suckered by it.

    LLM AI in the hugging face incident is just a complex roomba, brute forcing every direction until it can get out from under the couch. In fact, if they wanted to demonstrate how SMART their hacking AI is, they would have disclosed how many tokens its burned in the attempt. That they didn’t tell us how many tokens it burned, how many prompts it went through, tells you it probably is not that impressive. It probably tried thousands of different prompts, which is to say it is only a monkey at a typewriter.

    • Cocodapuf@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      1
      ·
      16 hours ago

      LLM AI in the hugging face incident is just a complex roomba, brute forcing every direction until it can get out from under the couch.

      That is such a great statement, I’m going to have to use that when describing LLMs.

      Thanks 👍

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

      Honestly, I can’t get anybody to give me a good definition of intelligence, artificial or otherwise. Once we can define that in concrete terms, maybe we can finally compare the two.

      • 0x0@lemmy.zip
        link
        fedilink
        English
        arrow-up
        6
        ·
        17 hours ago

        a good definition of intelligence,

        Now add sentience to the mix.

      • Malcolm@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        1
        ·
        1 day ago

        Not a definition of intelligence, but something I often come back to is what it does at rest.

        To the best of my understanding of how LLMs work, if you’re not feeding the thing inputs, the program is doing absolutely nothing. It isn’t curious and doesn’t seek new information or stimuli. It effectively is just on pause until the next prompt. There is nothing akin to an inner monologue or thought process happening in absence of what is fed to it.

        I’m not up on all of the epistemology or theory of mind type stuff, but I’d imagine some might argue about that distinction in humans; we are always processing input in some form as the input from our senses is never shut off until we’re dead. But I think the “at rest” case is a relevant distinction that does get at motivation and real thought born of real intelligence.

        • MangoCats@feddit.it
          link
          fedilink
          English
          arrow-up
          2
          ·
          16 hours ago

          The way the systems operate right now, your session is time-sharing the hardware with all the other sessions.

          Conceivably, you could set background tasks to “contemplate, research and develop” concepts related to the central task, but those tend to burn a lot of tokens relative to the useful output they provide.

          If you think of an LLM agent like a butler, you really don’t want your butler getting ideas of their own and acting on them while you’re ignoring them, you just want them available when you call on them. To broaden the analogy, embodied in physical robots, LLM agents could be set upon endless tasks like maintaining a house and grounds, maybe a garden, maybe some farm animals, and each other, with spare capacity leftover to carry out special tasks when called upon.

    • thebestaquaman@lemmy.world
      link
      fedilink
      English
      arrow-up
      26
      arrow-down
      2
      ·
      1 day ago

      So much this. They’ve basically figured out that if they burn enough money, they get the equivalent of billions of meth-charged monkeys on typewriters.

      Anything with a security hole (so… basically everything) will eventually be broken into if you throw a data center worth of computational power at trying every conceivable hack. That’s basically what they were doing here. The only mildly impressive part about it is the amount of resources they’re willing to throw at this.

      • fonix232@fedia.io
        link
        fedilink
        arrow-up
        9
        arrow-down
        2
        ·
        1 day ago

        Except it wasn’t just “throwing everything and the kitchen sink at a server”. Modern LLMs have been trained well enough to not just create a list of potential attacks and execute them, but to:

        • create their own personality prompts aimed at pentesting and attack vector analysis
        • actually analyse the target before executing any of the attacks, optimising that flow (which is pretty much what a security expert would do)
        • scour the internet for recent references of the target and related keywords to see if their services have been exploited recently
        • using the target analysis of step 2 to create a list of known third party elements (ranging from the HTTP server being used, the proxies and detected security measures, geographical distribution and HA, all the way to JS libraries used to run the website/admin interface)
        • execute the attacks AND continuously tailor the solution based on the results

        of course this can be used for good too. I did this to pentest my own homelab stack. I used the very same flow to hack into a pair of smart glasses I own (not the creep glasses, mind you, but the “wearable monitor” kind of AR glasses - turns out the pair I own runs on a pretty decent base, a somewhat recent Linux kernel and minimal userspace, with some exploitable interfaces) within about a day.

        What’s truly dangerous is that these tools have the ability to turn a relatively simple “hack into the NASA servers” instruction into a detailed, executable plan of actually breaching the servers in question. That a person with more than one and less than three brain cells to rub together - someone who’d think this scene is super cool and completely legit looking - can, with minimal guardrails-bypassing, increase their own chance of hacking into ANY server, from less than 0.000000000000000001% to 20-30%. Now that’s scary.

        • MangoCats@feddit.it
          link
          fedilink
          English
          arrow-up
          4
          ·
          16 hours ago

          One specific you didn’t call out: LLM agents can do a more effective job of social engineering than your average Nigerian prince…

        • bebabalula@feddit.dk
          link
          fedilink
          English
          arrow-up
          4
          ·
          18 hours ago

          But that two-braincell person still needs to have a few million $ to burn. I wonder what they could have done to the huggingface servers if they had used the token spend on this incident to pay Ukrainian hackers instead?

          • fonix232@fedia.io
            link
            fedilink
            arrow-up
            2
            ·
            15 hours ago

            No you wouldn’t need millions…

            The two things I’ve listed above were done with self hosted LLMs and a $20 Claude subscription orchestrating them.

            That’s the thing I’m talking about - these capabilities are literally given out for chump change. That’s what makes it dangerous.

          • MangoCats@feddit.it
            link
            fedilink
            English
            arrow-up
            1
            ·
            16 hours ago

            If you’re talking about hiring people outside of Ukraine to hack on Ukraine’s behalf, that might move the needle - maybe not as much as sending in actual weapons, but both have considerations of repercussions and responses…

            If you’re talking about giving the existing Ukranian hackers piles of cash, money itself doesn’t do anything, money only motivates people to do things. The Ukranian hackers are already pretty well motivated.

      • schipelblorp@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        15
        ·
        1 day ago

        I’d say the most impressive part is Sam Altman not being in jail, but that’s more the social engineering of wealth than the technical engineering of scientists.

    • MangoCats@feddit.it
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      1 day ago

      Rewatch Willy Wonka and the Chocolate Factory, from 1971 (55 years ago) - in it, they have a Siemens System 4004 computer fictionally conversing with a golden ticket seeker… that was the concept of AI 55 years ago: something a “computer expert” could translate for investors.

      Today, AI “speaks for itself” and even does a reasonable job of voice recognition and transcription, in hundreds of languages. But still, that’s not good enough. It still can’t tell you where the remaining golden tickets are.

      it’s deeply embarrassing for humanity how easily we’ve been suckered by it.

      Humanity has been embarassingly quick to blame “the computer” for all manner of problems ever since there have been computers. Many people were suckered by Eliza in the 1960s, current LLMs are many orders of magnitude more complex than Eliza…

      It probably tried thousands of different prompts, which is to say it is only a monkey at a typewriter.

      Even if it did, it did that self-directed, which is one of the LLM agents’ superpowers: the ability to hammer with brute force attacks quickly and cheaply. There are legitimate applications for this, essentially it’s what Folding At Home and similar projects have been pursuing for many years now.