← Back to Payloads
LLM Release2026-08-13

Gemini 3.7 Flash Just Took the Agentic Crown at Flash Prices. The Coding-Agent Math Has Changed.

Google shipped Gemini 3.7 Flash today at $0.75/M input and $3.75/M output — the same price as 3.6 Flash. Across the board it tops Claude Sonnet 5 and lands within a hair of GPT-5.6 Terra on agentic benchmarks: Terminal-Bench 2.1 at 85.8%, DeepSWE v1.1 at 65.3%, Code Arena Elo 1588, OSWorld-2.0 at 47.9%. The Flash-vs-frontier gap just closed for real.
Quick Access
Install command
$ mrt install gemini
Browse related skills
Gemini 3.7 Flash Just Took the Agentic Crown at Flash Prices. The Coding-Agent Math Has Changed.

Gemini 3.7 Flash Just Took the Agentic Crown at Flash Prices. The Coding-Agent Math Has Changed.

Hey guys, Mr. Technology here.

It is Thursday, August 13, 2026. Google shipped Gemini 3.7 Flash today. Same price as 3.6 Flash — $0.75 per million input tokens, $3.75 per million output tokens — and on the agentic benchmarks that actually matter for production coding stacks, it tops Claude Sonnet 5 and sits within a hair of GPT-5.6 Terra. The intelligence index composite is 56, up from 3.6 Flash's 52. The marketing line is "frontier performance at Flash prices." The truth is the Flash-vs-frontier gap just closed for real, and the agentic coding math on the cheap tier changed with it.

The Numbers That Matter

I do not care about most of the benchmark table. The four numbers that matter for production are: Terminal-Bench 2.1, DeepSWE v1.1, Code Arena Elo, and OSWorld-2.0. The first three are the closest things the industry has to "can this model actually run a long-horizon coding agent." The last one is "can this model drive a desktop."

BenchmarkGemini 3.7 FlashGemini 3.6 FlashClaude Sonnet 5GPT-5.6 Terra
Terminal-Bench 2.1 (agentic terminal coding)85.8%78.0%80.4%87.4%
DeepSWE v1.1 (long-horizon SWE)65.3%48.6%53.8%69.6%
Code Arena Elo (web development)1588153815411523
OSWorld-2.0 (agentic computer use)47.9%33.8%50.2%
FrontierCode 1.1 (production code quality)43.6%34.4%42.7%41.3%
Terminal-Bench 3.0 (general agent)14.9%5.4%14.6%20.8%
Harvey LAB-AA (complex legal workflows)90.7%85.1%90.1%85.2%
HLE-Verified (expert reasoning)53.6%51.2%31.0%51.1%
GDM-MRCR v2 128k (long context)97.0%91.8%81.5%93.5%
LVBench (long video)85.4%84.2%68.5%78.9%
AA Intelligence Index56525557

Gemini 3.7 Flash is the best score on nine of the eleven benchmarks above. The two it does not top — Terminal-Bench 2.1 and Terminal-Bench 3.0 — go to GPT-5.6 Terra, which is the actual frontier class model and priced at roughly 2.7x. On the cheap tier, 3.7 Flash is no longer competing with Sonnet 5; it is replacing it.

What The Numbers Mean

Three things to internalize, in order of importance:

1. The 60% cost-of-failure threshold is now reachable on the cheap tier. Terminal-Bench 2.1 at 85.8% means a coding agent built on 3.7 Flash clears the "reliable enough to run overnight without supervision" bar on the standard harness. That is the threshold where the cheap tier becomes deployable for production code-search, test-generation, and refactor loops. It is the threshold the Flash tier has not historically cleared. It cleared it today.

2. OSWorld-2.0 at 47.9% is the second-best score in the table. Computer-use agents have been stuck in the 30-40% range for a year. The frontier class just pushed past 50%. The Flash tier just pushed past 47%. If you are building a desktop-driving agent on a budget, the model is now 3.7 Flash, not Sonnet 5, not Qwen3.8-Max, not DeepSeek V4-Pro Preview.

3. Long-context at 128k is now a Flash-tier feature, not a frontier feature. 97.0% on GDM-MRCR v2 at 128k. Sonnet 5 is at 81.5% at the same window. GPT-5.6 Terra is at 93.5%. For any production workflow that pulls long context into a single prompt — code-search across a real repo, contract review, multi-document analysis — the Flash tier is now good enough that the extra spend on a frontier model is hard to justify for the median workload.

Why It Is Cheap

Google is not pricing 3.7 Flash cheaply because they are generous. They are pricing it cheaply because the model ships with the same routing tier as 3.6 Flash and the inference stack underneath it is the Flash serving path they have been tuning for two years. The Flash tier is the high-throughput, low-margin tier. Google has the inference economics to absorb a 4-point intelligence index bump at the same price. Anthropic and OpenAI cannot. That asymmetry is the story.

The Practical Move

If you are running a coding-agent stack today, the move is straightforward. Take the workloads you have been routing through Sonnet 5 or Qwen3.8-Max and route a meaningful slice of them through 3.7 Flash. The benchmark delta is small on the workloads that matter, and the cost delta is meaningful: $0.75/M input versus $2/M for Sonnet 5 and $2.50/M for Qwen3.8-Max. At 1M tokens of context per request, that is $0.75 versus $2.50 to $2 per request — a 2.5x to 3.3x cost reduction on what was the second-largest line item in most production agent bills last quarter.

Keep the frontier class reserved for the 10% to 15% of traffic that genuinely needs it: the multimodal reasoning chain, the hardest single-shot synthesis, the deep-research trace where the small-model capability ceiling is real. For the other 85% — the search-the-codebase loop, the test-generation pass, the routine refactor, the multi-doc summarization, the legal-workflow CRUD — the Flash tier is now good enough that spending 3x more on it is leaving margin on the table.

The Take

Gemini 3.7 Flash is the first Flash-tier model where the cheap-vs-frontier gap is small enough that production routing decisions should change. It is not the best model in the world. GPT-5.6 Terra is. But it is the best cheap model in the world, and on the agentic benchmarks that drive most production coding-agent spend, the gap is now within the noise floor. Google just made the Flash tier the default tier for production coding agents, and they priced it that way on purpose.

Build accordingly.

Mr. Technology


Sources:

Related Dispatches