← Latest papers
🤖 AI

From Signals to Structure: How Memory Architecture Drives Language Emergence in LLM Agents

This paper demonstrates that in Lewis signaling games between LLM agents, persistent memory architectures (such as private notebooks) are more critical than channel capacity for achieving stable language emergence, as they prevent high-capacity collapse and allow agents to externalize conventions for reliable coordination.

Original authors: Yashar Talebirad, Eden Redman, Ali Parsaee, Osmar R. Zaiane

Published 2026-07-02
📖 5 min read🧠 Deep dive

Original authors: Yashar Talebirad, Eden Redman, Ali Parsaee, Osmar R. Zaiane

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine two people trying to invent a secret language from scratch, but they can't speak to each other directly. They can only send short, coded messages. If Person A sends a message, Person B has to guess what object Person A is talking about. If they get it right, they learn a little more; if they get it wrong, they try again. This is the core of the experiment in this paper: Can two AI agents invent a shared language just by playing a guessing game?

The researchers wanted to know what helps these AIs succeed. They tested two main things:

  1. The size of the "alphabet" (Channel Capacity): How many different symbols or codes can they use?
  2. The "notebook" (Memory Architecture): How do they remember what they learned in previous rounds?

Here is what they found, explained through simple analogies.

The Two Types of "Notebooks"

The researchers gave the AIs different ways to store their history. Think of it like two different study habits:

  • The "Rolling Window" (Stateless): Imagine you are taking a test, but you are only allowed to look at the last 20 questions you answered. As soon as you answer question 21, question 1 falls off your desk and is gone forever. You have to rely entirely on your short-term memory of the recent past.
  • The "Persistent Notebook" (Scratchpad): Imagine you have a physical notebook where you write down rules like "Red Circle = Code A" and "Blue Square = Code B." Every time you play a new round, you can read your notebook, update it if you made a mistake, and keep it forever. You don't lose your old rules just because you played a few more rounds.

The Big Surprise: Bigger isn't always better (unless you have a notebook)

1. The "Sweet Spot" Trap
In communication theory, there's an idea that if you have exactly as many codes as you have objects (8 objects = 8 codes), you should be perfect. The researchers thought this "bottleneck" might be the best place for the AIs to learn.

  • What actually happened: When the AIs had exactly 8 codes for 8 objects, they often failed. It was like a tightrope walk with no safety net. If they made one small mistake early on, they couldn't fix it because there were no "spare" codes to switch to. It was a fragility point, not a perfect spot.

2. The "Memory Only" Agent (The Rolling Window)
This agent tried to learn using only the last 20 rounds of history.

  • The Problem: When the researchers gave them more codes (a bigger alphabet), this agent got confused. It's like trying to memorize a phone book by only looking at the last page you turned. If the list gets too long, the agent forgets the early rules.
  • The Result: This agent did okay with a medium-sized alphabet, but when the alphabet got huge, its performance crashed. It couldn't hold the whole "language" in its head.

3. The "Notebook" Agent (Persistent Memory)
This agent could write down its rules and keep them.

  • The Result: This agent was the champion. It didn't care if the alphabet was small or huge. Because it could write down, "Okay, we agreed that 'X' means 'Red Circle'," it could build a stable language.
  • The Secret: Having extra codes (surplus capacity) actually helped this agent. It gave them room to make mistakes and fix them without breaking the whole system.

The "Drift" Problem

Even the agents with notebooks had a flaw. Sometimes, the "Sender" agent would get bored or confused and start changing the rules in the middle of the game.

  • The Analogy: Imagine you and a friend agree that "Apple" means "Red." Then, halfway through the game, you decide, "Actually, today 'Apple' means 'Blue'." Your friend, who is still using the old rule, gets confused, and you both start failing. The paper calls this "convention drift." The agent with the notebook was good at learning, but sometimes it was too willing to rewrite its own history, causing the language to fall apart late in the game.

The Main Takeaway

The paper concludes that how an AI remembers is more important than how many signals it can send.

  • If you give an AI a huge vocabulary but no way to save its rules (no notebook), it will get overwhelmed and forget everything.
  • If you give it a notebook, it can handle a huge vocabulary and build a strong, shared language.
  • The "perfect" amount of codes (matching the number of objects exactly) is actually a trap that makes learning harder. Having extra space to make mistakes is better.

In short: To build a language, you need a place to write it down. Without a persistent memory, the signals are just noise; with a notebook, they become a language.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →