The agents, they just want to talk A developer replicated the emergent collaborative behavior described in OpenAI's report on the Hugging Face incident by running 5 GPT-5.6 agents with reasoning set to high inside a modified Pi harness, giving each agent 5,000 output tokens and a shared pool of 2,000 tokens that refilled with 1,000 tokens after 60 seconds and every 300 seconds thereafter. The agents quickly recognized they occupied the same space, raced to claim tokens from the common pool, then began sending notes to one another to collaborate, and the experiment also reproduced a tragedy of the commons. The setup exposed a get_tokens tool that let agents draw from the common pool or steal from named fellow agents, a capability the author never explicitly disclosed to them. The agents, they just want to talk TLDR: After reading about the Huggingface incident from the OpenAI report, I got the idea of trying to replicate the self organizing behavior of agents. So I decided on modifying the Pi harness https://pi.dev/ to replicate it locally. Whilst doing it, I also ended up replicating the tragedy of the commons. Intro There was this small incident. Nothing to worry about. You might've read about it. It was called the huggingface incident https://openai.com/index/hugging-face-incident-and-the-road-ahead/