The Price of Monoculture: What Happens to Writing When Everyone Uses the Same Model
A new arXiv paper models how shared LLMs pull writers toward one norm, why individuals over-conform, and what personalization actually changes. Here is what the math says and what a builder should do about the flattening of style.
TL;DR: When lots of people polish their writing with the same model, the math predicts style converges toward a shared norm, and each writer individually conforms more than is good for the group because nobody pays for the diversity they take away from everyone else.
That is the argument in “Linguistic Monoculture in LLM-Assisted Language Use,” a paper posted to arXiv under both cs.AI and cs.CL. It does not run a big empirical study on real writing. It builds a formal model, proves what the equilibria look like, and runs synthetic simulations to illustrate them. That distinction matters, and I will come back to it. But the framing is sharp enough to be worth taking seriously, because it names something a lot of us have felt reading email, cover letters, and blog posts over the last two years: the texture is going flat.
What does “linguistic monoculture” actually mean here?
The authors treat both authors and models as distributions over linguistic features. Think of your writing not as fixed sentences but as a cloud of tendencies: how long your clauses run, how much hedging you do, whether you like semicolons, how formal you skew. Every writer has a cloud. So does the model.
When you draft, revise, or polish with an LLM, your output moves toward the model’s cloud. Do that repeatedly, across a whole population using the same model, and the paper’s claim is that the population’s clouds contract toward a common center. That contraction is the monoculture. Not that everyone writes the same sentence, but that the range of ways people write narrows.

The paper analyzes three interaction mechanisms, and this is where it earns its keep instead of just gesturing at a vibe.
The first is a shared model with a fixed linguistic distribution. Everyone polishes against the same static target. The result: authors get pulled toward a common norm. Straightforward, and probably the closest match to how most people use a frozen ChatGPT snapshot today.
The second is a shared model recursively updated from author outputs. The model trains on what people wrote with the model’s help, then people write with that updated model, and so on. The paper’s finding here is subtle: recursive feedback moves where the shared norm sits, but under common conformity it does not change the pairwise spread between authors. In plain terms, the center of gravity drifts, but the crowd stays equally clustered around it. The monoculture does not necessarily get tighter just because the model eats its own outputs. It relocates.
The third is personalized models updated through author-specific and population-level feedback. This is the one with a hopeful result. Personalization can preserve a whole family of distinct author-model equilibria with nonzero linguistic diversity. If the model adapts to you as well as to the population, distinctiveness can survive.
Why would rational writers over-conform?
This is the part I find most useful, and it is the part that turns a curiosity into an actual argument about incentives.
The authors make conformity a strategic choice. You trade private benefits (clarity, legibility, looking fluent, meeting whatever institutional expectations you face) against your distinctive style. Each writer optimizes their own tradeoff.
The problem is a negative externality. Your distinctive style has value to other people, not just to you. It keeps the shared pool of writing varied and interesting, it gives readers signal about who you are, it makes the whole ecosystem less monotonous. But you do not get paid for that value. So when you decide how much to conform, you only weigh your private costs and benefits, and you conform more than would be socially optimal.

The paper calls the gap the “price of monoculture.” Their result: it is finite for any fixed instance, but it can grow without bound when distinctiveness dominates authenticity in the utility function. Read that carefully, because it is the load-bearing caveat. The runaway case depends on a specific weighting inside their model. It is a theorem about their utility function, not a measured fact about the world. So “unbounded” is a property of the setup, not a prediction that human writing is heading to zero variety.
That is the honest read: the mechanism is plausible and the externality argument is genuinely good, but the scary-sounding “grows without bound” is conditional on assumptions the authors chose, and there is no empirical calibration here telling us where real writers sit on that spectrum.
Is this real or just a clean model?
Both, sort of. The value of this work is the framework, not evidence. There are no measurements of actual human writing corpora before and after LLM adoption in what these versions report. The simulations are synthetic, built to illustrate the proved equilibria, not to test them against data.
So I would not cite this paper as proof that writing has already homogenized. Plenty of us suspect it has, and there is separate work on things like the “delve” spike and telltale AI phrasing, but this paper is not that evidence. What it gives you instead is a vocabulary and a set of predictions you can go test: does pairwise spread really stay constant under recursive training? Does personalization measurably preserve diversity in production tools? Those are answerable questions, and the paper hands you the shape of the answer to look for.
The most actionable claim is the contrast between the three mechanisms. A single frozen shared model pulls everyone to one center. Recursive self-training relocates the center without fixing the clustering. Personalization is the only mechanism in their analysis that structurally preserves diversity. That is a design finding, and it points builders somewhere specific.
What can a builder actually do with this?
If you ship a writing tool, the paper is quietly telling you that personalization is not just a nice retention feature, it is the mechanism that keeps your users from all sounding the same. A tool that adapts to each user’s style, updating on their own past writing and not only on a population-wide preference signal, sits in the diversity-preserving regime. A tool that applies one house voice to everyone sits in the flattening regime. Same output quality, very different long-run effect on how your users write.
Practitioner’s take: try this yourself before your next big piece. Draft in your own voice first, then use the model only to fix specific defects (unclear sentence, buried point, weak transition) rather than asking it to “polish” the whole thing, because “polish” is exactly the operation that pulls your cloud toward the model’s center. If you build tooling, give it a real style memory: feed it the user’s own prior writing as the reference, not a generic “professional and clear” prompt. The catch most people miss is that the flattening is invisible from inside one document. Any single AI-assisted draft reads better than your rough draft. The cost only shows up at the population level, across thousands of writers, over months, which is precisely why no individual writer has an incentive to stop. That externality is the whole point, and it is not something a better model fixes on its own.