The Real Bottleneck in AI Is Not Intelligence, It Is Diversity

Mark Erdmann

Hatched by Mark Erdmann

May 21, 2026

9 min read

86%

0

The myth of the smarter model

What if the next leap in AI does not come from making models think harder, but from making their worlds larger?

For years, the default instinct has been to chase scale in one dimension: more parameters, more compute, more training steps. But two recent developments point to a stranger and more consequential bottleneck. One is the rise of persona-driven synthetic data, where the goal is not simply to generate more examples, but to generate more distinct ways of seeing the world. The other is the use of Monte Carlo Tree Self-refine to push smaller models toward Olympiad-level mathematical performance. Put together, they suggest a shift that is easy to miss: intelligence is increasingly limited not by raw reasoning capacity, but by the diversity of experiences and search paths available during training and inference.

This matters because many of the hardest failures in AI are not failures of syntax or basic logic. They are failures of coverage. A model can know a method, yet miss the one variation that matters. It can solve a familiar problem and still collapse when the same structure is disguised. It can generate fluent answers and still lack the breadth of perspective needed to handle the long tail of reality. The core question is no longer, “Can we make the model bigger?” It is, “Can we make the model encounter enough worlds?”


Why scale stops working when variation is thin

Synthetic data sounds straightforward: generate enough examples and the model will improve. But simple volume is a trap. If the examples all come from the same mold, the model becomes a better echo chamber. It learns the surface pattern of the training distribution, then fails the moment the problem is asked in a new accent, a new framing, or a new context.

This is why diversity is not a decorative feature of synthetic data. It is the substance. A million nearly identical math problems do not behave like a million varied ones. The first teaches repetition. The second teaches abstraction.

A useful analogy is city planning. You can build a city full of roads, but if every road leads to the same neighborhood, traffic patterns remain fragile. Real resilience comes from many routes, many districts, many kinds of destinations. Synthetic data faces the same constraint. It is not enough to have more roads. You need a richer map.

That is what makes persona-driven synthesis so interesting. Instead of asking, “What topic should this example cover?”, it asks, “Who is asking, from what background, with what goals, and what blind spots?” That change is subtle but profound. It converts data generation from a topic expansion problem into a perspective expansion problem.

The difference between scale and diversity is the difference between hearing the same song louder and learning a new instrument.

This explains why instance-driven and topic-driven approaches often plateau. A seed corpus can expand only so far before it starts to reproduce itself. A topic list can spread across subdomains but still miss the behavioral and cognitive variety that makes real-world robustness possible. Personas, by contrast, introduce a second axis of variation: not just what is being discussed, but how the question arises in the first place.

In other words, the deepest challenge in synthetic data is not generation. It is coverage under meaningful variation.


Reasoning is search, not just recall

The second development, self-refinement with tree search, points to a similar truth from a different angle. High performance on difficult mathematical benchmarks is not only about knowing more facts or memorizing more patterns. It is about exploring a space of possible reasoning trajectories and selecting the ones that survive scrutiny.

This is the hidden connection between Olympiad solving and synthetic data generation: both are ways of increasing the effective search space.

A single model pass is like taking one route through a maze. Sometimes that route works. Often it does not. Monte Carlo Tree Self-refine makes the model behave less like a one-shot responder and more like an explorer. It tries multiple branches, evaluates partial solutions, revises dead ends, and keeps searching until a promising structure emerges. That is why it can move a relatively small model closer to much larger systems on hard problems.

The lesson is not that brute-force search will replace reasoning. It is that reasoning itself is often stabilized by search. We like to imagine good mathematicians as people who simply “see” the answer, but what actually happens is richer: they generate candidate paths, reject weak ones, and refine promising ideas through disciplined exploration. Tree search operationalizes that process.

A concrete example helps. Consider a proof problem where the obvious route is induction, but the induction hypothesis is awkward. A human solver might pause, try a substitution, notice symmetry, and then reframe the problem using an invariant. The solution is not a single thought. It is a sequence of exploratory moves. Tree refinement mirrors that cognitive behavior by externalizing trial, error, and pruning.

This matters because it shifts our model of intelligence from static knowledge to adaptive traversal. A system is not smart merely because it contains many answers. It is smart when it can navigate from an ambiguous prompt to a valid answer through a robust internal search process.


The hidden common denominator: breadth before depth, then depth through breadth

At first glance, synthetic personas and self-refining tree search seem like separate tricks. One is about data, the other about inference. But they share a deeper principle: breadth creates the conditions for depth.

Synthetic personas widen the training distribution, which helps the model internalize more conceptual neighborhoods. Tree search widens the inference distribution, which helps the model explore more solution paths. In both cases, the system becomes stronger not by compressing diversity too early, but by preserving it long enough for useful structure to emerge.

This suggests a new framework for thinking about AI progress:

  1. Diversity of exposure during data generation.
  2. Diversity of hypotheses during reasoning.
  3. Selection pressure that filters weak candidates.
  4. Compression into reusable representations or final answers.

That sequence is important. Many systems fail because they compress too early. They generalize from too little variation, then act confidently on brittle assumptions. Better systems postpone compression. They explore more widely first, then distill.

You can see this logic in human expertise. A novice tries to memorize the canonical case. An expert has seen enough weird cases to know which parts of the problem matter. The expert’s confidence is not a product of simplicity, but of having traversed complexity often enough to recognize structure. AI is beginning to follow the same path.

Robust intelligence is not the absence of variation. It is the ability to survive variation long enough to extract invariants.

This is why the performance numbers matter beyond the benchmark. A model trained on richly varied synthetic math problems and then refined through search is doing two complementary things at once. It is building a broader internal prior, then using iterative reasoning to adapt that prior to the prompt at hand. The first reduces blind spots. The second reduces search error. Together, they attack both halves of the problem.


A practical mental model: the library and the maze

There is a simple way to remember the distinction.

Synthetic data diversity is a library problem. If the library contains only one genre, the reader becomes narrow no matter how many books are on the shelf. Personas add genres, voices, incentives, and contexts. They make the library useful.

Self-refine tree search is a maze problem. Even with a great library, a solver can still get lost in the act of reasoning. Search provides corridors, checkpoints, and backtracking. It improves the path through the library.

AI systems need both. A huge but narrow library creates overfitting. A clever maze with sparse content creates elegant nonsense. Real capability emerges when the library is diverse enough to support the maze, and the maze is strong enough to navigate the library.

This is especially visible in domains like math, code, instruction following, and tool use. In each case, success depends on recognizing the problem type, choosing a useful representation, and then traversing a sequence of constrained steps. Personas help generate the kinds of examples that teach the model what these situations feel like from multiple angles. Tree search helps the model execute them when the exact shape of the task is uncertain.

The larger implication is striking: the future of AI may depend less on replacing human-like judgment and more on reconstructing its preconditions. Humans do not solve hard problems by seeing everything at once. We build diverse mental repertoires, then search through them under pressure. The best AI systems are starting to do the same, but at scale.


Key Takeaways

  1. Do not confuse quantity with coverage. More synthetic data only helps if it expands the space of perspectives, not just the number of examples.
  2. Design for personas, not just prompts. Ask who is generating the data, why they care, and what assumptions they bring. Those variables create robustness.
  3. Treat reasoning as search. For hard tasks, one-shot answers are often fragile. Iterative refinement can expose better solution paths.
  4. Delay compression until after exploration. Let the model encounter variation and candidate reasoning paths before forcing it to settle.
  5. Build systems that widen first, then prune. The strongest models are not those that jump fastest to an answer, but those that can traverse more of the possibility space before deciding.

The real question is not whether models can think, but what they get to think about

The most important shift here is philosophical. We often talk about intelligence as if it were a private property of the model, a kind of internal horsepower. But these developments suggest a different view: intelligence is partly an ecological achievement. It depends on the richness of the environment the system is trained in and the search space it can move through when solving problems.

That means progress in AI may come less from making one giant mind and more from creating a society of simulated minds, each with different histories, incentives, and blind spots, then giving the system tools to explore among them. Diversity is not noise to be averaged away. It is the raw material of generalization.

And once you see that, the benchmark victories look different. They are not just signs that models are getting smarter. They are signs that we are learning how to give models more of the conditions that make smart behavior possible in the first place.

The next breakthrough may not be a model that knows more than everyone else. It may be a model that has, in a very real sense, lived more lives, tried more paths, and learned how to search its own uncertainty without collapsing into it.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣