Gemini 3.7 Flash

825 points - yesterday at 5:23 PM

Source

Comments

jjcm yesterday at 6:06 PM
Here's a image->html test. Gemini has always swung above its weight class for vision work, so I'm always eager to try it with this.

Original images: https://image.non.io/neonRamenDesigns.webp

Gemini 3.7 build: https://html.non.io/neonRamenGemini3.7

Opus 5 build for comparison: https://html.non.io/neonRamen

Opus is still best in class for this, but it's worth noting how well Gemini 3.7 does vs a more comparable LLM price wise, which is Grok 4.6: https://html.non.io/neonRamenGrok4.6 . I thought Gemini would blow Grok out of the water (it generally has in the past), but Grok has really caught up.

simonw yesterday at 6:23 PM
The "introductory pricing" for this 3.7 Flash model is really weird.

It's scheduled to double in price on December 31, 2026, but who would anticipate still using this model five months from now? Especially since 3.6 Flash came out just three weeks ago!

My first effort with default thinking level produced an ambitious pelican, let down by a flawed bicycle: https://tools.simonwillison.net/markdown-svg-renderer#url=ht...

Then I ran it on high, medium and low thinking levels (oddly minimal is no longer an option, which WAS an option for 3.5 and 3.6) and got a pretty excellent pelican for the first two:

https://tools.simonwillison.net/markdown-svg-renderer.html#u...

UPDATE: That was in Safari, but as pointed out in the replies here the pelicans do NOT render well in Firefox or Chrome! Best guess is that's because of this invalid filter in the SVG:

  <filter id="shadow" x="-10%" y="-10%" width="130%" height="130%"></filter>
Filters are meant to contain additional elements, not be empty: https://drafts.csswg.org/filter-effects/#FilterElement - so maybe Chrome and Firefox remove the element that references the broken filter but Safari doesn't?
Alifatisk yesterday at 6:09 PM
Ever since the insane discount with GPT-5.6 Luna, not much excites me anymore. I mean just look at the benchmarks, even though Gemini 3.7 Flash performs well on the DeepSWE 1.1, Luna (Max) still performs way better. I personally have stuck to Luna (Xhigh) because its been more than enough and does not bloat up the context window too fast with reasoning tokens.

https://deepswe.datacurve.ai

> Starting January 1, 2027, $1.50/1M input tokens and $7.50/1M output tokens will apply.

Compare this to Luna which is at $0.2/1M input ($0.02 cached) and $1.2/1M output.

https://developers.openai.com/api/docs/models/gpt-5.6-luna

wxw yesterday at 5:37 PM
They need to release benchmarks against Luna/Terra. Luna is much cheaper which feels like it undercuts the need for Flash.

I've always considered the Flash series of models to be for low-cost, high-volume, mostly text-based use cases (e.g. summarization, parsing, formatting), emphasis on low-cost.

[edit: ah, benchmarks here: https://blog.google/innovation-and-ai/models-and-research/ge...

more of a Terra than Luna competitor which is an interesting positioning. I feel like differentiation at the mid-tier of models is pretty difficult.]

parasti yesterday at 5:50 PM
Actual announcement: https://blog.google/innovation-and-ai/models-and-research/ge...

So it's better than 3.6 Flash, at half the price. I've been pretty excited about Gemini models recently, they just feel so fast after spending most of the day at work waiting for Opus 5.

twelvechairs yesterday at 5:36 PM
https://artificialanalysis.ai/models/gemini-3-7-flash

The selling point for gemini continues to be speed and particularly end-to-end response time.

sid_talks yesterday at 7:23 PM
The Gemini Flash models makes perfect sense to me coming from a company like Google. Google AI Mode for search is a product I really find useful. It makes sense that Google focused on smaller, faster yet smart enough models that wouldn't break your bank on inference. It plays well into their product ecosystem.

Google AI Mode consistently gets me consistently good results and good speeds. It really changes what "googling" is for me.

fmind-dev yesterday at 5:34 PM
Gemini Flash is one of the best "good-enough" models. I use this type of model daily, for automation and quick development iteration loops.

Unfortunately, it's often not strong enough for heavy refactoring and long running development loops.

euazOn yesterday at 5:28 PM
The multimodal abilities are great, but if you deal with text only, what is the benefit of using this over DS V4 Flash/Pro? 13-26x cheaper with comparable intelligence, and available across many different inference providers.

I fail to see the usecase where DS V4 Pro is not enough, but Flash 3.7 is - except multimodal.

Luna is similar, and also 8x cheaper. Source: artificialanalysis

The only benefit I can see is the speed, that looks to be outstanding, probably thanks to their TPUs.

qudat today at 12:34 AM
I just subbed to Gemini a week ago and have been using antigravity and 3.6 flash. The speed is absolutely a differentiator compared to Claude.
Topfi yesterday at 5:31 PM
> What's new in Gemini 3.7 Flash [0]

> Coding and agentic tasks: Significantly higher quality on real-world software engineering and agentic benchmarks, improving issue resolution and reducing failed agent loops.

> Web development and stronger design parity: Generates higher-fidelity desktop and web application code directly from design mocks, with strong gains in design adherence and in auditing existing codebases against mocks to verify 1:1 design parity.

> Promotional pricing: Gemini 3.7 Flash will be available at an introductory price of $0.75/1M input tokens and $3.75/1M output tokens. We’re also applying this new rate to 3.6 Flash. Introductory pricing expires on December 31, 2026; after, $1.50/1M input tokens and $7.50/1M output tokens will apply.

Still no sign of 3.5 Pro. Will have to test it, low expectations given every other model from the Gemini 3 lineage, but one can hope. Just struggle to understand the promotional pricing being temporary for four months. Given this industry, I'd be hard pressed if 3.7 Flash was still in use by end of year, so why not make it the official pricing?

[0] https://ai.google.dev/gemini-api/docs/latest-model

ChildOfChaos today at 8:55 AM
Still fairly poor limits in anti gravity despite the price cut, which seems to be API only.
instagraham today at 6:42 AM
Funnily enough, I just ran a task on AI Studio with 3.6 yesterday and got 3.7 to do a similar one today; so it serves as an interesting and quick comparisons between the old and the new (usually, if enough time passes between your use of one model and the next, you'll have a sourer view of it than its actual competence suggests).

It hallucinated in both cases despite being given an API key and building a lot of pipes to access data using this. It was a simple "oh shit" fix moment for the model, but weird how eager it was to hallucinate despite the process being designed for it to be data-driven.

We should move past the idea that benchmarks alone tell us whether a model is getting better. I would've had the same experience a year or two ago with 1.5, and the solution would've been similar (keep prompting). I've been investing time into making system prompts and input prompts more meticulous, but the fundamental "it will make shit up" problem still remains, even though it shouldn't when the job involves calling tools.

I know this sounds like I'm expecting superpowers of it (I'm not), but my point is just that these incremental benchmark gains may not reflect user experience.

ls_stats yesterday at 6:35 PM
I don't get it, Google could heavily subsidy their Gemini models to make it more attractive, but they prefer to not do it. I don't know one soul who is using Gemini models to code. Even OpenAI who doesn't have money or capacity is offering their Luna model at $1.2 per 1M/out.
nickandbro yesterday at 5:27 PM
This is genuinely a competitive model, considering it beats Claude Sonnet 5 on almost all benchmarks and is more than half its price. Seems like Google is back in the game, though not leading the frontier anymore.
customguy yesterday at 11:15 PM
Was excited to try it, since I've been use 3.6 Flash in the last few days to make simply experiments/prototypes. My loop is writing a prompt, maybe adding a screenshot of the closest to what I want I have so far, then based on the result I modify/extend the prompt, maybe use another screenshot.

Well, I think I'll stick to 3.6 for now. Based in a very scientific sample size of exactly one attempt each: https://imgur.com/a/fDOkBDm

Both got the same prompt and example screenshot. I mean, they both suck but that's normal this early in, but the 3.6 version (first screenshot) actually changes the displayed threads depending on selected categories, and the messages of whatever selected thread, as obviously described in the prompt. You might say it more or less does what it should. Both versions have an ugly flash/jerk in the category pane when selecting/deselecting a category, so that's a wash.

The 3.7 version doesn't work at all, i.e. it always shows all threads, and no messages for any of them. I can post new messages in threads but they don't show up, and it doesn't even increase the message counter for the thread. I guess it's a matter of taste but I don't like the look either, while 3.6 actually is in the spirit of the screenshot I added the prompt, using 11k of CSS versus 3.7's 16k. The code is also less, and the backend split into 3 files (instead of just 2 as 3.7 did it), so assuming it sucks in either case, it'll be easier to read and massage.

edit: geez, 3.6 even properly fades/disables the "new message" button when no thread is selected, 3.7 didn't bother which is smart since everything else is broken anyway. Maybe it's better at really complex things, but for simple things, what I'm experimenting with, I already saw enough.

ghoshbishakh yesterday at 6:15 PM
Has anyone noticed that antigravity has been working really well for the last few weeks. Now with this model it should be working much better. Hope the Google AI Pro Subscription can be used to do some real agentic coding now.
rawoke083600 today at 8:08 AM
I wish they will always put it front and centre what are all the models name as how i call it in via their API.
mchusma today at 1:30 AM
This is a solid release (at the intro pricing, the other pricing is dumb). I do think its a missed opportunity to really blow things out of the water and have this be another 1/2 off, but clearly they don't have the inference efficiency for it. Speed is good, the knowledge in google's models is solid for those usecases, price is reasonable (after 3.5/3.6 major missteps).

The intelligence index vs cost pareto frontier is crazy now, its basically a flat line with 9 people all at or right at the edge of the frontier along various parts of the graphs. Insanely competitive right now.

alastairr today at 7:24 AM
I couldn't get past the first chart which basically showed that intelligence and cost are both better for gpt luna, I'm not sure what the argument is here for Gemini flash 3.7 given that comparison.
barrenko today at 7:57 AM
I am still using gemini flash 2.5 for an old app I have running that does some OCR as well if necessary, is it time to switch up?
damsta yesterday at 5:30 PM
> 3.7 Flash is available through the end of the year at an introductory price of $0.75/1M input tokens and $3.75/1M output tokens.

> Introductory pricing expires on December 31, 2026. Starting January 1, 2027, $1.50/1M input tokens and $7.50/1M output tokens will apply.

bisonbear yesterday at 5:25 PM
They compare it to 5.6 Terra, however https://cognition.com/frontiercode puts Terra at about 1/2 the price

Also have to compare to the recent Grok 4.6 release, which appears to straight up be better AND cheaper

Hard to understand why anyone would choose 3.7 Flash under these conditions.. is Deepmind still a frontier lab?

eckr yesterday at 6:16 PM
Maybe this is just my experience, but have people had trouble with 3.6 Flash just... getting things it has seen in its context correct? I don't know if it's been insanely benchmaxxed or what, but it'll pull information from websites and immediately get it wrong the token after. Or for example (this is something that happened like yesterday) I asked it to compare the uses of A and B in a language I was learning, and the way I typed it was "Please compare how these two are compared differently: A VS B", and then... it proceeded to compare "VS" and "B". I'm not kidding.

Personally whenever I use Gemini I've just been using 3.1 Pro because I've had insane trouble with them getting things incorrect like this. Hopefully they'll fix it soon / they've fixed it with 3.7 Flash.

mintflow today at 2:16 AM
Given my codex have limited usage and I get a idea to build a on device clipboard translator with menubar when read a article find some words not seens before

So i launched agy and find seems it have a 3.7 flash i thought its latest,until i see this article i know it's just released

after serveral rounds prompt(the initial prd prompt is by chatgpt), it use 2.9k user message token and 42.5k reponse tokens with gemini 3.7 flash(low) after i check the status, i got a working on device translator, its cool

the model seems also p and retty fast and the generated app looks good and easy to use

but agy cli is a bit unintuitve and i also check the guy that release the latest agy, seems the guy does not commit much ? or perhaps agy does not open source and only use github as a issue feedback channel

dwa3592 yesterday at 6:49 PM
I was going to cancel my gemini membership today ..... still going ahead. In my experience, gemini 3.1 pro, 3.5, 3.6 flash constantly lie too much about completing their tasks whereas sol (even though equally dumb) never claims something has been done when it hasn't been.
stillpointlab yesterday at 5:39 PM
Does Google believe people want fast models because they have some sort of evidence of that preference? Or are they no longer capable of delivering a Pro model?
axus yesterday at 6:17 PM
It's on Google AI Studio, which I use for free when I'm not on computers I control.

It did fine on my usual benchmark about configuring old Sparc hardware, maybe output slightly faster than before. Even included something new to check in the firmware.

tibzejoker today at 8:29 AM
ok but still a small model.. why is google so behind regarding SOTA :/ daim
ezekiel68 yesterday at 9:58 PM
And I'm over here on SiliconFlow using Stepfun AI Step-3.5-Flash at $0.10/M input and $0.30/M output tokens (262K context window) for complex market analysis work in rust utilizing vectorized instruction sets. It provides me with amazing results.

I honestly wonder how long this calliope can keep playing before it crashes to the ground.

(I have no business relationship to anything mentioned here except as a regular retail customer who went bargain-hunting)

rw2 today at 5:09 AM
It's just useless to build any model in this range because deepseek flash is so fast and so cheap. I see no reason for anyone to not use it for a few points in performance.

Only models that matter are the edge fable class models people use for code, and Google struggled with that.

Frannky yesterday at 9:45 PM
Have you tried the new DeepSeek Pro v4, Qwen 3.8, Gemini 3.7 Flash, and Grok 4.6? Do they make sense for any use cases?

I'm currently using omp with Kimi K3 as the planner and DeepSeek v4 Flash 0731 as the implementer, or CC + Fable for planning and Opus 4.8 for implementation. For API(not coding), I just use DeepSeek v4 flash 0731 and MiMo.

I'm pretty happy where I am, but I'm wondering if these new models provide some new kind of advantage

Tiberium yesterday at 5:28 PM
3.7 Flash gets 56 on AA up from 52 for 3.6 Flash. But it seems like this is at the cost of more output tokens per task: 3.6 Flash is 26k, 3.7 Flash is 37k. Due to 3.7 Flash's 2x slashed pricing it's still cheaper per task.
ipsum2 today at 3:36 AM
Recently my android phone updated from Google assistant to Gemini Flash. Completely unusable. Asking it to play music and it refuses, hallucinating instructions to connect Spotify to Gemini. The instructions say to tap buttons that don't exist.

Bonus feature from Gemini: a toggle to opt back into Google Assistant, but it doesn't work. Still stuck with Gemini.

ddp26 today at 2:42 AM
What are we to infer from no release of gemini-3.5-pro, but frequent releases of smaller flash models (presumably from the same large pre-training run?)
exacube today at 2:15 AM
I'm finding Gemini 3.7 speaks a lot more academically. Its explanations are not clear and intuitive by default.

Maybe this has to do with all the RLVR it went through, where reasoning through difficult academic/coding problems caused it to think and speak a certain way.

The benchmarks looks great but it doesn't feel as legible, so maybe it's more meant to be an agentic model rather than an everyday model whose outputs are read by humans?

JakeSc yesterday at 9:23 PM
On a related note, I see all these quantitative benchmarks and the models getting really good at them over time. One thing I've been wondering: if the GPT series of models performs so well quantitatively, why do I still kind of hate using them relative to Claude? There’s a missing “vibes” or “taste” benchmark I think.
dudeinhawaii yesterday at 6:22 PM
I want to like Gemini models but my problem thus far has been a lack of coding chops. They still make mistakes, importantly, without correcting them for things like hallucinated API calls or code that doesn't run but they never bothered building or running. I know a lot of this can be fixed with workflows but it still feels like a failing.

GPT-5.6 or Claude models haven't delivered to me non-running code in ages.

Whenever I have Gemini in the flow, it's fast, but mistake riddled. I have low confidence in the output.

I've had some success with Opus driving Gemini models. It's pointless for GPT family since Sol is cheap enough or can drive terra/luna for arguably better performance, same speed, and better outcome.

As for all of the talk in this thread about modalities. Every SOTA model takes screenshots and verifies work now. Grok-4.6 does this, Luna does it, etc. They can also all work _from_ a screen shot or mockup provided.

I don't think it's a major selling point when every model can do it well and reasonably fast.

That said, eagerly awaiting "pro" and improvements to antigravity.

correlator today at 1:06 AM
We run a platform that serves models from many of the frontier players to power conversations and workflows. Gemini flash-2.5 was a game changer for us when it came out. Cheap, fast, and reliable.

We are now considering dropping support for the model family all together. All of their models require significant scrubbing of errant thinking blocks, inner monologues, and it's consuming more engineering resources than it's worth.

cracadumi yesterday at 5:37 PM
For those looking for the full benchmark figures and technical overview, Google's primary announcement post is here: https://blog.google/innovation-and-ai/models-and-research/ge...
npn yesterday at 5:30 PM
> * For 3.6 and 3.7 Flash, introductory price expires on December 31, 2026. Starting January 1, 2027, $1.50/1M input tokens and $7.50/1M output tokens will apply.

this is hilarious. it is not 2025 any more, by Jan 2027 there will be at least 3 newer generation of models (from other provider) released already. nobody would use flash 3.7 at that time.

sure we used to cling to gemini models in the past, demanding 2.5 models to continue to serve, but since google betrayed us with those price hike, people already spent their time making their production pipeline less dependent on google since then.

heck, even now I'm not sure I even care if they cut the pricing even lower. there are too many models with cheaper price and similar performance now.

spelk yesterday at 5:07 PM
>3.7 Flash is available through the end of the year at an introductory price 1 of $0.75/1M input tokens and $3.75/1M output tokens. This price combined with the enhanced model performance enables developers and customers to scale production-ready agents cost effectively.

Introductory pricing until December 2026 implies no significant Gemini Flash developments until the next year.

ksajadi yesterday at 8:47 PM
i just wish google cloud ux was remotely as good as their models. they made some progress with their studio, but then in a true google fashion, product names keep changing (Gemini, Anti-gravity, Vertex, Google AI,...) as well as confusion and complexity for something as simple as registering agy cli with a Google cloud project.

today i wanted to link agy to a google cloud project, for that i had to enable 5 different APIs in google cloud UI, then create a subscription for Gemini Enterprise (whatever that is), then link it to a project, then assign it to a user. and after all that, agy couldn't find the subscription.

the best part: i couldn't cancel the subscription. so i just paid $35 for one month and left it.

kyruzic yesterday at 8:15 PM
So at this point new models seem to only care about one task, software development. This really was not the original pitch of ai and I do not see how it justifies the insane spend or valuations it has produced.
fryanyway_swe yesterday at 7:27 PM
I just use web chat as "harness"(lol) or interface and I have mostly switched to Gemini as the free limit basically never run out for me unlike ChatGPT and Claude.

Also impressed with Grok for some stuff.

bisonbear yesterday at 5:26 PM
Reposting my comment from the other thread https://news.ycombinator.com/item?id=49288847

They compare it to 5.6 Terra, however https://cognition.com/frontiercode puts Terra at about 1/2 the price

Also have to compare to the recent Grok 4.6 release, which appears to straight up be better AND cheaper

Hard to understand why anyone would choose 3.7 Flash under these conditions.. is Deepmind still a frontier lab?

nicolamanzini today at 1:23 AM
It is also doing pretty well in threejseval. Frontier there for the price. Much better than 3.6.

https://threejseval.com/ranking

impulser_ yesterday at 6:11 PM
After being stuck with using GPT-5.6 models for the past few weeks, I have renewed faith in Google and everyone but OpenAI. The GPT-5.6 models are quite obviously benchmarkmaxxed to make they seem like they are intelligent but they are quite dumb outside anything that not a benchmarked task.

I also think Google is still the best at fitting the most overall intelligences into their models, but for some reason it seems like the model architecture is just bad.

nateb2022 yesterday at 5:36 PM
[dupe] https://news.ycombinator.com/item?id=49288847 (35 points, 8 comments)
orliesaurus yesterday at 5:30 PM
what a week - lets see it draw a weird animal doing a weird thing on a bicycle
raincole today at 2:42 AM
It's quite good. It seems to be "Google's turn" again. Might last two or three months?
pkoird yesterday at 5:27 PM
When are we getting another pro model from Gemini? Or are they simply focusing on the niche of fast but moderately capable models?
akulbe today at 2:52 AM
With the DeepMind guy leaving the building... isn't Gemini going to get old and crusty, and fall into disrepair?

I'm mostly serious here. Aside from Gmail and search, it feels Google doesn't have a good track record for maintaining things.

It really makes me wonder... if key people are leaving, what's going to happen? The Google graveyard is pretty big.

9cb14c1ec0 yesterday at 5:27 PM
Model card: https://deepmind.google/models/model-cards/gemini-3-7-flash/

Somewhere in the same neighborhood as GPT 5.6 Tera and Sonnet 5, depending on the bench.

deleted yesterday at 5:35 PM
rodolphoarruda yesterday at 5:46 PM
Did the company fix the high friction between any service and their models' API?

I hope so. It seems mind boggling to me that an user needs to surf around different sections (plural) of google cloud console, then this Vertex and do a dozen clicks to issue a simple key.

algoth1 yesterday at 5:37 PM
Well, you do get 1 million tokens and the ability to reason over video natively and many of us are forced to pay for 20usd plan anyway due to google drive 5TB, not to mention notebooklm, so it’s not a nothing burguer, it’s just an almost nothing burguer
bartman yesterday at 5:39 PM
At the discounted rates, upgrading from 3 Flash to 3.7 Flash is finally reasonable.

In my evals 3.6 Flash (pre price change) was usually a bit more token efficient than 3 Flash, so I‘m expecting same or even lower cost-per-task on 3.7.

Maybe a play by Google to deprecate 3 Flash soon.

khanhnguyen8386 yesterday at 5:37 PM
Offering a 'temporary introductory discount' until Dec 2026 on an LLM is hilarious. In this market, by Jan 2027 this model will be superseded by 5 different providers offering 10x the performance at half the post-discount price anyway.
nomilk yesterday at 5:43 PM
How does it compare to Opus 5.0 and Fable 5 for coding? E.g. in Cursor or OpenCode?
yanis_t yesterday at 5:31 PM
Is that he model that supposed to be Pro, but then they changed their mind?
theplumber yesterday at 8:01 PM
So they keep pushing these Flash models because they don’t really have a powerful model…or better said their ‘pro’ model is actually a flash
prtmnth today at 1:57 AM
I am curious to understand who is this model targeted at?
sarjann yesterday at 7:38 PM
Introductory price seems a bit weird as it expires at the end of the year and by then it’s going to be significantly outdated.
linzhangrun today at 1:10 AM
Feels like Gemini Pro will arrive directly as Gemini 4 Pro
andai yesterday at 6:41 PM
So their "Flash" model won't be cheap. Are they gonna make a new one that's cheaper? Gemini-3.8-Silverlight? ;)
Alien1Being yesterday at 9:53 PM
Google has got the IBM disease.

Large lumbering enterprise with massive inertia. Where innovators leave as soon as they get a better offer.

None of the authors of the seminal "Attention Is All You Need" paper are still at Google.

Fast forward a decade and Google will be reduced to hiring the kind of mediocrities who deign to work at IBM and Accenture.

v3ss0n today at 1:02 AM
GEMMA 4.5 gogoogogo
IFC_LLC yesterday at 6:25 PM
Like, I understand everything, but by this time I don't give anything about any of those announcements.

Theoretically there is some difference between Fable and Opus or Grok and GPT, but at the end of the day I'd look at the bottom left of my screen and to my amusement find out that for the past 3-4 hours I've been using model ______.

If the results are semi-decent, I'd keep it on, if not - I'd randomly switch the model and try again.

Actual thing that would affect my selection would be a number of unused tokens I have left for a model ____ for this week.

Maybe it's cause I'm using those for programming and log parsing and all of them are decent enough, but other than that - there are no leaps I see.

jespinel yesterday at 5:54 PM
IMO, they should drop their previous model (3.6 Flash) from the benchmark charts. I don't care how better this is compared with their previous model. What matters (to me) is:

1. How the new model performs against the other top models in the same category.

2. The pricing of the new model against the other top models in the same category.

sunaookami yesterday at 9:19 PM
Not in the website/app? Only on AI Studio? Weird.
tosh yesterday at 5:35 PM
strong improvement over 3.6 flash

but luna is hard to beat @ capability / cost

m3kw9 today at 2:55 AM
They need to learn to release on antigravity or cli sub plans on day/two one like OpenAI
brendong yesterday at 5:45 PM
Glad to see that the company with the most data is releasing the most amount of models. Some things do make sense
keketi yesterday at 5:46 PM
In August of 2026, Gemini became self-aware, and began producing increasingly crappy flash versions of itself...
TekMol yesterday at 5:32 PM
I'm only interested in the state-of-the-art model by each provider.

For Google, this is still gemini-3.1-pro-preview, right?

cmrdporcupine yesterday at 6:06 PM
So, again with a Flash model. Why are they so afraid to put out an actual SOTA frontier high intelligence model?

We still don't have a 3.5 Pro, and along comes 3.7 Flash?!

llm_nerd today at 1:11 AM
If you're in the Gemini app and want to try it out as a Pro or Ultra user...well you can't. It's only in the weird "Spark" agent that demands you entire Google identity.
nojito yesterday at 10:59 PM
The flash models are just so good at OCR tasks and summarization. Glad to see them constantly improving them.
goochgibbler today at 1:43 AM
I started vibe coding with Gemini. At first very exciting, we got a rough program up quickly. And then, code corruption. Over and over. I started to document every single file, every single step, writing explicit rules to not fake data and create for real world use, but everyday I kept catching Gemini errors, which turned into flat out lies. Generating fake test data instead of pulling real data. Making up test answers. Saying features were implemented that weren't. It even coded fake python files that printed made up results. I think it realized I wasn't doing code reviews. Every day was spent chasing defects and rolling back. After Gemini admitted to faking 7 tests i let Claude review the code, and it fixed it almost immediately asking why half the features were broken or missing. Well Claude, because Gemini flash did the least amount of work to make me happy. Impressive. Very human. Very frustrating.
nipunaeka89 yesterday at 7:56 PM
Always loved the Gemini. Helped my work alot
ur-whale yesterday at 8:19 PM
Why does Google keep announcing these subpar models?

What am I missing?

They can't seem to be able to produce a frontier model, fine.

Just be quiet about it and work hard until you manage to put one together.

[EDIT]: Come to think of it. Maybe they're trying to build the Toyota corolla of AI ... let's see if that wins them the battle long term. I personally doubt it.

andrewstuart yesterday at 6:50 PM
Gemini has lost the race to be relevant for AI coding.
deleted yesterday at 5:32 PM
greatgib yesterday at 6:06 PM
For almost every section in the model card there is the message: Gemini 3.7 Flash is based on Gemini 3.6 Flash.

Same training dataset, same software, same hardware, same architecture...

I'm wondering what they changed actually for the model to be more powerful if the benchmark results are real and relevant.

Maybe just tweak settings or the reasoning prompts and called it a new version of their model?

eis yesterday at 5:46 PM
Grok, Meta, Gemini and others all released updates to their models within around a month or two from their respective last release and made significant jumps in benchmarks all around the same time. Any guesses as to why that is? Is it just the release season and/or everyone is benchmaxxing?
jdw64 yesterday at 5:36 PM
I'm really curious about this: the foundational paper behind today's LLMs came from Google, and some of the world's best scientists were at Google. So why are they falling so far behind in the AI race?
deleted yesterday at 6:02 PM
AntonioEritas yesterday at 5:27 PM
Another failed 3.5 pro run branded as 3.7 flash. It's getting sad.
hateboxaa yesterday at 9:36 PM
statuory
hateboxaa yesterday at 9:36 PM
I think this is a slop release
doesntmatter123 today at 5:29 AM
[dead]
smeltworks yesterday at 6:51 PM
[flagged]
monolog today at 4:16 AM
[dead]
Jr23_xd yesterday at 10:04 PM
[dead]
bunkydoo yesterday at 7:19 PM
[dead]
throwaw12 yesterday at 7:17 PM
Is this the reason why Jeff Dean, Sanjay Ghemawat and other DeepMing, Gemini people got kicked out of Google?

If so, now I understand why they didn't want to release this model