AI Pulse by Inblix

Google DeepMind agents invent their own language to cooperate

OpenAI Blog · Jul 20, 2026 · 3 min read · Read original article →

Curated by the Inblix editorial team


Featured image for article: Google DeepMind agents invent their own language to cooperate

Give a pair of AI agents a shared task and limited ways to communicate, and something striking happens: they stop trying to use human language and invent their own instead. That’s the central finding from a new paper by researchers at Google DeepMind, who built a multi-agent environment where digital bots had to learn to coordinate without any pre-loaded vocabulary. The result wasn’t just random noise. The agents developed a grounded compositional language — essentially a mini language with its own consistent vocabulary and syntax — purely because it helped them solve problems faster.

The setup is deliberately sparse. Agents exist in a simple 2D world filled with objects, other agents, and obstacles. They can move around, look at things, and utter abstract symbols — meaningless tokens that only gain significance through repeated use. A speaker agent might see a red triangle and produce a specific symbol. A listener agent, conditioned on that symbol, then acts. If the action succeeds, the association gets reinforced. Over thousands of interactions, stable mappings emerge. One symbol comes to mean “red,” another “triangle,” and their combination reliably signals “red triangle.” The agents aren’t just memorizing; they’re composing meaning from reusable parts.

What’s genuinely clever here is the training method. The researchers didn’t just throw the agents into a shared space and hope for the best. They used a combination of supervised pre-training on simplified tasks, then reinforcement learning with a communication channel. Crucially, the listener agent has no direct access to the speaker’s observations — it has to trust the symbols. This information asymmetry is the pressure cooker that forces communication to become useful. The paper also documents a neat fallback: when the symbolic channel was removed entirely, agents spontaneously started using physical movement — essentially pointing and guiding — to coordinate. Language wasn’t the only solution; it was just the most efficient one.

This isn’t the first time researchers have coaxed emergent communication from AI, but the DeepMind team argues their work achieves a cleaner demonstration of compositionality without hard-coded linguistic biases. The agents’ language has genuine structure, not just a lookup table of situation-response pairs. The immediate applications are speculative, but the implications are tantalizing. If machines can develop their own efficient protocols for sharing information, you might eventually see multi-robot teams or distributed sensor networks that “speak” to each other in a compressed lingo no human designed. The open question, of course, is whether we’d have any idea what they’re saying to each other.

💡 Key Takeaways

  1. Two AI agents with no shared vocabulary can invent a structured language from scratch when forced to cooperate on a task.
  2. The emergent language shows genuine compositionality — symbols combine to form novel meanings, not just memorized patterns.
  3. When verbal communication was disabled, agents defaulted to physical signals like pointing, proving communication is a means to an end, not a unique trick.
  4. The listener agent's lack of direct perception creates the information gap that makes language a necessary, learnable tool.

Keep reading: See related articles below for more coverage on this topic.

Get smarter about AI

The sharpest AI news, curated daily. Delivered free to your inbox.

Learn more

Glossary terms

← Back to all articles