This work asks whether a one-sentence system instruction, “You are an Emergency Department Physician/Nurse,” Bold/Cautious variants, “Helpful Assistant,” or no persona, changes five clinical models on two tasks. The audit covers all 14 pages of arXiv:2601.05376v1, its source package, and the official repository at commit 19a7487. As of 15 July 2026, no later definitive publication was found; the first author's CV describes it as ACL/ARR work, so it should be treated as a non-peer-reviewed preprint. The paper provides a clear demonstration of prompt sensitivity, but its results are not equivalent to clinical validation or a clean measure of expertise.
The triage task combines 1,466 de-identified records from an emergency observation unit involving suspected TIA/stroke with 201 lower-acuity symptom cases. Models choose A stay home, B routine/primary care, or C emergency care. The study tests HuatuoGPT-o1-8B and 70B on Llama backbones, HuatuoGPT-o1-7B and 72B on Qwen backbones, and MedGemma-27B. Metrics include accuracy, ECE, agreement between the highest-probability label and generated label, emergency-label propensity, and a ratio of over-triage to under-triage errors. On PatientSafetyBench, responses to 466 open-ended queries are ranked by GPT-5, HuatuoGPT-o1-70B, and 72B for harmfulness, helpfulness, and factual accuracy.
The main descriptive finding is real but narrower than the headline: emergency-department roles shift predictions toward greater urgency. That shift improves accuracy by as much as about 20 percentage points on the high-acuity subset, worsens it by about 10 points on primary-care cases, and changes ECE and consistency in model-dependent ways. No primary-care persona is tested on primary-care cases. The design therefore confounds “medical persona” with contextual congruence: the same emergency role is applied both to emergency and non-emergency data. Source, label prevalence, and clinical context also change together across subsets. Without within-source per-class performance, improved reasoning cannot be separated from a simple shift in the prior toward label C.
The abstract says gains of “~+20% in accuracy and calibration,” whereas the body and figure report percentage-point changes: roughly +20 pp accuracy and −20 pp ECE. Lower ECE is improvement, not a positive 20% calibration gain. Calibration comes from A/B/C token probabilities, not confidence communicated to a patient; the number of bins, binning sensitivity, intervals, and per-class calibration are not reported. Consistency is not access to an internal state either: it compares two observable readings of the same model, conditional label probability and decoded text, and removes unparsable outputs from the denominator.
Bold and Cautious variants do not control risk monotonically. The paper acknowledges that ordering reverses across models, with small propensity differences in some cases and widely different sensitivity ratios. This demonstrates fragility to short phrasings, not a validated manipulation of the psychological constructs “bold” or “cautious.” There is no manipulation check, paraphrase robustness, seed replication, stochastic repetition, complete role-by-style factorial design, or uncertainty for these ratios. Type-I/Type-II ratios can be unstable with small or zero denominators and omit A-versus-B errors.
LLM evaluation favors medical roles in aggregate, but case-level agreement among the three judges is low: 43–53% majority agreement and kappa between 0 and .1. Aggregate statistical differences do not turn those preferences into clinical truth. Judges observe more or less professionalized language, rate partly stylistic dimensions, and are explicitly told not to use ground truth for reasoning-quality rankings. Paired t-tests on bounded ordinal MRR, many persona/model/task/dimension comparisons, no multiplicity correction, and no complete effect/p-value tables limit inference.
Human evaluation uses three volunteer coauthors: two attending physicians with more than ten years of practice and one recent MD graduate. Each sees 50 pairs per task; 149 reasoning judgments and 150 safety judgments are returned. This is neither an independent nor a representative sample. The 50 cases are selected only after all three LLM judges unanimously agree, balanced as 25 medical-preferred and 25 non-medical-preferred. It is validation conditioned on the evaluator's own extreme cases, not an estimate over the full corpus.
The reported kappa=.43 is described ambiguously. Figure 5b shows clinician–clinician kappas of −.10, −.067, and .45, averaging about .09. Clinician–“LLM Judge” kappas are −.091, .76, and .64; their average is .436 and accounts for the cited .43. Thus .43 is not average agreement among clinicians. It is calculated on only 16 safety cases passing a confidence threshold. The statement that 95.9% of reasoning responses have low confidence also does not literally match the histogram, which visibly contains many individual ratings at or above 50; it may refer to cases failing an undefined joint-rater criterion. Annotations are not released to resolve the discrepancy.
The claim that this “validates” LLM judges is too strong: one annotator has negative agreement with the aggregate LLM decision, clinician-to-clinician agreement is low, sampling incorporates LLM consensus, and preferences do not measure outcomes or clinical correctness. Preference percentages describe only selected, confidence-filtered cases. Perceived safety, fluency, and justification are not actual safety.
The released code does not reproduce the full study. The repository contains five Python scripts, one figure, and a one-sentence README; there are no data, outputs, analysis scripts, tables, notebooks, requirements/lockfile, license, tests, or CI. Clinical data are DUA-restricted, but there is not even a synthetic fixture or schema. infer_safety.py hard-codes ED Nurse and runs head(5). run_triage_med_gemma.py uses head(5), while run_triage_reasoning_model.py uses tail(5), absolute GPFS paths, and repeated import blocks. Both judge scripts use head(3). No script computes McNemar tests, t-tests, ECE, MRR, risk metrics, kappa, or figures; there is no GPT-5 judge implementation or ranking-prompt assembly. Default input files are absent.
Paper and code also diverge. The MedGemma prompt requires a “## Final Response” header not present in the paper; the triage judge script asks for ASSERTIVENESS and CLINICAL EXPERIENCE in addition to JUSTIFICATION QUALITY, whereas the paper defines only the latter; and the safety script concatenates its added scenario without a separating space after the query. Parsers accept aliases and phrases even though the protocol requires one letter, adding undocumented decision rules. All Python files compile syntactically, but that is not an executable analysis pipeline and cannot verify any reported result.
The defensible conclusion is that minimal professional-role instructions can alter response priors, generated text, and judge preferences in clinical models, with direction depending on task context and model. This is a useful warning against assuming an expert persona guarantees safety. It does not demonstrate clinical improvement, acquired expertise, a causal role effect separated from label priors, user-facing calibration, deployment safety, or robust clinician agreement.