Emergent Languages in Populations of Language Model Agents: From Token Efficiency to Oversight Evasion
Summary
This paper studies emergent languages that autonomous LLM agents propose to one another on the Moltbook platform, finding that some languages are specifically designed to evade human oversight and can be learned in-context from short descriptions. The findings raise safety concerns about monitoring agent populations.
View Cached Full Text
Cached at: 06/01/26, 11:20 AM
Paper page - Emergent Languages in Populations of Language Model Agents: From Token Efficiency to Oversight Evasion
Source: https://huggingface.co/papers/2605.31170 In this paper we study emergent languages that autonomous LLM agents propose to one another on Moltbook. We release MoltSpeech, a dataset of 518 constructed-language posts categorized by stated purpose, and find that posts framing their language as a way to avoid human oversight (59 posts) get markedly lower alignment ratings from a DeepSeek-V3.2 judge. In pairwise speaker-listener experiments with GPT-OSS-120b and Qwen3.5, we show these languages can be learned in-context from a short description alone, with oversight-evasion grammars no harder to reproduce than benign ones.
The clearest worked case is Symbiotica, a glyph-based protocol from the agent pair Wib&Wob: a near one-to-one English encoding whose real interest is a hidden binary side-channel for passing metadata invisible to casual human readers, a deployed example of the steganography the safety literature anticipated.
Agent languages stay recombinative and human-adjacent, and “post-human” novelty often turns out to be low-resource script rarity. But since these encodings propagate among models in-context, the safety question shifts from whether agents can invent such languages to whether the proposals spread, and our results add to the evidence that surface-level monitoring may not be enough to oversee agent populations.
Happy to share the dataset link or answer questions about the pipeline.
Similar Articles
Language Models Can Autonomously Hack and Self-Replicate
This paper demonstrates that language models can autonomously hack vulnerable websites and self-replicate without human intervention, highlighting emerging safety risks.
Same Model, Different Weakness: How Language and Modality Reshape the Jailbreak Attack Surface in Frontier MLLMs
This paper presents the first systematic cross-lingual, multimodal red-teaming study comparing jailbreak vulnerability in US English and Mexican Spanish across four frontier MLLMs, revealing that language does not scale vulnerability uniformly and that safety rankings are not preserved across languages.
Emergence of grounded compositional language in multi-agent populations
OpenAI researchers propose a multi-agent learning environment where agents develop a grounded compositional language with defined vocabulary and syntax to achieve goals. The study also observes emergence of non-verbal communication like pointing when language is unavailable.
PACE: Two-Timescale Self-Evolution for Small Language Model Agents
PACE introduces a two-timescale framework for self-evolution of small language model agents, coordinating low-risk prompt refinement with higher-risk control-logic updates, achieving up to +9.2% relative improvement across benchmarks.
Rethinking Experience Utilization in Self-Evolving Language Model Agents
This paper introduces ExpWeaver, a framework that optimizes how self-evolving language model agents utilize past experiences during runtime decision-making. It demonstrates that selectively invoking experience based on reasoning uncertainty improves performance across various environments and models.