How quickly does behavioral diversity plateau in model pools?
When you combine multiple language models into a routing system, does adding more models keep improving behavioral coverage, or do you hit diminishing returns fast? This matters for designing efficient multi-model systems.
Adapting Hierarchic Social Entropy (HSE) to language-model societies — measuring inter-actor distance by cosine similarity over behavioral vectors — the routing paper finds diversity exhibits strong diminishing returns. On EmbedLLM and RouterBench, a curated subset of fewer than ten agents recovers most of the diversity available in a much larger pool. Beyond that handful, adding models mostly adds redundancy: they occupy behavioral space already covered, so a router gains little by having them to choose from.
This is a practical coreset heuristic, and it inverts a common intuition. The instinct in multi-model systems is that a bigger stable of models is strictly better — more coverage, more specialists. HSE says the behavioral payoff saturates quickly, therefore the design question is not "how many models can I pool?" but "which under-ten models span the behavioral space?" This dovetails with the vault's saturation findings: When does adding more agents actually help systems? finds capability saturating around 45%, and this note locates a parallel saturation on the diversity rather than capability axis.
It also gives teeth to the meaningfulness argument. If routing is vacuous over a redundant society, then curating a small diverse coreset is not just cheaper — it is what makes routing non-vacuous in the first place, because it maximizes behavioral differentiation per model retained. The economic reading aligns with Can small language models handle most agent tasks?: a small, deliberately heterogeneous set beats a large homogeneous one.
Inquiring lines that read this note 2
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 does optimizing for quality undermine the value of diversity? Can model routing outperform monolithic scaling as an efficiency strategy?Related concepts in this collection 3
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
When does adding more agents actually help systems?
Multi-agent systems often fail in practice, but the reasons remain unclear. This research investigates whether coordination overhead, task properties, or system architecture determine when agents improve or degrade performance.
parallel: saturation on the diversity axis mirrors the capability-saturation law
-
Can small language models handle most agent tasks?
Explores whether smaller, cheaper models are actually sufficient for the repetitive, scoped work that dominates deployed agent systems, rather than relying on large models by default.
extends: a small heterogeneous coreset is the economic and behavioral optimum
-
When does routing actually matter for multi-model systems?
Routers are judged on accuracy and cost, but what structural properties determine whether routing does anything meaningful? This explores when a router is genuinely coordinating work versus just getting lucky.
grounds: the coreset is how you achieve the differentiation meaningful routing requires
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- When is Routing Meaningful? Diversity and Robustness in Language Model Societies
- Generative Models as a Complex Systems Science: How can we make sense of large language model behavior?
- NoveltyBench: Evaluating Language Models for Humanlike Diversity
- Outcome-based Exploration for LLM Reasoning
- Jointly Reinforcing Diversity and Quality in Language Model Generations
- Artificial Hivemind: The Open-Ended Homogeneity of Language Models (and Beyond)
- The Illusion of Diminishing Returns: Measuring Long Horizon Execution in LLMs
- Evaluating the Diversity and Quality of LLM Generated Content
Original note title
behavioral diversity in a model pool saturates fast — fewer than ten agents recover most of it, giving a coreset heuristic for society design