INQUIRING LINE

How much does omniscient evaluation overstate real-world simulation fidelity?

This explores a measurement trap: when you test an AI by letting one model puppet every character in a scene, it looks socially fluent — but that fluency may vanish once the agents have to deal with information they can't all see, so the real question is how big the gap is between the flattering test and the messier real world.


This explores a measurement trap: an AI that controls every party in a simulation looks far more competent than one that has to operate when each party knows things the others don't. The corpus's sharpest result here is direct — when a single model puppets all the interlocutors in a social scene, performance looks strong, but the same model fails systematically the moment agents hold private information Why do LLMs fail when simulating agents with private information?. The lesson isn't that the model got dumber; it's that the omniscient setup quietly did the hard part for it. Apparent social skill was riding on grounding work — reconciling who-knows-what — that the model never actually had to perform when it could see all the cards.

What makes this worth dwelling on is that it's an instance of a pattern that shows up across very different evaluation failures in the collection: the test conditions launder away the exact difficulty the test claims to measure. Persona simulations are a close cousin. AI 'participants' reproduce 76% of published experimental main effects — impressive — but the replication rate tracks the original p-value strength, and marginal effects degrade into false positives and negatives Can AI personas reliably replicate human experiment results?. The fidelity is real where the signal was already loud, and overstated everywhere the real world is noisy. Same shape: the easy regime flatters, the hard regime exposes.

The deeper reason these gaps stay hidden is that our judges are themselves fooled by surface fluency. Imitation models mimic ChatGPT's confident style well enough to pass human evaluators while closing no actual capability gap Can imitating ChatGPT fool evaluators into thinking models improved?, and chain-of-thought prompts with logically invalid steps perform nearly as well as valid ones — the model learned the form of reasoning, not the inference Does logical validity actually drive chain-of-thought gains?. An omniscient evaluation is the structural equivalent of these: it rewards the appearance of competence under conditions that never test the substance. Even 'deterministic' settings mislead this way — zero temperature gives you the same answer 100 times, which reads as reliability but is just one draw repeated Does setting temperature to zero actually make LLM outputs reliable?.

So how much does omniscient evaluation overstate fidelity? The corpus won't give you a single multiplier, but it tells you where the inflation concentrates: it's largest precisely where real-world difficulty lives — private information, weak effects, novel tasks, adversarial noise — and smallest in the easy cases that were never the point. The fix the collection gestures toward is evaluation that reintroduces the skipped work. Agentic judges that actively collect evidence cut 'judge shift' by 100x over a model glancing at an output Can agents evaluate AI outputs more reliably than language models?, and reliable agents earn their reliability by externalizing memory, skills, and protocols into a harness rather than faking it from raw model fluency Where does agent reliability actually come from?.

The thing you didn't know you wanted to know: the danger of omniscient evaluation isn't that it's wrong, it's that it's *plausibly right* — it produces a believable number that's biased in a consistent direction, inflated most on the cases you'd most want to trust it for. A simulation that looks 90% faithful in the lab can be doing the grounding for free; charge it rent — give the agents private information — and you find out what the model could actually do.


Sources 7 notes

Why do LLMs fail when simulating agents with private information?

Research shows LLMs perform well when one model controls all interlocutors but fail systematically when agents possess private information. This reveals that apparent social competence relies on grounding work that models skip in omniscient settings.

Can AI personas reliably replicate human experiment results?

Viewpoints AI reproduced 84 of 111 main effects from Journal of Marketing experiments with replication success strongly correlated to original p-value strength. Marginal effects showed unreliable performance with both false positives and negatives.

Can imitating ChatGPT fool evaluators into thinking models improved?

Imitation models fool human evaluators by mimicking ChatGPT's confident, fluent style while failing to improve factuality or generalization on novel tasks. The ceiling is set by base model capability, not fine-tuning method—better fundamentals, not shortcuts, drive real improvement.

Does logical validity actually drive chain-of-thought gains?

Illogical chain-of-thought exemplars matched valid CoT performance on BIG-Bench Hard, showing that structural properties—not logical validity—drive the gains. The model learns the form of reasoning, not genuine inference.

Does setting temperature to zero actually make LLM outputs reliable?

Fixed seeds and zero temperature replicate the same output repeatedly, but that output remains one draw from the model's probability distribution. McDonald's omega testing across 100 repetitions reveals that consistency does not equal reliability.

Can agents evaluate AI outputs more reliably than language models?

Eight-module agentic evaluation achieved 0.27% judge shift versus 31% for LLM-as-a-Judge on complex tasks. However, the memory module cascaded errors, revealing that agentic systems need error isolation mechanisms to maintain gains.

Where does agent reliability actually come from?

Research shows reliable LLM agents externalize three cognitive burdens—memory (state persistence), skills (procedural components), and protocols (structured interaction)—into a harness layer rather than relying on model scale alone. The harness unifies these externalities and eliminates the need for the model to solve the same problems repeatedly.

Next inquiring lines