The Frontier Fragmented: Why Your Model Selection Must Become a Routing System
Three Providers, Zero Overlap at the Top
February 2026 delivered benchmark results that shatter any remaining case for a single-model strategy. The performance gaps are large enough to be operationally significant:
| Benchmark | Leader | Score | Runner-Up | Gap |
|---|---|---|---|---|
| ARC-AGI-2 | Gemini 3.1 Pro | 77.1% | Claude Opus 4.6 (68.8%) | +8.3pp |
| SWE-Bench Pro | GPT-5.3-Codex | 56.8% | GPT-5.2 (55.6%) | +1.2pp |
| GPQA Diamond | Gemini 3.1 Pro | 94.3% | — | — |
| OS World | Claude Sonnet 4.6 | Record* | — | — |
| Humanity's Last Exam | Gemini 3.1 Pro | 44.4% | — | — |
*Exact Sonnet 4.6 scores on OS World and SWE-Bench Verified described as "new records" without specific numbers.
SWE-Bench Is Dead — Build Your Own
Compounding the routing problem: SWE-Bench Verified is no longer reliable. Multiple sources confirm two compounding failures — flawed test cases that reject correct fixes, and training data contamination making exposure a significant scoring factor. OpenAI has officially abandoned it. If you're still using SWE-Bench scores to select coding models, you're optimizing for a broken signal.
Sonnet 4.6: The Cost-Performance Calculus Shifts
Sonnet 4.6 ships with a 1M-token context window (4x previous, currently in beta) at unchanged pricing. Early testers preferred it over Sonnet 4.5 ~70% of the time and over Opus 4.5 ~60% of the time. This fundamentally changes the RAG tradeoff — for document QA workloads where your corpus fits in context, you can potentially eliminate your entire chunking → embedding → vector DB → retrieval pipeline. Caveat: preference rates lack reported sample sizes or statistical significance. The 1M window is in beta — validate latency and accuracy at extreme context lengths before migrating production workloads.
The New Iteration Cadence
Sonnet 4.6 shipped 12 days after Opus 4.6. Gemini 3.1 Pro more than doubled its predecessor's ARC-AGI-2 score in a single generation. OpenAI is deprecating 5 models including GPT-5 and GPT-4.1. Quarterly model evaluation reviews are obsolete — you need automated eval triggers that fire within 48 hours of any frontier release.
The era of a single frontier model is over. The era of task-specific model routing has arrived.
What to do
Build or update your internal evaluation harness covering ARC-AGI-2, SWE-Bench Pro, GPQA Diamond, OS World, and your domain-specific tasks — then benchmark Gemini 3.1 Pro, Sonnet 4.6, and GPT-5.3-Codex head-to-head on your actual workload distribution
Run a cost-benefit analysis of RAG pipeline vs. long-context stuffing using Sonnet 4.6's 1M-token window on your top 3 document QA workloads by end of March
Add model abstraction layers and fallback routing to any production pipeline using OpenAI models — GPT-4o, GPT-5, GPT-4.1, GPT-4.1 mini, and o4-mini are all being deprecated
Set up CI/CD-style eval runs that trigger within 48 hours of any frontier model release announcement