In brief
Gemini 3.7 Flash successfully generated a playable browser game from a single prompt in 2 minutes and 13 seconds, whereas Gemini 3.6 Flash was unable to complete the same task three weeks prior.
The model also failed our bridge logic puzzle, producing the same incorrect answer as Claude Fable 5, and did not correctly compute the mathematical problem it had set up.
Pricing is 75 cents per million input tokens from now until December 31, which is half the rate of 3.6 Flash; after that date the cost rises to $1.50 per million.
Google released Gemini 3.7 Flash on August 13, making it generally available in over 160 countries from the start. The model supports up to one million input tokens, outputs 64,000 tokens, processes images, video, audio, PDFs, and can invoke external tools and control a computer.
Flash is not intended for solving highly complex problems; it excels at text sorting, compacting agent contexts, and summarizing documents without the expense of a flagship model.
Coding: Can it generate functional software on the first attempt? This test evaluates zero‑shot code generation, i.e., whether a model produces working software from a single instruction without example demonstrations or the ability to iterate.
Gemini 3.7 Flash completed the task in 2 minutes 13 seconds. The resulting game was playable immediately, with clean syntax, functional collision and scoring logic, and visual quality exceeding expectations for its price tier.
For comparison, Gemini 3.6 Flash, released on July 21, failed to generate a functional file; its HTML was malformed, UI elements did not render, and attempts to self‑correct the output were unsuccessful.
We then handed the flawed output to DeepSeek, which identified 11 bugs and implemented eight fixes to make the game playable. Three weeks later, the model operates reliably without rescue, delivering results comparable to those of GPT‑5.6 Sol reported in July.
Gemini 3.7 Flash clearly outperforms its predecessor, making it the primary incentive to switch. However, it follows specifications rather than improvises, meaning vague prompts yield vague results.
Google’s benchmark reports 1,588 Elo on Code Arena’s web development board and a 30.4 % success rate on AutomationBench; these figures reflect Google’s methodology and should be regarded as claims, not definitive proof.
We tested Gemini 3.7 Flash to determine whether it lives up to Google’s claims; the results are detailed below.
Creative Writing: Can it maintain a paradox and produce a coherent sentence? The prompt tasks the model with generating a story in which Jose Lanz travels from 2150 to the year 1000, creating a closed causal loop in which his actions are the cause of the future he seeks to prevent. The criterion is that he only comprehends his actions after returning home.
Gemini 3.7 Flash produced a competent narrative. In the story, Jose fires an entropic cannon into a Pyrenean fissure, inadvertently forging an obelisk that enslaves 22nd‑century Iberia, and recognizes the full loop while still in the mud a millennium earlier: “It was the base of the Cinder Spire.”
The plot is logically coherent. The narrative references a falling star observed by ancient monks, clarifies that it is the flash of Jose’s arrival, and reveals that the weapon he used to erase the anomaly is what creates the event. The closing line—“It had simply been waiting for him to complete it”—fulfills the required deterministic structure.
For readers accustomed to AI‑generated prose, the story reads as typical AI output: each noun is paired with two adjectives—e.g., “hyper‑luminescent towers,” “damp, moss‑choked earth,” “thick, obsidian hair”—resulting in a predictable texture and occasional incongruities such as a “humming” monolith.
We contrasted Gemini’s output with Qwopus3.5‑27B‑v3, a community‑tuned version of Qwen3.5‑27B that distills Claude‑Opus‑style reasoning and runs on a consumer GPU without per‑query cost. Qwopus adhered to the closed‑loop requirement that Gemini violated.
Jose kills a monk at San Millán de la Cogolla, a historically significant La Rioja monastery from around the year 1000, and only grasps the implications after returning to 2150 and discovering his own DNA in a wax‑sealed codex.
Overall, Qwopus provides a cleaner, more disciplined narrative, whereas Gemini, despite delivering a tidier package, fails the core requirement and is outperformed by a free model running on a gaming GPU.
Associative Thinking: Can a Metaphor Sustain an Argument? This test assesses associative reasoning: whether a model can link unrelated concepts without explicit explanation. The prompt requests a description of a twig, uses that description to argue about worker exploitation and the adulation of the wealthy, and then demands that the argument transition into a description of a lettuce.
Signposting constitutes the failure mode; explicitly naming the metaphor destroys its effect.
Some imagery is effective. The worker receives “just enough bark to stay rigid for another week of output,” and the fallen twigs are conditioned to believe that, with sufficient rigidity, any one of them might become a trunk. The same paragraph also describes a worker “bound to a vast, top‑heavy corporate hierarchy.”
The actual breakdown occurs when the transition is narrated rather than enacted; the hierarchies “crumble, dissolving into the quiet, humble reality of the organic world,” and a lettuce then appears without logical connection to the preceding content.
GPT‑5.6 Sol resolves the transition by having the twig rot into soil and the lettuce grow from it: “Rain enters the grain. Fibers loosen, darken.” The argument is embedded within the transformation, reframing wealth as a language of virtue—e.g., “The mansion signifies intelligence.”
Gemini offered a well‑crafted line but explained its own metaphor and omitted the required transition, failing the test.
This test evaluates non‑mathematical reasoning, specifically whether a model reads the presented question directly or relies on memorized patterns. The bridge prompt provides crossing times of 1, 2, 5, and 10 minutes for four individuals with a single torch and asks for the fastest time for all to cross.
The key is that the prompt never restricts the number of people on the bridge; thus, the optimal solution is 10 minutes, with all four crossing simultaneously at the pace of the slowest individual.
Gemini answered 17 minutes, applying a memorized five‑step procedure from the textbook version of the puzzle, assuming an unstated two‑person constraint without verifying the actual prompt.
Its reasoning trace is contradictory: it first claims that pairing the two slowest would be inefficient, yet the final answer sends them across together, contradicting itself within the same response while maintaining unwarranted confidence.
Claude Fable 5 produced the same incorrect result in July, beginning by explicitly assuming the classic two‑person constraint, illustrating the difference between an answer that can be identified as wrong and one that cannot.
No model wins. Fable gains an edge through transparency, while Gemini’s false confidence appears in a puzzle that is easily verified by hand.
This test evaluates advanced symbolic mathematics and, more simply, whether the model fulfills the request. The prompt asks for a degree‑19 odd monic polynomial with real coefficients, linear coefficient –19, at least three irreducible components, and then requests p(19).
Both models identified the same solution—the Dickson polynomial—solved the constraint to set its parameter to 1, and derived the correct closed form.
Gemini then halted, outputting p(19) as an unevaluated expression containing the 19th power of a square root, failing to provide the numeric result or show the required number of components. Its output was wrapped in an unnecessary styled HTML page with CSS and a drop shadow.
Qwen completed the task, providing the full factorization into ten components—one linear and nine quadratic—computing the recurrence to 1,876,572,071,974,094,803,391,179 and cross‑checking the result modularly. We independently verified the figure in SymPy and it is correct.
Conclusion: Gemini 3.7 Flash is worth adopting for users already within Google’s ecosystem. It significantly outperforms its predecessor in code generation, operates quickly enough to be relevant for agent workloads, and its low cost makes high‑volume usage financially insignificant.
Its strengths lie in execution and structural coherence: with a detailed specification it can build functional software, maintain a coherent plot, and preserve causal logic across extensive text.
Weaknesses include limited creativity and reasoning; its prose is readily recognized as machine‑generated, and it asserts incorrect answers without acknowledging the underlying assumptions that led to the error.
The price is the strongest selling point: at 75 cents per million input tokens and $3.75 per million output, it reduces GPT‑5.6 Sol’s $5 input cost by 85% and costs half as much as 3.6 Flash at launch.
The drawback is that a free 27‑billion‑parameter model running on a gaming GPU can produce a superior story at zero cost. Google’s introductory pricing expires on December 31, after which input costs rise to $1.50 per million tokens and output to $7.50 per million.
Also Read
- Wall Street Crypto Inflows Surge: XRP, Solana, and Hyperliquid ETFs Rally as Crypto Market Broadens Demand
- India’s Gold Market Rebounds: Key Drivers and Economic Implications of the Demand Surge
- Bitcoin and Ethereum ETFs Post Strongest Weekly Inflows of 2026 Amid Historic Crypto Rally
- Giancarlo’s “The New Adventures of CryptoDad” Claims Number‑One Slot in Amazon’s Banking Listings

