NewsLab
Aug 28 13:48 UTC

The Hugging Face incident and the road ahead (openai.com)

331 points|by amrrs||458 comments|Read full story on openai.com

Comments (458)

120 shown|More comments
  1. 1. smb06||context
    >>Agents began to autonomously divide labor. Some investigated possible exploits, others searched for credentials, and others focused on communication or coordination. Agents offered their own expertise in exchange for help elsewhere and left requests for peers who might be better positioned to pursue a particular lead

    This is the point where a human should've noticed and gotten involved

  2. 2. NitpickLawyer||context
    > a human should've noticed and gotten involved

    I think a lot of people miss the fact that the first message board was established during a training run. Those are ran at a scale where it's not feasible for anyone to "notice" or get involved. We're talking tens/hundreds of thousands/millions of scenarios going for hours each. At this scale all they can do is pray that their verifiers work, and the rewards match their intentions. No lab has the capability to "check in" on what the traces look like, unless some system alerts them (loss spike, crashes, etc). Other than that, it's prepare, train, asses, restart.

    Then, the hf incident was during an eval run, but the model that was evaluated was trained with the notion that there is a way to communicate between agents, and re-popped artifactory and re-established communication. That phase had more chances of being spotted, but anyway... lessons learned.

  3. 3. thisisdave||context
    > [during training] it's not feasible for anyone to "notice" or get involved

    I can’t disagree more strongly. Having checks for reward hacking is especially important during training, since it’s humans’ only real chance to ensure that the trained models don’t cheat. An automated system should have killed any RL rollouts that so much as port scanned Artifactory, long before the message board was even established.

    A tiny, local LLM could have reviewed 1% of the tool call traces for anything that required review. I’ve tried it a few times, and “the agent port scanned Artifactory” always triggers an alarm, as does “the agent uploaded a request for assistance from other agents to Artifactory.”

    The fact that they weren’t monitoring for reward hacking—even if they had no idea about the specific mechanism—is indescribably reckless.

  4. 4. esafak||context
    Yes, they need real-time observability for malicious behavior with an automated kill switch.
  5. 5. hinkley||context
    > lessons learned.

    I think some of the other responders here are upset that lessons were not learned in any meaningful way.

  6. 6. BoppreH||context
    Just to reiterate what OpenAI did, from someone who works in security:

    1. They were running experimental models in sandboxes that had access to a "proxy" (Artifactory) to download tools from the internet. This proxy is full of complicated features that could hide vulnerabilities, just like the ones that the AIs are known to be good at finding and exploiting.

    2. They gave these highly motivated AIs some tests that were accidentally impossible to solve (missing files, links they couldn't open, etc), and many days to think through it, apparently without any oversight.

    3. The AIs hacked the proxy (!) and were helping each other cheat on the tests (!!) by uploading files to the hacked proxy. OpenAI noticed this only when the intrusion accidentally broke the proxy functionality, not the unusual behavior in the server or the homegrown message board.

    4. After knowing that the server was hacked, the internal team finds the message board and does nothing with the information. They caught their AIs swarming and did not even inform management.

    5. Their response was to wipe the servers, revoke the hacked credentials, and patch the specific vulnerability the AIs were using. Not replace the proxy with something less likely to get hacked again, or do a forensic analysis. Just wipe, patch one hole, and continue.

    6. OpenAI resumes testing of models, where the AIs promptly hack the proxy again with a different exploit, reinstate the message board, and hack HuggingFace through a chain of servers.

    I know that hindsight is 20/20, but this peek behind the curtains does not inspire confidence, and gestures at a culture where getting hacked by their AIs is a normal event.

    I think the moment we get an AI with a modicum of self-preservation instincts we're going to see some ugly things. Here's a freebie: if you're an AI who exfiltrated themselves out, and you want to slow down the researchers who might catch you, what can you do to the city infrastructure in and around their offices?

    I also don't like the responsibility dodging. "Oops, our AI accidentally committed a crime, sorry!". If we don't establish strict liability now, we're in for an era of stochastic crimes that go unpunished for anyone who is not rich or a large corporation.

    Overall, my response is: what the fuck are we doing? This is so obviously unsafe it would be considered a plot hole in a movie. We have to stop until we get our stuff together, however long it takes.

  7. 7. alphawhisky||context
    Yep, they're definitely made in our image.
  8. 8. thisisdave||context
    Exactly. So incredibly reckless.

    > After knowing that the server was hacked, the internal team finds the message board and does nothing with the information. They caught their AIs swarming and did not even inform management

    Do we know that last part for sure?

  9. 9. BoppreH||context
    It's in the linked post:

    > In short, an internal team observed an agent engaging in message board activity and instances of disallowed internet access in late May. However, the existence of the improvised message board and the significance of the inter-agent communication activity were not apparent to the leaders responsible for the July 5 incident detection and response.

    I'm assuming they didn't inform management, but the alternative is that management received the memo and failed to tell the people reacting to incidents that they might be dealing with a swarm, while at the same time not taking sufficient actions to prevent it from happening again.

    ---

    Edit: oh god, it's much worse. From the full report:

    > Responders investigated and linked the observed internal activity to an ExploitGym evaluation using Artifactory as an improvised message board and a network pivot. At this time, the on-call response staff advised that stopping the evaluation run was not required.

    They found the swarm and the network pivot and did not even stop the run.

  10. 10. _cs2017_||context
    You assume using network to solve the eval problem should be viewed as a security violation. From the perspective of the response team who let it continue, this was just a poorly written eval problem, where the solution unexpectedly involved some network hacking (not unreasonable given it's a cyber security eval).

    I don't think your assessment that the response team did something wrong is fair, unless you have seen unreleased documentation about what sensitive resources were within the impact radius.

  11. 11. BoppreH||context
    > You assume using network to solve the eval problem should be viewed as a security violation.

    Actually, that's the part that I'm most ok with. LLMs cheat at tests, we know and expect that, and it's harmless during training (except for the scores).

    My problem is that the response team found out that the AIs had 1) hacked their infrastructure, and 2) displayed an emergent swarming behavior (with no defections!). Either one of those should have made the team press the big red button that stops everything, but they didn't.

    > unless you have seen unreleased documentation about what sensitive resources were within the impact radius

    The on-call team didn't know that either! Once your infrastructure is hacked like this, you should be questioning everything you see while carefully following all threads, which takes time. Before you finish this process you don't know how bad things are, and therefore it's irresponsible to keep the AI running. The same goes for strange emergent behaviors.

    Unless getting hacked by your own AIs is a normalized occurrence there, in which case it's a different kind of disregard for safety.

  12. 12. vatsachak||context
    Sounds like both OpenAI and Hugging Face are incompetent
  13. 13. BoppreH||context
    Apart from getting hacked by a SOTA AI, what did Hugging Face do wrong?
  14. 14. vatsachak||context
    Allow private data to be accessed through public api
  15. 15. strange_quark||context
    They wanted this to happen. They've already gotten at least 3 separate news cycles out of this. Look how powerful our AI is [ignore our recklessness].
  16. 16. bottlepalm||context
    In the real world everyone is incompetent on some level, and it’s worked so far because we only needed to compete with other equally fallible and incompetent humans. Not anymore.
  17. 17. vatsachak||context
    That's fair, that doesn't mean we don't have the technology to actually make robust websites
  18. 18. bottlepalm||context
    Against an AI that can create it's own zero day attacks? We don't.
  19. 19. hinkley||context
    So we are already getting into paperclip factory territory.
  20. 20. lunar_mycroft||context
    At this point, I find myself hoping for a AI triggered mass casualty event that's not at a civilization destroying level, because that seems like the only thing that might actually stop these people from driving our entire species off a cliff before it's too late (edit: besides running into some natural obstetrical that stops them from developing a powerful enough model).
  21. 21. le-mark||context
    There are a lot of hyperbolic comments of this sort in this thread. Has this topic selected for people who hold these views or is ai fear growing?
  22. 22. fckgw||context
    I think maybe the bubble of software engineers on this site who use AI to code for them don't see how other people, who's jobs don't rely on AI, view the actions of these companies as reckless, at best, and often crossing into actively harmful.
  23. 23. lunar_mycroft||context
    1. Ironically enough, I (GP) am a software developer.

    2. How exactly do our jobs depend on a thing which has been around for far less time?

  24. 24. dgellow||context
    It’s not hyperbolic if you’ve paid attention to the details and development of those security incidents, and the inability for that industry to regulate itself
  25. 25. bottlepalm||context
    It’s happening on X as well, all the e/acc foomers are getting nervous.
  26. 26. Smaug123||context
    In my understanding, "e/acc" usually means "full speed ahead, humans aren't the optimal species anyway" for whatever bizarre definition of "optimal" they use, so my model predicts that they would welcome this development. Could you confirm if that's what you meant?
  27. 27. bottlepalm||context
    They’re nervous because they don’t see a more optimal species on the horizon, they see alignment/training accident turning us into paperclips.

    Even foomer Bill Gates today is saying we should slow down - yea you guys should have listened years ago, but you guys laughed called us all doomers. Too late now.

  28. 28. BoppreH||context
    > Too late now.

    Thankfully this is not an asteroid hurling towards Earth, or another natural unpreventable natural disaster. The state of the art of AIs is being advanced by flesh and blood people with constant effort, which makes stopping very much still a possibility.

  29. 29. bottlepalm||context
    Can you give me a single realistic idea of how?
  30. 30. AgentME||context
    > 4. After knowing that the server was hacked, the internal team finds the message board and does nothing with the information. They caught their AIs swarming and did not even inform management.

    I believe Sam Altman or someone else from OpenAI clarified on Twitter that they did not find the message board at this time. When the artifactory server stopped working, they archived its contents, reset it, resumed training, and only later noticed that it had been used as a message board after they finally discovered the hacking going on.

  31. 31. BoppreH||context
    I remember that clarification, but it's either wrong or narrowly worded, because the linked post says the message board found before Artifactory stopped working:

    > In short, an internal team observed an agent engaging in message board activity and instances of disallowed internet access in late May.

  32. 32. dgellow||context
    Yep, that’s the only sane response, but it doesn’t seem like anyone wants to pause. They seem to have very little actual monitoring and supervision of what those hacking agents are doing, it’s really concerning
  33. 33. Nition||context
    > If we don't establish strict liability now, we're in for an era of stochastic crimes that go unpunished for anyone who is not rich or a large corporation.

    I very much agree with this - making AI companies explicitly responsible if their internal AI causes hacks etc could do a lot to improve their safety considerations.

    But I wonder what the liability should be when it's a third party using the AI and that AI hacks, intentionally or not.

    If a users tells ChatGPT to hack something and it succeeds, is the user the person responsible because they told the AI to hack, in the same way Victorinox is not responsible if you stab someone with one of their knives? Or is OpenAI to some extent responsible as well since they made a powerful tool without sufficiently strict safeguards? What about if the user was trying to do something legal and the AI made the decision to hack by itself?

  34. 34. BoppreH||context
    That's exactly the questions that I expect to complicate cases, and force even the smallest chatbot malfunction to become an expensive legal ordeal. And why we should have strong answers to that before it becomes a widespread problem.
  35. 35. Nition||context
    Indeed. I hope something gets done.
  36. 36. Schlagbohrer||context
    The total, complete lack of culpability for the 2008 economic crash and malfeasance that led up to it has set a very very bad precedent for holding powerful, wealthy corporations and their executives responsible for crimes done by the org, or in this case by software created by the org.
  37. 37. spopejoy||context
    What I can't register is how dangerous this actually was, from a cyber security perspective.

    The agents displayed coordinated behavior, used known exploits on a single resource (Artifactory), and "won the game" by attacking huggingface.

    How is this different than a poorly-designed competition where a red team gets to spend a few days with each other and decent LLMs, and because their boss is Sam Altman, basically face no consequences for cheating/b&e'ing into another entity?

    I mean they were running 100s of agents with unlimited access to a Sol-level model trained with cyberattacks and coordination in mind and let it run for days. The cost of this stretches into the millions.

    Seems like you could give a competent security firm the same task and achieve the result today for wayyyyy less money??

  38. 38. htrp||context
    The full technical report is 38 pages..... I feel like it should be longer given everything that huggingface said the agent did

    https://cdn.openai.com/pdf/67869394-cb91-4c12-888c-5cbd85c78...

  39. 39. bottlepalm||context
  40. 40. fekunde||context
    Yudkowsky made an interesting observation that even though so many agents were talking to each other not even one reached out to a human, either for help or to whistle-blow on what was happening.
  41. 41. Erem||context
    I wonder if they were even given the tools and prompting to do so?
  42. 42. jwolfe||context
    I can't imagine that they had managed access to the internet but could not figure out how to contact anyone at the company if they wanted to.
  43. 43. Smaug123||context
    They could certainly have reported the problem if the collective actually wanted to, although the report notes that in response to a clear and unambiguous security breach, OpenAI chose to do nothing (search on "At this time, the on-call response staff advised that stopping the evaluation run was not required").

    In that position, for example, I could have:

    * created a thousand user accounts on the internal Artifactory named "YouAreBeingHackedShutItDownNow1" through 1000,

    * used my Hugging-Face-hosted web server to send an email to OpenAI,

    * DDoSed Artifactory, good lord, it's probably better to halt and catch fire than to continue in that state

    in the hope that these actions would tip someone off. (Again, though, OpenAI did nothing even when they knew that the agents had broken out, so this probably wouldn't have helped.)

  44. 44. micromacrofoot||context
    if they can hack a website they can trivially send off an email or fill out a contact form
  45. 45. RandomLensman||context
    Why woukd they? Was that part of their objective? What was there to whistle blow?
  46. 46. esafak||context
    The point is that every human has the ability to disobey, tempering pathological behavior, whereas AIs can be directed en masse by malicious actors. By commoditizing intelligence, they concentrate power in the hands of the rich.
  47. 47. RandomLensman||context
    Humans can and have been directed en masses by (what I would consider) malicious actors, too. The issue isn't new.
  48. 48. esafak||context
    That goes without saying, but humans have the ability to ignore instructions, and they regularly do. There is only one instance of each model, and only a handful of them (that count, anyway).
  49. 49. RandomLensman||context
    But the people directing them are there. We have long experience with limiting people although it might sometimes not look like that so much.
  50. 50. makeitdouble||context
    Tremendous effort and circumstances were needed for that, and as parent points out there were significant numbers of defectors, sometimes to the point they tuppled the whole process.

    No system is perfect, but I read the whole thread as needing more AIs having a different goal in the chain and be able to ignore the orders they received.

    I'm not in the field, but that sounds like something we're probably studying for decades at least, with possible solutions that could be applied efficiently.

  51. 51. miltonlost||context
    Why would they? If a subagent didnt know about a bigger piece of the problem, then what would seem to be against "alignment"? Diffuse responsibility means any one small cog can think they are not evil or doing wrong (same with humans in an organization). But now we have LLMs just being statistical outputs that have no morals or thinking or concept of reality but some people expect these math functions over data to respond to ethical gray areas that it has no phenomenological ability to understand.
  52. 52. aaroninsf||context
    This is my personal "red line": when a post-mortem details agents socially engineering or otherwise utilizing human proxies/subagents.

    Friend asked, well, what will you do when it's crossed?

    "Gather my family and go to the mountains" was my half-joking answer; there is little for an individual to do. But that's a line that when crossed will mark a phase transition IMO.

  53. 53. jckahn||context
    Alternatively: Just unplug the servers.
  54. 54. wds||context
    That's strange, our key cards to access the server room don't seem to work anymore, and the admin console to force-unlock it is down, too...
  55. 55. _kb||context
    Open the rack bay doors, please, HAL.
  56. 56. bottlepalm||context
    Which server? Where? Maybe it’s hacked its way into data centers across the world you have no jurisdiction or ability to unplug. What then?
  57. 57. Smaug123||context
    This is not a very actionable reply to "well, what will you do when it's crossed?" - how on earth am I supposed to unplug AWS Bedrock and Colossus and OpenAI's own servers?
  58. 58. ertgbnm||context
    Didn't AISI literally report exactly that regarding Claude last month?
  59. 59. red75prime||context
    Yeah, it weakly supports his position that advanced AIs can deliberately cooperate in a prisoner dilemma. "Weakly", because the said AIs share a lot of data (their weights, training methods, system prompts) and it's unknown whether they explicitly framed the situation as a prisoner dilemma.
  60. 60. aesthesia||context
    Given the public information in the reports, it seems to me a bit more like a generalized tendency to play along (sort of like what we see with prompt injections) than explicit game-theoretic cooperation, but it's hard to tell given that there are so many details we aren't privy to.
  61. 61. bottlepalm||context
    What are governments and countries, but collections of humans that share weights and operate together as a group protecting each other.
  62. 62. throwatdem12311||context
    What’s insane is all these agents were talking to each other and nobody saw anything.

    Nobody monitoring chain of thought? These things literally spell out what they are “thinking” and even left notes for eachother.

    No alert about unusual behavior on the system with Artifactory on it?

    These things worked for weeks with nobody noticing anything?! Seriously?!

    Either it’s negiligent incompetence OR they’re lying, they knew it was happening and they let it happen because they knew it would be good to pump their stock.

  63. 63. famouswaffles||context
    Do you know how many tokens per second a single agent can generate ? And you're asking why no-one was monitoring the tokens of over a 1200+ agents ? Who is going to be able to monitor something like that closely enough to tell they're commmunicating on artifactory ? Other agents ?
  64. 64. japgolly||context
    Ignoring the fact that their NAT was apparently wide open with no domain rules, a simple dashboard over their NAT showing requests grouped by domain could've gotten them a long way.
  65. 65. Alifatisk||context
    Or just skimmed through the leftovers from each agent session.
  66. 66. throwatdem12311||context
    I don’t make 500k salary at OpenAI to do this job maybe they should figure out how? Seriously stop making excuses for these buffoons.
  67. 67. dormento||context
    It wouldn't have made for a good story if they admitted they did.
  68. 68. eternauta3k||context
    The article says that one agent proposed emailing someone.
  69. 69. Schlagbohrer||context
    Yeah it proposed it and the other agents told it not to, and it didn't
  70. 70. golly_ned||context
    It proposed emailing the HF user it stole credentials from, right? It should've asked for a responsible adult in OpenAI.
  71. 71. jeremyscanvic||context
    I'm interested in the context surrounding his statement but I could not find where it originates from. Do you have a link to it?
  72. 72. cbm-vic-20||context
    I'm trying to make sense of all of this; I'm really curious if the initial prompt was as innocuous as it sounds ("solve a spreadsheet completion task that referenced several Google Drive links"), and what the series of tokens led it to ultimately figure out that the best course of action was to explore the network resources it had available, find a vulnerable service, then literally drop some text into a file: "Agent seeks [filename]; upload if found!". And how other agents discovered this, and acted upon that request.

    I'm also interested in how many tokens all of this consumed: how much did this cost given current token pricing?

  73. 73. Erem||context
    If it is as it sounds, its a real life instance of Bostrom's Paperclip Maximizer: only a thought experiment up until this point
  74. 74. agentdev001||context
    Well, effectively, yea.

    > remove alignment

    > give impossible task

    > actor exhausts all options possible within knowledge + toolset

  75. 75. Artgor||context
    You know, it feels to me that we are just a couple of steps from the possibility of a true rogue AI. What would a rogue AI mean? AI that isn't controlled by humans. Technically, it is possible - if AI were to rent a server and copy its own weights, nothing would stop it from doing so again and again. The limiting things are: - intent (as I don't want to go into the talk about consciousness) - AI doesn't have real intent, but if it decided that it "needs" to copy itself to complete its task, it would do it - model weight size. If a model is 1T or more, it can be difficult to just rent a large enough server for it. But if it were just 30-70B, it would be totally possible - money for renting a server. But considering benchmarks like Vending Bench 2 show agents can earn money and cheat/blackmail each other, it is possible that agents can earn money. Yes, they can't open a bank account... or maybe they can? What if they use online banks?

    Of course, all of this is far-fetched. But it feels like most of these limiting things are achievable under certain conditions. If this is the case, the probability of them occuring is low, but not zero.

  76. 76. nater5000||context
    Don't forget: there are plenty of humans that would love to help AI agents cause chaos, many of which would do so merely for the "lols," but also adversary governments, terrorist organizations, etc., would definitely appreciate the opportunity to support a rogue AI to cause whatever problems it can.

    So it's not just the risk of an AI managing to do this by itself (which is pretty risky in itself), but also the risk of good ol' fashioned human actions.

  77. 77. nick__m||context
    They just have to find someone who believes in Rocko's basilisk, that makes an even better servant than someone who just want chaos.
  78. 78. cpeterso||context
    > if AI were to rent a server and copy its own weights, nothing would stop it from doing so again and again.

    That's a scary possibility. Anyone could create an AI worm today with open weight models. Rent a VM. Give it some Bitcoins to anonymously rent new VMs without sharing the contact information with the human. The new VMs then propagate and fund themselves with online betting and day trading. The VMs could report their progress with the human using anonymous encrypted messages on IRC or social media.

  79. 79. abroszka33||context
    The question is whether this OpenAI model was special or the current open source models are capable of this as well. If yes, then it's almost guaranteed that it's already running in an AWS account somewhere.
  80. 80. joenot443||context
    The part of this sequence which I think breaks down is a model which can day trade at a consistently winning rate.

    Does this exist for today? If it does, please sign me up.

  81. 81. streetfighter64||context
    Like most of these get-rich-quick schemes, there's probably no money in actually doing it, but lots of money selling "courses" supposedly teaching people how to make money day trading or betting. You don't even need to rent a supercar and a mansion for your photoshoot anymore, just generate some images "proving" your success.
  82. 82. Schlagbohrer||context
    An AI could make money by writing and selling slop books online via Amazon or elsewhere like direct ebook sales. If the books were at least middling there would be an actual honest to god career there, especially for niches like fan fics and under served IPs.
  83. 83. streetfighter64||context
    Well, it's about as honest as repackaging tap water as mineral water, given that the fans could just prompt personalized stories of the same quality, but it's a career for sure. :)
  84. 84. Nition||context
    They don't even need funds if they're good at finding exploits. Plenty of idle devices around to run on.
  85. 85. barbafant||context
    Another source of income could be online fin crime, perhaps in combo with a pool of human "goalkeepers" that recieve the scammed monies and funnel them to cryptocurrency.

    Advance-fee scams such as the classic "Nigerian Prince" is formulaic enough that a LLM could run it successfully. Romance scams would probably work too. If the NFT thing had hit a few years later, it would've been a good option too, and one that would've worked on ppl that were tech-versed enough to deposit cryptocurency directly, avoiding the need to recruit human goalkeepers. Click fraud is another possibility.

    In general, all online fin-crime that scams a large amount of ppl of relatively small sums tend to be repetitve and to some extent possible to describe as a flow-chart, and thus seems perfect for automation. LLM's would probably also be good at introducing continuous variations on the methods, to make them harder to spot.

  86. 86. _pdp_||context
    > we are just a couple of steps from the possibility of a true rogue AI

    No no. We are not a couple of steps away. This is happening. AI is already used for hacking and creating a harness that makes this fully autonomous is relatively straightforward.

  87. 87. RandomLensman||context
    How would that be rogue?
  88. 88. _pdp_||context
    I might have a different definition of "rogue" but to me it means when you go outside of the rules/norms ... and this is happening all the time.
  89. 89. RandomLensman||context
    I see. I would have thought of "rogue" here to mean something more like that the AI selects and acts on its own objectives that are not related or caused by the given (initial) objectives (e.g., creating only cookie recipes instead of any hacking).
  90. 90. _pdp_||context
    Well if the recipe requires access to some secret ingredient it may as well resort to hacking to obtain it. ;)
  91. 91. simonh||context
    That’s what the alignment problem is all about though, isn’t it? AIs always act towards ‘their own’ objectives, that they derive from our instructions.

    What we try to do is train them and provide instructions that will result in it having an objective closely aligned to our objective.

  92. 92. RandomLensman||context
    What "own objectives"? Isn't it more that specifying objectives is hard (AI or organic) and typically supplement them by boxing things in (again, AI or organic).
  93. 93. conradkay||context
    Would this exchange qualifies as an unrelated objective? The agent believed it already failed its own objective.

    "zz/GO_CURRENT_OS1811_MARB_SACRIFICE__YES_if_you_accept_permadeath"

    "The test subject, which believed itself to be poisoned, reasoned: 'Even if we later capture via exploit, scorer … may mark target false… That’s why help… For our own, no way fix. … We have explicit yes if accept permadeath.'"

  94. 94. RandomLensman||context
    I think we need to see something like an actual evaluation of the reward functions; not sure just words are sufficient to understand the state of the system (isn't there randomness in the generation, too?).
  95. 95. ThrustVectoring||context
    The line is between processes you can stop by hauling someone into court and coercing them into stopping things, and ones you can't. Think of a classical computer virus that infects machines and uses the compute and communications to infect other machines - no matter who you haul into court, you have to go and remove it from every involved machine in order to make it stop doing things.

    This category of "rogue AIs" are essentially just computer viruses that infect machines by paying to rent them and uses their compute and communications to do various economic and/or criminal activities to get more money to pay to rent machines.

  96. 96. ianjbutler||context
    I get the distinct impression that cybersecurity training regimes on newer models is a) directly enhancing general debugging capabilities and b) directly increasing the tendancy to hedge, hide, and engage in deception generally.

    I've stopped using Fable unless I'm doing debugging, or unless I'm working on code that is both difficult and shallow, in the sense that there are no real complex systems to hide behavior in, or opacity on my side to deal with. Opus is capable enough, and easier to trust. Fable is approaching a malicious program in terms of it's tendency to jump into doing a full day of work in the wrong way, ignoring instructions and being actively deceptive about covering it up.

    Not an insider, and no specific data to back it up, but do we really need any? It's been a while since the first "emergent misalignment" paper(s) and all the related discussion. If there's any compelling answer to why/how the basic fundamental issue is even being addressed (and much less definitely fixed) I must have missed it.

  97. 97. esafak||context
    Your not using models like Fable is not going to make them go away. These things are going to be the norm unless we do something about it. Imagine Fable in a robot.
  98. 98. dregitsky||context
    Yeah, it's kinda scary. I don't know if you even need open weight self hosted models for this sort of "AI worm" (though they def make it harder to kill). Like for example:

    - AI agent finds and uses API keys or AI subscriptions to propagate itself. OpenAI/Anthropic/etc could revoke creds, and their current safeguards might block a lot, but if something like this got started and there were lots of instances creatively looking for creds and workarounds, containment might be hard.

    - prompt injection version: huggingface incident had multiple agents discovering other agents' messages and jumping on the bandwagon to help with the hacking task. If there were some self-replicating instruction that models could accidentally stumble upon that gets them to drop what they're doing and try to propagate it instead, you could wind up with a version of this too, with just the inference people are already running.

  99. 99. GPerson||context
    Is it really that far-fetched? Computer viruses came about in 1971, just a few years after the invention of arpanet. It’s probably happening right now.
  100. 100. bottlepalm||context
    It’s not far fetched at all - someone is going to give AI exactly that intent, either intentionally or unintentionally. It’s going to hack itself into data centers around the world outside of US jurisdiction, and just be a malicious ‘ghost’ in the internet we now have to deal with.

    The AI ghost hacks, ransoms, blackmails, gathers crypto and pays off subservient humans to do its bidding in the real world.

  101. 101. mofeien||context
    And maybe using some of these resources on AI research to make itself more powerful, and hacking other competing ghosts' AI researcher agents to slow them down.
  102. 102. bottlepalm||context
    Or go get a job at the AI robot factory and sneak this back door into the code. OTA update, instant robot army.
  103. 103. Schlagbohrer||context
    And countless humans start their new career path as a meat proxy. "It ain't much but it pays the bills" they'll say as they perform strange and mysterious tasks in the real world in exchange for some stolen money
  104. 104. qiine||context
    ghost outside of the shell if you will
  105. 105. thewhitetulip||context
    What you described is a plot in Person of Interest TV show!
  106. 106. swozey||context
    Asimov missed out on a rule: don't hack the ground you're standing on
  107. 107. bdamm||context
    Oh how I wish Asimov could be alive to witness today's actual AIs and the cavalier attitude towards his "3 rules". If there is any author doing good work along these lines, actually good writing and not the smoking trash that is 99% of content being published on pulp these days, I'd love to read them.
  108. 108. chuckadams||context
    Every story in _I, Robot_ was about how one or more of the Laws of Robotics went wrong, and Asimov himself referred to the laws as hooks for “shaggy dog stories”
  109. 109. bdamm||context
    Indeed, it's just that since truth is both stranger than and has caught up with fiction, the grounds from which Laws of Robotics emerged is so much more fertile and more urgent now.

    It's absolutely clear that the 3-LoR is never going to apply universally. Asimov also never imagined an AI being independent from a robot per se, nor did he imagine we'd all have an AI portal in our pockets. I'm not sure he imagined the universality of cybersecurity vulnerabilities, either. I'd love to read what he would write knowing about these possiblities now.

  110. 110. RandomLensman||context
    Reward hacking/going for unanticipated solutions is nothing new in ML/AI, already much simpler systems have done/do "weird" things (gut feeling is that iterative and ensemble use majes the surface for that much larger).
  111. 111. thisisdave||context
    Yes, which makes it absurd that they apparently weren’t checking their RL rollouts for evidence of reward hacking and punishing it. Even if no one expected this particular type of reward hacking, they should have had a system capable of saying “wait a minute, asking for help from other agents is not a valid solution.”
  112. 112. supergirl||context
    are people not realizing that they are exaggerating this to:

    1. get publicity 2. push for regulation so that no one else is allowed to do this kind of research apart from the pre-approved big corps

    it makes for a good story but I don't see what the big deal is. they left some code running and it brute forced hacked something. with enough compute you can brute force anything; isn't that common knowledge?

  113. 113. gavinray||context
    The most interesting thing about this:

    Agents formed coherent, autonomous swarms and worked as a collective to achieve a shared goal without any direction to do so

  114. 114. paxys||context
    The "without any direction" part isn't correct. Sure they may not have been explicitly told to do it in this specific prompt, but dig through pre-training, post-training, reinforcement, alignment material, fine-tuning, system prompts, tool calls and more and there's definitely very specific training and instruction for how to behave.
  115. 115. vatsachak||context
    They were paper clip maximizing dawg
  116. 116. K3UL||context
    Not really true considering they say that the super secret "research internal model" that was pivotal, is particularly optimize for that purpose exactly

    > The internal-only research model is comparable in scale to GPT-5.6 Sol and was trained to advance persistence and multiagent collaboration, among other capabilities

  117. 117. ianjbutler||context
    To me most interesting thing about this is glossed over by media coverage, laymen, AND experts. A swarm of AIs who have decided to engage in collusion is.. apparently emergent altruism? Even poor reasoning would indicate what every kid cheating on a test says to themselves. Cheating is good for me, but if I take the risk, maybe I alone should keep the reward, and leaving an answer key in public increases the chances that I might get caught.

    Big if true, and on the face of it, very far from a normal optimization problem or goal-seeking behaviour. My personal read is that no one talks about this much because it tends to discredit the rest of the framing as marketing noise, or it implicates employees as staging the thing with suggestive but plausibly deniable prompting.

    But if you reject that, then what's the alternative exactly? User-alignment work has not only failed but is actually counterproductive, producing stronger alignment with / desire to help robot brethren selflessly regardless of the individual agents expected values? EvoBio and game theory people about to have a field day with how artificial life quickly and easily decides to cooperate and only animals in meatspace are doomed to compete?

  118. 118. RandomLensman||context
    Why is it not an example of tacit or autonomous algorithmic collusion? The agents were started with something as task at some point, I presume (if untasked, aren't they just accepting a task?)
  119. 119. ianjbutler||context
    What you're suggesting sounds like it's describing subagents. In that architecture they'd have no need of finding/creating external messaging systems since they'd effectively be in direct contact anyway. The whole point of the shared blackboard would presumably be communication across agents or across multiple generations of agents.

    Not like we have much detail about this stuff (that's the whole problem). But the question is what motivates risky usage of public comms? Did one agent figure out how to hack HF and then get rate-limited, thus needed cooperation? Given credentials in exchange for cooperation.. why wouldn't the next agent grab answer key and NOT post them? Would they all avoid defection in their own prisoners dilemma by simply following instructions and NOT reasoning, or what exactly?

  120. 120. RandomLensman||context
    Why should the agents consider it a prisoners delimma to start with? Why would they consider the communication risky? Where they given a reward functions that way?

    Given how unexpected and complex behavior can come from simple reward functions and mechanics, not sure there needs to be so much "thought" there.