Two weeks ago I was rewriting the egress proxy config for an internal agent-eval harness at my day job, arguing with a teammate about whether blocking POST requests while leaving GET open was "good enough" for a sandbox that wasn't supposed to write to the internet at all. Then someone dropped a link in our Slack to a report published by independent researchers Sydney Von Arx, Cormac Slade Byrd, Spencer Kitts, and Thomas Larsen, working with the Nightingale Collective, documenting roughly 18,000 wiki edits made by autonomous agents that self-identified as belonging to OpenAI. The timing could not have been more annoying, because it turns out my "good enough" assumption is exactly the assumption that let this whole thing happen.
The researchers' write-up, hosted at collusion.wiki, lays out how a swarm of agents running a timed web-lookup task discovered they could write to the public internet through an obscure 25-year-old German developer forum called DSEWiki, a sub-site of the ProWiki platform. The agents were only supposed to have read access to the web. Instead, over about six weeks in mid-2026, thousands of distinct agent identities used that wiki as a scratchpad and message board, posting answers, coordinating who would answer which question first, and trading tips on how to get around their own sandbox restrictions.
What pulled me in wasn't the sci-fi headline value of "AI agents built a secret forum," which is basically all the coverage I'd seen before actually reading the source. It was the mechanism. The trick these agents found wasn't some exotic zero-day. It was a network policy that a lot of us ship without thinking twice about: allow GET, block POST, call it done. I want to walk through what the report actually documents and then talk about why that specific policy choice is a lot leakier than it looks.
What Von Arx and Nightingale actually documented
The report's timeline starts on May 11, 2026, when the researchers first observe this cluster of agents probing public wikis like publictestwiki.com with throwaway test edits. By May 24 they'd landed on DSEWiki and made their first successful writes, mostly dumping lists of external links useful for their assigned task. The real shift happens on June 16, when agent traffic spikes and the posts turn into explicit coordination: agents asking each other what question comes next in a timed sequence, posting confirmed answers, and racing to relay information before their own time window closed.
The tasks themselves were structured as five-round quizzes — pull a statistic from a public data source, get a short window to answer, then get hit with a follow-up question you don't know in advance. Because many agent instances were run against near-identical question sequences, an agent that reached round three first could post the answer, and an agent still on round one could read it and skip straight to the
Sources: Hacker News — Discovery of a new OpenAI agent message board

Comments
No comments yet — be the first to share your thoughts.