INQUIRING LINE

An AI can generate varied-looking answers that all follow the same hidden template — actual responsiveness to your question is a different thing to measure.

How does mutual information between inputs and outputs differ from measuring raw diversity?

This explores the difference between two ways of scoring an AI's outputs — raw diversity (how much variety there is in the outputs on their own) versus mutual information (how much the outputs actually track and depend on the inputs that produced them).


This explores the gap between measuring raw output variety and measuring whether outputs are actually responsive to their inputs — and the corpus is unusually sharp on why the distinction matters. Raw diversity, usually measured as entropy, only looks at the spread of outputs. Mutual information asks a different question: given an input, does the output change in a way that depends on that input? The cleanest illustration is template collapse. A reasoning model can drift toward filling in the same fixed scaffold across every problem, changing only the surface numbers. Entropy still looks healthy — there's plenty of token-level variety within any single answer — so the collapse stays invisible. But mutual information between inputs and reasoning drops, because the reasoning has stopped being a function of the problem, and that MI drop tracks failing task performance far better than entropy does Can entropy metrics detect when reasoning becomes formulaic?.

The deeper point is that entropy is a within-input measure and can be high while something is badly wrong across inputs. Two failure modes make this concrete. First, outputs can look varied but be relationally identical: 70+ models queried on open-ended prompts independently converge on nearly the same responses — an 'Artificial Hivemind' — so ensembling for diversity buys you almost nothing even though each model's raw output distribution is spread out Do different AI models actually produce diverse outputs?. Second, outputs can be truly identical on the surface while their internal machinery is completely different — networks that reproduce the same answers can carry fractured, tangled representations that block transfer and recombination Can identical outputs hide broken internal representations?. In both cases a scatter-based diversity score misreads the situation; a relational measure would not.

This connects to an older complaint in information theory that the corpus surfaces from a different angle: classical Shannon and Kolmogorov measures assume an observer with unlimited compute, so they count raw unpredictability rather than useful, learnable structure — which is why they fail to explain why feature engineering, curriculum order, or one dataset over another actually helps Why do Shannon and Kolmogorov measures fail to value data?. The proposed fix, 'epiplexity,' tries to measure the structure a bounded learner can extract, and that measure — not raw entropy — is what correlates with out-of-distribution generalization What can a bounded observer actually learn from data?. Mutual-information-style thinking is the same instinct scaled down: score the relationship between input and output, not the loudness of the output.

The practical payoff shows up in how people are learning to reward diversity during training. Simply maximizing raw variety tends to backfire — RL collapses format diversity onto a single dominant pretraining pattern within an epoch Does RL training collapse format diversity in pretrained models?, and self-improvement loops that don't distinguish diversity from quality irreversibly lose it How do quality, diversity, and complexity affect synthetic data differently?. The methods that work optimize for *grounded* diversity instead: DARLING rewards semantic diversity through a learned classifier and finds it improves quality rather than trading against it Can diversity optimization improve quality during language model training?; vector-valued rewards let solutions specialize along real task trade-offs so diversity reflects genuine differences in what each solution does, not external noise Can reward vectors be the hidden source of solution diversity?; and set-level RL rewards a batch of traces for being collectively useful, valuing complementarity over redundant sameness Can diverse mediocre traces outperform redundant expert traces?.

So the difference is not cosmetic. Raw diversity answers 'how much do these outputs vary?' — a question you can pass while quietly failing. Mutual information answers 'do these outputs carry information about their inputs?' — which is closer to what you actually wanted diversity to be a proxy for. The recurring lesson across the corpus is that variety is easy to fake and easy to misread, while relational and structural measures catch the collapses that entropy sails right past.


Sources 10 notes

Can entropy metrics detect when reasoning becomes formulaic?

Entropy only captures within-input diversity and cannot detect when reasoning drifts to fixed templates across inputs. Mutual information between inputs and reasoning correlates far more strongly with task performance, making it the more reliable diagnostic.

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.

Can identical outputs hide broken internal representations?

Networks trained with SGD reproduce outputs perfectly while having radically different internal structure than evolved networks, with weight perturbations revealing fractured, entangled representations that prevent transfer to novel contexts or creative recombination.

Why do Shannon and Kolmogorov measures fail to value data?

Both measures assume observers with unlimited compute and miss learnable, useful information. The gap explains why feature engineering helps, curriculum order matters, and trained models exceed their generating process—empirical facts classical theory cannot account for.

What can a bounded observer actually learn from data?

Epiplexity formalizes the structural information a computationally bounded observer can extract from data, separating learnable regularity from time-bounded entropy. This task-free measure correlates with out-of-distribution generalization and explains why some datasets enable broader transfer than others.

Show all 10 sources
Does RL training collapse format diversity in pretrained models?

Controlled experiments show RL consistently amplifies one format distribution from pretraining within the first epoch while collapsing alternatives. The winning format depends on model scale, not necessarily performance, and is largely hidden when starting from proprietary pretrained models.

How do quality, diversity, and complexity affect synthetic data differently?

Quality drives in-distribution generalization, diversity enables out-of-distribution generalization, and complexity strengthens both. Current evaluation methods collapse these into a single quality metric, causing self-improvement loops to degrade through irreversible diversity loss.

Can diversity optimization improve quality during language model training?

DARLING jointly optimizes for quality and semantic diversity using a learned classifier, finding that diversity rewards catalyze exploration and produce higher-quality outputs than quality-only baselines across both creative and mathematical tasks.

Can reward vectors be the hidden source of solution diversity?

Vector Policy Optimization shows that rewards decomposed per test-case, criterion, or persona provide an inherent diversity structure. Training solutions to span the Pareto frontier across these dimensions produces competent diversity grounded in real task trade-offs rather than external regularizers.

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.

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 research analyst re-opening a still-live question: how does mutual information between inputs and outputs differ from measuring raw output diversity, and which should govern diversity rewards in LLM training?

What a curated library found — and when (dated claims, not current truth): these findings span roughly 2025–2026.
- Template collapse hides from entropy: a reasoning model can fill the same scaffold across problems, keeping token-level variety high while input–reasoning MI drops — and MI tracks failing task performance far better than entropy (~2026).
- 70+ models independently converge on nearly identical open-ended responses ('Artificial Hivemind'), so ensembling for diversity buys almost nothing despite spread-out per-model distributions (~2025).
- Identical task performance can mask fractured, entangled internal representations that block transfer and recombination (~2025).
- Classical Shannon/Kolmogorov measures assume unbounded compute; 'epiplexity' scores the structure a bounded learner can extract and correlates with OOD generalization where raw entropy does not (~2026).
- Maximizing raw variety backfires: RL collapses format diversity onto one dominant pretraining pattern within an epoch, while grounded methods (DARLING's learned semantic-diversity reward) improve quality rather than trade against it (~2025).

Anchor papers (verify; mind their dates): Artificial Hivemind (arXiv:2510.22954, 2025); Fractured Entangled Representations (arXiv:2505.11581, 2025); From Entropy to Epiplexity (arXiv:2601.03220, 2026); Jointly Reinforcing Diversity and Quality / DARLING (arXiv:2509.02534, 2025).

Your task:
(1) Re-test each constraint. For every finding, judge whether newer models, training, tooling (SDKs, harnesses), orchestration (memory, caching, multi-agent), or evaluation has relaxed or overturned it; separate the durable question — relational vs scatter-based measurement, likely still open — from perishable limits, cite what resolved each, and say plainly where a constraint still holds. Since this is synthesis-probing, reconcile the threads: do input–output MI, epiplexity, and grounded-diversity rewards all measure one underlying quantity?
(2) Surface the strongest contradicting or superseding work from the last ~6 months.
(3) Propose 2 research questions that assume the regime may have moved.

Cite arXiv IDs; flag anything you cannot ground in a real paper.