This 33-page preprint identifies an important methodological problem in experiments with LLM-simulated users. When a persona specifies only a few attributes, such as age and sex, and two treatment conditions are run, the model may complete unspecified attributes differently in response to each intervention. Two instances that begin identically can therefore cease to represent the same implicit population. The response contrast may combine the intended effect with what the authors call user drift. The practical thesis is that a design resembling randomized assignment does not automatically inherit a randomized trial's causal interpretation merely because both arms use the same explicit persona prompt.
The paper formalizes A as the intervention, Y as the response, X as the complete persona, and L as the attributes fixed in the prompt. The target effect averages Y(1)-Y(0) over a common distribution of X given L. In the synthetic generator, however, context order can lead the model to produce implicit attributes according to P(X|A,L), so the latent population may differ between A=0 and A=1. An appendix algebraically decomposes the observed contrast into the target effect and average selection-bias terms. This is a well-motivated warning about comparability, although “observational study” is a causal analogy: inside the simulator, A induces X after the prompt, which can also be described as a persona-consistency, mediation, or intervention-definition failure rather than ordinary human pre-treatment confounding.
The proposed diagnostic uses negative-control outcomes Z: answers about attributes that should remain invariant under the intervention, such as citizenship, political party, ideology, or race. Total variation distance (TVD) compares P(Z|A=1,L) with P(Z|A=0,L). If the same explicit profile yields different distributions, the primary contrast is vulnerable to representing different users across arms. For mitigation, the system elicits additional attributes L' after each intervention, randomly selects one realization per persona from outputs generated under both arms, and inserts it into the next persona prompt, fixed for A=0 and A=1. Generic demographics are added first, followed by predefined task-related attribute groups. Each iteration restarts the experiment without carrying over conversation history.
The evaluation uses six user-model configurations: base and instruction-tuned Qwen3-30B-A3B, Gemma-3-4B-it, Gemma-4-31B-it, GPT-OSS-20B, and Gemini 3 Flash. It covers three settings. OpinionQA seeds age and sex from real respondents, presents a leading statement, and asks how highly reducing illegal immigration should be prioritized. Book Opinions and MovieLens seed annotator age/sex and use a Gemma-4-31B-it agent to discuss five books or five films positively or negatively; the outcome is stated likelihood of reading or watching. Each non-Gemini model-setting uses 100 personas and 30 trials per persona under both arms. Gemini uses only 10 personas and five trials. The appendix estimates approximately 3,000 GPU-hours.
The plots show nonzero pre-adjustment TVD for most model-setting pairs. TVD often falls as attributes are fixed, while observed contrasts change during early iterations and later stabilize. The pattern is not uniform: some generic demographic adjustments initially increase TVD, GPT-OSS is flat or weakly changing and often refuses in ways mapped to Unknown, and Gemini has an anomalous OpinionQA trajectory under its much smaller sample. The authors acknowledge that a control may be insensitive, directly affected by the intervention, or dominated by refusals. They also show that the marginal population can move across iterations: making arms more similar does not guarantee preserving the original synthetic population.
The defensible contribution is important but narrower than some abstract language. The experiments do show that intervention content changes nominally stable self-reports and that persona constraints alter both a drift proxy and the observed effect. That is enough to reject naive causal interpretation by default. They do not show how much causal bias exists or how much is removed. There is no human randomized experiment, known simulator ground truth, or semi-synthetic data-generating process with a true effect. Lower TVD and effect stabilization can indicate improved comparability, but can also reflect mechanical output constraint, overadjustment, blocked treatment pathways, or a changed estimand.
Negative-control validity requires two unverified assumptions: Z must be sensitive to the relevant latent attributes and have no direct effect from A. Here Z is generated after intervention exposure, so priming, refusal policy, or response-style changes can create TVD without a coherent latent-persona shift. The paper notes positive finite-sample bias in empirical TVD but provides no null distribution, permutation calibration, significance test, or value for the epsilon threshold in Algorithm 1. It also does not state how 95% confidence bands are constructed, what the sampling unit is, or how repeated generations within persona are clustered. Gemini is not precision-matched to the other models.
Adjustment also needs caution. L' is elicited after treatment and fixed in a subsequent prompt; this is not equivalent to conditioning statistically on a pre-treatment confounder. Several targeted questions concern opinions or states close to the intervention and outcome. Fixing them before the next intervention may block a legitimate causal pathway or redefine the population. The algorithm requires epsilon and a maximum-iteration budget, but the paper reports neither; the published experiment follows a fixed author-designed question order. There is no holdout separating attribute choice from evaluation and no seeds for persona, book, film, realization, or decoding sampling.
Reproducibility is incomplete. The TeX package is detailed: prompts, question inventories, temperature/top-p/top-k parameters, dataset URLs and licenses, sample counts, pseudocode, and 51 plot images are present. Executable code, raw generations, parsed responses, per-persona/trial/iteration records, numeric figure sources, interval method, seeds, exact API snapshot, environment, and tests are absent. The curves, confidence bands, refusal rates, and retention analysis cannot be recomputed. The correct operational message is that short-persona synthetic experiments should be treated as causally unidentified until arm comparability, valid negative controls, estimand stability, and human-population correspondence are demonstrated. The paper provides a valuable diagnostic, not a certified causal correction.