Back to Blog
Opinion

Ranking My Best LLMs in 2026 Q1, Q2

🎧 Listen
Ranking My Best LLMs in 2026 Q1, Q2

If there is one thing I've learned building AI software this year, it's that model loyalty will kill your product. The frontier is moving too fast. What was a god-tier model in January can easily become a bloated, hallucinating mess by May.

I don't care about benchmark scores or what a CEO posts on X; I care about what actually compiles, what doesn't time out, and what doesn't bankrupt my API budget.

Now that we are wrapping up the first half of 2026, I wanted to look back at my internal billing and usage dashboards. Here is my definitive ranking of the LLMs that actually powered my work in Q1 and Q2.

Q1 2026: The Era of Stability

The first three months of the year were surprisingly stable. My routing logic was pretty static, and I had distinct models for distinct jobs.

1. Claude Opus 4.6 (The Heavy Lifter) In Q1, Opus 4.6 was the undisputed brain of my operations. It was incredibly versatile and its ability to understand massive, complex context windows was unmatched. If I had a deep architectural problem or needed to refactor a massive monolithic codebase, Opus 4.6 consistently delivered exemplary results. It was expensive, but it rarely missed.

2. Claude Sonnet (The Sniper) While Opus was doing the heavy lifting, the early 2026 version of Sonnet was my go-to for "spot-on" usage. If I needed a quick zero-shot JSON extraction or a rapid text transformation, Sonnet was fast, accurate, and perfectly reliable.

3. Gemini (The Researcher) Google's Gemini models owned the "reading" phase of my workflows. Whether I was dropping 500 pages of PDF documentation into NotebookLM or writing scripts to synthesize web research, Gemini was the absolute best at parsing through massive amounts of data without losing the plot.

4. Mistral Large (The Cheap Workhorse) For simple, everyday tasks, the latest Mistral Large was my secret weapon. It is highly capable, native to Europe (which keeps my compliance officer happy, as I've written about before), and incredibly cheap. It handled all the mundane background routing and classification tasks flawlessly.

Q2 2026: The Sonnet Takeover

Then Q2 hit, the model weights shifted, Anthropic dropped some major updates, and my entire routing architecture turned upside down.

1. Claude Sonnet 4.5 & 4.6 (The Absolute Kings) Right now, Sonnet 4.5 and 4.6 are running 90% of my life. They have completely taken over for coding and advanced agentic workflows. When hooked up to an AI IDE like Antigravity or Cursor, Sonnet 4.6 is terrifyingly good. It hits the perfect intersection of speed, intelligence, and price. It rarely gets stuck in logic loops, and it writes cleaner code than Opus did in Q1.

2. Gemini & Mistral Large (The Reliable Constants) Gemini is still my go-to for deep document research, and Mistral Large is still handling my high-volume, low-complexity background tasks. They didn't break anything, which in the AI world is a massive compliment. They stayed in their lanes and kept delivering value.

3. Claude Opus 4.6 & 4.8 (The Disappointment) Here is the controversial take: I am actively routing traffic away from the newest Opus.

While I still use Opus 4.6 occasionally for legacy workflows, Anthropic's release of Opus 4.8 has been surprisingly problematic. Compared to the surgical precision of Sonnet 4.6, Opus 4.8 suffers from consistent fallouts. It overthinks simple prompts, it hallucinates complex dependencies in code, and it routinely fails to follow strict formatting constraints (like returning pure JSON).

When you are paying top-tier API prices, a model shouldn't be failing out of a workflow because it decided to write a conversational essay before outputting the code.

The Bottom Line

The biggest lesson of Q2 2026? "Bigger" does not mean "better" anymore.

We've hit a point where the mid-tier models (like Sonnet 4.6) have become so hyper-optimized for coding and reasoning that they are actually outperforming the massive, flagship models (like Opus 4.8) in real-world environments.

Check your API dashboards. If you are blindly defaulting all your traffic to the most expensive frontier model just because it has the highest version number, you aren't just burning cash—you are probably getting worse results.

Enjoyed this?
Subscribe.