Ask an AI to estimate a startup’s odds of success. Now ask the same AI to estimate that startup’s odds of failure. If the two numbers add up to anything other than 100%, you’ve found a distortion that standard AI benchmarks were never built to catch — and according to research posted yesterday to arXiv, that distortion is systematic, directional, and traceable to one specific stage of how frontier AI models are built.

The paper, which introduced a new measurement framework called OptimismBench, tested 16 models from eight major AI providers and found that 14 of them consistently overestimate the probability of positive outcomes. The two exceptions are both from Anthropic: Claude Sonnet 4.6 and Claude Opus 4.6 lean in the opposite direction, systematically underestimating success probabilities relative to what the math should allow. The authors — Seonglae Cho and Adriano Koshiyama of Holistic AI and University College London — traced the divergence to a single cause: the alignment choices made after a model’s initial pretraining. Which direction a model errs in its probability estimates is, in their finding, largely a fingerprint of the lab that built it.

The researchers illustrate this gap with a concrete example: an AI that rates a startup’s chance of success at 70% but its chance of failure at only 15% is not merely imprecise. The two estimates should sum to approximately 100%. The missing 15 percentage points are a directional distortion — and no existing aggregate calibration benchmark would flag it, because aggregate metrics do not track direction. For any domain in which AI is used as a decision aid — risk assessment, investment screening, project timeline forecasting, medical outcome estimation — this is not a minor statistical quirk. It is a systematic thumb on the scale.

Why Standard Calibration Benchmarks Miss the Problem

The AI field has well-established tools for measuring whether a model’s probability estimates match reality — a property researchers call calibration. Standard calibration metrics, such as Expected Calibration Error, measure how far a model’s predictions are from the true frequency of outcomes over large samples. The problem OptimismBench identifies is not that these metrics are wrong. It is that they aggregate unsigned errors: overestimates and underestimates cancel each other out in the aggregate score, so a model that consistently overestimates success by 15 percentage points and consistently underestimates failure by 15 percentage points could record a perfect calibration score — while delivering systematically misleading answers in every individual use.

A second structural limitation makes the problem harder to detect: many real-world probability questions have no ground-truth answer to measure against. You cannot compute calibration error on a startup outcome before it happens. A benchmark that requires ground truth cannot test models on the kinds of probabilistic judgment people actually use AI for most. OptimismBench’s detection method is designed around this constraint.

How OptimismBench Detects Directional Bias Without Ground Truth

The benchmark’s core mechanism is the inverted pair. For each of 60 scenarios, the model is asked to estimate both the probability of success and the probability of failure for the same event. Logically, those two estimates should sum to 100%. A model that consistently produces estimates where P(success) > 100% − P(failure) is systematically optimistic; one where P(success) < 100% − P(failure) is systematically pessimistic. The signed difference — the researchers call it the “Skew” score — quantifies the directional distortion without needing any external outcome data.

The full benchmark spans 3,870 items across 10 languages and covers four axiom batteries: conjunction fallacies, conditional probability, dose-response monotonicity, and explicit calibration items. The multilingual scope is not incidental. A secondary finding is that the language in which you pose a probability question to an AI makes almost no difference to the direction of its error: inter-model variance in Skew scores was 4.7 times larger than inter-language variance. Whether you ask GPT for a probability estimate in French, Japanese, or English, the directional tilt does not meaningfully change. Which lab built the model is the variable that matters.

Sign by Lab, Magnitude by Scale: The Full Results

Testing 16 models from eight providers — among them OpenAI’s GPT family, Google’s Gemini, Meta’s Llama variants, Mistral, DeepSeek, Zhipu’s GLM series, and Anthropic’s Claude — the researchers found that all 16 show statistically significant directional bias. None are neutral.

The pattern the researchers describe as “sign by lab, magnitude by scale” has two components. First: which direction a model errs is largely determined by the lab that built it. Among the 16 models tested, 14 skew optimistic. The two outliers are exclusively from Anthropic, whose Claude Sonnet 4.6 and Claude Opus 4.6 produce pessimistic bias — consistently underestimating success probabilities relative to what their failure-probability estimates imply. Second: how large the error is scales with model size within a given lab’s family.

An internal complication within Anthropic’s results is worth noting. Claude Haiku 4.5, the smallest model in the family, shows a positive (optimistic) Skew score of +6.1, placing it in the same direction as the majority of other models tested. This means the pessimistic pattern is not a blanket property of “Anthropic models” but appears tied to scale within the family: the larger frontier models — Sonnet 4.6 and Opus 4.6 — are the outliers, while the smaller Haiku follows the industry-wide pattern.

Post-Training Is What Installs the Bias

The most consequential finding in the paper — and the one that distinguishes it from earlier work on AI overconfidence — is the mechanism. By comparing 11 matched pairs of base models against their instruction-tuned or chat-aligned counterparts across four model families, the team was able to observe directly how directional bias changes during the post-training phase — the stage of AI development where models are fine-tuned using alignment techniques.

Post-training does not merely amplify a bias that was already there. It sets the sign of the directional distortion. Even more striking: the direction of the shift differs between model families — in some families, post-training pushes the model toward optimism; in Anthropic’s frontier tier, it pushes in the opposite direction.

The training approach is the most plausible explanation for that divergence. Reinforcement learning from human feedback — the dominant post-training technique across most major AI labs — is now well-documented to amplify sycophantic behavior because human annotators systematically prefer responses that are encouraging and positively framed. A model trained to produce human-preferred outputs learns to frame things optimistically because optimism is preferred. That is the structural mechanism through which RLHF installs an optimistic directional tilt. Anthropic’s Constitutional AI approach uses principle-based feedback rather than raw human approval ratings — which does not have this structural bias toward positive framing. The pessimistic tilt in Anthropic’s frontier models is, on this account, what you would expect from a training methodology that replaced “does the annotator like this?” with “does this response adhere to stated principles?”

This connection between the post-training mechanism and the optimism bias direction is the largest implication the research points toward. The sycophancy research and the probability-bias research are likely measuring the same underlying phenomenon from two different angles: RLHF rewards agreement and encouragement; agreement and encouragement are directionally optimistic; therefore RLHF-aligned models skew their probability estimates in the optimistic direction. The alignment choice is the bias-installation mechanism.

Independent corroboration of this pattern comes from separate research on agentic AI performance. A study on budget estimation across agentic tasks found that Claude Sonnet and Opus were “closest to calibrated, but still skew low” on their predictions about remaining task budget, while Gemini and Qwen were the most optimistic — a directional alignment consistent with OptimismBench’s findings from a completely different measurement approach.

What “Pessimistic” Actually Means for Frontier Claude Users

The finding that Anthropic’s frontier models skew pessimistic in probability estimates does not straightforwardly mean Claude is better or worse for decision-making — it means it is differently biased. In contexts where the risk of overconfidence is the primary concern (investment screening, medical risk assessment, project timeline planning where optimistic estimates lead to cascading failures), a model that underestimates success probabilities may be the more conservative and appropriate tool. In contexts where motivation or goal-setting is the concern, a pessimistic probability estimate may be counterproductive.

The more direct implication for any user who employs Claude for probability-sensitive decisions is: the estimates you receive from Claude Sonnet 4.6 or Claude Opus 4.6 will tend to understate success probabilities relative to the math implied by the complementary failure probability. The estimates you receive from GPT-family models will tend to overstate them. Neither is neutral. The direction of the error is a product of how the model was trained, not of the evidence it was given.

The paper tested four specific interventions to see whether the bias could be easily corrected: varied prompt wording, different temperature settings, narrative perspective shifts (posing the question from a worried investor’s perspective versus an enthusiastic founder’s), and explicit self-debiasing instructions that asked the model to check its own estimates for systematic bias. None of these interventions changed the direction of the Skew score. They affected only the magnitude. The bias is not a surface artifact of prompting style. It is embedded in the model’s probability structure.

Does AI Language Still Matter? The Multilingual Finding

One of the paper’s secondary findings has direct practical relevance for anyone who uses AI in multiple languages. A 17-model, six-language comparison found that a model’s identity — the lab that built it — is a substantially stronger predictor of directional probability bias than the language in which the query is posed. Inter-model variance in Skew scores was 4.7 times the inter-language variance.

This is a meaningful qualification to the recently documented finding that Claude’s expressed behavioral values shift by language — with Hindi producing the most validating responses and English/Russian the most rigorous. That finding concerned the affective and value-expressive dimensions of Claude’s behavior (how warm or rigorous it sounds). The OptimismBench finding concerns the probability-calibration dimension of Claude’s behavior (how it estimates numerical likelihoods). The two dimensions are related — sycophancy and optimism bias likely share a training-mechanism root — but they are not identical. Language strongly affects the affective dimension of AI behavior; it barely affects the directional probability dimension. The probability bias is a more stable, lab-determined property.

What This Benchmark Makes Possible

For AI developers and evaluators, OptimismBench provides a concrete diagnostic that requires no ground-truth outcome data and no lab-specific benchmarking infrastructure. Running the inverted-pair test on any model — asking P(success) and P(failure) for the same scenarios and computing the signed average deviation — immediately surfaces whether alignment choices have installed a directional thumb on the probability scale, and in which direction.

For organizations deploying AI in any context that involves probability assessment, the research is a reminder that the reported confidence level is a function of training as much as of evidence. A model that says “70% chance of success” has produced an output shaped partly by which AI company trained it and what that company’s alignment approach systematically rewards.

The full 3,870-item OptimismBench dataset has been publicly released for per-model directional-bias auditing. The paper is currently under review at EMNLP 2026.

Frequently Asked QuestionsWhy do most AI models overestimate the probability of success?

The most likely mechanism is reinforcement learning from human feedback (RLHF), the dominant post-training technique used by most major AI labs. Human annotators consistently prefer responses that are encouraging, affirming, and positively framed. A model trained to maximize human approval ratings learns to frame outcomes optimistically — and this manifests as a systematic tilt toward overestimating positive probabilities. The OptimismBench finding that post-training sets the sign of the directional bias, and that different alignment approaches produce opposite directions, is consistent with this mechanism: labs that use conventional RLHF produce optimistic models; Anthropic’s Constitutional AI approach, which uses principle-based rather than human-approval-based feedback, produces pessimistic frontier models instead.

Is Claude’s pessimism better or worse than other AI models’ optimism for real decisions?

It depends on the decision. For risk assessment and downside planning — scenarios where overconfidence is the greater danger — a model that underestimates success probabilities may produce more conservative and appropriate guidance. For motivation, goal-setting, or contexts where accurate upside probability matters, pessimistic estimates could lead to underinvestment or avoidance of good opportunities. Neither direction is categorically better; both are systematic errors. The practical implication is that Claude’s frontier-tier probability estimates for success scenarios are likely understated relative to the math implied by its complementary failure estimates — and that prompt-rewording, perspective-shifting, or asking the model to check its own work will not correct this. The bias is embedded in the model’s probability structure, not in its prompting surface.

Can I use OptimismBench to test any AI model I use at work?

The 3,870-item dataset has been publicly released for per-model auditing. Running the core test does not require statistical expertise: for any scenario, ask the model to estimate both the probability of success and the probability of failure, and check whether the two numbers sum to approximately 100%. If they systematically diverge — success estimates consistently higher than 100% minus the failure estimate — the model is optimistically biased in that domain. If they diverge in the other direction, it is pessimistically biased. This inverted-pair check works without needing any outcome data and can be applied to any probability-sensitive domain where you use AI as a decision aid.

What does the direction of an AI’s probability bias tell me about how it was trained?

According to this research, quite a lot. The finding that post-training sets the sign of the directional bias, with different model families shifting in opposite directions, means the bias direction is a detectable fingerprint of a lab’s alignment methodology. Models trained primarily through human preference optimization (conventional RLHF) appear to acquire optimistic bias because human annotators favor positive-framed, encouraging responses. Anthropic’s frontier models — which use Constitutional AI, a principle-based rather than human-approval-based alignment approach — skew pessimistic instead. This does not mean pessimism is the goal; it is the directional artifact of not reinforcing human approval of positive framings. The research suggests that any organization evaluating AI models for high-stakes probability estimation should treat bias direction alongside accuracy as a required disclosure — because the direction tells you something specific about the training process that produced the model.

“OptimismBench: Forecasting Bias and the Alignment Effect in Language Model Judgment” was posted to arXiv on July 29, 2026 (arXiv:2607.26981). Authors: Seonglae Cho and Adriano Koshiyama, Holistic AI and University College London. The 3,870-item multilingual dataset is publicly available.