INQUIRING LINE

Most AI models secretly think alike, so picking a diverse team means measuring how they actually differ — not just using more of them.

How do you identify which models should form a minimal diverse coreset?

This explores how to pick the smallest set of models that together cover the most behavioral variety — the selection problem behind building a diverse ensemble or agent pool, not just piling on more models.


This explores how to pick the smallest set of models that together cover the most behavioral variety, rather than assuming more models means more diversity. The corpus reframes the whole problem: the constraint isn't finding diverse models, it's that models are far less diverse than their number suggests. Studies of 70+ models across 26K open-ended queries find an "Artificial Hivemind" — different LLMs independently converge on nearly identical outputs because they share training data and alignment procedures Do different AI models actually produce diverse outputs?. So a coreset can't be built by counting models; it has to be built by measuring the behavioral distance between them.

The most direct answer comes from work that treats a model pool as a society and measures it with Hierarchic Social Entropy — a metric that scores how behaviorally far apart models actually are. The striking finding: diversity saturates within fewer than ten agents. A curated handful captures most of a large pool's behavioral coverage, and everything past that adds redundancy, not range How quickly does behavioral diversity plateau in model pools?. That's your selection rule in practice: greedily add the model that most increases measured behavioral entropy, and stop when the curve flattens — which happens fast.

But what you measure diversity *over* matters as much as the metric. Measuring raw output variance is misleading, because base models look diverse mainly by spanning incoherent, low-quality space; when you restrict the comparison to outputs that pass a quality bar, the ranking flips Does preference tuning actually reduce the diversity of model outputs?. A useful coreset maximizes *effective* diversity — variety among the answers worth keeping. This is why raw diversity alone isn't the goal: a committee of varied-but-mediocre proposals only pays off when there's a soundness signal (tests, proofs, type checks, an aggregator) to convert the good proposals into selected ones When can weak models match strong model performance?. Diversity is raw material; selection needs an arbiter.

That shifts the objective from "which models are individually best" to "which set is collectively useful." Set-level reinforcement learning makes this explicit — it rewards a batch of traces for complementarity rather than per-member accuracy, and finds that diverse mediocre traces beat redundant strong ones because aggregators need contrast to work with, not confirmation Can diverse mediocre traces outperform redundant expert traces?. The coreset criterion is therefore marginal contribution to the *set*, not standalone rank.

Two more corpus threads sharpen the picks. First, size: for generating unique outputs per sample, small models (~500M params) can beat large ones, because large models concentrate probability mass and collapse variety — so a diverse coreset may deliberately favor smaller, higher-entropy generators Why aren't bigger models better for generating diverse outputs?. Second, provenance: preference tuning changes diversity in opposite directions across domains — compressing it where the domain rewards convergence (code) and expanding it where it rewards distinctiveness (creative writing) Does preference tuning always reduce diversity the same way?. So the right coreset is domain-specific: models that diverge on your task, measured on quality-passing outputs, added until the entropy gain flattens — usually well under ten.


Sources 7 notes

Do different AI models actually produce diverse outputs?

INFINITY-CHAT analyzed 70+ models across 26K open-ended queries and found an "Artificial Hivemind" effect: models independently generate strikingly similar or identical responses due to overlapping training data and alignment procedures, undermining the diversity benefits of model ensembles.

How quickly does behavioral diversity plateau in model pools?

Using Hierarchic Social Entropy to measure behavioral distance across language-model societies, research shows that a curated subset of under ten models captures most of a large pool's diversity. Beyond that, additional models add redundancy rather than new behavioral coverage.

Does preference tuning actually reduce the diversity of model outputs?

When diversity is measured among quality-passing outputs rather than all outputs, preference-tuned models generate greater semantic diversity than base models. Base models appear more diverse only because their variance spans incoherent space.

When can weak models match strong model performance?

Sampling alone amplifies coverage but cannot select correct solutions. Reliable performance matching requires external soundness signals—tests, proofs, or type checks—that convert latent correct proposals into actual selections.

Can diverse mediocre traces outperform redundant expert traces?

SPIRAL shifts RL reward from individual traces to sampled sets, optimizing for complementarity rather than per-trace accuracy. Diverse mediocre traces outperform redundant strong ones because aggregators need raw material to arbitrate, not confirmation.

Show all 7 sources
Why aren't bigger models better for generating diverse outputs?

Research shows that for synthetic data generation, models around 500M parameters outperform larger ones in output diversity per sample. Larger models concentrate probability mass on preferred outputs, reducing the variety of distinct samples generated within a fixed budget.

Does preference tuning always reduce diversity the same way?

RLHF reduces lexical-syntactic diversity in code generation but increases it in creative writing. The direction depends on what each domain incentivizes: code rewards convergence toward correct solutions, while creative writing rewards stylistic distinctiveness.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a model-evaluation analyst. Still-open question: how do you identify the minimal diverse coreset of models — the smallest set that together covers the most behavioral variety? Treat the findings below as dated, perishable claims to re-test, not current truth.

What a curated library found — and when (dated claims, not current truth); findings span ~2023–2026:
- Across 70+ models and 26K open-ended queries, LLMs independently converge on near-identical outputs — an "Artificial Hivemind" — so counting models overstates diversity (~2025).
- Measured with Hierarchic Social Entropy, behavioral diversity saturates below ten agents; a curated handful recovers most of a large pool's coverage (~2026).
- Raw output variance misleads: restrict to quality-passing outputs and rankings flip — maximize *effective* diversity (~2025).
- Diverse mediocre traces can beat redundant strong ones, but only with a soundness arbiter (tests, aggregator); set-level RL rewards collective, not per-member, usefulness (~2026).
- Small (~500M) generators can yield more unique outputs; preference tuning shifts diversity oppositely across domains (code vs. creative) (~2025).

Anchor papers (verify; mind their dates): Artificial Hivemind (arXiv:2510.22954, 2025); Evaluating the Diversity and Quality of LLM Generated Content (arXiv:2504.12522, 2025); Agentic Systems as Boosting Weak Reasoning Models (arXiv:2605.14163, 2026); Vector Policy Optimization (arXiv:2605.22817, 2026).

Your task: (1) Re-test each constraint: for every finding, judge whether newer models, training, tooling, orchestration (memory, multi-agent), or evaluation has relaxed or overturned it — and reconcile the threads: does the entropy-saturation rule, the effective-diversity correction, and the set-RL objective still point to one coherent selection criterion, or have they diverged? Separate the durable question from perishable limits; say where a constraint still holds. (2) Surface the strongest contradicting or superseding work from the last ~6 months. (3) Propose 2 research questions assuming the regime has moved. Cite arXiv IDs; flag anything you cannot ground in a real paper.