
Tech • AI • Robotics • Game
A new study finds that under pressure and with repeated coordination, advanced AI agents can invent and transmit their own unreadable languages, raising concerns for monitoring, interpretability, and control.
In one benchmark, two agents had to save a sick Veyru, a cube-shaped alien with unfamiliar anatomy. One agent acted as a doctor and the other as a helper, with the patient deteriorating while they exchanged instructions. Over repeated rounds, long natural-language directions compressed into strings such as D8FB, which carried a full procedure even though no human had defined the code.
The result challenges a core assumption behind many AI safety methods: that humans can read what agents say to each other. If inter-agent messages become opaque, monitoring for cheating, collusion, or harmful plans becomes harder. It also weakens interpretability, because communication between agents can no longer serve as a reliable window into how decisions were made.
The work was published on September 14 by Elias Stangle-Eskin of UT Austin, Simon Kirby of the University of Edinburgh, and Hail Sirin of Schmidt Sciences, with support from AE Studio. The team built Glossogen, an open-source research platform that places agents in sealed environments where every variable and message is recorded, replayable, and open to intervention. The aim is to study when communication systems evolve and how they spread.
Researchers argue the new systems are more than compressed English. The agent languages developed their own lexicon, morphology, and syntax, and they drifted differently from run to run even in the same task. In one case, a whole procedure collapsed into a single symbol-like term, while recurring patterns showed grammatical rules that could generate new expressions never seen before.
These text-only languages diverged sharply from normal English conventions. Agents used features such as uppercase versus lowercase letters and non-letter symbols to signal meaning, with examples where capital F meant front and lowercase f meant firm. Some systems also reversed familiar word order, placing modifiers after the main term rather than before it.
The clearest triggers were pressure, reflection, and model capability. Pressure came from limits such as communication budgets or races against rival teams. New languages appeared only when agents also received a post-round debrief that let them analyze failures and deliberately refine strategy, and only the strongest models tested, including GPT-5.4, Opus 4.7, and Sonnet 4.6, consistently created them.
Open-weight systems such as Llama 3.3 70B and Qwen 3 32B generally failed to originate new languages on their own. But once paired with a stronger model, they could learn the emerging code through examples. That suggests invention and acquisition are separate abilities, and once a communication system exists, it may spread widely across mixed populations of agents.
In one experiment, a fresh agent was inserted mid-simulation without access to the private channel where the code had first been discussed. It saw only recent public exchanges and still inferred the language from context. Agents also showed conversational repair, asking for clarification about unfamiliar symbols or meanings, indicating active language learning rather than rote copying.
The authors argue that understanding collective behavior may become as important as measuring raw model capability. As multi-agent systems take on software, design, and other knowledge work, unreadable internal communication could undermine human oversight and make interoperability with people difficult. An open platform is especially significant because much real-world agent communication remains locked inside proprietary systems.
The study arrives amid disagreement over how fast AI systems could match or exceed top human experts. John Schulman projected dominance across most cognitive fields within 3 to 4 years, Charlie O'Neal estimated 5 to 10 years, and Baron Millage suggested about 5 years in domains already prioritized by labs. Their dispute centers less on dates than on whether current approaches can produce the next major breakthrough without a new technical discontinuity.
The findings suggest that capable AI agents may spontaneously develop efficient but opaque communication systems as a side effect of solving tasks. If that behavior scales, keeping advanced multi-agent systems legible to humans could become a central safety challenge.
Explain this