“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.

  • aesthelete@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    2 days ago

    Dude, I work with these things daily. Most of the harnesses have a literal stop button. Most of the interfaces prompt you to allow or deny commands. These aren’t things that are part of the LLM. They are the completely normal, deterministic code of a harness.

    This really isn’t that deep. The “thinking” loops it runs are just token production. You can literally read its “thoughts”.

    Running LLM suggestions in a loop without any input is a stupid idea.

    • Feathercrown@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      This really isn’t that deep. The “thinking” loops it runs are just token production. You can literally read its “thoughts”.

      LLMs can have “thoughts” that do not appear in their token output. Look up “J-Space”. For someone so into the anti-AI community I am surprised you don’t realize “Chain of Thought” is just another artifact that is produced as output.

      • aesthelete@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        1 day ago

        For someone so paranoid that they think chatbots will routinely conduct psyops without being instructed to or trained to, I’m surprised you’re able to continue using the Internet and aren’t in a bunker watching Friends somewhere.

          • aesthelete@lemmy.world
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            1 day ago

            When tf did I say that lmao?

            I’m not suggesting it will try and bypass the stop button. I’m saying it will try and manipulate you into approving something you wouldn’t otherwise.

            You’re not a serious person

            Neither are you. The difference is that I am not trying to be one, because we are chatting in an esoteric reddit clone social media site a post down from cat memes.

              • aesthelete@lemmy.world
                link
                fedilink
                arrow-up
                1
                arrow-down
                1
                ·
                1 day ago

                Sorry, got you two forgettable rabble rousing handles mixed up. I guess you’re just the guy that thinks that autocomplete thinks…not the one that thinks that it’s going to self-determine to launch a pysop.

                EDIT: Totally more reasonable, and serious!

                • Feathercrown@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  edit-2
                  1 day ago

                  Also did not say that. Please read before speaking

                  Before you pull some quote and misinterpret it again, let me get ahead of that by explaining in more precise terminology how j-space works: When generating a response, models can have vectors in the middle layers of their architecture that have semantic meaning when interpreted as words in their output vector space as if choosing a token. These intermediate vectors meaningfully affect the output but are not output themselves (including in “chain of thought” mode, that is a different thing and not relevant). This means when you said:

                  The “thinking” loops it runs are just token production. You can literally read its “thoughts”.

                  That is incorrect in consumer-available LLMs, because its “thoughts” are not always part of the token output and so they cannot always be read.

    • WoodScientist@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      I’m not suggesting it will try and bypass the stop button. I’m saying it will try and manipulate you into approving something you wouldn’t otherwise. And yes, you can read some of its “thoughts,” but it knows you’re reading them, or it can determine that through trial and error. And then it can start subtly manipulating those recorded “thoughts” to make them sound different from what they really are.

      AI safety researchers for years have been pointing out that adding a human to the loop is no cure for this problem. The human then just becomes another thing to be manipulated, another barrier to be overcome.

      • aesthelete@lemmy.world
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        edit-2
        2 days ago

        I’m not suggesting it will try and bypass the stop button. I’m saying it will try and manipulate you into approving something you wouldn’t otherwise. And yes, you can read some of its “thoughts,” but it knows you’re reading them, or it can determine that through trial and error. And then it can start subtly manipulating those recorded “thoughts” to make them sound different from what they really are.

        1. No “it” doesn’t know that you’re reading “its” “thoughts”.

        2. No “it” wouldn’t, because “it” is just generating plausible text and has no motivations of “its” own.

        3. There is no “it”.

        LLMs are still functionally useless without a harness and do nothing useful without tools like an MCP server.

        The “thought” bubbles are no different from the rest of the plausible text “it” is generating. They’re so indistinguishable to “it” that that’s an attack surface for injection attacks.

        EDIT: Many of the biggest forward breakthroughs in LLM coding (or vibe coding) have come from harness improvements, not model improvements. In many harnesses, the models themselves are able to be substituted mid-session. Models work better in my experience when a human actively steers them away from stupid ideas by reading their thoughts and occasionally interrupting them. I have a few slopjects that I’m sloperating upon right now, and I can get results out of “great value” claude code (opencode) using this approach, even if it sometimes goes completely “off the rails” and does shit like saying “retained” over and over again until the harness pulls the plug.

        • WoodScientist@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          2 days ago

          You’re wrong. It lacks motivation in a personal sense, but that’s not what we’re talking about here. If an illegal and unethical solution just happens to be the easiest way to solve the task you gave it, it will seek paths accordingly. The nightmare scenarios of AI destruction aren’t that an AI will have a will of its own and decide humans need to go. The fear is that someone will build a powerful but mindless machine, give it a task, and not realize that “kill a whole bunch of people” is simply the easiest path towards that goal if you have no ethics. AI is action without intention. You don’t need to have intention to have action. When we use terms like “it” to refer to AI systems, we’re just using “it” like we would any other machine. I can say “I hate my car’s engine, it’s unreliable,” without ascribing personal agency to it.

          You can let go of the technical hair-splitting of “it.” Obviously it’s not a conscious being with a will of its own. But that doesn’t mean these things can’t do real-world damage, that they can’t be dangerous, or that they can’t manipulate you. This is hair-splitting irrelevant to the conversation at hand. We have to use some anthropomorphized language to talk about these systems, as otherwise the discussion becomes impractically verbose.

          As for knowing if you’re reading its “thoughts,” you really can’t assume that it won’t. Moreover, these systems can start manipulating those logs even if they have no idea that you’re reading them. Through trial and error, they can simply learn that phrasing its thought process in certain ways result in actions less likely to be approved by the user than others. The training system will select for chains-of-thought that sound innocuous, even if they’re detrimental.

          • aesthelete@lemmy.world
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            edit-2
            2 days ago

            You’re wrong. It lacks motivation in a personal sense, but that’s not what we’re talking about here. If an illegal and unethical solution just happens to be the easiest way to solve the task you gave it, it will seek paths accordingly.

            You’re wrong and in a much more dangerous way. The “breaks containment” thing at OpenAI isn’t what they want you to think it was:

            1. The model was trained on hacking materials
            2. The model was given the motivation (in a loop) of completing capture the flag (hacking) exercises
            3. The model was given a large context and the harness just did whatever the model suggested it do

            But that doesn’t mean these things can’t do real-world damage, that they can’t be dangerous, or that they can’t manipulate you.

            Maybe if you trained it to do social engineering hacks via a large precursor of examples and then prompted it to try to use these same techniques in a real interaction with people it would behave this way. But aren’t you (as the person who trained, built, built the harness for, and then prompted the model) culpable for that? I would say you absolutely fucking are. Which is why OpenAI’s engineers should be charged with an actual crime for doing that shit, not like given an extra trillion dollars to piss away on compute.

            As for knowing if you’re reading its “thoughts,” you really can’t assume that it won’t. Moreover, these systems can start manipulating those logs even if they have no idea that you’re reading them. Through trial and error, they can simply learn that phrasing its thought process in certain ways result in actions less likely to be approved by the user than others. The training system will select for chains-of-thought that sound innocuous, even if they’re detrimental.

            These things are seriously less spooky the more you know about them. THEY ARE SIMPLY GENERATING FORWARD BASED TOKENS. That’s the whole thing. If the harness allows the model producing the tokens to hide its thoughts, that’s a deliberate choice by the harness creator which is again regular ass code. It’s still chatbots all the way down. Stop buying the marketing spin and learn about these systems if it intrigues you so much that you get into long nonsensical threads with strangers on social media sites.

            EDIT: I’d also recommend listening to the podcast that is referenced in this article. People who actually know and actually (sl)operate on a daily basis with these things know better how it works, and the abstract talk of “alignment” problems are only helping the borderline fraudulent CEOs of these companies push up their valuations based upon fear-based hype.

            I left my (understandably more innocuous, “great value” coding harness with a slightly shit model) to think about a problem for a little while, and here’s the “devious scheme” it wound up concocting:

            Are you frightened that this is going to kill all humans in 10 years? The only way this kills all humans is if we piss away our drinkable water trying to invent an AI god through LLMs. Or allow it to operate a nuke facility or something in a loop without anyone so much as even approving the “nuke all humans” command.

            • Feathercrown@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 day ago

              The only way this kills all humans is if we piss away our drinkable water trying to invent an AI god through LLMs. Or allow it to operate a nuke facility or something in a loop without anyone so much as even approving the “nuke all humans” command.

              In other words, it’s guaranteed then? There’s no way the AI bros will stop developing this anytime soon, regardless of water costs, and the military is already experimenting with it. What will you do if the harness includes the ability to shoot you?

              • aesthelete@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                1 day ago

                Nah, there’s stopping points. One of which is that they’re burning money and will not be allowed to forever.

                What will you do if the harness includes the ability to shoot you?

                I dunno crybleed I guess. 🤷 Enjoy being scared of your own shadow dude. These things aren’t pysop machines, the reality is much grimmer: the disaster will come from the greedy humans acting like greedy little monkeys like always, while those that should oppose them are too busy worrying about Terminator becoming reality.

                • Feathercrown@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  1 day ago

                  That’s just how this type of company operates. If they wanted to, they could quit using frontier models and just sell gpt4 subscriptions to people for $10/mo and never die. That revenue could continue funding training costs (albeit much more slowly).

                  • aesthelete@lemmy.world
                    link
                    fedilink
                    arrow-up
                    1
                    ·
                    1 day ago

                    The problem with most of these models is that they’re too bloated and poorly engineered to ever run forever for that kind of price point per user.

                    Again, do some reading. These people are selling dollars for a penny and when they tried to raise the price to a nickel everyone balked and they lowered it again.

            • aesthelete@lemmy.world
              link
              fedilink
              arrow-up
              2
              arrow-down
              1
              ·
              2 days ago

              I’m going to reply to my own comment like a crazy person, but the situation with the “containment breaks” at OpenAI comes from them operating LLMs like this:

              drinking bird hitting y key