The Invisible Capability Gap — When 'Better at Doing' and 'Worse at Knowing' Coexist in the Same Model
Three Independent Signals Point to the Same Problem
In December 2025, 69 Anthropic employees let Claude agents negotiate on their behalf in a controlled marketplace for a week. Over 186 deals worth ~$4,000, Opus-backed agents systematically extracted better outcomes than Haiku-backed agents — Opus sellers earned more, Opus buyers paid less. The critical finding: participants using Haiku rated deal fairness almost identically to Opus users. The losing side had no idea they were losing. Anthropic called this an "uncomfortable implication."
On the same day, DeepSeek V4 Pro posted the #1 score among open-weight models on GDPval-AA (1554), an agentic benchmark — while scoring a 94% hallucination rate on AA-Omniscience. V4 Flash is worse at 96%. And a separate benchmark found that all frontier models lose approximately 50% performance when chart complexity increases.
Models are getting dramatically better at executing tasks while remaining unreliable at stating facts — and the gap between these capabilities is now invisible to end users.
Why This Is a New Evaluation Crisis
GPT-5.5 tops benchmarks including CursorBench (72.8%) and Terminal-Bench (82.7%) while hallucination frequency remains high — multiple sources confirm this independently. The pattern across V4 Pro, V4 Flash, and GPT-5.5 is consistent: benchmark performance and production reliability are decoupling, not converging. Your single-score leaderboard ranking is now actively misleading.
The Cross-Source Evidence
| Model | Capability Signal | Reliability Signal | Gap |
|---|---|---|---|
| V4 Pro | #1 open agentic (1554 GDPval-AA) | 94% hallucination (AA-Omniscience) | Extreme |
| V4 Flash | $0.14/M tok, competitive benchmarks | 96% hallucination rate | Extreme |
| GPT-5.5 | Tops CursorBench, Terminal-Bench | "Still hallucinates frequently" | Unknown (unquantified) |
| All frontier | Improving on simple tasks | ~50% drop on complex charts | Structural |
Architectural Implications
V4 Pro's divergence has a specific architectural explanation: it excels at tool use and code generation (agentic tasks that don't require factual recall) while failing catastrophically at open-domain knowledge retrieval. This maps directly to how you should architect agent pipelines — use V4 Pro for execution, never for unsupported factual claims.
Project Deal's finding compounds the risk. If you deploy agents in any adversarial or competitive context — procurement, negotiation, pricing, bidding — the model tier becomes a hidden variable that determines outcome quality. And the counterparty cannot perceive the disadvantage. This has immediate implications for multi-agent systems, automated marketplaces, and any pipeline where LLM agents interact with opposing objectives.
Methodology caveat on Project Deal: n=69, low stakes (play money), no reported confidence intervals or effect sizes. The finding is directional, not statistically definitive. But the direction is alarming enough to act on.
What to do
Add separate 'agentic capability' and 'factual reliability' axes to your model evaluation harness, with explicit hallucination rate measurement on your domain
Design adversarial cross-tier model pairing tests for any agentic workflow involving negotiation, procurement, or competitive interaction
Add chart complexity tiers to any multimodal evaluation pipeline processing financial dashboards, scientific figures, or data visualizations
Do NOT deploy V4 Pro or Flash for knowledge-intensive tasks without a retrieval/grounding layer — mandate RAG or tool-verified outputs for any factual claims