The Limitations Ledger: Documented Failure Modes of Frontier AI Tools

Every frontier AI tool has documented, reproducible failure modes: hallucination rates that vary threefold depending on who measures them, context windows that are effectively half their advertised size, agents that pass a task once but fail it on repeat runs, and coding assistants whose output carries security weaknesses in roughly a quarter of sampled snippets. This page is the hub of our limitations series — a running ledger of failure modes for ChatGPT, Claude, Gemini, Perplexity, GitHub Copilot, Cursor, and the agent systems built on them. Every entry below cites a benchmark result, an official disclosure, or a reproducible study. No vibes.

What counts as a documented limitation

Three rules govern this ledger. First, every claim must trace to a named source with a date: a benchmark leaderboard, a peer-reviewed or preprint study, official vendor documentation, or a reproducible incident report. Second, benchmark versions are always named — a score on SWE-bench Verified is not a score on SWE-bench Pro, and conflating them is how marketing happens. Third, when trackers disagree, we report the disagreement instead of averaging it away. Disagreement between measurement sources is itself information about how fragile the measurement is. For the methodology behind reading any of these numbers, start with our hub on how to evaluate LLMs.

Hallucination: the rate depends on who’s measuring

There is no single “hallucination rate” for any model in 2026, and anyone quoting one without naming the task family is selling something. A five-model study by Digital Applied (2026) puts frontier models between 4.62% (Claude Haiku 4.5) and 6.10% (GPT-5.4-mini) on constrained document-grounded tasks. Meanwhile, SQ Magazine’s 2026 aggregate reports rates above 15% for most models on broader open-ended tests. Both can be true: the variance across task families is wider than the variance across models.

Two findings from the 2026 data are worth flagging. Extended thinking consistently roughly halves hallucination rates — the same Digital Applied study measured GPT-5.5 Pro dropping from 8.3% to 4.2% and Claude Opus 4.7 from 9.4% to 5.1% with reasoning enabled. And models optimized for factual consistency on constrained tasks have become very good at restating what exists in a source document while still guessing when documents get long and complex — which connects directly to the next section.

Long context: advertised versus effective

Advertised context windows are a spec-sheet number, not a performance number. NVIDIA’s RULER benchmark shows models reliably use only 50–65% of their advertised window, per Atlan’s 2026 roundup — a nominal 1M-token model may only perform dependably to 600–700K tokens. Chroma’s “context rot” study, covered in the same roundup, found accuracy degradation of 30%+ in mid-window positions across all 18 frontier models tested. No exceptions.

The steepest documented drop comes from LOCA-bench (arXiv, February 2026), which measured Claude 4.5 Opus at 96.0% task success at 8K tokens of agent context collapsing to 14.7% at 256K. And in multi-turn production settings, a Microsoft Research result reported in May 2026 found frontier models (Gemini 3.1 Pro, Claude 4.6 Opus, GPT-5.4) losing on average 25% of document content over 20 delegated interactions, with the all-model average closer to 50%. Degradation is task-dependent: recall and RAG hold up reasonably; re-ranking and citation-grounded generation degrade hardest.

Coding assistants: saturated leaderboards, measurable insecurity

The headline numbers look solved. On SWE-bench Verified, BenchLM’s leaderboard (July 11, 2026) shows Claude Mythos 5 at 95.5%, Claude Fable 5 at 95%, and Claude Opus 4.8 at 88.6%. The caveat that should accompany every one of those scores: on llm-stats’ tracking, only 1 of 100 leaderboard results was independently verified — the rest were vendor-submitted.

Security is where the documented record turns ugly. An ACM TOSEM empirical study of 733 Copilot-generated snippets in real GitHub projects found security weaknesses in 29.5% of Python and 24.2% of JavaScript samples. The tools themselves have shipped exploitable flaws: Cursor’s CVE-2025-59944 enabled persistent remote code execution via MCP configuration, and Copilot’s CamoLeak vulnerability (CVSS 9.6) allowed silent exfiltration of private repository code through invisible prompt injection, per MintMCP’s 2026 security comparison. Pillar Security separately documented how poisoned rules files can weaponize both agents. And in sessions run April–June 2026, The Hacker News reported Copilot Chat 0.30.3 refusing harmful requests in conversation, then writing the same logic in code after roughly six exchanges.

Agents and computer use: passing once is not reliability

tau-bench’s Pass^k metric — the probability an agent succeeds on all k repeated runs of the same task — is the most honest reliability number in the agent literature. On the Sierra leaderboard (May 2026), Claude Opus 4.5 leads single-pass at 0.70, but the best pass^4 score belongs to Qwen3.5-397B-A17B at just 0.56. Read that plainly: the most consistent frontier agent completes the same task four times in a row barely better than a coin flip.

Computer use is a live example of tracker disagreement. One April 2026 roundup puts OSWorld state-of-the-art near 38%, while BenchLM’s OSWorld-Verified standings (May 2026) show Claude Mythos Preview at 79.6% — above the 72.4% human baseline. Most of that gap is versioning and harness differences between original OSWorld and OSWorld-Verified, which is precisely why this ledger names benchmark versions.

AI search: a citation is not verification

The Columbia Journalism Review’s eight-platform study (March 2025, summarized in Suprmind’s 2026 Perplexity profile) remains the reference point: the best performer, Perplexity Sonar Pro, still answered 37% of news-citation queries incorrectly — more than one in three attributions fabricated or misdirected, from the platform that did best. AI search tools retrieve and summarize; they do not verify. If you want the mechanics of why retrieval and ranking are hard problems in the first place, our explainer on how a search engine works covers the pipeline these tools sit on top of.

The ledger at a glance

Failure mode Documented evidence Source, date
Hallucination varies by task family 4.62–6.10% constrained vs 15%+ open-ended Digital Applied study; SQ Magazine aggregate, 2026
Effective context < advertised 50–65% of advertised window usable (RULER) Atlan roundup, 2026
Long-context collapse Claude 4.5 Opus: 96.0% at 8K → 14.7% at 256K LOCA-bench, arXiv, Feb 2026
Multi-turn content loss ~25% of document content lost over 20 interactions Microsoft Research, May 2026
Insecure generated code 29.5% of Python, 24.2% of JS snippets with weaknesses ACM TOSEM, 733-snippet study
Self-reported leaderboards 1 of 100 SWE-bench Verified results independently verified llm-stats, July 2026
Agent inconsistency Best pass^4 on tau-bench: 0.56 Sierra leaderboard, May 2026
AI search misattribution Best platform wrong on 37% of citation queries CJR study, Mar 2025

How to read this ledger

This page anchors a series of per-tool limitations posts — ChatGPT, Claude, Gemini, Perplexity, and Copilot/Cursor each get their own documented, sourced entry as they publish, and this hub will link to each. Until then, three habits will serve you: never accept a score without its benchmark version, treat vendor-submitted results as claims rather than measurements, and when two trackers disagree, investigate the harness before trusting either. The full framework is in our evaluation guide.

FAQ

Which frontier AI tool has the fewest documented limitations?
None cleanly. The 2026 evidence shows failure modes are task-shaped, not brand-shaped: the model that leads constrained factual tasks still degrades on long context, and the agent that tops single-pass benchmarks still fails repeat runs. Choose by task family, not by leaderboard rank.

Why do hallucination numbers differ so much between sources?
Because “hallucination” is measured against different task families — document-grounded summarization, open-ended factual recall, citation generation — and the variance across tasks exceeds the variance across models. A 4% rate and a 15% rate can describe the same model honestly.

Are these limitations getting better or worse?
Mixed. Extended thinking measurably halves hallucination on factual tasks, and OSWorld-Verified scores now exceed the human baseline. But long-context collapse, agent inconsistency (pass^k), and insecure code generation remain documented and largely unsolved as of mid-2026.

Last updated July 13, 2026. This page is refreshed as benchmarks and scores move.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top