1. Coding is where 3.8 Flash really starts to stand out
This is probably the biggest reason to pay attention to the new model.
On DeepSWE v1.1, Gemini 3.8 Flash scored 73.7%, compared with 65.3% for 3.7 Flash and 74.0% for Claude Opus 5.
On Terminal-Bench 2.1, it scored 89.4%, slightly ahead of Opus 5 at 89.1%.
That puts Flash in a very different conversation from the old “fast model for simple tasks” idea. Complex coding, terminal work, and agent-style development are clearly part of the target now.
2. It’s getting better at specialized work
Finance and legal tasks are two good examples.
On Vals Finance Agent V2 and Harvey's Legal Agent Benchmark, 3.8 Flash scored higher than both 3.7 Flash and Claude Opus 5.
It also scored 54.9% on HLE-Verified, which covers questions across STEM, humanities, and professional fields.
That doesn't mean it can suddenly solve every expert-level problem. The more useful takeaway is that it has become better suited to tasks where the answer takes several rounds of reasoning to get right.
3. You can control how hard it thinks
Gemini 3.8 Flash gives developers three reasoning levels: low, medium, and high thinking effort.
In a third-party intelligence test, the model scored 59 at high effort, 57 at medium, and 52 at low.
That gives developers a useful trade-off. Simple requests don't need maximum reasoning. For complicated code or longer agent workflows, you can turn it up and spend more tokens when the extra work is actually worth it.
4. It thinks more without completely giving up its speed
3.8 Flash can generate around 300 tokens per second, roughly 4–6 times faster than many mainstream models.
Its p50 latency is also about 52% faster than 3.6 Flash.
So Google hasn't simply traded speed for reasoning. Flash is still fast. It just has more room to think when the task calls for it.
⚡ How It Has Changed From Gemini 3.7 Flash
This isn't a ground-up rebuild of 3.7 Flash.
Google is still building on the same general technical foundation, including the model architecture, training data, hardware, and software stack.
The bigger change is how the model handles a difficult job.
Instead of rushing toward an answer, 3.8 Flash can spend more time reasoning, call tools, check the results, and keep iterating. Across 14 benchmark groups, it took first place in 8.
There is a price for that, though: a single task costs about 40% more than with 3.7 Flash.
And that makes the upgrade a lot easier to judge.
For a quick function or simple question, you may not notice much. For a large codebase, a long-running agent, or a complicated analysis task, those extra reasoning steps can be much more useful.
Comments (0)