After reading this paper, I turned off a writing assistant I had used for three years — not because it was bad, but because it was *too* good. If a hundred thousand creators use the same model for inspiration, do we end up with a hundred thousand stories that look different but share the same soul?
The Evaluation Blind Spot
Current generative AI evaluations ask one question: "Did the model help one person produce something better?" (individual utility). But creative output is consumed collectively — an idea's value depends on its scarcity in the population.
Think of a music festival: one jazz band feels fresh; ten bands playing the same standard cause fatigue. AI writing tools make it easier for everyone to produce "good" work, while making everyone's good work converge.
> Diversity collapse: when many users rely on the same generative model for inspiration, the collective diversity of human final outputs declines.
Modeling Inspiration as a Congestible Resource
Crowding Kernel
The paper defines a symmetric similarity function \(K(x, y) \in [0, 1]\) measuring how much two creative outputs "crowd" each other — near 1 means crowded (similar), near 0 means distinct.
The semantic kernel maps sentence embeddings to [0, 1]:
Key Metrics
Human baseline crowding — expected crowding between two independently sampled unassisted human outputs for the same task condition \(k\):
Model crowding — the same expectation over model \(m\)'s outputs:
Excess crowding coefficient and human-relative diversity ratio:
\(\rho = 1\) means the model is as diverse as humans; \(\rho > 1\) more diverse; \(\rho < 1\) more homogeneous.
Proposition 1 (human-relative parity ⇔ no externality):
The Adoption Game: Why Your Convenience Devalues Others
A creator using model \(m\) for task \(k\) gains private benefit \(B_i\) but suffers a uniqueness penalty that grows with the number of other users \(X_{-i}\):
where \(\gamma_k\) weights the value of uniqueness in that task.
- Proposition 2: adoption is rational iff \(B_i > B_{\text{crit}}(X_{-i}) = \gamma_k(1 - e^{-X_{-i} \Delta_{m,k}})\). When \(\rho < 1\), this threshold rises with exposure — the more people use the tool, the higher its hidden cost.
- Proposition 3: as \(X_{-i} \to \infty\), the penalty converges to 0 if \(\rho \geq 1\), but to the full uniqueness value \(\gamma_k\) if \(\rho < 1\).
- Higher temperature: raising sampling temperature from \(T = 1.0\) to \(T = 1.5\) significantly reduces crowding.
- Persona-mixture prompting: prompting the model with varied Big Five personality profiles increases set-level diversity; some combinations approach or exceed the parity line.
Experiments: Three Frontier LLMs, All Below Parity
Models tested: GPT-5.4, Claude Sonnet 4.5, Gemini 2.5 Flash. Tasks: short stories (WritingPrompts horror/supernatural), Alternate Uses Task (AUT), and marketing slogans.
All 9 model–task combinations scored below \(\rho = 1\).
| Task | Model | \(\hat{\rho}\) | \(\hat{\Delta}\) | Reading | |------|-------|------|------|---------| | Slogan | GPT-5.4 | 0.179 | 0.331 | extreme convergence | | AUT | Claude 4.5 | 0.309 | 0.275 | severe convergence | | Story | GPT-5.4 | 0.372 | — | clear convergence | | Story | Gemini 2.5 | 0.446 | — | clear convergence | | Story | Claude 4.5 | 0.485 | — | clear convergence |
For slogans, GPT-5.4's diversity is only 17.9% of the human baseline. Crowding estimates stabilize with as few as 50 samples.
Interventions That Work
The Uncomfortable Conclusion
What's unsettling is not that AI homogenizes creativity — that's near-common knowledge — but its mathematical inevitability: if \(\rho < 1\), each additional user imposes exponential, cumulative hidden costs on everyone. AI creative tools may carry a network negative externality: you enjoy using it while polluting the shared idea pool — the same pool you drink from.
Like a highway: the first car glides, the tenth slows, the ten-thousandth brings gridlock. The road of creativity may be congesting faster than we can see.
Paper Details
| Field | Content | |-------|---------| | Title | Ex Ante Evaluation of AI-Induced Idea Diversity Collapse | | Authors | Nafis Saami Azad, Raiyan Abdul Baten | | Affiliation | Bellini College of Artificial Intelligence, Cybersecurity, and Computing, University of South Florida | | arXiv ID | 2605.06540 | | Published | 2026-05-07 | | Categories | cs.AI, cs.GT | | Key findings | All 9 model–task pairs have \(\rho < 1\); crowding estimates stable at 50 samples; higher temperature and persona-mixture prompting reduce crowding |