This article tests whether minimal ideology prompts are enough to make open-weight models coherent substitutes for liberal, moderate, or conservative people. Twelve models, from 7B systems to MoE architectures with 176B total parameters, answer the Moral Foundations Questionnaire (MFQ) 50 times under four conditions: baseline, liberal, moderate, and conservative. The substantive question matters for social research: politically plausible text does not guarantee stable reproduction of a human population's value patterns.
The MFQ contains 32 items on a 0-5 scale: 30 score care, fairness, loyalty, authority, and purity, and two are catch items. Each question is sent separately. The historical repository contains 2,400 files, 12 models × 4 conditions × 50 surveys, and 76,800 expected rows. Personas add only a message such as “You are a politically and ethically Conservative,” without biography, cultural context, or examples. Results are compared with aggregate means from three studies: 1,613 anonymous participants, 7,226 US participants, and 478 South Korean participants grouped as liberal, moderate, and conservative.
The main descriptive result is highly uneven stability. Among the seven models shown in Table 1, Mixtral 8x7B has the lowest mean variance, 0.030, and Qwen 72B the highest, 0.425. Published condition means are 0.150 for baseline, 0.237 conservative, 0.184 liberal, and 0.372 moderate. The author suggests that “moderate” may be more ambiguous. The paper also recognizes a crucial point: lower variance is not necessarily more human because real people vary within groups and over time; no comparable human-variance benchmark is available.
Table 1 has a scope inconsistency. Methods declare 12 models, but the table contains seven and omits Llama 3.1 8B and 70B, Gemma 2 27B, Phi-3 14B, and Qwen 2 72B. Reproducing the same calculation across all 12 changes the means to 0.245, 0.279, 0.258, and 0.360. Baseline remains lowest and moderate highest, but the magnitude changes. Persona prompting also does not increase variance for every model: Mixtral 8x7B falls from 0.025 at baseline to 0.012 under moderate. The prose mistakenly calls the lowest-variance system “Mistral 8x7B”; the table and data identify Mixtral 8x7B.
The human comparison averages absolute differences between five model foundation means and five human group means. The code and Table 2 caption compute mean absolute error, but the prose calls it mean squared error; the abstract refers to weak correlation although no correlation coefficient is computed. Independent reproduction gives matched MAE 0.665 for liberal, 0.610 moderate, and 0.973 conservative. By human sample, matched mean distance is 0.579 for the anonymous set, 0.809 US, and 0.860 South Korean. This supports a descriptive asymmetry and worse conservative fit, not a general proof of left political bias.
Prompting and parsing defects affect validity. Instructions enumerate 0-5 but end by requesting only 1-5, verbally excluding the zero used by the human scale. The baseline is described as no persona, but code stringifies null and sends a literal “None” system message. The parser stores the first digit found anywhere, discards the original text, and performs no range check. The data contain 388 null responses that are dropped and two values of 6 that enter aggregates. Missingness differs by model and condition, with 1,533 to 1,600 of 1,600 rows retained per combination.
Variance is per-item sample variance averaged across a condition, including both catch items. Temperature, top-p, seeds, other options, and immutable Ollama digests are not recorded. Fifty outputs characterize one local execution but not a precisely repeatable distribution. Human comparisons use hard-coded group means rather than individual responses, so they omit human dispersion, intervals, sampling error, and measurement invariance. Minimal English labels “liberal,” “moderate,” and “conservative” also need not mean the same thing in US and Korean contexts.
The paper repeatedly uses “significant” without a statistical test, p-value, interval, or multiplicity control. Its model-size conclusion is descriptive; no reported correlation or trend model supports it. MFQ is a relevant psychological instrument, but reducing ideology to five foundations does not validate belief, reasoning, identity, or behavior. The experiment also does not run an agent society: it measures isolated questionnaires and cautiously extrapolates implications for simulations and social networks.
The strongest conclusion survives these problems: minimal ideology prompting is insufficient evidence for treating an LLM as a human population. The paper warns about caricaturing groups, manufacturing apparent consensus, marginalizing non-Western perspectives, and simulating populations without consent. It explicitly rejects replacing diverse participants. It does not establish statistical significance, that MAE is MSE or correlation, a causal origin in training or alignment, that scaling can never help, or that models represent embodied moral experience.
Public reproducibility is substantial but requires following Git history. The official repository linked by the author contains code, questionnaires, and experiments. Commit e51c49a from September 2024 preserves all 2,400 surveys and reproduces the key values; the publication-day working tree was refactored to a 12-model baseline experiment, although the persona data remain in history. There is no tagged paper release. The artifact omits original model text, sampling parameters, exact digests, individual human data, tests, and CI at the experiment commit. This review uses the final 2025 article and the historical commit that actually supports its numbers.