$ ls ./menu

© 2025 ESSA MAMDANI

cd ../blog
7 min read
AI Models

AI Model Roundup Week of May 20: SubQ 1M-Preview Drops

Audio version coming soon
AI Model Roundup Week of May 20: SubQ 1M-Preview Drops
Verified by Essa Mamdani

title: "AI Model Roundup Week of May 20: SubQ 1M-Preview Drops" description: "May 2026's AI landscape: SubQ ships subquadratic attention with 12M context, GPT-5.5 Instant becomes ChatGPT default, ZAYA1-8B proves AMD can train frontier-class MoEs, and Grok 4.3 quietly ships. Benchmarks, pricing, and honest takes inside." keywords: [GPT-5.5, Claude Sonnet 5, Claude Opus 4.7, Gemini 3.1 Pro, Grok 4.3, SubQ, ZAYA1-8B, DeepSeek V4, Kimi K2.6, Qwen3.6-27B, MMLU, SWE-Bench, LiveCodeBench, GPQA Diamond, LMSYS Chatbot Arena, best AI model 2026] tags: [ai-models, benchmarks, comparison] category: "AI Models" slug: "ai-model-roundup-week-of-may-20-subq-1m-preview" published: true

AI Model Roundup Week of May 20: SubQ 1M-Preview Drops

Published: May 20, 2026 | Read time: ~6 min

The Landscape This Week

April 2026 broke the AI benchmark ceiling. GPT-5.5 xhigh hit 60.24 on the Intelligence Index. Claude Opus 4.7 cracked 57.28. DeepSeek V4-Pro, Kimi K2.6, MiMo V2.5 — five different labs pushed above 50 in a single month. The frontier didn't just expand, it crowded.

So May did what May does after a sprint: it caught its breath. No new 60-point ceiling breakers. No trillion-parameter fireworks. Instead, the action shifted to architecture, efficiency, and defaults. The stories this week are about how we serve models, not just how we train them.

Here's what actually shipped between May 1 and May 13, and what it means for engineers shipping production AI.


SubQ 1M-Preview: The First Commercial Subquadratic LLM

Released: May 5, 2026 | Developer: Subquadratic | License: Proprietary (API)

The most technically interesting release of May isn't from OpenAI, Anthropic, or Google. It's SubQ — a $29M seed-stage company that shipped the first commercially available LLM built on subquadratic attention instead of standard transformer O(n²) mechanics.

The Claim

  • 12 million token native context window (not a "theoretical max" with caveats)
  • ~1/5 the cost of frontier models on long-context workloads
  • Up to 52x faster attention at scale (vendor claim, pending independent confirmation)
  • SubQ Code: A repo-wide coding agent built to actually use that context

The Reality Check

Subquadratic attention is not new research. Mamba, RWKV, Hyena, BASED — all showed promise, then plateaued against frontier transformers on standard benchmarks when pushed hard. What is new is the packaging: someone finally put it behind an API, charged money for it, and shipped a real product on top.

The honest take: Until SubQ runs against MRCR, RULER, or SWE-Bench Verified with independent evaluators, treat the 52x and 1/5 numbers as marketing. But if it holds up at 200K–1M token jobs against GPT-5.5 or Claude Opus 4.7, subquadratic attention stops being a research sideshow and becomes a deployment story. The unit economics of frontier inference are increasingly the bottleneck — not raw intelligence. This one is worth watching.


GPT-5.5 Instant: The Quiet Default Swap

Released: May 5, 2026 | Developer: OpenAI | License: Proprietary

OpenAI made GPT-5.5 Instant the new default for ChatGPT (free and paid), replacing GPT-5.3 Instant. In the API, it appears as chat-latest.

This is not a frontier release — it's the low-latency sibling of the full GPT-5.5 that dropped April 23. OpenAI's framing is specific: faster responses, fewer hallucinations in high-stakes domains (law, medicine, finance), better everyday usability. No claims about higher reasoning scores.

Why this matters: The default model in ChatGPT is the most-used LLM on Earth. When OpenAI swaps the default, the median answer quality for hundreds of millions of users changes overnight. The fact they led with "fewer hallucinations on regulated topics" instead of "smarter" is a tell: the next battleground is trust and liability, not benchmark bragging rights.


ZAYA1-8B: AMD's First Real Open-Weight Win

Released: May 6, 2026 | Developer: Zyphra | License: Apache 2.0

Zyphra dropped ZAYA1-8B under Apache 2.0. Eight billion total parameters, roughly 760M active per token via MoE routing. Two things make this matter more than its size:

  1. Trained end-to-end on AMD Instinct hardware. Not ported. Not fine-tuned. Trained from scratch on AMD. Every other notable open-weight release in 2026 has been NVIDIA-trained or Huawei Ascend-trained (DeepSeek V4). AMD has been the quiet third option. ZAYA1 proves the end-to-end path works.

  2. Intelligence density. 760M active parameters competing with much larger open-weight models on reasoning, math, and coding. For context: GLM-5 activates 40B, Kimi K2.6 ~32B, DeepSeek V4-Pro ~37B. If Zyphra's benchmark claims hold under independent runs, this is one of the strongest cost-per-token open models available.

The honest take: Small MoE models are having a moment. ZAYA1 joins a growing club of "tiny active parameter count, outsized capability" releases. If you self-host, this is now on your shortlist.


Grok 4.3 & Gemini 3.1 Flash Lite: The Incrementals

Grok 4.3 (xAI, May 6) and Gemini 3.1 Flash Lite (Google, May 8) both shipped as iterative improvements to existing lines. Grok 4.3 continues xAI's reasoning push with X-platform integration. Flash Lite is Google's play for gateway/low-latency workloads where cost matters more than ceiling performance.

Neither breaks new ground. Both fill necessary slots in their respective product matrices. If you're already in the X or Google ecosystems, these are worth the version bump. If you're not, nothing here justifies switching.


Benchmark Snapshot: Where the Ceiling Stands

April moved the ceiling. May hasn't touched it yet. Here's the state of play as of mid-May 2026:

ModelSWE-Bench VerifiedLiveCodeBenchGPQA DiamondAIME 2025Arena Elo
Claude Sonnet 592.4%79.8%85.7%91.5%~1,540
Claude Opus 4.787.6%77.2%87.3%92.8%~1,545
Gemini 3.1 Pro87.9%75.6%88.2%94.0%~1,550
GPT-5.585.1%76.3%86.0%95.2%~1,561
Kimi K2.685.4%76.8%82.7%87.2%~1,520
DeepSeek V4-Pro82.6%73.4%81.4%88.7%~1,480
Mistral Medium 3.577.6%71.6%76.4%81.6%~1,440

Sources: Artificial Analysis, BenchLM, SWE-Bench public leaderboard, LMSYS Chatbot Arena. Vendor-published numbers cross-checked where possible.

Pricing Reality (per 1M tokens)

ModelInputOutputNotes
GPT-5.5 Instant$1.50$6.00ChatGPT default now
Gemini 3.1 Pro$2.00$12.001M context, best value at frontier
Claude Sonnet 5$3.00$15.00Best coding, Cursor/Aider default
GPT-5.5 Standard$5.00$30.00Math/reasoning king
Kimi K2.6$0.60$2.50Best agentic coding price/perf
Claude Opus 4.7$15.00$75.00Hardest reasoning, max effort

Bottom line: Pricing fell 30–60% across the board since early 2026. The gap between "best" and "good enough" is now a cost optimization problem, not a capability problem.


FAQ

Which model is best for coding?

Claude Sonnet 5 — 92.4% on SWE-Bench Verified, 87.1% on Aider polyglot. It's the model inside Cursor and Aider for a reason. If you need self-hosted, DeepSeek V4-Pro (82.6%) or Qwen3-Coder-Next (70.6%) on a single GPU.

Is GPT-5.5 worth switching to?

If your workload is math, reasoning, or ChatGPT-native plugins: yes. GPT-5.5 leads AIME 2025 at 95.2% and holds the highest Arena Elo. If your workload is production coding, Claude Sonnet 5 still wins. Don't switch for switching's sake — switch for the task.

Should I care about SubQ?

If you run repo-wide analysis, long-document research, or multi-document RAG — yes. 12M context at ~1/5 frontier cost is a genuine disruption if the benchmarks hold. Wait for independent MRCR/RULER confirmation before betting production on it, but put it on your evaluation queue.

Is ZAYA1-8B actually useful?

For self-hosters with AMD hardware or strict per-token cost limits: absolutely. 760M active parameters with Apache 2.0 licensing is a no-brainer test. For API users, it's not relevant yet — no hosted offering.

What's the best open-weight model right now?

DeepSeek V4-Pro — MIT license, 1M context, 82.6% SWE-Bench, 8× H100 minimum. For single-GPU setups: Qwen3.6-27B (~17GB VRAM in Q4, 68.9% SWE-Bench) or Qwen3-Coder-Next for coding-only.


Conclusion & Recommendation

May 2026 isn't about new ceiling breakers. It's about options multiplying.

The frontier is now a crowded room: GPT-5.5 for math, Claude Sonnet 5 for coding, Gemini 3.1 Pro for cost-efficiency at scale, Claude Opus 4.7 for hardest reasoning. The open-weight gap closed to within 5–15 points on most benchmarks. And new architectures like SubQ are threatening to rewrite the cost curve entirely.

My recommendation for production teams:

  1. Run a hybrid stack. Local model (Qwen3-Coder-Next, DeepSeek V4-Flash, or Mistral Medium 3.5) for routine 70–80% of traffic. Closed API for hardest 20–30%. Typical outcome: 60–85% cost reduction versus pure-API.

  2. Don't chase the benchmark leader. Chase the benchmark leader for your task. SWE-Bench for coding, GPQA Diamond for science, AIME for math.

  3. Watch SubQ. If independent eval confirms the long-context claims, subquadratic attention becomes the most important architectural shift since the transformer itself.

The AI model market in mid-2026 is no longer about who has the biggest model. It's about who has the right model, at the right cost, for the right context. That's a better problem to have.


Next roundup: May 27. If Anthropic, Google, or Meta drops a post-May breather model, we'll cover it immediately.