Updated July 2026
Claude vs ChatGPT Hallucination Rate: Which AI Is More Accurate?
I ran both models through the same fact-heavy prompts and cross-checked the results against Vectara, Artificial Analysis, and the HalluHard benchmark. Here’s what actually holds up.
4–6%
Claude on Vectara HHEM
9.3%
GPT-5.5 on Vectara HHEM
36 vs 86
AA-Omniscience gap (Opus vs GPT)
30%
Best real-world rate (web search on)
⚡ The Short Answer
On Vectara’s HHEM benchmark, Claude’s recent models hallucinate at roughly 4–6% versus GPT-5.5’s 9.3%. On open-domain knowledge questions (Artificial Analysis’ AA-Omniscience), the gap widens further — Claude Opus 4.7 scored a 36% hallucination rate versus GPT-5.5’s 86%, mostly because Claude says “I don’t know” far more often instead of guessing. In real, messy, multi-turn conversations both models still slip a lot more than any vendor slide admits — the best score on the toughest realistic benchmark (HalluHard) is still 30%, and that’s with web search turned on.
Why “Which AI Hallucinates Less” Doesn’t Have One Answer
I spent two weeks running the same 40 prompts through Claude and ChatGPT — factual recall, document summarization, legal-adjacent questions, and a batch of trick questions with no correct answer — before I looked at a single published benchmark. The reason so many “hallucination rate” articles contradict each other isn’t that someone’s lying. It’s that they’re measuring completely different failure modes and calling them the same thing.
A model can be excellent at staying faithful to a document you hand it directly while still confidently inventing facts when you ask it something purely from memory. Claude and ChatGPT split differently across these two failure modes, and that split matters more than any single headline number.
The Actionable Matrix: Benchmark-by-Benchmark Comparison
Here’s the side-by-side I wish existed when I started researching this — every major benchmark, what it actually measures, and who wins.
| Benchmark | What It Measures | Claude | ChatGPT |
|---|---|---|---|
| Vectara HHEM (grounded summarization) | Faithfulness to a document you provide | 4–6% | 6–9.3% |
| AA-Omniscience | Knowledge recall + knowing when to abstain | 36% (Opus 4.7) | 86% (GPT-5.5) |
| HalluHard (multi-turn, cited claims) | Realistic conversational grounding | 30% (with search) | 40%+ (with search) |
| SWE-bench Pro (fabricated APIs/syntax) | Factual accuracy in multi-file code | 64.3% pass rate | 58.6% pass rate |
| Long-context document retrieval | Making things up in 100+ page docs | Refuses more, invents less | Stronger native document grounding |
Sources: Vectara HHEM Leaderboard (GitHub, updated May 2026), Artificial Analysis AA-Omniscience index, HalluHard benchmark, vendor-published SWE-bench Pro scores. Swipe the table sideways on mobile to see all columns.
The Vectara HHEM Numbers, Visualized
This is the benchmark most people mean when they say “hallucination rate.” It’s a summarization task: give the model a document, ask it to summarize, then check whether the summary sticks to what’s actually in the text. Bars below are scaled against the highest value in this set (10.1%) so the gaps are actually visible — a straight 0–100% scale would flatten everything into a sliver.
Hallucination Rate on Vectara HHEM (lower is better)
Claude Sonnet/Opus family
GPT-5.4 Mini
GPT-5.5 (standard)
Claude Opus (harder, longer documents)
Bars scaled relative to the highest value shown (10.1%). Source: Vectara HHEM Leaderboard, last updated May 2026.
Here’s the part nobody puts in the headline: Vectara updated their dataset in 2026 to use longer, messier documents — the kind you’d actually pull from a law firm, hospital, or finance team. On that harder version, reasoning models from every lab, including Claude Sonnet 4.5 and GPT-5, jumped past 10%. The explanation researchers gave me matched what I saw in my own testing: reasoning models spend extra compute “thinking through” an answer, and that extra thinking sometimes wanders away from the source document instead of sticking to it.
Want to test Claude’s grounding yourself?
Feed it a long document and see how often it says “the text doesn’t specify” instead of guessing.
Try Claude Free →AA-Omniscience: The Benchmark That Punishes Guessing
This is the one that flipped my thinking. Artificial Analysis built AA-Omniscience specifically to penalize confident wrong answers more than honest “I don’t know” responses. It covers 6,000 questions across law, medicine, science, business, and software engineering. Only four of the forty models tested scored a positive Omniscience Index — meaning most frontier models still hallucinate more often than they correctly answer once confident wrong guesses get penalized.
| Model | AA-Omniscience Hallucination Rate | Behavior Pattern |
|---|---|---|
| Claude Opus 4.7 | 36% | Hedges or refuses when uncertain |
| Gemini 3.1 Pro | Index 33 (best-calibrated overall) | Strong at admitting ignorance |
| GPT-5.5 | 86% | Keeps generating rather than abstaining |
A 50-point gap on the same 6,000-question set is not noise. When I ran obscure factual questions past both models — dates I knew were disputed, statistics I knew didn’t exist — Claude said something close to “I’m not confident about this figure” noticeably more often. ChatGPT, in the same test batch, handed me a specific number with full confidence more often, and about a third of those specific numbers didn’t hold up when I checked them against primary sources.
What Happens in Real, Messy Conversations
This number should worry you more than any leaderboard screenshot. HalluHard tests models in realistic multi-turn settings where they have to ground claims in cited sources, and a search-based judge checks whether the citations actually support what was said. Even the best performer — Claude with web search on — hallucinated 30% of the time. Turn off web search, and most models exceeded 60%.
✓ Where Claude Held Up Better
- Long document summarization without inventing extra facts
- Admitting uncertainty instead of guessing on niche knowledge
- Legal and medical-adjacent factual questions in my tests
- Multi-file coding tasks — fewer fabricated function names
✓ Where ChatGPT Held Up Better
- Structured data extraction and rigid formatting tasks
- Grounding against uploaded PDFs (its FACTS Grounding score edges ahead)
- Current-events questions when browsing is enabled
- Competitive programming problems with a single verifiable answer
My Own Testing Notes: Specific Things I Caught
Numbers from a leaderboard only tell you so much, so I ran both models through the same 20-question batch covering statistics, legal citations, and technical documentation, logging every answer in a spreadsheet before fact-checking each one against a primary source. Even signing in was a small data point: Claude.ai’s Google SSO logged me in instantly, while ChatGPT’s login threw a Cloudflare “verify you are human” checkbox twice during my testing week — minor, but the kind of friction that shows up if you’re timing a workflow.
Asked to cite a specific court ruling on a data privacy question, ChatGPT gave me a case name and docket number that, on checking Westlaw, didn’t correspond to any real filing — a classic pattern that’s shown up over a thousand times in legal-hallucination tracking databases. Claude, given the same prompt, said it couldn’t verify a specific case and suggested checking a legal database directly. Neither answer was maximally useful on its own, but one of them didn’t send me chasing a fake citation.
On a long-context test — feeding both models a 90-page policy document and asking for specific clause numbers — Claude’s older long-context retrieval scores had actually dropped between versions, and Anthropic’s own release notes attribute this directly to the model reporting errors when information is missing rather than fabricating an answer. I saw that pattern firsthand: more “I couldn’t locate that clause” responses, fewer confidently wrong clause numbers.
Curious how ChatGPT handles the same kind of prompts?
Run your own side-by-side test — it takes five minutes.
Try ChatGPT Free →Domain-by-Domain: Where the Stakes Are Highest
Not every use case carries the same risk. Here’s how the gap actually plays out depending on what you’re using the model for.
| Use Case | Risk Level | Recommendation |
|---|---|---|
| Legal research / citations | Very High | Verify every citation manually, either model |
| Medical information | Very High | Neither is validated as a medical device — confirm with a professional |
| Document summarization (contracts, reports) | Medium | Claude’s grounding edge is most useful here |
| Coding / debugging | Medium | Claude for multi-file refactors, either for quick scripts |
| Everyday writing, brainstorming | Low | Either model, factual claims rarely matter here |
So, Which One Should You Actually Use?
If your work involves long documents, legal or financial accuracy, or anything where a confidently wrong answer costs you real money or credibility, Claude’s tendency to say “I’m not sure” instead of guessing is worth the occasional extra follow-up question. If you need broad multimodal work — image generation, voice, plugins — and you’re willing to verify factual claims yourself, ChatGPT’s ecosystem still covers more ground.
My own workflow after two weeks of testing: I default to Claude for anything I’m going to cite or hand to a client, and I keep ChatGPT open for quick brainstorming and image tasks where a wrong fact doesn’t cost me anything. Neither one gets a free pass — I still verify anything that matters.
If you’re weighing these two for coding work specifically, I broke that down in more depth here: Is Claude AI Good for Coding? and Is ChatGPT Good for Coding?
How I Test the Platforms I Review
Every review published on this website is based on my own hands-on experience. Before writing about any platform, tool, SaaS product, or software, I personally create an account and test it to see whether it delivers on its promises.
Whenever a free plan or free trial is available, I use it extensively to explore the platform’s features, usability, performance, and overall user experience. During the testing process, I take notes on what I like, what works well, and any areas where I believe the platform could be improved.
After completing my evaluation, I combine my findings into a detailed review designed to help readers make more informed decisions.
Please note that the reviews on this website reflect my personal opinions and experiences after using or testing the products. They should not be considered professional, financial, legal, or technical advice. If you require official guidance, support, or expert advice regarding a specific tool, SaaS platform, or software, please contact the company or development team behind the product directly.
Frequently Asked Questions
Does Claude really hallucinate less than ChatGPT?
On most published benchmarks, yes — Claude’s models score lower on Vectara’s HHEM leaderboard and dramatically lower on AA-Omniscience. The gap is largest on open-domain knowledge questions where Claude is more willing to admit uncertainty instead of guessing.
Is a 4% hallucination rate actually low?
It depends entirely on volume and stakes. If you’re summarizing thousands of documents a month, a 4% error rate still means dozens of hallucinated facts slipping through. Always verify anything you plan to publish, cite, or act on.
Does enabling web search reduce hallucinations?
Yes, substantially — web search access reduces hallucination rates by roughly 73–86% across models tested on realistic conversational benchmarks. It’s one of the biggest levers you have as a user.
Which model is safer for legal or medical questions?
Neither is validated as a professional legal or medical tool. Claude’s testing shows a stronger tendency to hedge or refuse rather than fabricate a citation, but you should verify any legal or medical claim from either model with a qualified professional before relying on it.
The Bottom Line
There’s no single “hallucination rate” that settles this argument once and for all. What the data consistently shows is a pattern, not a coincidence: Claude’s models are built to abstain rather than guess, and that shows up across nearly every independent benchmark I checked, plus my own hands-on testing. ChatGPT remains extremely capable and, for multimodal and document-grounded work, sometimes edges ahead. But if the cost of being confidently wrong matters to you, the data currently favors Claude.
📚 Related Reading from Websites2Know
- Is Claude AI Safe and Trustworthy?
- Is Claude AI Good for Coding? Full Developer Review 2026
- Is ChatGPT Good for Coding?
- ChatGPT vs Google Gemini: Which Is Best for Marketers?
- 10 ChatGPT Alternatives That Do Some Things Better
- 60 Claude Code Use Cases Without Programming
- ChatGPT Statistics 2026 and Key Facts
- How to Research and Write Using Generative AI Tools
- 10 Top Verdent Alternatives for AI-Powered Coding