The Crowded Embedding Space: A Mean-Field Mechanism for Emergent Marginalization in Retrieval-Augmented Agents
Abstract
Lay Summary
Modern AI assistants answer questions by looking up information in large digital libraries of documents. We usually test these systems one question at a time, but a single assistant serves millions of users sharing the same library. We asked what happens when popular interests and niche interests have to compete for room in that shared space. We built a mathematical model that treats users and documents as crowds in a shared landscape, where nearby documents compete to be retrieved. First, we found that once popular content crosses a critical density, niche topics get pushed out of search results suddenly rather than gradually — for example, searches for "Film Noir" movies can collapse simply because generic "Crime" movies are abundant nearby. Second, when the assistant learns from user feedback over time, it reshapes its library to serve popular interests and erases niche ones, even though no one designed it to be unfair. This reveals a form of unfairness that doesn't come from biased data or biased rules — it is a byproduct of geometry and learning itself. Our work gives designers an early-warning signal before a library hits this tipping point, and suggests safeguards such as filtering by topic before searching. It also shows that testing these systems one question at a time misses a failure mode that only appears at scale.