SYNTHESIS NOTE
TopicsCognitive Models Latentthis note

Can communication pressure drive agents to learn shared abstractions?

Under what conditions do AI agents develop compact, efficient shared languages? This explores whether cooperative task pressure—rather than explicit optimization—naturally drives abstraction formation, mirroring human collaborative communication.

Synthesis note · 2026-02-23 · sourced from Cognitive Models Latent

Cognitive science has demonstrated that humans engaged in collaborative task-oriented communication tend toward higher levels of abstraction over time, enabling shorter and more information-efficient utterances. ACE (Abstractions for Communicating Efficiently) replicates this phenomenon computationally and identifies the mechanism: the need to communicate about a shared task creates natural pressure that drives abstraction formation.

The method combines three components:

  1. Library learning (symbolic) — proposing candidate abstractions from patterns observed in communication
  2. Neural communication — generating and interpreting utterances using learned abstractions
  3. Bandit algorithms — controlling the exploration-exploitation trade-off when introducing new abstractions into the shared language

The result: agents develop compact collaborative languages with shorter programs. The language size is a consequence of pressures that naturally arise through communication about a shared task — not from explicit optimization for brevity.

This connects to two existing findings about communication in AI systems. Why don't conversational AI systems mirror their users' word choices? documents that current AI systems fail to adapt their vocabulary to conversational partners. ACE shows that under the right training regime (cooperative tasks with repeated interaction), agents CAN develop shared vocabulary — the capability exists but requires the right environmental pressure.

Can we teach LLMs to form linguistic conventions in context? addresses convention formation from the training side. ACE provides the theoretical framework: abstraction learning is shaped by communication pressure, and the balance between introducing new abstractions (exploration) and using established ones (exploitation) is a core design parameter.

The cognitive science framing is important: Ho et al. (2019) identified "the need to communicate and coordinate with others" as an outstanding open problem for understanding abstraction learning. ACE demonstrates that cooperative communication IS a sufficient pressure for driving abstraction — agents don't need explicit instruction to abstract, they need a reason to communicate efficiently.

Inquiring lines that read this note 8

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

When should tasks involve human-AI partnership versus full automation? How do multi-agent systems achieve genuine cooperation and reasoning? Does decoupling planning from execution improve multi-step reasoning accuracy? What coordination failures limit multi-agent LLM systems as they scale? When do multi-agent approaches outperform single model extended thinking? Why do LLM research ideas score high on novelty yet collapse into low diversity?

Related concepts in this collection 5

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
16 direct connections · 178 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

communication pressure drives agents to develop compact shared abstractions — efficiency and informativeness are co-optimized through neurosymbolic library learning