WritingmateWritingmate

Gemini 3.7 Flash Is on Writingmate: Testing Google's Fast Agentic Model for Coding and Multi-Step Reasoning

Google shipped Gemini 3.7 Flash just three weeks after 3.6 Flash, with a 1M-token context window and a pitch built entirely around coding and agents. I ran it through the same broken-function, tool-use, and long-context test suite I use on every new model to see if the benchmark jump holds up.

Try Gemini 3.7 Flash in Writingmate
200+ models
One subscription
No API keys
Cancel anytime
Gemini 3.7 Flash model card shown in the Writingmate model picker next to Gemini 3.6 Flash
Artem Vysotsky

Author, Co-Founder & CEO

Artem Vysotsky

Sergey Vysotsky

Reviewer, Co-Founder & CMO

Sergey Vysotsky

11 min read
Updated: 08/14/2026

Three weeks. That's how long Gemini 3.6 Flash lasted before Google shipped a replacement. On August 13, Google put out Gemini 3.7 Flash and called it "our most intelligent workhorse model yet for coding and agents" — and unlike a lot of point releases, this one comes with a real spec change: a 1-million-token context window, mandatory reasoning with a low/medium/high effort dial, and a benchmark table that shows the biggest single-version jump in this model line in a while.

My name is Artem, and I run the Writingmate blog. Every time Google, Alibaba, or Meta ships a new flagship, I run it through the same three-task suite I've used on Qwen3.8 Max, Muse Spark 1.1, and Mistral Large 3: a broken function with a misleading stack trace, a messy module that needs an honest refactor, and a multi-step job that only works if tool calls actually chain together instead of resetting between turns. Gemini 3.7 Flash is live in the Writingmate model catalog now, so I put it through the same three tasks and checked its published numbers against what Google's own comparison, Gemini 3.6 Flash, actually delivers.

What Gemini 3.7 Flash Actually Is

Gemini 3.7 Flash is a multimodal model built for what Google calls "fast agentic workflows, coding, and complex multi-step reasoning." It takes text, images, video, audio, and files as input and returns text, with a context window of 1,048,576 tokens and up to 65,536 tokens of output. Reasoning is mandatory — you can't fully turn it off — but you get three effort levels (low, medium, high) to trade thinking depth against latency and cost, which matters if you're used to toggling reasoning off entirely for quick replies.

Tulsee Doshi, Senior Director of Product Management for Gemini, framed the release around a narrower complaint than usual: not "smarter across the board," but specifically better at not getting stuck. According to Google's own announcement post, the model "adapts to roadblocks, clarifies intent when needed, and follows instructions with greater fidelity" — and separately, Google says it "thinks more diligently, putting in more effort into multi-step planning and tool calls." That's a specific claim about agent behavior, not a generic "better at everything" pitch, and it's the one I wanted to check first.

It's a stable API release, not a preview, and it shipped with genuinely broad day-one availability: the Gemini API, Google AI Studio, Android Studio, Google Antigravity, the Gemini Enterprise Agent Platform, and — for individuals — Gemini Spark inside the Gemini app, gated behind an AI Pro or Ultra subscription. It also rolled into GitHub Copilot the same day, across VS Code, Visual Studio, JetBrains, Xcode, and the Copilot CLI. That's a wide simultaneous launch for a model that's only three weeks newer than its predecessor.

The Benchmark Numbers Google Published

Here's the table Google put in its own announcement, comparing 3.7 Flash directly against Gemini 3.6 Flash:

Benchmark

Gemini 3.6 Flash

Gemini 3.7 Flash

What it measures

DeepSWE v1.1

49.0%

65.3%

Long-horizon software engineering

FrontierCode 1.1 Main

34.4%

43.6%

Production code quality

WebDev Arena (Elo)

1538

1588

Head-to-head web app generation

AutomationBench

17.0%

30.4%

Multi-step business task automation

GDP.pdf

22.0%

34.0%

Long-document knowledge extraction

That DeepSWE and AutomationBench jump is the headline: nearly 16 points and nearly double, respectively, in three weeks. Google says the gains come from "algorithmic improvements" to the reasoning foundation rather than a bigger model, which lines up with the fact that pricing and context window didn't change from 3.6 Flash — this reads like a training and post-training update, not a new architecture. Third-party writeups have flagged the same thing I'd flag: these are Google's own numbers, published at launch, not yet independently reproduced. The size of the jump is consistent enough across five different benchmarks that it's probably not noise, but "consistent with itself" and "independently verified" aren't the same claim.

Benchmark comparison table for Gemini 3.7 Flash showing DeepSWE, FrontierCode, and AutomationBench score gains over Gemini 3.6 Flash

How I Tested It: Coding, Tool Use, and Long Context

I ran Gemini 3.7 Flash through the Writingmate model catalog with reasoning left at its default medium effort, using the same three tasks I've run on every recent flagship:

  • Broken function, misleading trace: a Python function where the actual bug sits two calls upstream of where the exception fires, so a model that just patches the crash site fails the task.
  • Messy refactor: a 300-line module with duplicated logic and one silent bug hiding inside the duplication, with instructions to clean it up without changing behavior.
  • Multi-step agentic job: a task that requires reading a file, calling a search tool, using that result to drive a second tool call, and writing output that depends on both.

On the broken-function test, Gemini 3.7 Flash traced the bug back through both upstream calls instead of patching the crash site, which is the behavior the DeepSWE jump would predict — a model that scores 65.3% on a long-horizon software engineering benchmark should be past the "fix the symptom, not the cause" failure mode, and here it was. The refactor task went well on the naming and duplication cleanup, but like most models in this size class, it didn't flag the silent bug hiding in the duplicated block on the first pass — it took a direct follow-up prompt ("are you sure this behaves identically?") to get there. That's a real gap between "generates clean code" and "catches a subtle correctness bug unprompted," and it's worth knowing before you point a model at a refactor and walk away.

The multi-step tool-use test is where the "thinks more diligently... about tool calls" claim actually showed up. The model chained the file read into the search call cleanly, used the search result to inform the second tool call, and didn't lose the original goal along the way — no restating the task from scratch, no dropping context between steps. That tracks with the AutomationBench near-doubling; multi-step automation is specifically what that benchmark is testing, and it's the area where I saw the clearest improvement over what I'd expect from a Flash-tier model at this price.

Reviewers doing their own launch-day analysis found something worth flagging on the long-context and multimodal side: a small regression on CharXiv, a chart-reading benchmark (-0.7 points versus 3.6 Flash), alongside the GDP.pdf document-extraction gain. So the long-context story isn't uniformly better — it's better at pulling structured information out of long documents and noticeably worse, if only slightly, at reading dense charts. If your workflow leans on chart or graph interpretation specifically, that's a small asterisk worth testing yourself before you switch.

Gemini 3.7 Flash vs. Gemini 3.6 Flash and Gemini 3 Flash

Here's how the three most recent Flash-tier releases stack up, using Google's published benchmarks and the live pricing in the Writingmate catalog:

Model

Released

Context window

DeepSWE / FrontierCode

Input / Output price (per 1M tokens)

Gemini 3.7 Flash

Aug 13, 2026

1M tokens

65.3% / 43.6%

$0.375 / $1.875

Gemini 3.6 Flash

Jul 21, 2026

1M tokens

49.0% / 34.4%

$0.75 / $3.75

Gemini 3 Flash

Dec 2025

1M tokens

Not directly comparable

$0.50 / $3.00

Google's own pricing note is that 3.7 Flash launched at "an introductory rate through the end of 2026" set at half of 3.6 Flash's list price, with the discount expiring January 1, 2027 (rates go to $1.50 / $7.50 after that). What's live in the Writingmate model catalog right now is $0.375 input / $1.875 output per million tokens — meaning it's currently cheaper than Gemini 3.6 Flash was at launch and noticeably cheaper than Gemini 3 Flash, while also scoring higher on every coding and agentic benchmark Google published. That combination — better and cheaper in the same release — is unusual enough that I'd expect the intro pricing to be the thing that changes first once the promotional window closes.

Gemini 3.7 Flash and Gemini 3.6 Flash side by side in Writingmate's model comparison view showing pricing and context window

What Developers Are Saying

The reaction on Hacker News was less about the benchmarks and more about the release cadence itself. One theme that came up repeatedly: shipping a full replacement three weeks after the last one, with pricing that reverts at year-end, reads to some developers as chasing a moment rather than settling on a model worth building on. On the same thread, other developers pointed to cheaper alternatives — GPT-5.6 Luna's list price came up specifically as a lower-cost option for teams optimizing purely on cost per token rather than coding benchmark score.

"Google has fallen behind, and it shows in how fast they're iterating right now. 3.7 Flash performs respectably against Opus 5 and Grok 4.6 at a similar price point on my vision-to-HTML tests, but three model versions in a matter of weeks isn't a cadence you build a production pipeline around." — jjcm on Hacker News

Over on Reddit, the response in r/Bard leaned more positive on raw capability, with less concern about the release pace and more focus on whether the coding gains hold up outside Google's own benchmark suite.

"The DeepSWE jump from 49 to 65 is the number that got my attention, not the AutomationBench one — that's the benchmark closest to what I actually do all day. Ran it against a couple of gnarly bugs from my own backlog and it caught the root cause on two out of three without extra hand-holding. Not going to pretend that's a rigorous study, but it's the first Flash-tier model that's felt worth switching my default to." — u/flashcoder_dev on r/Bard

Google's own launch post on X kept the framing narrow and specific rather than making a frontier-model claim:

"Today we're introducing Gemini 3.7 Flash, our most intelligent workhorse model yet for coding and agents. This model brings substantial gains across software engineering, web development, and complex knowledge work." — Google on X

Pricing and How to Try Gemini 3.7 Flash on Writingmate

Gemini 3.7 Flash is live now under google/gemini-3.7-flash in the Writingmate model picker — open a new chat, select it from the model dropdown, and it's ready to use with the rest of your Writingmate plan rather than as a separate API key and billing relationship. If you want to see how it stacks up against what you're currently using, the model comparison page puts it head-to-head with Gemini 3.6 Flash on spec and pricing, and you can switch models mid-conversation to run the exact same prompt through both without losing your thread. Current plan pricing and credit allocations are on the Writingmate pricing page if you're deciding which tier covers your usage.

Because reasoning is mandatory on this model, expect slightly higher latency than a non-reasoning Flash-tier model on simple prompts — that's the tradeoff for the tool-use and multi-step gains I saw in testing. If you're doing quick, low-stakes replies where speed matters more than reasoning depth, the low-effort setting gets you most of the latency back without switching models entirely.

Who Should Actually Use It

Based on the published benchmarks and my own three-task run, Gemini 3.7 Flash makes the most sense for:

  • Agentic coding workflows where a task chains multiple tool calls — the AutomationBench and multi-step tool-use gains were the clearest improvements I saw over the previous version.
  • Long-document knowledge work like contract review or research synthesis, where the GDP.pdf gain suggests real improvement, though it's worth testing your own document types given the CharXiv regression on chart-heavy content.
  • Cost-sensitive coding pipelines that want a meaningful benchmark jump without paying more — the introductory pricing currently undercuts the model it replaced.
  • Teams already inside the Google or GitHub Copilot ecosystem, since day-one availability across AI Studio, Antigravity, and Copilot means less integration friction than a brand-new provider.

It's a weaker fit if you specifically need chart and graph interpretation at the edge of what the model can do, or if a three-week release cadence with pricing that changes at year-end makes it hard to justify standardizing a production pipeline on it right now. In that case, running it side by side against Gemini 3.6 Flash or a competing model on your own workload — not just the benchmark table — is the way to find out before you commit.

Google shipped a real, measurable jump on the benchmarks that matter for agentic coding, at a price that's currently lower than what it replaced. Whether that holds up once the introductory pricing expires in January is a separate question, and one worth revisiting closer to the deadline. For now, if your work involves chaining tool calls or working through long documents, it's worth the five minutes it takes to run your own test prompt through it.

See you in the next one!

Artem

Frequently Asked Questions

Artem Vysotsky

Written by

Artem Vysotsky

Ex-Staff Engineer at Meta. Building the technical foundation to make AI accessible to everyone.

Sergey Vysotsky

Reviewed by

Sergey Vysotsky

Ex-Chief Editor / PM at Mosaic. Passionate about making AI accessible and affordable for everyone.

Ready to experience the power of AI?

Access 200+ AI models, custom agents, and powerful tools - all in one subscription.