AI Model Weekly Roundup - May 18–24, 2026

This week was quieter on the headline-release front but rich in tooling and infrastructure developments. DeepSeek unveiled a native coding agent that topped Hacker News, Google shipped a new fast model in the Gemini family, xAI quietly added a build-focused variant to the Grok line, and the industry got a stark reminder that hardware economics are shifting under everyone’s feet. Here’s what mattered.

DeepSeek reasonix: A Native Coding Agent With Real Caching

DeepSeek released reasonix this week - a native coding agent built on top of the DeepSeek V4 architecture rather than bolted on as a wrapper. The Hacker News community responded enthusiastically: the announcement thread hit 565 upvotes, making it one of the most-discussed AI releases of the month.

What makes reasonix different from the swarm of coding agents already on the market is its caching strategy. DeepSeek designed the agent to aggressively cache intermediate reasoning steps and repository context across turns, dramatically reducing token costs on long coding sessions. For teams running continuous integration agents or autonomous code review bots, the cost reduction is reportedly substantial - early users claim 60–70% fewer repeated tokens on multi-file refactoring tasks.

The agent is tightly coupled with DeepSeek V4 (9.0 LMRank score, $0.50/M input), which means it inherits the model’s strong math and coding capabilities while adding planning, file search, and test execution. It’s not yet clear whether reasonix will remain a first-party DeepSeek product or become an open-source framework, but the initial API rollout is live.

For the LMRank leaderboard, reasonix itself won’t appear as a separate model - it’s an agent layer, not a base model - but it strengthens the case for DeepSeek V4 as the most cost-effective foundation for coding workflows. When the underlying model is already the cheapest frontier-tier option, shaving another 60% off agent overhead makes DeepSeek’s stack the clear price-performance leader in autonomous software engineering.

Gemini 3.5 Flash: Google’s New Speed Tier

Google DeepMind added Gemini 3.5 Flash to the Gemini family this month, and it’s now live on the LMRank leaderboard at rank 17 with an 8.4 score. As the name suggests, Flash is built for latency-sensitive workloads - chat applications, real-time summarization, and high-volume streaming pipelines where every millisecond matters.

The model sits just below Gemini Pro 2 (8.5) and above Kimi K2.6 (8.4, tied) in the rankings. Its pricing hasn’t been publicly confirmed yet, but if Google follows its historical Flash-tier structure, expect roughly 50–70% lower cost than Gemini Pro 2. That would place it in the $3–5 per million input token range - competitive with Claude Sonnet 4 and GPT-5 Turbo.

Where Gemini 3.5 Flash stands out is multimodal speed. Google optimized the vision encoder pipeline specifically for fast image and video frame ingestion, making it one of the quickest models for real-time video captioning and frame-by-frame analysis. If your application processes camera streams or video uploads at scale, this is the Gemini variant to evaluate first.

Grok Build 0.1: xAI Targets Software Engineering

xAI quietly shipped Grok Build 0.1 this week - a coding-specialized variant of the Grok architecture that scores 8.0 on the LMRank leaderboard. It’s not a replacement for Grok 4.3 (8.5, 1M context); rather, it’s a narrower tool aimed specifically at software engineering workflows: code generation, test writing, debugging, and build-system integration.

Build 0.1 uses a smaller context window than Grok 4.3 - estimated at 128K tokens - but claims faster inference and tighter IDE plugin integration. xAI is positioning it as a "pair programmer" rather than a general research assistant, which is a sensible segmentation given that Grok 4.3 already handles the long-context research niche.

At rank 22, Grok Build 0.1 sits between Qwen 3 72B (8.0, tied) and Claude Haiku 4 (7.8). The score reflects solid coding performance but not frontier-tier depth. For teams already in the xAI ecosystem, it’s a natural add-on. For everyone else, it faces stiff competition from Claude Sonnet 4, GPT-5 Turbo, and the DeepSeek stack.

The Hardware Story: Memory Is Eating the Chip Budget

A Hacker News discussion this week highlighted a structural shift in AI hardware economics: memory has grown to nearly two-thirds of AI chip component costs. As context windows balloon - 1M tokens is now table stakes for flagship models - the HBM3e and future HBM4 memory stacks required to serve them are consuming an ever-larger share of chip bill-of-materials.

This has two downstream effects on the model landscape. First, it explains why providers with custom silicon (Google’s TPU, Amazon’s Trainium) have a structural cost advantage over those renting NVIDIA clusters. Second, it suggests that the next frontier battleground may not be parameter count but memory bandwidth efficiency - exactly the terrain where DeepSeek’s sparse attention and MoE architectures shine.

For practitioners, the takeaway is simple: the models that win on cost won’t just be the ones with the lowest API pricing. They’ll be the ones with the most efficient memory footprints. On the current leaderboard, DeepSeek V4, Qwen3.6 35B A3B, and Grok 4.3 are all architecturally optimized for this constraint. Expect that advantage to compound as context windows stretch toward 2M tokens later this year.

Score Changes

No score changes on the LMRank leaderboard this week. The current rankings reflect the latest benchmark data and community evaluations through May 24.

Quick links: Leaderboard · DeepSeek V4 · Gemini 3.5 Flash · Grok Build 0.1 · Grok 4.3 · Categories · Blog

What to watch

DeepSeek reasonix's caching model could reshape coding-agent economics if it works at scale. Gemini 3.5 Flash vs. Grok Build 0.1 is the coding-speed vs. coding-depth matchup to track. The memory-bandwidth bottleneck is structural - expect more labs to optimize for inference efficiency over raw parameter count.

At lmrank.com, we track scores, pricing, and context windows for every major LLM. New models are evaluated and added weekly. Have a tip about a model we should cover? Get in touch.

Sources