Imagine a weather app that says "90% chance of rain" every single day regardless of conditions. After a week, you'd stop trusting the number — but you might still glance at whether it says rain or sun. That's roughly how the NLP field treats model confidence: everyone looks at the accuracy of the final answer, almost nobody checks whether the confidence score attached to it means anything. This paper says that's a problem hiding in plain sight. The committed claim: calibration — the alignment between a model's expressed confidence and its actual correctness rate — should be a mandatory reporting criterion in every NLP benchmark, not a niche subfield curiosity. Sanz-Guerrero and von der Wense aren't introducing a new metric or a new method. They're making an institutional argument: the tools already exist, the data already exists, and the cost of adding calibration reporting to existing benchmarks is near-zero. The field simply hasn't adopted the practice. The paper identifies two distinct failure surfaces. First, deployment: an overconfident model in a medical or legal pipeline causes real harm because downstream systems trust its 0.97 confidence score at face value. Second, and more subtle, the research pipeline itself: LLM-as-a-judge setups, synthetic data generation, and active learning all implicitly assume calibrated confidence. If the judge model's confidence is meaningless, every paper that relies on LLM-as-a-judge inherits that miscalibration as silent measurement error. This is the sharper point — miscalibration isn't just a deployment risk, it's a methodological contaminant inside the research loop. Architecturally, this is a meta-methodological position paper, not an empirical contribution. It sits in the calibration-measurement family (expected calibration error, reliability diagrams, Brier scores) and argues for their adoption, not their improvement. The key technical observation is minimal: standard calibration metrics need only two inputs per example — a confidence score and a correctness judgment — and most existing benchmarks already provide both. For multiple-choice and classification tasks, this is essentially free. The paper honestly flags that open-ended generation remains unsolved: defining "confidence" and "correctness" for free-form text is still an open challenge. On integrity, this is a position paper accepted to a workshop (UncertaiNLP at EMNLP 2026), not an empirical study. There are no experiments to validate, no benchmarks to cherry-pick, and no baselines to compare against. That's not a weakness per se — position papers serve a different function — but it means the paper's persuasive power rests entirely on the logical argument, not on new evidence. The argument is sound but not novel within the calibration community; the contribution is framing it as an adoption problem rather than a technical one. The milestone question is institutional, not technical. The tools exist today. The barrier is cultural: major benchmarks (MMLU, HumanEval, SWE-bench) adopting calibration as a standard reported metric. If even one top-tier benchmark adds calibration as a required column in its leaderboard within the next two years, that's the inflection point. The technical frontier is open-ended generation calibration, where no consensus method exists yet. The obvious experiment not run: actually measuring calibration across the top-10 models on a major benchmark and showing the magnitude of the problem with concrete numbers. A table showing "GPT-4o says 0.95 confidence but is correct 0.71 of the time on MMLU subcategory X" would have made this paper land much harder. The honest read: this is a workshop-length position paper (short format), and the authors likely chose to invest their limited space in the argument rather than the empirical demonstration. The next paper almost certainly includes that table.