Home/Research/Position

To Simulate a User, You Should Make Your LLM Dumber

A frontier model is the right place to start a human simulation and the wrong place to stop. Turning capability down to match a real person, reliably and measurably, is its own research problem.

MatrAIx
Jintao Huang, Xiaomin Li, Yuexing Hao, and Core Team
July 20, 2026
10 min read

Here is the blunt version. If you want an agent to behave like a real user, the single most capable model is the wrong tool, and making it worse is part of the job. Not broken, not random: worse in a specific, controlled way that matches the person you are simulating. The frontier model is where you start. A believably limited human is where you have to end up.

1. Your model is too good to be a user

A real person is bounded. They know some things and not others, they forget, they get tired, they misread a label and give up when something feels hard. A frontier model has none of those bounds by default. Condition it on a persona and it will still act at a skill ceiling the real person never had. If you are using the simulation to find where users struggle, this is fatal: the simulated user does not struggle where the real one does.

Left at full strength, a model does not answer like a person. It answers like an unusually well-informed, unusually careful, unusually consistent person, which is to say not like most people at all. And more capable does not even mean more useful: a stand-in that is smarter than your real users simply hides the friction they would actually hit.

The most useful agent in a simulation is not the smartest one. It is the one that is wrong in exactly the way a person would be.

2. "Dumber" is not one dial

Lowering the temperature or swapping in a smaller model misses what makes a person a person. Human limitation has at least four independent axes, and a faithful simulation has to move each one on purpose. Each axis has its own mechanism and recreates a different, recognizable human trait.

Figure 1 · The four dials of a bounded user

One model, four independent axes of limitation

Conceptual framework. Each dial moves separately; a faithful persona is a specific setting across all four, not a single "make it worse" slider.

DialFrontier defaultTurn it down byThe human trait it recreates
KnowledgeBroad, near-completeAblate domain facts, restrict retrieval and context"I have never seen this before"
SkillExecutes cleanlyRemove tools, block certain reasoning stepsFumbling, taking the wrong approach
ConsistencyStable across turnsCap memory, allow contradiction and driftChanging one's mind, forgetting a decision
EffortGrinds to completionLimit steps and tokens, reward stopping earlySkimming, satisficing, giving up

The effort axis is the one people forget. Real users do not optimize, they satisfice: they stop at the first option that is good enough, skim instead of read, and quit when a task drags. A model grinds every task to an optimum, which is the opposite. A small model at high temperature, meanwhile, moves all four dials at once in an uncontrolled way. That is not a person, it is a noisy version of a smart one. The goal is a specific, shaped reduction, one axis at a time, that you can dial in and defend.

3. Three ways to make a model dumber, and only one is right

This is the part people get wrong. "Make it worse" has several implementations, and most of them produce something that looks human-ish and is not.

Figure 2 · Degradation is not one thing

Three ways down, and what each actually produces

ApproachWhat you actually getFaithful?
Turn up randomness (high temperature, tiny model)Noise sprayed evenly across every decisionNo: unreliable, not human
Prompt a caricature ("act like a confused beginner")Exaggerated, stereotyped mistakes on cueNo: plausible but systematically off
Match the real failure distributionThe specific misconceptions and give-up points of that populationYes: this is the target

Human error is structured. A beginner does not make random mistakes; they make beginner mistakes, in a direction. A model that fails randomly has added noise. A model told to "act confused" has added a stereotype, which is worse, because it looks convincing while being wrong in a consistent way. The target is degradation that reproduces the same wrong turns, the same misconceptions, and the same moments of giving up as the real person. That is the harder and more useful thing to build.

4. A worked example: three simulated users

Give three simulated users the same job: cancel a subscription in an app they have never used, where the option is buried three menus deep.

Only the third one is useful. The first is too capable to find anything; the second finds problems that are not there.

5. This is not just one kind of product

The same mismatch shows up wherever a product has to serve people with different knowledge and habits.

In each case the useful signal lives in the limitation. Turn the model's competence down to the right level and the failures it hits are the failures your real users will hit. Leave it at the ceiling and the product looks better in simulation than it will ever be in the world.

6. How you would actually turn capability down

Capability control is not one technique. It is a stack of them, applied per dial and per persona, and the research is in knowing which one moves which axis without spilling into the others.

7. What would make a bounded agent credible

A dumbed-down agent is a claim, and claims need evidence. The bar is not "does it seem less capable." It is whether the reduction reproduces the target population: the same patterns of behavior and error you would find across real people, not merely something that sounds believable. Three tests matter most.

This slots directly into the validity ladder from our human-simulation position paper: grounding the persona, showing it adheres, and checking the distribution before any decision rests on it.

The point is not to build a worse model.

It is to build a controllable one. A single capable model should be able to sit at many different human competence levels on demand, and to defend each of them under measurement. That control is the deliverable, and "dumber" is only one direction it has to move.

8. The bet

The instinct in AI is that more capability is always better. User simulation is where that instinct breaks. The frontier model is where you start. A person, bounded and fallible and specific, is where you have to end up, and the road between them is worth a paper, not just a prompt. If we want simulated users we can trust, we will have to get as good at turning capability down, precisely and provably, as the field has become at turning it up.

Evidence note. This is a position piece describing an open research direction at MatrAIx, not a report of a completed study. Figures 1 and 2 are conceptual frameworks proposed by the authors. It builds on our human-simulation position paper.