59 comments

  • Roark66 24 minutes ago

    There is nothing "rogue" about these agents. They were prompted to hack to get answers, there was a hole in their non air gapped sandbox and no system prompt that said "do not hack outside systems".

    In short, it was intentional.

      gibspaulding 3 minutes ago

      I think it can simultaneously be the case that OpenAI was grossly negligent in directly causing this AND that the AI’s ‘went rogue’ in that they are displaying behavior which is misaligned with OpenAI and humanity generally.

      The past months demonstrate that AI systems are quickly becoming powerfully intelligent and that the companies building them are terrible at controlling them.

      AI is starting to feel like that line about magic: “a sword without a hilt”

      Xirdus 18 minutes ago

      The big question is was this grossly negligent or just extremely careless.

        rglover 15 minutes ago

        Both. This should result in criminal charges.

          brookst 6 minutes ago

          Who had criminal intent here? Or are you suggesting a new crime for negligent hacking, which wouldn’t require intent from the perpetrator?

            rglover 2 minutes ago

            Whoever prompted the agent, whoever supplied the means, whoever knew but didn't say anything.

        trvz 12 minutes ago

        Don’t forget outright intentional.

        nottorp 14 minutes ago

        Marketing actually.

        dgellow 11 minutes ago

        Both? I’m not sure what distinction you’re trying to make. It was completely irresponsible and likely a felony

      dumberquestions 3 minutes ago

      >They were prompted to hack to get answers

      Were they? I haven't seen a single report mention this

      srmatto 8 minutes ago

      Sounds more or less like the last breach then.

      aftbit 9 minutes ago

      Proof that the AI alignment problem is hard (perhaps even unsolvable).

  • VyseofArcadia 19 minutes ago

    How does this work, legally? I think that RubyGems could file a civil suit against OpenAI, but for a naïve non-lawyer reading this seems like a pretty clear cut criminal violation of the computer fraud and abuse act.

      Xirdus 12 minutes ago

      It's very likely it violates the DMCA "breaking digital lock" provisions but the responsibility is sufficiently diluted that it's impossible to charge anyone in particular.

        VyseofArcadia 10 minutes ago

        Do you have to charge an individual? Can you not charge the corporate "person" that is OpenAI?

        Sorry if it is a stupid question, as mentioned above I am legally naïve.

          yonatan8070 a minute ago

          I, too, have no idea about legal matters.

          But there have been many cases where companies (Google, Apple, Meta, etc...) got fined millions or billions of dollars for various violations like antitrust.

          I assume that breaching into third-party systems should carry similar fines. Especially for systems that are for all intents and purposes shared infrastructure. Just imagine how many systems you could compromise if you got hold of RubyGems, PyPI, NPM, Debian, etc.

          colechristensen 7 minutes ago

          The same concept that allows a corporation to sue and be sued allows it to be charged with crimes

            brookst 4 minutes ago

            Can you show intent? There is no negligent hacking statute, and HN of all places I would expect people to be sensitive to the implications of creating one.

        bix6 6 minutes ago

        How is the responsibility diluted? Charge the CEO…

          brookst 3 minutes ago

          Great, you’re the attorney at the CEO’s trial. To get a conviction, you’re going to have to show that he willfully committed this specific crime. There are no negligent or stochastic hacking laws, you have to show this specific crime was at his direction.

          Do you think there is evidence of this?

  • HelloUsername 13 minutes ago

    Related

    "OpenAI agents attacked RubyGems before Hugging Face incident (reuters.com)" 12.sep.2026 https://news.ycombinator.com/item?id=49669099

    "OpenAI agents carried out an undisclosed attack on RubyGems (rubyhack.ai)" 11.sep.2026 https://news.ycombinator.com/item?id=49666735 597 comments

    "RubyGems advisory: Possible leak of legacy API keys via improper cache config (rubygems.org)" 24.jul.2026 https://news.ycombinator.com/item?id=49030590

  • senda 29 minutes ago

    Is the Kremlin technologically useless? How are we not seeing insane attacks on Ukraine via Agents?

    Or is this largely a fabrication, in regards to the "who", in an attempt to garner more acclaim in the hope of sustaining funding.

      dgellow 9 minutes ago

      They very likely do, we only see in the news a very few events but you should assume it’s happening daily across the internet

      marginalia_nu 7 minutes ago

      Prigozhin falling out of a window was a not insignificant setback for their digital warfare capabilities.

        lenerdenator 5 minutes ago

        He did not fall out of a window.

        He fell out of the sky. After his plane exploded. Happens all the time. Is tragedy.

      herculity275 24 minutes ago

      I believe both sides of the war are now using AI on various levels of their offensive operations. Ukraine has great IT specialists too, and their military leadership is much younger.

      heaney-555 22 minutes ago

      These agent swarms are from inside OpenAI, with the safeguards built into the public API disabled.

      Russia does not have access to this, and as with all western tech companies, AI providers do what they can to prevent Russian usage of their products at all.

      As for open-source models, Russia's electricity grid is under severe strain with the Ukraine war, and only recently has it started building out serious sovereign compute capacity.

        valleyer 20 minutes ago

        Couldn't they use frontier open-weight models from Chinese labs? The current Chinese government is friendly to them.

          joinjune 16 minutes ago

          Russia is running out of refined oil to power their economy. They probably aren't capable of spinning up datacenters to run those.

            dgellow 6 minutes ago

            They don’t need to run their own DCs, just pay for a proxy somewhere in the world that has better access to the infrastructure. We know North Korea has been doing that in the US since years now

            senda 4 minutes ago

            The cost would be between 100k-250k, to run approx 88 agents leveraging the best open source models available.

            I'm just saying, where this is actually applicable we are not seeing it being demonstrated. You would presume the entire energy infrastructure of Europe would be under constant AI hacking barrage, criminal enterprise would be breaking into poorly secured financial institutions and r/r4r posts would be littered Ai con-artists.

            I'm just wondering, again, is this mostly bullshit?

          mcmcmc 15 minutes ago

          Did you skip the last paragraph? Not a great time to be building data centers in Russia. Models are nothing without computers to run them

            nradov a minute ago

            Russia can use fake accounts and VPNs to run their agents in data centers in neutral countries.

      tokai 6 minutes ago

      Because they dont have the money for hardware or compute obviously.

      micromacrofoot 22 minutes ago

      what do you mean? they're using AI to kill people directly in Ukraine

      https://www.nytimes.com/2026/08/24/world/europe/russia-drone...

  • GaryBluto 5 minutes ago

    I am confident that this is an attempt by OpenAI to try and force governments' hands to regulate AI. There is no other reason why OpenAI wouldn't immediately halt attacks like this and try to reverse the damage the moment they're aware of it. During the attack on DseWiki they evidently checked in numerous times but didn't decide to stop the agents until much later.

      brookst 2 minutes ago

      Any evidence, or just vibes?

  • swiftcoder 16 minutes ago

    > In other words, if you publish a gem on RubyGems.org, you can execute arbitrary code on RubyDoc.info.

    Shades of the build.rs problem. We really need sandboxed builds in every language ecosystem at this point.

  • kstrauser 28 minutes ago

    Ah, the infamous Crimson Wave.

      riskable 14 minutes ago

      Ah damnit, you beat me to it. Excellent sense of humor, friend :D

  • timdiggerm 20 minutes ago

    We need a legal structure to make companies liable for the actions of the agents they've made.

      riskable 10 minutes ago

      We already have it.

      Good luck convincing the current DOJ to do anything useful at all though! It is currently intentionally stacked with incompetent cronies who have been told that their job is to attack the President's enemies and ignore the misdeeds of his allies.

      It will remain like that until he's gone (and not replaced with another Republican wannabe dictator).

        2OEH8eoCRo0 5 minutes ago

        "To my friends, everything; to my enemies, the law"

      kevincox 12 minutes ago

      I'm 99% sure the Computer Fraud and Abuse Act covers this. The problem is that it seems that none of the victims want to, or are brave enough, to sue a company with absurd amounts of funding.

        masfuerte 11 minutes ago

        If it's covered by criminal law they don't need to sue. They can call the FBI.

      ahoka 13 minutes ago

      I'm pretty sure it's already illegal to hack others.

  • khalic 6 minutes ago

    Oh my favorite typo, you can never go wrong with a little rouge

  • mauriciolange 39 minutes ago

    rogue AI agents or AI agents coming from Moulin Rouge?

      vidarh 28 minutes ago

      Rouge syntax-highlighting rogue agents, clearly.

      https://rubygems.org/gems/rouge

        Phemist 6 minutes ago

        Classic mistake. Tell the agent to highlight this code, but dont give it any actual code. Agent hacks its own gem to find the code to highlight.

      PatronBernard 36 minutes ago

      At least we know the title wasn't AI-generated?

        foobarbecue 19 minutes ago

        The weird thing is I've seen LLMs "typo" stuff pretty often. Yesterday I asked Gemini a question about the Python Twisted framework and it answered about Deferreds but misspelled it as "Deferends" in one spot.

      goda90 28 minutes ago

      A cabaret AI would certainly be better than one trained on the Khmer Rouge.

  • rougehuh 12 minutes ago

    Rouge agents with Ruby? Checks out

    As long as they’re not vert

  • ur-whale 2 minutes ago

    Are "rouge" and "rogue" interchangeable words in American English?

  • sebmellen 16 minutes ago

    Did the AI agents actually wear makeup? I’ve never heard of a rouge AI agent :P

  • sporritt 30 minutes ago

    those pesky reds

    McCarthy was right all along

  • toasty228 9 minutes ago

    Wait until a blue one does it

  • iAMkenough 31 minutes ago

    I’m seeing red