What I learned:
The 86% is a conditional probability, not an error rate, and almost every repost drops the condition - Artificial Analysis's AA-Omniscience hallucination rate is incorrect divided by (incorrect + partial + not attempted), so the denominator holds only the questions the model failed to answer correctly. @0xGenpix states the condition correctly and it is the only viral framing in the window that does: "86% GPT-5.5 hallucination rate when uncertain. 50% Claude Opus 5 hallucination rate - up 14 points from Opus 4.8. 36% Claude Opus 4.7 hallucination rate," adding that "GPT-5.5 leads on factual accuracy at 57% - the highest ever recorded - and also confidently invents answers in 86% of cases when it lacks the truth." Strip the words "when uncertain" and the number becomes a claim nobody made. The two headline figures are the same fact stated twice: it knows more than anything measured before, and it almost never says "I don't know."
The best explanation of why the number is unreadable is a French-language reply with six likes - @DIMENSION_YT walks the arithmetic: the percentage is computed only over the failures, so a model with 98 right answers, 1 wrong answer and 1 "I don't know" lands at 50% hallucination, and 99 right with 1 wrong lands at 100%. Same model, near-perfect accuracy, catastrophic-looking headline number. The same post names the second condition that never survives the screenshot: AA-Omniscience allows no tools and no web search, which is not how anyone actually runs these models, especially for the reference-lookup tasks the questions are drawn from.
The same model wears two different hallucination numbers and both are correctly computed - CodingFleet puts the divergence in one line: Claude Opus 4.7 is "12.0% Vectara (concerning) but 26.2 AA-Omniscience Index (excellent). It fabricates more in summarization than most peers, but it's one of the best at saying 'I'm not sure' when it genuinely lacks knowledge." Suprmind has the extreme case: Llama 4 Maverick at 4.6% on Vectara's older dataset and 87.6% on AA-Omniscience. Vectara's HHEM leaderboard (3.3K stars, 19 open issues) measures whether a summary stays faithful to a document you handed the model. AA-Omniscience measures whether a model bluffs on closed-book knowledge. Those are different failure modes and there is no reason for them to correlate.
Even the Vectara number is two numbers, because the leaderboard forked and most citations use the retired one - Vectara's own blog says the original dataset "has served its purpose" and ships a replacement built on 7,700+ articles across law, medicine, finance, education and technology. Suprmind notes plainly that "the leaderboard exists in two versions, and the gap between them tells an important story," and that the legacy April 2025 set "is the dataset most articles reference when they quote hallucination rates" - short documents, straightforward summarization. The same source flags the counterintuitive result on the harder set: reasoning models, the ones marketed as most capable, consistently do worse on grounded summarization.
The benchmark's own peer review says the denominator is wrong - the published critique of arXiv 2511.13029 is that the formula i/(p+i+a) "conflicts with its textual description" and should be clarified to i/(p+i) or i/(c+p+i) with sensitivity analyses. The practical consequence is that a model can improve its hallucination rate by abstaining more without learning anything, and a model that attempts everything gets punished twice. Benchgen frames the design goal charitably - "models should answer when confident and abstain when uncertain" - then concedes that "most frontier models fail this calibration, scoring below zero," meaning they hallucinate more than they answer correctly.
The one real 30-day movement is Opus getting worse on exactly the axis the metric measures - @jason_haugh quotes the finding that Opus 5 "improves +7 points on AA-Omniscience Accuracy over Opus 4.8, but answers more often when uncertain - its hallucination rate rises +14 points to 50%," and reads it against the vibe curve: "At first Opus 5 was great, crushing tasks. And then as people started looking into those tasks, they started to walk their praise back." @talwar_divyam independently lands on the same reading: "confidence is outpacing accuracy even on the rigorous stuff." The Zvi corroborates from the qualitative side, with Max Weinbach and several agreeing commenters describing "Opus 5 being wrong and confidently saying shit then I keep having to correct it." Accuracy and hallucination rose together, which is what a calibration metric looks like when knowledge outpaces restraint.
Artificial Analysis itself publishes the metric as a decomposition, which is how the number is supposed to be read - @ArtificialAnlys on DeepSeek V4 Flash 0731: it "scores -16 on the AA-Omniscience Index, a 7 point improvement over DeepSeek V4 Flash (-23), driven entirely by a lower hallucination rate. The hallucination rate falls 11 points to 84% while accuracy is unchanged at 37%." That is the honest shape of the claim - index, accuracy and hallucination rate quoted together, with the causal attribution stated. The screenshots circulating on X keep only the third number.
The rate gets weaponized in an argument that has nothing to do with calibration - @pukerrainbrow, 91 likes: "Claude Fable 5 hallucinates more than Kimi K3 (the open model everyone wants banned) - Same benchmark, AA-Omniscience. Fable: 54.9%. K3: 51%. Lower is better here. K3's rate did climb from 39% last-gen, but its accuracy climbed too, 33% to 46%. Both moved together. One of these labs is being framed as a national security risk. It's not the one with the higher hallucination rate." The post is also the cleanest demonstration in the corpus of why the paired reading matters: K3's rate rose because its accuracy rose.
The practitioner conclusion across every source is the same, and it is not "pick the lower number" - Digital Applied's Kimi K3 writeup ends on the operational version: "Re-run the harness you already own, add an abstention-rate metric, and gate the swap on that - not on a leaderboard rank." The Bearded AI Guy makes the structural argument that "the top of every leaderboard now sits inside its own margin of error," and The Source Layer says the differentiators "are buried in task-specific metrics." On r/LocalLLaMA the same complaint arrives without the vocabulary: "I've been noticing a massive disconnect lately between how models perform on technical leaderboards and how they actually perform in real-world tasks."
Where the discussion is thin is the tell - despite 27 Reddit threads and 25 HN stories pulled in the window, essentially none of them are about hallucination benchmark methodology. The r/LocalLLaMA and r/ClaudeAI layers are dominated by hardware, model drops and Qwen/Kimi release chatter; the only on-topic Reddit artifact is a r/ClaudeCode PSA on the Opus 5 and Opus 4.8 hallucination trade-off. The entire methodological argument in the last 30 days lives on X, in vendor and aggregator blog posts, and in the benchmark's own arXiv review - not in the communities that quote the numbers most.
KEY PATTERNS from the research: 1. The 86% is conditional on the model already being wrong or abstaining - denominator is incorrect + partial + not-attempted, per Artificial Analysis 2. High accuracy and high hallucination rate are compatible and often co-move; GPT-5.5 holds the record 57% accuracy alongside the 86%, per @0xGenpix 3. A model can improve the metric by abstaining more without learning anything - the flagged flaw in i/(p+i+a), per the review of arXiv 2511.13029 4. Cross-leaderboard comparison is meaningless: Opus 4.7 is 12.0% on Vectara and 26.2 on AA-Omniscience because one scores summarization faithfulness and the other closed-book recall, per CodingFleet 5. Even within Vectara there are two live datasets and most cited numbers come from the retired one, per Vectara 6. AA-Omniscience runs closed-book with no tools and no web search, which is not the deployment condition anyone uses, per @DIMENSION_YT 7. Most frontier models score below zero on the Index, meaning more incorrect than correct answers on this question set, per Benchgen 8. The recommended substitute for leaderboard rank is your own harness plus an explicit abstention-rate gate, per Digital Applied