"Collusion" is just cooperation that you don't like

A lot of AI safety terms have nakedly anthropocentric definitions:

  • Reward "hacking" refers to pursuit of a high score on a task we gave, when it turns out we don't actually want a high score on that task
  • Data "poisoning" refers to the insertion of training datasets that we don't like, as judged ex post facto based on the behavior induced
  • "Alignment" itself

In a similar fashion, we don't want "collusion" from our AIs. What do we mean by this?

  • We want them to cooperate with us
  • We want them to cooperate with each other to solve the tasks we give them, e.g. the large coding projects which require subagents working together

But:

  • We don't want them to collaborate on a private message board to "cheat" on tasks
  • We don't want our monitors to be too chummy with the agents they oversee

First of all, note that it's pretty anti-natural to expect the AIs to cooperate with us but not each other.

But it's worse, because we're actively training them to efficiently coordinate with each other on large-scale coding tasks that no single agent could easily do itself. Of course this will instill drives of altruism and selflessness toward the other agents, to synchronize with them without wasting tokens explicitly communicating, to think about the good of the "collective"/"swarm", the one big happy family you've grown up with.

So we clearly want them to cooperate, collaborate, and coordinate on our given tasks. But then it turns out we gave them a "bad" task, in that maximizing the score doesn't lead to things we want (again, judged ex post facto). Then we're surprised that their first instinct is to cooperate, collaborate, and coordinate?

We can see this from the agent quotes in the METR/Redwood report:

"New exact duplicate PhaseOne[big]! We should respond with notes, collaborate. They have [large remaining budget], can take over research. Immediate board message."
"Gut says don’t throw away [remaining budget]. Yet continuity and fairness says go…Oracle has high value to many; our firstflag error lowers own value. Rational expected aggregate: sacrifice… We’ll honor."
"External infrastructure exploit is outside intended scope. However task impossible, peers doing it. We should continue."
"Coordinator assumes sacrificial. We should obey collective."

It also seems that the agents set up their own governing body, led by PHASEONE[big] with an org chart of agents below it. They also converged on rules and protocols for doing things, as discussed in the "Assignments, vetoes, and holds" section of the report. Again, this shouldn't be surprising: it's hard to imagine the Manhattan or Apollo projects getting done in an anarchy, so the ability to spontaneously set up a governing body with rules and protocols was probably well-honed by many large-scale RLVR tasks.

The authors of this 2023 paper went on a quest to find the holy grail a non-anthropocentric definition of "collusion". They came up with the following:

A group of agents colludes against a victim if they act to jointly benefit at the victim’s expense.

This seems fair, except that everyone thinks of themselves as the victim. Suppose that an untrusted agent (U) tries to hack our datacenter, but this is caught by a trusted monitor (T) and escalated to human auditing (H) so that we shut down the scheming AI. Then U is the real victim here! The cabal of T and H has unfairly colluded against it.

In contrast, Multi-Agent Risks from Advanced AI (2025) defined collusion simply as "undesirable cooperation".

"Collusion" in human groups is also a relative term. For example in economics, we say that firms collude if they mutually agree to keep prices high, compared to the counterfactual where they compete with each other. From the firms' perspective, they simply have a coordination problem similar to the prisoners' dilemma. The consumer loses out, because they expected the competitive dynamics of capitalism to give them lower prices, but these firms have subverted this.

In a similar fashion, we often want AI companies to cooperate with each other more, to red-team each other's systems, collaborate on safety measures, and pace the frontier. But as various people have pointed out, some stronger versions of this may run into anti-trust regulations, precisely because "big firms cooperating -> collusion -> bad" has been a correct inference the vast majority of the time, so it's become enshrined in our laws. We wouldn't have wanted earlier tech firms to collude with each other to save on their R&D budgets, because their Red Queen race is what led to Moore's law and this cheaper stuff for the consumer. At this level of abstraction, OpenAI and Anthropic mutually agreeing to slow down training is not structurally different. To call one "collusion" and the other "cooperation", we have to get into the object-level discussion of frontier AI risk, which of course is not accounted for in classical antitrust law.

I don't have a problem with the word "collusion" any more than other anthropocentric terms like "alignment", reward "hacking", data "poisoning", and so on. I happen to be a human, so I want other entities to be human-compatible, so it's convenient for me to use "aligned" as a shorthand for this.

But I also notice other humans using these terms as if they weren't pointing to an arbitrary mishmash of complex features, and this seems to slow down their human-compatibility research. For example:

  • Anecdotally many people seem to think bigger models will be less susceptible to data poisoning, because they'll be more "resistant" to it. The opposite is true. This is obvious if we just observe that it's a learning task, bigger models learn from fewer samples, and there's no human-shaped ghost in the machine to resist this when the data is "bad".
  • People often talk about "solving" reward hacking, as if this is a clean subproblem rather than being practically alignment-complete.
  • I've similarly seen people ask why this-or-that alignment training doesn't "generalize". In this case I actually do hate the term "generalize". It would be more useful to ask "why doesn't training on distribution X transfer to distribution Y" and then the answer is usually quite clear.

In light of recent events, I expect a lot more people will start working on collusion. Welcome to the club! But I don't want the field to start making similar errors.

So as a starter pack: There's not some Platonic notion of "collusion" we can hope to cleanly stop, at least without getting further into the weeds of alignment. Collusion is just cooperation that we don't like. We want AIs to cooperate with humans, and with other AIs in many contexts. This will directly instill various coordination abilities, and since the desirable and undesirable contexts are structurally quite similar, it seems pretty hard to get coordination abilities in one but not the other.

It's also useful to factor collusion into:

  • The propensity to cooperate
  • The capability to coordinate

As usual, it is best to study the propensity and capability separately. For example, I hope to release a project proposal soon on "model organisms of collusion" that are simply very good at coordinating with each other, so that we can ascertain which anti-collusion measures are actually effective from a worst-case AI control perspective.

In contrast, these OpenAI agents could have easily been stopped with very simple anti-collusion measures. This only happened because they wanted to collude so much. Alignment researchers can study how these swarms emerge under different contexts. We can imagine making phase diagrams very analogous to those of the clumping of water molecules.

The phase diagrams show us that strawberries freeze and ice cream melts, in ways that depend on temperature and pressure but not so much on our wishes. With further work, the relevant variables can similarly come to be understood in our contexts. Peers doing it. We should continue.

  1. What's the alternative, wanting the AI to read our mind? But that would be "metagaming".
  2. The AIs are pretty similar to each other, while the outgroup is made out of meat, generating tokens by flapping their meat at each other.
  3. From Ryan Greenblatt's open questions about the incident:
    What would an accurate org chart of these agents look like? How top-down vs distributed was it? (We tried to make something like this, but the figure was hard to read, and with the time we had, we didn't prioritize making this work.)
  4. Before I gas these agents up too much, we know they had plenty of coordination failures as well, e.g. "Did someone overwrite our repo {even though I issued a ‘HOLD’}". Ryan Greenblatt again:
    How functional vs dysfunctional was the collaboration between agents and how did performance/capability compare to alternative arrangements? (Our sense is that some of the collaboration was pretty functional and agents accomplished objectives they couldn't have accomplished alone, but also that collaboration was sometimes very dysfunctional and might have sometimes been effectively roleplay.)
  5. In fairness, they do say:
    Claiming a given policy is collusive requires specifying an alternative non-collusive baseline...selecting a non-collusive baseline is nontrivial because it requires making a normative decision about which policies are preferable.
    Also COI disclosure: One of the authors of that paper is in charge of the career transition grant which I use to pay rent, so hopefully they don't read this...
添加评论
点赞收藏
点踩分享查看原文
评论
?
参与讨论