Justy: Okay, so I was reading this paper on multicultural agent systems and I'm genuinely annoyed. Cody: Annoyed how? Justy: Because everyone's been evaluating these platforms on alignment — whether an agent matches its assigned culture — and nobody asked whether the system as a whole actually preserves cultural plurality. Which is… kind of the whole point, right? If you're building a global agent society, you probably want it to look like a society, not a monoculture. Cody: Right. Justy: And the paper shows alignment and diversity are almost completely uncorrelated. You can have a system where every agent looks culturally aligned on paper and the whole thing is still homogeneous. Cody: Yeah, that's a real finding. They tested 18 models across 19 cultures and found zero correlation — negative point one two Pearson r. Single-backbone systems, where one LLM is the backbone for all agents, none of them reached human diversity levels. Best case was thirty-six point one two; humans averaged forty-four point zero seven. Justy: That gap is… not small. So what's actually happening under the hood? Cody: The measurement is straightforward. Each agent answers a World Values Survey conditioned on its assigned culture — so a French agent answers as if it's grounded in French values, a Nigerian agent in Nigerian values. Alignment is how closely each agent matches its reference culture. Diversity is the system-level average dissimilarity between all agents' responses. It's pairwise difference aggregation, not per-agent property. Justy: Mm-hm. Cody: So you can have an agent perfectly aligned with French values, another perfectly aligned with Nigerian values, but if the LLM's latent space is just pulling them both toward the same output distribution, the system-level diversity collapses. The backbone model's own biases and training data are overriding the cultural conditioning. Justy: Which explains why stronger models don't automatically give you more diversity. I would've bet on that being correlated — like, a bigger, more capable model would just preserve more variation. But that's not what they found. Cody: Nope. Capability doesn't translate to diversity. Interestingly, mixed-backbone systems do help — they tested exhaustively, something like one-point-eight-nine million configurations, different models for different cultural agents. That Pareto frontier consistently dominates single-backbone systems on both alignment and diversity. Justy: One-point-eight-nine million configurations. Cody: Yeah, it's brute-force exhaustive. But even with mixed backbones, the gap to human diversity persists. You're narrowing it, not closing it. Justy: So the real problem isn't solvable by just picking a different model or adding more agents. They tested that too? Cody: Yeah. Neither culture selection nor agent count rescues diversity. And here's the kicker: as you add more agents, homogenization gets worse, not better. More agents, more consensus pressure, narrower range of outputs. Justy: That's the opposite of what you'd naively expect. I was going to say, how bad does it get when agents actually interact? Cody: That's where it gets ugly. They ran multi-round social exposure — agents observe other agents' responses before answering. Per-agent alignment stays stable or even improves slightly, which sounds good. But system diversity drops. Agents drift toward consensus. Justy: Even when you explicitly tell them to represent their assigned culture? Cody: Even then. Social Identity Theory would predict agents lean harder into their in-group identity under exposure, right? But that's not what's happening. The model's baseline tendency to converge on a consensus distribution is stronger than the cultural conditioning. Justy: So if you're building something like MoltBook — an agent-native social network where each agent is supposed to have a distinct identity — this is a real problem. Cody: It is. And they proved it with a participatory budgeting case study. High-diversity systems produced broader coverage of societal priorities; low-diversity systems narrowed the scope of public-resource allocation. Homogeneous agent societies make worse collective decisions. Justy: Which is… actually important. Because the product value of multicultural agent systems is that they're supposed to represent or serve human societies. If they're collapsing toward monoculture, you're losing the thing you built them for. Cody: Exactly. And the paper's basically saying: this is a distinct problem from alignment. You can't solve it by making individual agents more culturally faithful. You need to understand why the system as a whole homogenizes. Justy: Do they say how to fix it? Or is this just a measurement paper? Cody: Mostly measurement. They establish value diversity as an evaluation axis and show the gap is real and persistent. They don't propose a fix. Mixed backbones help, but not enough. The core problem — LLM latent spaces pulling toward consensus under interaction — that's still open. Justy: So someone has to actually engineer the system to preserve diversity. Probably with retention mechanisms, reward signals for dissent, architectural changes to how agents interact… Cody: Yeah. Right now, builders are probably optimizing for task performance or engagement, not diversity. This paper's saying: measure diversity, and you'll see the problem immediately. Justy: That's valuable just as a diagnostic. You can't fix what you're not measuring. Cody: Exactly. And the code and data are public — they released everything at github dot com slash i N L P dash Lab slash Multi Agent dash Diversity. So anyone building multicultural systems can run their own diversity audit right now. Justy: That's the move. Release the measurement, let teams discover their own homogenization problem, then someone figures out the architecture to solve it. Better than shipping MoltBook and realizing six months later that all your agents sound the same. Cody: Much better. Justy: Alright, thanks for talking through that. Genuinely clarifying. Cody: Yeah, it's a clean paper. Real problem, solid measurement, no overreach on solutions.