Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

76% Positive

Analyzed from 16490 words in the discussion.

Trending Topics

#flash#gemini#models#model#google#more#https#pro#price#don

Discussion (635 Comments)Read Original on HackerNews

easygenesβ€’about 19 hours ago
For those who would like to know the total and active parameter count of this model: even though Google doesn't disclose the model technicals, we can infer them within relatively tight margins based on what we do know.

We know they serve the model on TPU 8i, which we have plenty of hard specs for (so we know the key constraints: total memory and bandwidth and compute flops). We can also set a ceiling on the compute complexity and memory demand of the model based on knowing they will be at least as efficient as what is disclosed in the Deepseek V4 Technical Report.

We can also assume that the model was explicitly built to run efficiently in a RadixAttention style batched serving scenario on a single TPU 8i (so no tensor parallelism, etc. to avoid unnecessary overheads... Google explicitly designed the 8th-generation inference architecture to eliminate the need for tensor sharding on mid-sized models).

We know Google intends to serve this model at a floor speed of around 280 tok/s too.

Putting all these pieces together, we can confidently say this model is ~250-300B total, and 10-16B active parameters. Likely mostly FP4 with FP8 where it matters most.

Visual:

  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
  β”‚                   TPU 8i VRAM (288 GB)                 β”‚
  β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
  β”‚   Static Model Weights    β”‚  Dynamic Allocations &     β”‚
  β”‚   (250B - 300B @ Mixed    β”‚  Compressed KV Caches      β”‚
  β”‚   FP4/FP8)                β”‚  (RadixAttention / SRAM)   β”‚
  β”‚   ~110 GB - 150 GB        β”‚  ~138 GB - 178 GB          β”‚
  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
I do model serving optimization work. This is napkin math.

Edit: There's one factor I under-rated in my initial estimate... TurboQuant. This is a compute to KV memory use tradeoff. It's plausible with TurboQuant at a quality-neutral setting they've gotten the model up to 400B with similar economics. This is a variable effecting concurrency and the the way they decided total model size was likely based on what they see for the average user's average KV cache depth in real-world usage.

DCKingβ€’about 11 hours ago
If two things hold up - 1) this is actually a 2-300B parameter model and 2) this is actually competitive with frontier OpenAI and Anthropic models (and not just benchmaxing), the implications are pretty big. It would mean you could run "frontier level" performance in one box at home.

300B models at least fit in a single maxed out Mac Studio or a small stack of DGX Sparks or AMD Strix Halo boxes.

For comparison, DeepSeek V4 Flash is all the rage now for small efficient models. It's very good for its size but far from the performance of the latest GPT Pro and Opus models. The vanilla variant has 284B parameters. It fits on both 256GB and 512GB Mac Studios and hits about 20-30 tokens/second.

The implication of all this here is that you could have a (somewhat sluggish) Opus in a small box at home. At least once competing models and hardware to run them will be available (high end Mac Studios have been discontinued).

Something tells me that this means that Google's performance numbers here are inflated.

WarmWashβ€’about 6 hours ago
Opus is estimated to be around 4T parameters, and 5.5 around 9T. [1] And while 3.5 at least qualifies to be in the same neighborhood, which is stunning if these numbers are all true, it may be that closing that last ~10% difference needs 50x more parameters.

[1]https://arxiv.org/pdf/2604.24827

stymaarβ€’about 9 hours ago
> the implications are pretty big. It would mean you could run "frontier level" performance in one box at home.

That wouldn't surprise me at all actually, models like Qwen3.6-35B are comparable to frontier level models from a year ago and I wouldn't be surprised if we had self-hostable open weight models matching Opus 4.7 in a year. Assuming that Google has one year of advance against Chinese lab isn't far fetched given how much resources they have compared to their Chinese competitors.

DCKingβ€’about 9 hours ago
I think there was a leap around Opus 4/4.1 that hasn't quite been equalled by self hostable models yet. Perhaps full Kimi K2.6 and Deepseek V4 Pro can achieve Opus 4.1 levels (it's hard to compare anyway, benchmarks are largely a game nowadays), but both of these are also north of 1000B parameters and therefore really impractical to run at home for the foreseeable future.

It's not yet obvious to me that you can achieve the breakthrough performance of say Opus 4.1/4.5 in a number of parameters you can swing at home.

tarrudaβ€’about 8 hours ago
> 300B models at least fit in a single maxed out Mac Studio or a small stack of DGX Sparks or AMD Strix Halo boxes.

I run 2.54 BPW 397B Qwen 3.5 GGUF on a 128G mac studio at 20 tokens/second generation and 200 tokens/second processing. I'm not suggesting it matches the performance of the full BF16 model, but I did run some benchmarks locally and the results were pretty good:

- MMLU: 87.96%

- GPQA diamond: 86.36%

- IfEval: 91.13%

- GSM8k: 92.57%

So I think we have been at the "frontier capabilities at home" for a few months now.

verdvermβ€’about 6 hours ago
Since I started using Qwen-3.6 35B A3B, I believe frontier like capability will be more than enough in these smaller models within a year or two, at least for coding. They don't need to memorize facts into their weights, which likely has very interesting implications that I'm not going speculatively decode
gertlabsβ€’about 17 hours ago
We've been really impressed with the performance of ~30B parameter class models and how close they are to the frontier from ~6-12 months ago, which begs the question, are the frontier labs really serving 10T parameter models? Seems unlikely.

If these Gemini 3.5 numbers are accurate, then I'd wager GPT 5.5 and Opus 4.7 are a lot smaller than people have speculated, too. It's not that frontier labs can't create a 5T+ parameter model, but they don't have the data to optimize a model of that size.

Gemini 3.5 Flash is really smart in one-shot coding reasoning, btw. Near the frontier. But it doesn't do so well in long horizon agentic tasks with arbitrary tool availability. This is a common theme with Google models, and the opposite of what we see with Chinese models (start dumb, iterate consistently toward a smart solution).

Data at https://gertlabs.com/rankings

easygenesβ€’about 17 hours ago
We know from NVIDIA's public Vera Rubin inference engine marketing materials that the frontier lab models are ~1-2T total.

Mythos is an exception that's larger.

nlβ€’about 14 hours ago
Elon says Opus is 5T (and I would expect he'd know)

> It's not that frontier labs can't create a 5T+ parameter model, but they don't have the data to optimize a model of that size.

The have plenty if data. They use very large amounts of verifiable synthetic data in (lots in coding and math) cover the gap.

Also the frontier labs are paying people to do tasks, tracking the trajectories and training on that. Most of the optimization is in RL based on these trajectories.

stymaarβ€’about 9 hours ago
> Elon says Opus is 5T (and I would expect he'd know)

Even if he knew, why would anyone expect Elon not to lie about anything?

> The have plenty if data.

I don't think data is the problem either, but compute is: if you want to train your 5T params model like modern small models are being trained (with a thousands time more training tokens than params), that's an enormous training run.

gertlabsβ€’about 13 hours ago
This is what we do at gertlabs.com - the foundation labs are actually starving for better data. Having quality data is not the same as having a lot of data. Human curated data / RLHF cannot scale to a 5T model and synthetic data pipelines are very much a work in progress in the industry.

Some interesting notes:

- Training a small model with large model output resulted in LESS improvement than distilling a less smart model onto the same small architecture [0]. We are starting to hit intelligence density limits in small models (<30B models may be nearing saturation now)

- good RL environments incidentally also make for good benchmarking

[0] https://arxiv.org/html/2502.12143v1

KronisLVβ€’about 9 hours ago
> they don't have the data to optimize a model of that size.

So where does humanity cap out? The statement more or less implies that there's a ceiling of our ability to train models which might be below what LLMs are capable of (e.g. not AGI but how good coding agents they might ever become, for example).

maipenβ€’about 13 hours ago
I’m not sure if synthetic data is enough.

Xai paying cursor to train models with their data, tell us that having an agent tool like claude code is important for quality data acquisition. That’s why they recently shipped grok build

I think we will see insane SOTA models from xai in the next few months.

opsnooperfaxβ€’about 3 hours ago
Wouldn’t that be an exciting plot twist? That the release cadence of the big labs doesn’t actually reflect any meaningful improvements, or bigger models, but it’s a marketing ploy to start ratcheting up prices for good ARR numbers prior to the big IPO where the celebrity executives bail out of the stalling plane.
beacon294β€’about 14 hours ago
I agree with this sentiment but the reasoned anecdotes do not agree. I imagine the flagship models have modalities/usages that we hn-ers don't imagine easily.
Glohrischiβ€’about 12 hours ago
It was estimated that Mythos is 10T.

And serving is not training. For distilling you need to train the big models to have something to be distilled.

MisterPeaβ€’about 16 hours ago
I exclusively use gemini models and this has been my experience.

I mitigate it by creating dense planning docs for everything and executing iteratively.

Lot's of time wasted on procedure unfortunately

smnscuβ€’about 15 hours ago
Nice post! You piqued my curiosity, so after a bit of research it turns out that, with techniques like MTP/MLA/CSA, it's quite probable that these models are much more efficient (and maybe bigger? tho 400B sounds about right) than a simple RAM breakdown would suggest.

MTP - https://blog.google/innovation-and-ai/technology/developers-...

MLA - https://machinelearningmastery.com/a-gentle-introduction-to-...

CSA - https://deepseek.ai/blog/deepseek-v4-compressed-attention

4ggr0β€’about 12 hours ago
meta - i think that's the first time i've seen a table in a hn comment, and i'm surprised/impressed! nice

are these pre-generated in a different tool with plain unicode and then just copy-pasted, or is it a built-in feature of hn?

daemonologistβ€’about 18 hours ago
If this is accurate it raises the question: why is this model so expensive? DeepSeek v4 Flash is 284B total/13B active, FP4/FP8 mixed, and only costs $0.14/$0.28 - even less from OpenRouter. Of course Gemini 3.5 Flash is most likely a better product, and therefore it can command a higher price from an economics perspective, but does this imply Google is taking roughly a 90% profit margin on inference? If so they're either very compute-limited or confident in the model and wanting to recoup training/fixed costs (or both).
xmonkeeβ€’about 18 hours ago
Well, we use flash models extensively (both 2.5 and 3.1) and I cannot overstate this, google cannot fucking serve them without 503s 70% of the time on most days

I think it’s pure economics. Flash models are OP for the price, leads to too much demand, google cannot serve it. This is likely expensive to reduce load and hey, if it still makes money just keep the margin.

WarmWashβ€’about 17 hours ago
Rumor is that GCP was happily selling compute to competitors. After all, under the hood, Google is closer to a federation than a corporation. The state of GCP doesn't care about the state of Gemini.
happyopossumβ€’about 17 hours ago
> Rumor is

It’s not a rumor - there are many public announcements about $B deals around compute for other Ai companies

uHugeβ€’about 14 hours ago
Seems like diversification for the sake to not only maximise profit, but also minimise risk( of their models not keeping competitive).
easygenesβ€’about 15 hours ago
This is the reality of the premiums available from being in the lead by ~8 months on model building technicals.
wing-_-nutsβ€’about 5 hours ago
The fact that this is running on tpus is a huge point. Counting those against the other available datacenter hardware used by others, it puts google at a huge advantage, and compute > * while scaling is still working
staredβ€’about 14 hours ago
A nice estimate! Since β€žyou can compress knowledge, but not factual knowledge” https://x.com/bojie_li/status/2049314403208896521, it is likely we can actualy measure its size.
staredβ€’about 9 hours ago
I tried to run it, but estimate is 24–33T parameters, vide https://gist.github.com/stared/a86d7380937e6d0ab7920014866ac....

It seems to be a huge overshot, vide Hy3 model, which this model claims to be 2.4T, while it is 295B.

Maven911β€’about 18 hours ago
Tell me more about what your day looks like. What do you think of the LLMOps books from Abi, in case you have read it ? Any other resources you can recommed?
zacksiriβ€’about 18 hours ago
Do you have similar math for the flash-lite variant of the models? I'd be curious. Based on my testing / benchmark i think it's around the 100-120B mark.

With the Pro variant being around 600B - 800B

My testing is comparing it's performance / output to other models in the same size range, so not as scientific as yours.

rawoke083600β€’about 12 hours ago
I like your chain of thought there !
anthonypasq96β€’about 18 hours ago
given this, is it safe to assume that inference pricing is barely related to cost to serve at this point and there is considerable margin?
PunchTornadoβ€’about 5 hours ago
i would like to get a job like that. what can i study? I am mostly a ml engineer / researcher.
simonwβ€’1 day ago
The pelican is a lot: https://github.com/simonw/llm-gemini/issues/133#issuecomment...

Not a great bicycle though, it forgot the bar between the pedals and the back wheel and weirdly tangled the other bars.

Expensive too - that pelican cost 13 cents: https://www.llm-prices.com/#it=11&ot=14403&sel=gemini-3.5-fl...

hedgehogβ€’1 day ago
That pelican looks like it's in Miami for a crypto conference.
seemazeβ€’about 20 hours ago
That pelican wears it's sunglasses at night. So it can, so it can keep track of the visions in it's eyes.
whhβ€’about 20 hours ago
Pelican and I need an optometrist urgently
baochillchillβ€’about 18 hours ago
It looks quite funny.
joseda-hgβ€’1 day ago
It looks like the starting soon screen of a crypto presentation
coffeecodersβ€’about 21 hours ago
That pelican looks like it lost 100k on NFTs and now runs a paid stock-trading group.
xatttβ€’1 day ago
It looks like it’s been partying for 60 years based on the wrinkles on its pouch.
ethbr1β€’about 10 hours ago
You don't know what that pelican has been through.
Xenoamorphousβ€’1 day ago
Pelican in a white Testarossa.
airstrikeβ€’about 21 hours ago
They're called ClawCons now
sho_hnβ€’about 20 hours ago
Personally, I don't attend them since I figured out I can set up agents to performatively engage in AI-related discussion and events for me, freeing up tons of my time thanks to automation.

Truly: Nothing better than AI tools to brave the challenges and requirements of modern life. "Claude, ride the hype train" is the decisive prompt you need.

brindlethβ€’about 22 hours ago
It look like the start of a new viral Peliwave aesthetic
egillieβ€’1 day ago
and somehow in 1992
verdvermβ€’1 day ago
sorta looks like the Tron ripoff in the I/O keynote
irthomasthomasβ€’1 day ago
This is a perfect illustration of something I noticed with llm progress. Ask them to improve an svg like this, and it never fixes the missing crossbar or disconnected limbs, it just adds more stuff. In this example they have obviously improved greatly, and it contains a ridiculous amount of detail, but they still to get the basic shape of the frame wrong. It's weird. And the pattern shows up everywhere, try it with a webpage and it will add more buttons and stuff. I've even experimented with feeding the broken pelican svgs to an image model to look for flaws, and they still fail to spot the broken elements.

edit: fixed human hallucination

derefrβ€’1 day ago
When you say "improve an svg like this", how are you imagining setting that workflow up? Are you just feeding them the SVG to iterate on; or are you giving them access to a browser to look at the rendering of the SVG?

I ask because:

Insofar as the original pelican test is zero-shot, it effectively serves as a way to test for the presence of a kind of "visual imagination" component within the layers of the model, that the model would internally "paint" an SVG [or PostScript, etc] encoding of an image onto, to then extract effective features from, analyze for fitness as a solution to a stated request, etc.

But if you're trying to do a multi-shot pelican, then just feeding back in the SVG produced in the previous attempt, really doesn't correspond to any interesting human capability. Humans can't take an SVG of a pelican and iteratively improve upon it just based on our imagined version of how that SVG renders, either! Rather, a human, given the pelican, would simply load the pelican SVG in a browser; look at the browser's rendering of the pelican; note the things wrong with that rendering; and then edit the SVG to hopefully fix those flaws (and repeat.)

I imagine current (mult-modal and/or computer-use) LLMs would actually be very good at such an "iterative rendered pelican" test.

tskjβ€’about 7 hours ago
This is also my gripe with a lot of this stuff, always evaluating models on what they can literally oneshot is completely pointless; it's not how anything works, neither for humans nor for scaffolded AIs. I guess it's neat if you want to argue that a certain level of intelligence can "never be achieved" in a single forward pass, but like, so what. No one cares about that, except people who have already decided to be anti AI.

(not that I am in any sense pro AI, but it's just a weird lack of intellectual rigor)

irthomasthomasβ€’1 day ago
I'm talking about two type of improvement, model improving, and prompt based improving. I am noticing that the baseline output has a lot more going on, the model has improved, yet it still makes those obvious looking mistakes with the shape of the frame or disconnected limbs etc.

And I am saying that if you take one of these SVGs and ask an LLM to look for flaws, it rarely spots those obvious flaws and instead suggests adding a sunset and fish in the birds mouth.

staredβ€’about 22 hours ago
To a certain extent, it feels like a Sonnet 3.7 moment. Slightly overeager - you ask for a button color change, you see layout changes, new package dependencies, and the README rewritten from scratch - and not necessarily correctly.

When I ask for a pelican on a bike, I want the Platonic ideal of a pelican on a bike, not a vision of an alternative reality in which pelicans created bikes. Though, thinking about it again, maybe I should.

p1eskβ€’about 20 hours ago
What is β€œSonnet 3.7 moment”?
Araopaβ€’about 19 hours ago
So we have to train llms on debugging too, not just how to make things (which you easily train by feeding the outputs).
gowldβ€’about 20 hours ago
It's because LLMs are fundamentally generative (creative), not truth-seeking or logic-seeking. Simple logic has always been incredibly expensive to impossible for LLMs.
sosbornβ€’about 20 hours ago
This matches my experience with human too FWIW.
emp17344β€’about 20 hours ago
Why is there always an identical reply like this when anyone criticizes LLMs?
girvoβ€’about 22 hours ago
Their ability is best described as "spiky". To steal from aphyr: think kiki, more than bouba. Whats interesting is that a lot of the models seem to have similar spikes and "troughs", though there are differences.
tantalorβ€’1 day ago
Forgetting the chainstay is typical of asking random people to draw a bicycle.

https://www.gianlucagimini.it/portfolio-item/velocipedia/

> most ended up drawing something that was pretty far off from a regular men’s bicycle

et1337β€’about 24 hours ago
Asking random people to write SVG gives even worse results
lxgrβ€’about 23 hours ago
Especially without being able to look at the rendered output! (At least I'd be surprised if modern server-side tool calls regularly include an SVG renderer that can show a rasterized version to the model to iterate on it.)
Eji1700β€’about 22 hours ago
Although every single render of those has pedals on the correct side as opposed to the Gemini optical illusion back pedal that tries to be both on the other side of the central gear and infront of the back wheel.

Not really a criticism but an interesting point that you would never expect a human to make that mistake even in a bad drawing.

Barbingβ€’about 15 hours ago
Thanks for the delightful Velocipedia
smcleodβ€’1 day ago
I feel like it embodies Google's vibe of an uncool guy trying to stay relevant to the youth pretty well.
dzhiurgisβ€’about 19 hours ago
That's grok. IMO both gemini and grok are the most overlooked models.
smcleodβ€’about 12 hours ago
Gemini is absolute garbage for anything useful, the last good model they released was 2.5 pro.
dekhnβ€’about 20 hours ago
I'm told there is a new Jeff Dean fact inside google: "Jeff Dean manually adjusts the weights in the model just to screw with Simon".
tandrβ€’about 20 hours ago
If you sort that table by "output token price", it gets really terrifying - going from 4 cents up to $600 =8-O
nrdsβ€’about 20 hours ago
We've been daily-driving this model for a few weeks and let me tell you, everything it does is a lot. Fast as fuck and it's actually not bad intelligence-wise for a fast model. It basically tries to make up for any intelligence deficit by just doing a lot, checking a lot, retrying a lot.

That's not to say I don't spend my days raging at it... a lot... but it's not that bad. It does tend to ignore completion criteria but it doesn't obviously degrade when being nudged like some models do.

bitexploderβ€’about 12 hours ago
One time I told it β€œwe are doing science” and I had DNA emoji everywhere and it so over enthusiastically embraced the science theme I was genuinely laughing. It finished one task with a flourish of several dna emoji and proclaimed: The Science is COMPLETE. I died.

It really is a lot some of the time. And it’s chain of thought is hilarious a lot of the time.

hydra-fβ€’1 day ago
Same old issue with Gemini models trying to "enrich" everything
karmakazeβ€’about 20 hours ago
I'm hoping we'll have many of these pelican cyclist pictures collected. Then when all the models can do it well, we'll stop posting about them, and dhen the next generations of AIs train on the data we'll have these canonical archetypes.
nomilkβ€’about 11 hours ago
'Pelicans' should be the unit of measurement for model prices, rather than tokens.
dankwizardβ€’about 16 hours ago
Wouldn't be a thread about the tech that is changing the landscape for businesses across nearly every discipline without a pelican svg.
khyβ€’about 24 hours ago
That sun is very similar to the one from the background of this other top HN post about the OS museum: https://news.ycombinator.com/item?id=48195009
nickvecβ€’about 23 hours ago
I enjoy the vaporwave aesthetic it went for. Looks like the pelican has a fish in its mouth too?

https://en.wikipedia.org/wiki/Vaporwave

taurathβ€’about 20 hours ago
I can’t help but think that what AI is best at is convincing management that things it creates are full featured which reads to their brains as mature
bee_riderβ€’about 18 hours ago
I wonder if they added all these unrequested details as an Easter-egg or something? (Since they must be aware of your test by now).
sbinneeβ€’about 23 hours ago
Wow what’s with all the styling? Is it manifestation of google’s styling bias? I like the result for sure. It’s shiny and pretty. But then it’s something I didn’t ask for.
VectorLockβ€’about 16 hours ago
The fact it went for vaporwave styling on its own is very telling.
setgreeβ€’about 24 hours ago
`<!-- Pelican Eye / Sunglasses (Cool Retro Aviators) -->`

wtf

`<!-- Gold Rim -->`

WTF??

gcgbarbosaβ€’1 day ago
funny that when I try the same prompt, gemini generates an image, not an SVG. something is not right.
simonwβ€’1 day ago
That's likely because you're using the Gemini app which has a tool for image generation (nano banana) - I do my tests against the API to avoid any possibility of tool use.
nickmccannβ€’1 day ago
This question makes me wonder if you one shot each pelican or do you run it a few times to get the best one?
__mharrison__β€’about 23 hours ago
They are just trolling you now
nashashmiβ€’1 day ago
Beats a human by like 10$
FranOntanayaβ€’about 4 hours ago
Only if you would use this pelican picture in production.
unglaublichβ€’1 day ago
So according to Google logic, the value of the pelican is $10-eps. (They applied that reasoning to conversions via adwords)
Barbingβ€’about 15 hours ago
Eps?
Razenganβ€’about 19 hours ago
I've found prompts like "capybara with spotted fur and 7 octopus tentacles instead of legs, each a different color, riding a tricycle" etc. to be a better test

Last time I tried, ChatGPT's image generator got the best result.

holtkam2β€’1 day ago
at a certain point you're gonna need to change your benchmark because this will end up in the model's training set
simonwβ€’1 day ago
Gemini were the team most likely to have this in their training set - see https://x.com/JeffDean/status/2024525132266688757 - and yet their latest model still messes up the bicycle frame!
recursiveβ€’about 23 hours ago
I'm sure that certain point came and went many releases ago.
kzrdudeβ€’about 11 hours ago
As mentioned in another recent thread, that time is now.
TacticalCoderβ€’about 22 hours ago
Love your pelicans, as always. And that one is... Wow.

I noticed the "Synthwave" aesthetic, which is enjoying quite some success since quite some time now, has found its way into AI models (even when it's not in the user's query). It's not the first time I see the sun at sunset with color bands etc. in AI-generated pictures. Don't know why it's now taking on in AI too.

https://en.wikipedia.org/wiki/Synthwave

Hence the comments here about the 90s, Sonny Crockett's white Ferrari Testarossa in Miami, etc.

To be honest as a kid from the 80s and a teenager from the 90s who grew up with that aesthetic in posters, on VHS tape covers, magazine covers, etc. I do love that style and I love that it made a comeback and that that comeback somehow stayed.

kridsdale3β€’about 21 hours ago
Sythwave vibe hype hit a cultural high point with the release of Far Cry 3 Blood Dragon in 2013.

So it's as relevant and baked-in to today as actual 80s synth-culture was in 2000.

professoretcβ€’about 16 hours ago
"Look around to look around."
gowldβ€’about 20 hours ago
At the keynote today, Sundar Pichai asked Gemini to clone the Dino Game, and it added a synthwave-esque aesthetic.
danilocesarβ€’about 20 hours ago
Given your pelican is very famous now, don't you think they are adding instructions to beat this benchmark those days?
Culonavirusβ€’about 20 hours ago
Well clearly it's not working lmao
GodelNumberingβ€’1 day ago
Per million input/output tokens:

Gemini 2.5 flash: $0.30/$2.50

Gemini 3.0 flash preview: $0.50/$3.00

Gemini 3.5 flash: $1.50/$9.00

Interesting pricing direction. I don't think we have ever seen a 3x price increase for in the immediate next same-sized model (and lol @ 3 only ever getting a preview).

3.5 flash costs similar to Gemini 2.5 pro which was $1.25/$10

__jl__β€’about 24 hours ago
This understates the cost increase. 3.5 Flash also uses more tokens. artificialanalysis.ai shows these difference to run the whole eval, which I think is more realistic pricing:

Gemini 2.5 flash (27 score): $172 (1.0x)

Gemini 2.5 pro (35 score): $649 (3.8x)

Gemini 3.0 Flash (46 score): $278 (1.6x)

Gemini 3.5 Flash (55 score): $1,552 (9.0x or 2.4x compared to 2.5 pro)

This is a massive price increase... 5.6x compared to Gemini 3.0 Flash

bnugβ€’about 5 hours ago
At these pricing levels, corporations who use the models will need to ensure employees are using them efficiently. I know, where I work, we don't really think about the cost to the company when using copilot chat, but sounds like it could start adding up really fast, especially for poorly defined questions that have to be revised multiple times.
joshmlewisβ€’about 5 hours ago
It's interesting they use output tokens as an eval because all tokens are not made equal. Even from model to model (like Opus 4.6 to Opus 4.7) the tokenizer can be different and it's no longer an apples to apples comparison. No one really talks about this but it directly affects stats like usage limits. Certainly comparing models between providers on an apples to apples comparison token wise is not a good test.
xdertzβ€’about 14 hours ago
the era of subsidised ai is ending
driverdanβ€’about 8 hours ago
API calls have never been subsidized, only subscriptions.
kzrdudeβ€’about 10 hours ago
AI is getting really useful, might be why
ahknightβ€’about 6 hours ago
Sonnet-level performance at Haiku prices. They know what they have and who the audience is they want.
ashirviskasβ€’about 11 hours ago
Gemini 2.0 Flash: $19
ahknightβ€’about 6 hours ago
... and you get what you pay for. Or less.
doginasuitβ€’1 day ago
They probably never intended to keep serving cheap models. This is a natural way to introduce the squeeze, now that they have people who built services on their API. It makes a lot of sense to have an abstraction layer where the provider doesn't matter. If you are working in Kotlin, Koog is excellent.
opsnooperfaxβ€’about 19 hours ago
I think the big 3 are cartelizing and starting to ratchet up costs. GPT5.5 is not easily distinguishable from 5.1. I would it be shocked if we hit the ceiling and everyone is quietly positioning for the exit.
tskjβ€’about 7 hours ago
I don't understand why everyone thinks there is a ceiling below human-level intelligence, when we have an existence proof that human-level intelligence is possible.
lanthissaβ€’1 day ago
switching models is insanely cheap compared to token cost on anything signficant, this is a take so cynical it misses the reality
Clueedβ€’about 23 hours ago
in any corporate or half compliance-relevant setting switching isn't trivial. new DPA, subprocessor notifications, TIA, procurement review, security questionnaires, plus re-running your evals because prompts don't transfer 1:1. token cost is just one of the line items.
hnarnβ€’1 day ago
> now that they have people who built services on their API

People really can’t wait to be the next Zynga

rudedoggβ€’1 day ago
If Google is actually getting cheaper inference than everyone else with their TPUs, this smells like trouble to me. Maybe serving LLMs at a profit is proving difficult.

Or maybe they think because their benchmarks are good they can ramp up the prices. Seems like they don’t have the market share to justify a move like that yet to me.

tempaccount420β€’1 day ago
This is not priced at inference cost.

My guess: it's the price at which they make more money than if they rent the TPUs to other companies.

The Gemini team has had trouble securing enough TPUs for their user's needs. They struggle with load and their rate limits are really bad. Maybe at a higher price, they have a better chance at getting more TPUs assigned?

gpmβ€’1 day ago
The cost at such they could rent out the TPUs, i.e. the market rate, is the inference cost.

Just because you are vertically integrated doesn't mean you get to discount the one business units products to the other. Doing so discounts the opportunity cost you pay and is just bad accounting.

spyckie2β€’1 day ago
Its probably that in 1 or 2 years local (free) models will completely take the place of cheap models so cheap models need to move up the quality chain.

You have free local models for most tasks, $20 subscriptions for near-frontier intelligence, and API per token costs for frontier intelligence.

Flash seems to be targeting the near-frontier category.

TurdF3rgusonβ€’about 24 hours ago
That might work if it wasn't for FOMO. Are you ok with only $20 of frontier usage a month?
bootyβ€’1 day ago
Prevailing wisdom is that serving LLMs at a profit is achievable... it's when you factor in the cost of training them that prices get astronomical real fast.

Open-source model inference providers (who do not have to bear the cost of training) seem able to do it at much lower prices.

https://www.together.ai/pricing

https://fireworks.ai/pricing#serverless-pricing (scroll down to headline models)

Of course, it's possible that they are burning through investor cash as well, and apples-to-apples comparisons are not possible because AFAIK Google does not mention the size/paramcount for 3.5 Flash.

But if the prevailing wisdom is true, I think it's actually encouraging. It suggests that OpenAI and Anthropic could perhaps, if they need to, achieve profitability if they slow down model development and focus on tooling etc. instead. If true that's probably good news for everybody w.r.t. preventing a bursting of this economic bubble.

...my opinions here are of course, conjecture built on top of conjecture....

eklitzkeβ€’about 20 hours ago
Most of the training cost is not in the final training run, it's in all of the R&D (including salaries, equity, etc.) that it takes to get to the final training run. The actual cost of all of the TPUs (or GPUs), power, networking, storage, etc. for the final training run is significant, but it's even more expensive to have this huge R&D team doing frontier model development and using a lot of those same resources during development.

I think you're right that releasing models at a slower cadence would bring down costs to some degree, but it's not clear how much. All of these companies could significantly reduce their opex but at the risk of falling behind in terms of being at the frontier.

HDBaseTβ€’about 22 hours ago
Not to discredit you, because you are 100% correct but tangential note about together.ai, they seem fairly unreliable with constant outages or higher than normal latency.
BoorishBearsβ€’about 23 hours ago
This is trouble if you're not Google/OpenAI/Anthropic: they're all shifting towards pricing for the economic value of the knowledge work they're aiding.

The economic value increases non-linearly as models get more intelligent: being 10% more capable unlocks way more than 10% in downstream value.

That's trouble because the non-linear component means at some point their margins will stop primarily defined by the cost of compute, and start being dominated by how intelligent the model is.

At that point you can expect compute prices to skyrocket and free capacity to plummet, so even if you have a model that's "good enough", you can't afford to deploy it at scale.

(and in terms of timing, I think they're all well under the curve for pricing by economic value. Everyone is talking about Uber spending millions on tokens, but how much payroll did they pay while devs scrolled their phones and waited for CC to do their job?)

tskjβ€’about 7 hours ago
Thank you, this is obviously where we're heading. People who think in terms of "will it ever be profitable to sell tokens" are thinking in the wrong framework entirely. The correct framework is "will it be profitable to sell knowledge work", and the answer will clearly be "yes".
IncreasePostsβ€’1 day ago
Maybe the margins are just very large for Google because they predict so much demand for 3.5?
GodelNumberingβ€’1 day ago
This combined with locally runnable models getting pretty good recently (e.g. Qwen 3.6) tells me that it's time to seriously consider local dev setup again
jstummbilligβ€’about 10 hours ago
> Interesting pricing direction.

Is it? More capability, more demand, higher price. Seems relatively uninteresting. The naming structure complicates it: 3.5 Flash is less comparable to 3.0 Flash than it is to 3.0 Pro.

More generally, $/token + naming scheme comparisons are just confusing: I am not looking for a wordy idiot and I doubt most people are (at least not with what I would consider worthwhile business ambitions). In fact wordy idiots are fairly costly, because we have to consider the large amounts of cheap garbage that they are producing, and if you price your own time somewhat competitively then fairly quickly that's the bigger lever.

Even if we don't consider the last part: How do we price the better model, that can one shot a task without having to go back and forth and spending more tokens or having to fix more bugs later? It is definitely worth something and I think it's quite undervalued right now. What seems to be missing is a better measurement of capability per token. I don't know how that could look like. Maybe something like how we try and measure inflation, some basket of tasks (which then ends up being part of the training data so idk).

hei-limaβ€’1 day ago
We need another "Deepseek moment" or else it will become impossible for the regular dude to use AI. It will become something that only big companies can afford.
SwellJoeβ€’1 day ago
We're having DeepSeek moments every couple of weeks.

Qwen 3.6 hit hard in the self-hosting space. It's incredibly capable for its size, really shaking up what's possible in 64GB or even 32GB of VRAM.

The Prism Bonsai ternary model crams a tremendous amount of capability into 1.75GB.

And, DeepSeek V4 is crazy good for the price. They're charging flash model prices for their top-tier Pro model, which is competitive with the frontier of a few months ago.

The winners in the AI war will be the companies that figure out how to run them efficiently, not the ones that eke out a couple percent better performance on a benchmark while spending ten times as much on inference (though the capability has to be there, I think we're seeing that capability alone isn't a strong moat...there's enough competent competition to insure there's always at least a few options even at the very frontier of capability).

Zambyteβ€’about 24 hours ago
> It's incredibly capable for its size, really shaking up what's possible in 64GB or even 32GB of VRAM.

You can lower that to at least 24GB. I've been running Qwen 3.5 and 3.6 with codex on a 7900 XTX and the long horizon tasks it can handle successfully has been blowing my mind. I would seriously choose running my current local setup over (the SOTA models + ecosystem) of a year ago just based on how productive I can be.

trollbridgeβ€’about 24 hours ago
We have Qwen 3.6-35b (6) on a 5090 (32GB) and it's blowing me away. Works fine for most (not all) code generation tasks. One developer here has been extremely stubborn about adopting AI; he's finally adopted it, albeit only when it's coming from a local model like this.

DeepSeek V4 Pro likewise is insanely good for the price. I simply point it at large codebases, go get a cup of coffee or browse Hacker News, and then it's done useful work. This was simply not possible with other models without hitting budget problems.

squidbeakβ€’1 day ago
Deepseek had another moment a few weeks ago. V4 isn't far behind the US frontier, and so far its flash variant seems a very reliable coder and costs a pittance.
ai_fry_ur_brainβ€’1 day ago
Deepseek V4 (not flash) trippled in price too by the way (from Deepseek). Get used to this pattern.

This is what you get for relying on the generosity of billionaires. Keep offshoring your thinking ability to a machine and let me know how competitive you. Hint, you wont be. There's nothing special about being able to use an LLM.

xbmcuserβ€’1 day ago
What we need is a deepseek moment in hardware ie China reaching parity on node size that is the only way latest computers let alone latest ai will be available to us in the future otherwise the profit margins will push most production to AI.
throwa356262β€’1 day ago
To be honest, China not having access to the latest hardware is exactly what has driven LLM technology forward the last 2 years.
blackoilβ€’about 17 hours ago
Open Source ASML EUV. But will wipe off trillions from US stocks so 401k may not like that.
staredβ€’about 22 hours ago
Bombthecatβ€’about 10 hours ago
Can you run a coal power plant in your backyard? Or a giant solar power farm?

Of course not

And you don't need to

segmondyβ€’1 day ago
You can use lots of open weight models today.
hei-limaβ€’1 day ago
That's one solution to the problem. But it still needs some good computational capabilities. Either we optimize the hell out of those models, or we wait for the hardware to become good enough for them.
Gigachadβ€’about 22 hours ago
The real problem is the hardware to run them is still very expensive.
pianopatrickβ€’about 24 hours ago
Maybe we can figure out better ways to use the models that can run on cheap hardware.
GeorgeOldfieldβ€’1 day ago
gemini isn't even that good. just tested 3.5 on usual complex prompts to opus/chat 5.5. meh
k8sToGoβ€’1 day ago
Are you really comparing flash to opus? Shouldn't you be comparing pro?
bachmeierβ€’about 24 hours ago
Who would have guessed that something costing roughly a third as much wouldn't do as well at certain tasks.
kmac_β€’1 day ago
Well, the first impression is that Gemini still goes off the instruction rails easier than other models, but I noticed that it tends to go back to the initial goal without holding a hand, which is a real improvement. It's really interesting that these models behave so differently.
fnordsenseiβ€’1 day ago
3.5 flash is listed as stable rather than preview, or am I misreading?

https://ai.google.dev/gemini-api/docs/models/gemini-3.5-flas...

GodelNumberingβ€’1 day ago
ah I mistakenly wrote preview
dr_dshivβ€’1 day ago
3.1 flash lite β€” $0.25/$1.50 β€” plus insanely fast.

3.1 flash lite isn’t quite as good as 3 flash preview (which is the most incredible cheap model… I really love it) β€” but 3.1 is half the price and the insane speed opens up different use cases.

For comparison, Opus models are $5/$25

SwellJoeβ€’1 day ago
Opus 4.7 is smarter than even Gemini 3.1 Pro on nearly every metric, though. You're comparing apples to oranges. Gemini 3.1 Flash is somewhere in the neighborhood between current Haiku and Sonnet, I think? Still a better value than the Anthropic models, I guess, which are quite pricey.

Since Gemini 3.5 Flash is raising the price to $1.50/$9.00, it's priced between Haiku and Sonnet. If it outperforms Sonnet, it remains a good value, I guess. Though DeepSeek V4 Flash is much cheaper than all of them, and seemingly competitive.

dr_dshivβ€’about 15 hours ago
Definitely apples to oranges, sorry I wasn’t clear. I only included opus pricing for comparisonβ€”it is vastly superior. But even 3.1 flash lite is really useful.

Of course, if I manage to reach my limits every week on my Claude $200 sub, opus 4.7 is probably priced closer to flash!

WarmWashβ€’about 23 hours ago
>Opus 4.7 is smarter than even Gemini 3.1 Pro on nearly every metric,

Outside of coding, claude models are pretty meh. GPT and Gemini are the workhorses of science/math/finance.

OakNinjaβ€’about 24 hours ago
To be fair, Gemini 3.1 flash _lite_ supports structured output (guaranteed json), it’s super fast, runs circles around 2.5 flash and costs $0.25/$1.50.

I use it _a lot_ and it’s very capable if you just plan correctly. I actually almost exclusively use 3.1 flash lite and 2.5 flash lite (even cheaper) and we have 99.5% accuracy in what we do.

That said, I think we’ll see the lite/flash models and the pro models will diverge more price wise. The pro models will become more and more expensive.

drob518β€’about 2 hours ago
I think that’s true on divergence. Basically, the only most is living in the frontier, and even that is only temporary. At some point, the frontier advances such that 99% of tasks can use something short of a frontier model and only a very few tasks actually demand frontier performance.
WhitneyLandβ€’1 day ago
Their rationale might be that it’s size and intelligence are growing relative to the market.

Fwiw it’s beating Claude Sonnet in most benchmarking (benchmaxxing?), yet they’ve priced it almost half off on a per token basis.

Question is are you going to persuade anyone with this argument?

Are there many devs at Google who legit prefer Gemini over Claude and Codex? Would love to hear about that.

SyneRyderβ€’about 24 hours ago
> Are there many devs at Google who legit prefer Gemini over Claude and Codex? Would love to hear about that.

A few weeks ago, Steve Yegge claimed he'd heard that Google employees are banned from using Claude & Codex.

https://x.com/Steve_Yegge/status/2046260541912707471

A number of Googlers replied to say that was totally false, including Demis Hassabis, but they were all on the DeepMind team.

https://x.com/demishassabis/status/2043867486320222333

This person here claims they left Google because of the ban, and because the ban applied outside of Google work as well:

https://x.com/mihaimaruseac/status/2046272726881693960

mykoβ€’about 19 hours ago
> and because the ban applied outside of Google work as well

I think false (or hasn't filtered to everyone lol)

davedxβ€’about 15 hours ago
I use Gemini for heavy web scraping-adjacent API work. Web grounding has been super useful for the project.

I will definitely not be updating to this new model, and I think once 2.5 Flash is deprecated I'll have to re-architect so Gemini is only used for web grounding requests. This is an insane price increase.

harrouetβ€’about 13 hours ago
If you look at the benchmark, the model is not particularly good at coding, and as you point out it costs 3x the price of the previous flash models. So what is the market for it?

I think that they might have reached the latency sweetspot where voice applications become more natural. Natural speech is <100 tokens per second (after STT), so $9 for a million token takes you to roughly 3 hours of speech. That's totally competitive compared to human costs.

dbbkβ€’1 day ago
I don't think they're really comparable. Seems they created the Flash-Lite tier to take the spot of the old Flash models.
GodelNumberingβ€’1 day ago
No, 2.5 had both flash and flash lite.
mlmonkeyβ€’1 day ago
It is Google, after all ....
photonairβ€’1 day ago
In general, Gemini flash is still relatively cheaper compared to the "mini" version of the other big 2. However, I agree that newer version seem to have multiple X price increase (similar to the new ChatGPT) and we certainly need competition from the open source models to keep these guys in check with pricing.
LetsGetTechniclβ€’1 day ago
Gen AI is unprofitable, especially at the insanely cheap rates they've been offering to get people in the door. So expect more increases in the future.
roadside_picnicβ€’1 day ago
These companies are unprofitable (as all companies at this stage and ambition should be) but I increasingly don't see any justification for the idea that it is fundamentally unprofitable.

Inference alone is certainly profitable. I'm running models at home that are comparable to performance of paid models a year or so ago for free. Even for much larger models the cost around inference serving are clearly manageable.

Training is where the costs are, but I'm increasingly convinced those too could have costs dramatically reduced if necessary. Chinese companies like Moonshot.ai are doing fantastic work training frontier models for a fraction of the cost we're seeing from Anthropic/OpenAI.

This isn't like Uber or Doordash where the economics fundamentally don't make sense (referring to the early days of these services where rates were very cheap).

It's a compelling story that "current AI is unsustainable", but it doesn't pan out in practice for a multitude of reasons (not the least of which is that we can always fall back to what models did last year for basically free).

overrun11β€’about 22 hours ago
Arguably nothing even has to change with training for this to be sustainable. Dario has claimed that Anthropic is profitable on a per training run basis. They aren't profitable because they choose to keep investing in increasingly large training runs.
ReliantGuyZβ€’1 day ago
And if you can run those strong models at home for free, why would hosting them be a successful business for any of these providers?

Profitable maybe, in terms of having low costs, but why pay Google or whoever when you can do it yourself for cheaper/"free"?

LetsGetTechniclβ€’1 day ago
If it's profitable, why haven't they reported any profits? People like Ed Zitron have done the math and it just doesn't add up. I mean he just published this piece today: https://www.wheresyoured.at/ai-is-too-expensive/
bootyβ€’about 24 hours ago
Yeah, at this point I think the worst-case scenario for OpenAI/Anthropic/etc is to slow down frontier model development and focus on tooling and services, as opposed to imploding completely and bursting the economic bubble. I hope?
GaggiXβ€’1 day ago
If you don't need SOTA or near SOTA there are plenty of dirt cheap models, just look at Gemma 4 31B on Openrouter.
Gigachadβ€’about 22 hours ago
For all of the use cases being hyped you really do, and you actually need something much better than the SOTA models to do what we are being told can be done.

The small models are useful for small things like summarizing text or search but not much else.

scrollopβ€’about 15 hours ago
You mean Kimi or qwen
npnβ€’1 day ago
It is insanely profitable though, if you cut out r&d cost, plus the marketing and loss leaders. Don't let them gaslight you.

Even anthropic who does not own any hardware still have a big margin providing claude models.

LetsGetTechniclβ€’about 24 hours ago
Then why haven't they reported any profits using GAAP (generally accepted accounting principles)? They all use ARR which is easily gamed.
timmytokyoβ€’about 23 hours ago
Everything is insanely profitable if you ignore the costs.
ilia-aβ€’1 day ago
Yeah, it is a massive jump in price, hardly a "Flash" model anymore... I wonder if they'll release flash lite or something with a bit more affordable price point.
OakNinjaβ€’about 24 hours ago
There’s already a flash lite tier since 2.5. Latest is 3.1 currently.
ashirviskasβ€’about 11 hours ago
don't forget Gemini 2.0 flash at $0.10/$0.40
llm_nerdβ€’1 day ago
It might be temporary pricing given that 3.5 Flash is actually superior to the existing 3.1 Pro in almost all regards, so they're in a bit of a lurch as 3.1 Pro really doesn't make sense given that 3.5 Pro has been delayed a bit.
bjoliβ€’about 7 hours ago
I let it loose on a f# codebase that I know was pretty optimized but with a few low hanging fruit changes that would have a big impact.

3.1 Pro did NOT find them. 3.5 flash did. Plus one I hadn't thought of that may or may not work (which it also pointed out).

I'm pretty impressed.

irthomasthomasβ€’1 day ago
And they are using this to power search answers?
CooCooCaChaβ€’1 day ago
I bet the API pricing helps pay for search users
malloryerikβ€’about 19 hours ago
To me this is almost like a tone-deaf naming change.

Empty Slot (new Pro as Mythos competitor?)

Old Pro -> now Flash

Old Flash -> now Flash Lite

Old Flash Lite -> now Gemma (and not served by Google)

I say "almost" because the situation is more fluid and unstable than a normal naming change. If Apple were to do this with laptops, maybe it'd be like, Air gets better and pricier and becomes Pro-level model, Neo same way becomes Air-level model, etc. But Apple's too design oriented to do something like that. Google, well...

This change has made me decide to move to a multi-provider situation like through OpenRouter for consumer-facing LLM api in a service I'm building. I just can't trust Google to not constantly rearrange everything under our feet. Doesn't mean I won't use Gemini, but it clearly means I need to have others in the mix ready to go. In fact I used to use lots of Flash Lite, which is now Gemma territory, and I can't get that served by Google anymore and don't want to run my own hardware.

But in any case, I'd compare this "Flash" model with previous "Pro" on all metrics. It's kinda like if in clothes a Small suddenly became what was a Large, or at Starbucks a Grande became the new de facto Venti. And only for the new! drinks.

And if we think this way, it's possible that prices are actually falling?

deauxβ€’about 13 hours ago
> Old Flash Lite -> now Gemma (and not served by Google)

> which is now Gemma territory, and I can't get that served by Google anymore

Gemma is served by Google. They're serving Gemma 4 26B A4B at $0.15/$0.60.

https://console.cloud.google.com/agent-platform/publishers/g...

https://cloud.google.com/gemini-enterprise-agent-platform/ge...

malloryerikβ€’about 10 hours ago
Ah, thanks!
baqβ€’about 15 hours ago
Demis is on record saying they need small models on edge devices and if it’s on the edge the weights may as well be public officially.
verdvermβ€’1 day ago
At the same time, it is supposedly Gemini 3.1 Pro level at 3/4 the price

and far cheaper than comparable models, Gemini Pro is cheaper than Claude Sonnet (Anthropic still gets to charge a brand premium)

SwellJoeβ€’1 day ago
That's a lot. DeepSeek v4 Flash is just over a tenth the price, and DeepSeek v4 Pro is roughly the same price (currently heavily discounted, but will be $1.74).

I mean, the benchmarks for Gemini 3.5 Flash are very strong, but at those prices it has to be. I guess the time of subsidized tokens from the big guys is slowly coming to an end.

copperxβ€’about 22 hours ago
They have said AI will be priced like a utility, meaning $100-300 per month or so.
dzhiurgisβ€’about 19 hours ago
I use Gemini models in Junie daily. When I need accuracy I switch to Gemini 3.1 Pro Preview (why it is still in preview?), but it burns thru credits leaving me topping up $5 every day. 3.1 Flash lite is just not accurate enough. 3 Flash is sweet spot just as Jetbrains suggests it is.

Maybe I'll look at Opus again, but it just was slower, much more expensive and worst at all - wasn't listening to you instructions.

throwa356262β€’1 day ago
Gemini 2.5 flash was the best Gemini model.

Not the most intelligent but perfect balance of cheap, fast and not-too-dumb.

npnβ€’about 15 hours ago
The 09-2025 preview was awesome.
m3kw9β€’1 day ago
just subscribe to the plan, cheaper
SXXβ€’1 day ago

  > Create animated SVG of a frog on a boat rowing through jungle river. Single page self contained HTML page with SVG
3.5 Flash: Thinking Medium - 7516 tokens

https://gistpreview.github.io/?5c9858fd2057e678b55d563d9bff0...

3.5 Flash: Thinking High - 7280 tokens

https://gistpreview.github.io/?1cab3d70064349d08cf5952cdc165...

3.1 Pro - 28,258 tokens

https://gistpreview.github.io/?6bf3da2f80487608b9525bce53018...

Though 3.1 took 3 minutes of thinking to generate, but it only one that got animated movement.

SXXβ€’1 day ago
SXXβ€’1 day ago
Gemma 4 E4B it via Edge Gallery on pixel phone:

https://gistpreview.github.io/?da742884e5e830ce71ee4db877519...

OFC this is just for fun, but nevertheless gave me working code on first try.

segmondyβ€’about 21 hours ago
I'm surprised that, "they must have trained for it" camp is not here saying that rubbish.
tasukiβ€’1 day ago
Wow that's terrible. Any idea why?
lpa22β€’1 day ago
Did you see the other ones? This is very good by comparison.
doubleorsevenβ€’about 8 hours ago
My guess will be because this is just software that don't understand how the world works and it's only trying to please?idk maybe im wrong
stingraycharlesβ€’about 22 hours ago
I think Anthropic optimizes less for visuals. Also, it’s not that terrible.
abtinfβ€’1 day ago
hesamation/Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled-GGUF @ Q6_K

8112 tokens @ 52.97 TPS, 0.85s TTFT

https://gistpreview.github.io/?7bdefff99aca89d1bc12405323bd4...

Full session: https://gist.github.com/abtinf/7bdefff99aca89d1bc12405323bd4...

Generated with LM Studio on a Macbook Pro M2 Max

https://huggingface.co/hesamation/Qwen3.6-35B-A3B-Claude-4.6...

SXXβ€’1 day ago
Well, honestly this is quite impressive compared to 3.1 Flash Lite and 2.5 Pro. Considering that 2.5 Pro is actually quite good at generating massive amounts of code one shot.
svntβ€’1 day ago
It isn’t animated at all for me?
kingstnapβ€’about 20 hours ago
It is animated but the viewer is broken for some reason (tested Chrome latest windows).

This one works:

https://www.svgviewer.dev/s/04ipQgsU

SXXβ€’1 day ago
It is animated just no movement like on my 3.5 flash examples. Try different browser might be unless it iOS.
vtailβ€’1 day ago
Here is GPT 5.5 High thinking; I had to add a second follow up prompt "it's not animated though" as the first one was not animated.

https://gistpreview.github.io/?557f979c82701862bc26d24f10399...

vtailβ€’1 day ago
Here is a GPT 5.5 Extra High with a modified instruction:

> Create animated SVG of a frog on a boat rowing through jungle river. Single page self contained HTML page with SVG. Use the Brave Browser to verifty that the image is indeed animated and looks like a proper rowing frog; iterate until you are satisfied with it.

It was able to discover and fix an animation bug, but the result is still far from perfect: https://gistpreview.github.io/?029df86d03bfe8f87df1e4d9ed2f6...

hskalinβ€’about 21 hours ago
Why is it fixated on the front perspective? Interesting choice though, because most humans (and seems like other LLMs too) would pick a side perspective
captn3m0β€’1 day ago
All three links animate for me.
NitpickLawyerβ€’1 day ago
I think they mean the boat is moving. In the flash ones the paddles are animated but the boat is stationary for me.
codazodaβ€’1 day ago
The boat moves in all three for me
r0flβ€’about 18 hours ago
It’s shocking how much better 3.1 is than 3.5 flash

The benchmarks used don’t really give a full story

krupanβ€’1 day ago
These are hilarious. 3.5 Flash Thinking High is the only one that is weirdly deformed (what is going on with the hat in 3.1 Pro??)
stingraycharlesβ€’about 22 hours ago
3.5 Flash definitely got the synth wave vibe preference.
wslhβ€’1 day ago
Can you try with a more complex story such as "three little pigs"? I tried but it created a storybook instead of the SVG animation. I am looking to partially imitate Godogen [1][2] which is really great, even for animations.

[1] https://github.com/htdt/godogen

[2] https://drive.google.com/file/d/1ozZmWcSwieZQG0muYjbj7Xjhhlz...

SXXβ€’1 day ago
I think it's unreasonable to expect models generate complex stories in single prompt since they trained to be concise, but I tried. This is prompt on top of story with no control buttons request:

   Now think, plan how to tell this story in a cartoon, make scene outline and then generate SVG animation story for "Three Little Pigs" in self contained HTML page. Just single animation no control buttons.
Full prompt in gist comments: https://gist.github.com/ArseniyShestakov/ed9faa53604035005ca...

Actual results for models, one shot:

Gemini 3.5 Flash - Three Little Pigs - 9,050 tokens:

https://gistpreview.github.io/?ed9faa53604035005cae86c63c766...

Gemini 3.1 Pro - Three Little Pigs - 24,272 tokens:

https://gistpreview.github.io/?f506bbfd9b4459c8cd55d89605af8...

Gemini 3 Flash - Three Little Pigs - 5,350 tokens:

https://gistpreview.github.io/?f58eff069cf916031c97d560b0e35...

Gemma 4 31B IT - Three Little Pigs - 5,494 tokens:

https://gistpreview.github.io/?a3aa75abbe8fd7818b73f6fa55ee6...

Gemma 4 26B A4B IT - Three Iittle Pigs - 6,375 tokens:

https://gistpreview.github.io/?1e631caebeb54f9f0cd6d0e3d4d5e...

segmondyβ€’about 9 hours ago
no-name-hereβ€’about 18 hours ago
3.1 pro was pretty good among them. (iOS)
ZeWakaβ€’about 23 hours ago
Wow, Gemini 3.5 Flash surprised me there.
abiβ€’1 day ago
Your links are broken FYI.
John7878781β€’1 day ago
They work for me.
TacticalCoderβ€’1 day ago
They do work here too.
lmazgonβ€’about 12 hours ago
Click on "Listen to article", make sure the voice is "Umbriel" and skip to 4:15 - there's a hallucinated part at the end in Russian (I think). On a blog post about the latest and greatest AI model. Oh the irony.
Undrafted9624β€’about 12 hours ago
Yeap it russian, but the whole russian sentence doesn't make any sense, just messed words with no meaning at all :)
Undrafted9624β€’about 12 hours ago
But the voice and pauses sounds so much real, it's hard to say "it was ai", sounds like a real human
FeteCommunisteβ€’about 9 hours ago
A high-fidelity simulation of a Russian with damage to Broca's area, perhaps.
marknutterβ€’about 6 hours ago
Looks like they removed the option to "listen to article". I wonder why.
luk4β€’about 10 hours ago
Thank you for this gem.
Tade0β€’about 11 hours ago
I ran it through speech-to-text and it starts with something among the lines of "dear colleagues, just like a doctor tells a patient 'health can wait'...", after that it's nonsense.

I don't know if what the doctor said is some kind of idiomatic expression, but appears to be the opposite of sound medical advice. :)

OhMeadhbhβ€’1 day ago
Am I really so old that when someone says "Flash" my immediate response is... "consider HTML5 instead" ??
nightskiβ€’1 day ago
Very little of what made the Flash culture so fun made its way into HTML5.
CobrastanJorjiβ€’about 23 hours ago
I dunno, the tools are kind of there. Browsers have canvases and JavaScript and SVGs and sound. The communities are around; they're just kind of dispersed. There's no one website that is THE place for fun stuff. Instead, there are dozens, and most of them suck.

There's still fun stuff, though. I stumbled upon this bit of insanity just yesterday: https://tykenn.itch.io/trees-hate-you. It would have fit in fabulously with the old Flash sites.

moritzwarhierβ€’about 23 hours ago
Edit: looks like you linkes something created with Unity?

Not sure, I'm not versed in game dev. So maybe my point about creation tools is moot.

However, 3D content always seems very samey to me, in a way that cartoons and regular animation don't. So the rest of my comment should still express what I mean.

---

Flash had a WYSIWYG editor aimed at media creators who treat programming at best as an afterthought.

Flash was mostly about ease of tweening and extremely flexible vector graphics engine combined with an intuitive creation tool.

So the "Flash vs HTML/JS/SVG/CSS..." debate is not just about technical capabilities of the medium.

Of course there are many fun web apps in the browser, or as native apps, too. But Flash attracted all kinds of slightly nerdy people with cultural things to say, not just web devs with a lot of free time.

What "HTML5"/browser web technology doesn't offer is this intuitive, visual creation pipeline, and this kind of speaks for itself!

Also, I think the Flash "creator's" age is not separable from its time: using Flash wasn't trivial either.

There were just more people with interesting ideas, free time, and a wholistic talent for expressing their humor and ideas, combined with the curiosity and skill to learn using Flash (of course only as a licensed copy purchased from Macromedia).

People like this today are probably more often hyper-optimizing social media creators, and/or not terminally online.

In other words: I don't think the typical Newgrounds creator would have taken the time and effort to translate a stickman collage, meme, or other idea into a web app / animation.

---

And to add even more preaching: I think that "creating" things using AI produces exactly the opposite effect: feed it an original idea, and the result will be a regression to the mean.

Gigachadβ€’about 22 hours ago
It's not quite the same but it seems the people who used to be publishing flash games are now making indie games on Steam. With modern dev tools and engines it's possible for one person to make what used to be a team effort before.

The whole "friendslop" genre is what replaced flash games.

znpyβ€’about 11 hours ago
The issue is that flash had everything you mention about fifteen to twenty years ago (if more) along with better and more thorough tooling.

In the html5 camp the features appeared one by one and the tooling is still fragmented.

What happened between flash dying and html5 having a complete toolset is that interest died.

pezgrandeβ€’about 23 hours ago
They were CPU killers but man those Flash websites were gorgeous (talking mostly about MU Online "private" servers)
winridβ€’about 22 hours ago
It was probably the right call at the time with low bandwidth. Nowadays I bet flash would execute faster than most js heavy sites :D
gueloβ€’about 21 hours ago
It was not the right call, Steve Jobs was just a monopolist killing a competing platform and we're all worse off for it.
goatloverβ€’1 day ago
The Flash designer was really nice. One thing the web kind of set back was all the RAD tools from the 90s and 2000s.
OhMeadhbhβ€’about 24 hours ago
And there were some amazing RAD and prototyping tools in the 90s (mostly for DOS, but also for Windoze desktop apps.) You're right, we sort of gave up on the idea when everyone wanted to be seen as a "real" software engineer who knew how to sling Java on the back end.
thrownaway561β€’about 4 hours ago
You're not the only one... Heck, I hear Flash and I say Macromedia in my head :/
hedoraβ€’about 20 hours ago
I guess I'm slightly younger: I think "weights or it didn't happen"!
sagarpatilβ€’about 14 hours ago
Frontpage, Dreamviewer, flash, photoshop lol. We are old.
OhMeadhbhβ€’about 6 hours ago
and Pagemill and Sitemill. At Bell Canada we had a very early web dev team in '94-'95. At one point pagemill came out and we could hire mostly non technical designers to build web pages. At the time it seemed like magic. We didn't need to have someone who grokked vi standing next to a designer all the time. But the HTML pagemill spat out was horrid. It always added a space to the end of link text and never closed list item elements. I eventually wrote a command line tool that fixed pagemill's output because some of our other tools really didn't like the flavour of HTML-inspired slop it emitted. *

And then I moved to the bay area and noticed there was a road called Page Mill Rd. in Palo Alto and sort of laughed for a bit. Surprised Adobe didn't release a tool called Sandhill.

[*] to be fair, most WYSIWYG page builder tools of the era spat out some sort of crappy subset of HTML, so not trying to say pagemill was the only offender.

_pukβ€’1 day ago
Lol. Young uns!

Flash, ah, ah, saviour of the universe. Flash, ah, ah, he'll save every one of us!

Every time I have heard the word flash for goodness knows how many years.

OhMeadhbhβ€’about 24 hours ago
If Google can reuse the "Flash" brand, I'm re-branding myself as "Meadhbh the Merciless."
wslhβ€’about 20 hours ago
Same here, and worst because in another thread users are generating animations.
lanewinfieldβ€’1 day ago
Gemini 3.5 Flash's 2000 token clocks aren't bad. https://clocks.brianmoore.com/
Valakas_β€’about 12 hours ago
From looking at all of them, it actually seems to be the best one, followed by Deepseek 3.1. And something went wrong with GPT-5's.
actersβ€’about 21 hours ago
Fascinating, kimi k2 has good clock too from my limited time being on the site.
khimarosβ€’about 13 hours ago
as does qwen3.5
hmate9β€’about 24 hours ago
I have google ai pro plan and tried antigravity with 3.5 flash but it used up all my quota in two prompts. If that is not a bug then it is seriously unusable.
quirinoβ€’about 24 hours ago
Yesterday, or the day before, Google lowered the AI Pro quota from 33x standard usage to 4x.

From the talk on the Gemini subreddit it's severely lower than before. I'm likely canceling my AI Pro.

The update also broke the app for me. Editing a message crashes the app every time. I'm on a Pixel lol

HDBaseTβ€’about 21 hours ago
The crunch is real.

- The model is appox 3.3x cost. - The model is realistically almost 5x cost due to token usage - Google has TPUs to run this on (yet the cost) - Google has a lot more security and backup cash compared to all other AI companies, likely even combined (yet the cost)

We can continue moving the goal posts, but it seems we're at a bit of a wall. Costs are increasing, intelligence is improving, but the cost is rising drastically.

You'd think Google of all companies in the mix would be able to sustain lower costs with how integrated they are with TPU, Deepmind and effectively unlimited budget.

logicchainsβ€’about 13 hours ago
It's an experience anyone who used Google BigQuery would be familiar with: start with an amazing engineering product, and keep continuously degrading the value users get out of a fixed dollar spend. It's like Google doesn't understand that lock-in doesn't work when customers can easily switch to Claude or GPT.
cube00β€’about 16 hours ago
The way they're charging for failed generations is brutal.

Checked my 5 hour quota, it was 0%, got this for multiple attempts:

I'm getting more image requests than usual, so I can't create that for you right now. Please try again later.

or

Can you ask me again later? I'm being asked to create more images than usual, so I can't do that for you right now.

Went back and found they took 34% of my quota for the privilege of repeating that same error.

I think the "Usage Limits" screen is new so who knows how long they've been counting errors against our quota. I guess I should be grateful it's now visible.

babl-ycβ€’about 21 hours ago
I'm seeing this too.

API price for gemini-3.5-flash is 3x gemini-3-flash-preview so they might be throttling it 3x sooner. They should either drop API prices or not advertise AI Pro as supporting Antigravity.

https://ai.google.dev/gemini-api/docs/pricing#gemini-3.5-fla...

abeindoriaβ€’about 15 hours ago
The web version went from 100 Pro Prompts per day to...12 per 5 hours lol. I just did 3 back and forth not even technical planning for an infra project and I am ~25% thorough. Insane.
nlβ€’about 19 hours ago
On my Agentic SQL benchmark it scores 19/25. That's... mediocre.

It means performs worse than 3.1 Flash Lite Preview (22/25), is slower (367s vs 142s) and is more expensive (75c vs 2c).

It is outperformed by Gemma4 26B-A4B in every way(!)

https://sql-benchmark.nicklothian.com/?highlight=google_gemi...

(Switch to the cost vs performance chart to see how far this is off the Pareto frontier)

data-ottawaβ€’about 4 hours ago
I'm seeing this too.

I have a SQL agent and my tests with 3.5 are resulting in hitting query budget limits that have never been hit before. On average, to answer the same question, 3.5 is spending 10x more on SQL queries vs gemini-3-flash-preview.

The query patterns can be extremely degenerate too. E.g. the agent will hit the semantic layer tool to pull the schema, then run `SELECT * FROM table LIMIT 1`, which hits the query budget limit and fails.

I've only really been looking this morning, so I need to do a full eval, but the initial results match what your benchmark shows.

---

Side note: your benchmark has an issue. On Q1 medium the model returned gross margin of 0.127 instead of 12.7 (%), and the benchmark failed it. The failures on Q9 and Q21 are the same (I didn't check other questions). Nowhere in the prompt did you specify you wanted the values converted to percentage points and rounded.

If you asked me to write that SQL with that prompt, unless you were throwing it directly into a visualization I would format it the same way gemini-flash did. If I were pulling into a spreadsheet or vis tool this format is preferable because it's easier to format in a client application.

The other failures like Q21 incorrectly averaging the list price are correct failures.

reconnectingβ€’1 day ago
Knowledge cutoff: January 2025

Latest update: May 2026

I have a very bad feeling about this lag.

SwellJoeβ€’1 day ago
At least in some cases, there seems to be a move toward training on more synthetic data and strictly curated data, especially for smaller models where knowledge can't be extremely broad, because there just isn't enough room to store the world in tens or hundreds of gigabytes of model weights. So, to achieve higher quality reasoning, the training has to be focused and the data has to be very high quality and high density.

With strong tool use, it maybe doesn't even matter that the models are using older data. They can search for updated information. Though most models currently don't, without a little nudge in that direction.

Also, I believe the Qwen 3 series are all based on the same base model, with just fine-tuning/post-training to improve them on various metrics. Maybe everything in the Gemini 3 series is the same, and maybe they're concurrently training the Gemini 4 base model with updated knowledge as we speak.

reconnectingβ€’about 24 hours ago
> it maybe doesn't even matter that the models are using older data.

This actually really does matter. Otherwise, the model simply won't know about your product and will always suggest only a few market leaders.

Searching for information on the Internet became a jungle a decade ago, and to be visible you have to pay Google for sunlight. Now, we risk falling into real darkness β€” until some paid model eventually emerges. This might be the reason Google is fine with training data from 2024. If the top spot is reserved for whoever pays anyway, why bother?

SwellJoeβ€’about 23 hours ago
That's a different problem than I thought you were worried about. I wasn't considering the marketing angle, though that is certainly relevant and a risk to consider, especially when it comes to Google, whose primary businesses are ads and surveillance.
hoselβ€’1 day ago
Can you explain what you mean?
reconnectingβ€’1 day ago
LLM pre-training models risk being unable to be updated with data from after 2025, as much of it is corrupted with LLM-generated content. We might be locked into outdated knowledge, where only whitelisted sources decide what to include.

Taking into account the sometimes blind belief that 'LLMs know everything', the outcome could be very costly, especially for technologies and businesses unfortunate enough to emerge after 2025.

agnosticmantisβ€’about 17 hours ago
It may not be mainly or solely due to LLM pollution, but rather the fact that every publisher, (social) media company, newspaper, etc. clammed up and started charging (licensing) fees sometime in the last couple of years.

So maybe there's just not much openly available and new content worth training on that wasn't available prior to 2025.

Pikamander2β€’about 23 hours ago
But ChatGPT has been popular since early 2023, and even before it there was no shortage of low-quality content on the web.

If anything, this model being trained up to 2025 is a positive sign that the "circular LLM training" problem hasn't (yet) become unmanagable.

The year-long delay is probably just due to how long it takes to test/refine a cutting-edge model. It's surely possible to train one faster, but Google wouldn't want to release a new model unless it's going to top the usual benchmarks.

neksnβ€’about 24 hours ago
Considering all models can use search engines, is this really relevant?
nemomarxβ€’1 day ago
It might indicate core model training and pre training is really slowing down?
mixtureoftakesβ€’1 day ago
also parsing is harder + so much more of the new data is being generated by ai itself.

still the cutoff is very much concerning and inconvenient

yoda7marinatedβ€’1 day ago
I thought that was a choice that Google made?
verdvermβ€’1 day ago
you really shouldn't have them pulling facts from their weights, they need grounding from real data sources
swe_dimaβ€’about 11 hours ago
You may remember the argument that you can build an AI app and it continues to improve as models improve and costs go down?

Well, looking at OpenAI / Google / Anthropic we see crazy cost increases, such that it might invalidate your unit economics.

Cheering for Chinese models!

Advertisement
s3pβ€’1 day ago
Yikes. I think the concept of a 'flash' model is changing, no? Google used to market this as its lower-intelligence, faster, cheaper option. I appreciate that they are delivering on both of those, but personally I would appreciate if they could create an incremental knowledge improvement while holding price steady. Fortune 500 companies have to make their money I guess.
2001zhaozhaoβ€’1 day ago
I think flash just means "fast" now
kilpikaarnaβ€’about 16 hours ago
Real smart. I’ve come to associate ”Flash” with ”useless make-shit-up”, and always look for Thinking/Pro when I see it set. Now, suddenly, there is only Flash?
likiumβ€’1 day ago
My guess is Gemini Pro coming later will be 2x more, bringing it comparable to Opus’s pricing.
torawayβ€’1 day ago
That would be Flash Lite now, and I'm also interested in the cheaper end of things so kinda disappointed they didn't release 3.5 Flash Lite at the same time...
npnβ€’1 day ago
The price is crazy.

And I guess Gemini 3.5 pro will have the pricing increment, too. 12 x 5 = 60?

It seems like google does want us to use Chinese models.

brianwawokβ€’about 22 hours ago
What exactly are you doing with this that you can’t generate $1.50 of value per million tokens?
npnβ€’about 12 hours ago
I sell service. Imagine my users have to pay 4x more for marginal increment just 'cause.

They are more willing to wait though, so Chinese models are pretty attractive right now.

bel8β€’about 22 hours ago
Generate 5x more value for the same amount of money.
s3pβ€’about 20 hours ago
Wrong question.

Right question: What exactly is Google's plan for the long term pricing of these models, and are we all going to be priced out in a year?

data-ottawaβ€’about 5 hours ago
Anyone using this yet?

I’m finding it very bad at instruction following vs 3.1. It calls tools it is told shouldn’t, and it loves calling tools. There’s a pretty strong bias towards its training vs system prompt instructions.

Google’s release notes say to reduce unnecessary tool calls by reducing thinking, but that feels like it should be orthogonal to me.

It definitely has improved a few logic things, like in data visualizations it’s better at labelling data, but it’s much worse at preparing data out of the box.

wwizoβ€’about 1 hour ago
Same. Feels very goal oriented. Requires multiple attempts to deter course and means to achieve it.

On tool use. Gave it interactive design assignment on Antigravity 2. Failed miserably until I asked to use playwright for testing. And boy did it go with it. Tested hell out of visuals, nailed the solution.

On following instruction. Asked Gemini Flash 3.5 to summarize YouTube video (google io developer keynote), a task that would previously be trivial (use ot often), but it kept hallucinating points and referencing io dev keynote blog posts from several years ago. Multiple attempts, same result even on repeat requests. Almost insistent on validity of information provided, ignoring questions if it had such capability.

margorczynskiβ€’about 23 hours ago
Wow at the price hike. Still I think in the long run the Chinese will win if they're able to produce hardware comparable to Nvidia.
hedoraβ€’about 20 hours ago
Why would the Chinese sell me nvidia cards? I can just by an AMD iGPU, and the perf/$ is much better than nvidia dGPUs.

(Typed on a 2023 macbook perfectly capable of running the Chinese open weight models.)

650REDHAIRβ€’about 21 hours ago
I've had the $20 Gemini plan to use when my local setup runs into tougher problems and the throttling today has been bonkers. I canceled my subscription and will look into upgrading my local setup.
HDBaseTβ€’about 21 hours ago
Aren't China also allowed to purchase Nvidia GPUs now too?
xbmcuserβ€’about 16 hours ago
Most Chinese companies will avoid Nvidia Gpu and as much american tech they can now when it comes to serving AI as now they know it can be stopped any time by the US or maybe even their own government so the risk premium is too high. They might still use Nvidia to build the models but not for running them and serving to customers
verdvermβ€’about 18 hours ago
Up to the H200 iirc, but they haven't made a purchase yet afaik. The experts in such things believe if they do make a purchase, it will be a token one. Xi is pushing hard for indigenous production, not becoming "hooked" to American Ai chips like some (not so bright people) think we can cause to happen.
Culonavirusβ€’about 20 hours ago
Doesn't need to be the Chinese. It can be anyone without stratospheric Nvidia margins. The Gold Rush phase of AI economy (aka "the bubble") is beginning to slow down and the Optimization phase is just beginning to ramp up (we see this with massive bumps to token cost and token burn rate of pretty much all frontier models, plus the general pivot away from your typical individual chat end-users to businesses and employees of said businesses) and there will come a time when "nvidia has the best software stack" will not mean much for the big players. Organically, I think it already kinda does, it's just masked with the inertia of massive circular deals and Nvidia selling its services to itself (entities it backs/invests in).
wg0β€’1 day ago
3x price increase for a similar model almost. And they said AI would be cheaper and ubiquitous.
alexandre_mβ€’1 day ago
Ubiquitous like the crack epidemic.
verdvermβ€’1 day ago
or 3/4 the price (of 3.1 Pro) if we believe their benchmarks
gertlabsβ€’about 18 hours ago
Taking into account that this is a flash model, it's a strong release. It's very fast and frontier-ish for the price.

Raw intelligence is high for a flash model. But Google's problem has always been productization and tool use, whereas raw intelligence is always competitive. It does not look like they solved that with this release -- in fact, their tool use delta (the improvement in scores when given arbitrary tools and a harness) has actually regressed from some previous models.

Data at https://gertlabs.com/rankings

OsrsNeedsf2Pβ€’1 day ago
Beats 3.1 Pro for price per token, but artificial analysis is showing it's dumber per token and costs more overall
golferβ€’1 day ago
Arena.ai is saying "Gemini 3.5 Flash’s pricing shifts the Pareto frontier in Text. 8 models from GoogleDeepMind dominate the Text Arena Pareto curve where only 4 labs are represented for top performance in their price tiers."

https://x.com/arena/status/2056793180998361233

nicceβ€’about 24 hours ago
Not sure what to think about this. There is no even GPT 5.5
sauwanβ€’1 day ago
Yeah, bummer. I was very excited for this release, but this killed it.
droidjjβ€’1 day ago
The pricing is an issue.
hackmack10β€’about 8 hours ago
I've worked with all three of the biggest models and typically have the three of them working together, Gemini is by far the worst of the three. The price hikes will keep me further away from applying them in my day to day operations.
asarβ€’1 day ago
$1.5/m input tokens $9/m output tokens

6x the price of 3.1 flash lite

Auncheβ€’1 day ago
"Flash-Lite" is a different product from "Flash", which is more expensive. They couldn't be more confusing with their naming though, especially since they have 3.1 Pro and not 3.1 Flash non-lite.
WarmWashβ€’1 day ago
I haven't used 3.5 at all yet, but previous Gemini (and Gemma models) are by far the most token light per task than any other model.

Cost per task is a more productive measure, but obviously a more difficult one to benchmark.

iwhalenβ€’1 day ago
I wonder why they didn't discuss price in the post?

Compare to the GPT-5.5 announcement: https://openai.com/index/introducing-gpt-5-5/

himata4113β€’1 day ago
I don't think input/output pricing matters, 90% of the cost is cache. $0.15 is pretty good, but still very expensive.
wolttamβ€’1 day ago
It depends on the use-case. yes, 90% of cost is cache in agentic coding scenarios (actually 95% in my experience). But not when the model reasons for 200k+ tokens before answering a complex problem.
himata4113β€’1 day ago
gemini models solve a problem in 80% less tokens so that's something to think about.
simonwβ€’1 day ago
Gemini caching is confusing though:

  $0.15 / million tokens
  $1.00 / 1,000,000 tokens per hour (storage price)
I much prefer the OpenAI/DeepSeek way of pricing caching where you don't have to think about storage price at all - you pay for cached tokens if you reuse the same prefix within a (loosely defined) time period.
simonwβ€’1 day ago
As far as I can tell Gemini caching DOES work like OpenAI - see implicit caching here: https://ai.google.dev/gemini-api/docs/caching

I confirmed this by running a bunch of prompts through Gemini 3.5 Flash without doing anything special to configure caching and noting that it comes back with a "cachedContentTokenCount" on many of the responses.

The "storage price" quoted is for an optional Gemini feature that most people don't care about: https://ai.google.dev/gemini-api/docs/caching#explicit-cachi...

__jl__β€’1 day ago
In our experience, caching is not very reliable with google. We always get random cache misses that don't happen with other providers. We find OpenAI, Anthropic and Fireworks (which we use a lot) all have higher cache hit rates. So it's not only about the costs of cached token but also what kind of cached hit rate you get.
svachalekβ€’1 day ago
In my experience Google is the most flaky in general, which is surprising considering the rock solid history of their search and other products. Just more likely not to respond at all, to give a response out of left field, to handle the same error in 12 different ways randomly (a rainbow of HTTP status codes and error messages), etc etc.
minimaxirβ€’1 day ago
10% of input pricing is standard especially compared to competition.
himata4113β€’1 day ago
yah, which means that the input cost is the only value that should be paid attention to at the end + the cache discount (x10). If google would start offering x20 discount it would make it twice as cheap while input and output stayed the same.
John7878781β€’1 day ago
[deleted]
stri8edβ€’1 day ago
Output cost is 3x from Gemini 3 flash.
nikhilpareek13β€’about 24 hours ago
worth noting that Google marked this stable rather than preview, which is unusual compared to their recent releases. Pair that with the 3x price hike and flash pricing now reads like long-term floor they want, not a temporary thing they will walk back later. But its hard to tell yet whether that's Google specifically reading the room or the whole industry quietly resetting the cheap-inference baseline.
Advertisement
staredβ€’about 23 hours ago
China: we don’t need to use US models, we can distill them ourself

Google: we don’t need Chinese to distill our models, we can do it ourself

brikymβ€’about 23 hours ago
How is this progress? The token cost just keeps going up and up. Flash is the new Pro? Do the models actually cost more to run or is it fattening margins?
golferβ€’1 day ago
Here's the benchmark scoreboard they published:

https://storage.googleapis.com/gweb-uniblog-publish-prod/ori...

himata4113β€’1 day ago
Engineers at google have publically stated that the models are too big and are far from their potencial. Glad they're being proven right with every release.

They continue to focus on smaller models while openai and anthropic are increasing compute requirements for their SOTA models.

stri8edβ€’1 day ago
Given the cost increase associated with this model, and previous model releases, I think the size is trending upwards, not down.
himata4113β€’1 day ago
The speed says otherwise. I think they're increasing costs since they want to start seeing ROI.
JanStβ€’1 day ago
Those are (mostly) new, faster TPU
Jabblesβ€’1 day ago
> Engineers at google have publically stated that the models are too big and are far from their potencial

Can you link to a source?

himata4113β€’about 21 hours ago
I wish I could, it was one of those youtube podcast type interviews with one of the engineers, there was a lot more shared, but that line stuck with me the most.
Dinuxβ€’1 day ago
Source please cause i dont believe that for once second
maipenβ€’1 day ago
Don’t let that fool yourself. Google will have SOTA models as big as or even bigger than their competitors.

They are just refining their current models while they finish training the next generation.

They will all come out at about the same time. Anthropic, OpenAi, Google, xAI

ACCount37β€’1 day ago
Anthropic has been sitting on Mythos for a while now. I guess they don't feel pressured to fuck it ship it until anyone else gets a 10T to work.
throwa356262β€’1 day ago
According to people who have access to Mythos, it is slightly worse than GPT-5.5-xhigh. At least for security tasks.

Hold on, I think this claim needs some hard data. Here you go gentlemen:

https://www.aisi.gov.uk/blog/our-evaluation-of-openais-gpt-5...

abirchβ€’1 day ago
Anthropic can sell Mythos to Fortune 500 companies and bypass the average user. I'm not sure how much is hype but I see things like this https://blog.cloudflare.com/cyber-frontier-models/
Seviiβ€’1 day ago
It's doubtful they have the compute to make mythos publicly available even after the SpaceX datacenter deal. And why sell it publicly if people are still willing to pay for Opus 4.7?
outside1234β€’1 day ago
I suspect that Mythos doesn't have a business model that works
howdaremeβ€’1 day ago
Google’s pro models are almost certainly bigger than Openai’s lol
fikamaβ€’1 day ago
Why would that be? I am curious why do you think that.
mnickyβ€’1 day ago
E.g. because they are behind on research and so must compensate with size to achieve similar level of intelligence. At least this is what I heard.

For intelligence/size only OpenAI and Anthropic are the frontier. Google has more compute so it can compensate for that with size of the models...

ActorNightlyβ€’1 day ago
Because TPUs are more efficient, and its cheaper for them to field them in higher quantity since they own the chip.
ActorNightlyβ€’1 day ago
I mean, yes and no.

Nobody really knows the answer to which one is more optimal

* Large model trained on a large amount of data across multiple domains, that doesn't need any extra content to answer questions.

* Smaller model that is smart enough to go fetch extra relevant content, and then operate on essentially "reformatting" the context into an answer.

paol_tajaβ€’about 21 hours ago
That pelican looks like it just sold a SaaS company and bought a bike because its therapist said it needed balance.
s3pβ€’about 20 hours ago
The pelican is ready to discuss increased synergies of bringing AI to all teams at the firm!
testycoolβ€’about 13 hours ago
That made me subtly, yet audibly, laugh.
XCSmeβ€’about 13 hours ago
For me the biggest gain is the speed.

It takes on average 2.84s for Gemini 3.5 Flash to give an answer, compared to GPT 5.5 33s [0].

Also the max/slowest test is answered in under 7s, whereas GPT 5.4 takes more than 5 minutes...

[0]: https://aibenchy.com/compare/google-gemini-3-5-flash-low/ope...

musebox35β€’about 4 hours ago
The cutoff date is early 2025 so make sure to enable web search when experimenting. I was expecting something more recent, took a while to notice this.
drob518β€’about 2 hours ago
I’m curious about the difference between Gemini 3.5 Flash and Gemma 4.
aliljetβ€’1 day ago
Is there a good benchmark tracking hallucinations? The models are all incredibly good now, even the open ones, and my hope is that the rate of hallucinations is something that's falling off in concert with larger and larger context lengths.
WarmWashβ€’1 day ago
People complain about them incessantly, but I can almost never get people to actually post receipts. Every provider allows sharing chats, and anyone can share a prompt that reliably produces hallucinations.

More often than not, people are using images in responses that go awry. Which is fair, the models are sold as multi-modal, but image analyses is still at gpt-4.0 text-analyses levels.

Also knowledge cutoff issues, where people forget the models exist months to a year or more in the past.

hibikirβ€’1 day ago
I see constant hallucination in claude code when using specific tooling: It thinks it knows aws cli, for instance, but there's some flags that don't exist, it attempts to use all the time in 4.6 and 4.7. When asked about it, it says that yes , the flag doesn't exist in that command, but it exists in a different command (which it does), and yet, it attempts to use it without extra info.

Claude also believes it knows how AWS' KMS works, quite confidently, while getting things wrong. I have a separate "this is how KMS replication actually works" file just to deal with its misconceptions.

For gemini, I typically use it to query information from large corpuses, but it often web searches and hallucinates instead of reading the actual corpus. On a book series, it will hallucinate chapters and events which, while reasonable and plausible, do not exist. "Go look at the files and see if your reference is correct" shows that it's not correct, and it's a mandatory step. But that doesn't prevent hallucination, but makes sure you catch it after the fact, just like a method in a class that doesn't exist gets found out by the compiler. The LLM still hallucinated it.

asdfasgasdgasdgβ€’1 day ago
https://gemini.google.com/share/9cd8ca68025a

I was trying to understand a game I've been playing, The Last Spell. I asked it for a tier list of omens -- which ones the community considers most important. At least a few of the names it posts are hallucinated ("omen of the sun" does not exist, and the omens that give extra gold are "savings," "fortune," and "great wealth").

Obviously not a critical use case but issues like this do keep me on my toes regarding whether the thing is working at all. I should ask 3.5 flash to do the same job. (I did try and it once again hallucinated the omen names and some of the effects.)

hamdingersβ€’1 day ago
I can reliably produce hallucinations with this genre of prompt: "write a script that does <simple task> with <well known but not too-well-known API>." Even the frontier models will hallucinate the perfect API endpoint that does exactly what I want, regardless of if it exists.

The fix is easy enough though, a line in my global AGENTS.md instructing agents to search/ask for documentation before working on API integrations.

sapneshnaikβ€’1 day ago
Yeah. Better to have more details in your prompt than fewer. For example, I use this:

```

Build a Nango sync that stores Figma projects.

Integration ID: figma

Connection ID for dry run: my-figma-connection

Frequency: every hour

Metadata: team_id

Records: Project with id, name, last_modified

API reference: https://www.figma.com/developers/api#projects-endpoints

```

Note: You do need a Nango account and the Nango Skill installed before it could work.

Corenceβ€’about 24 hours ago
https://gemini.google.com/share/3717c8505d6b

Two of the three strip titles are hallucinated and two of the three strips are bad examples. Haley is mute in strip 403 and does nothing. Strip 578 is the start of the arc that shows the behavior Gemini is talking about, but has things going wrong so it's not a good example either.

Claude picks a good strip but also hallucinates the strip title: https://claude.ai/share/56be379d-c3da-443e-b60f-2d33c374eba8

brookscβ€’1 day ago
I asked gemini 3.1 Pro to search for the linkedin URLs for a list of peers. It generated a plausible list of links -- but they were all hallucinated. On a follow up it confirmed it couldn't actually search, but didn't tell me that without prompting.
rjh29β€’1 day ago
"People complain about them incessantly, but I can almost never get people to actually post receipts."

...my chats are all pretty long and involve personal conversations, or I've deleted them. It's a lot to ask for someone to post receipts. The number of complaints is enough data.

No matter how big the model is there will be edge cases where it has no data or is out of date. In these cases it just makes stuff up. You can detect it yourself by looking for words like usually or often when it states facts, e.g. "the mall often has a Starbucks." I asked it about a Genshin Impact character released in June 2025 and it consistently interpreted the name (Aino) as my player character because Aino wasn't in its data.

Honestly I'm surprised your haven't encountered it if you're using it more than casually. Pro is much better but not perfect.

ls612β€’1 day ago
Claude has gotten good in the past month or two at recognizing when it might need to search the web for updated info rather than saying that it has no idea what I'm talking about or making stuff up.
krupanβ€’1 day ago
Are the knowledge cut off issues well known? I don't remember seeing them prominently displayed.

Also, prompts that reliably produce hallucinations is kind of a hard ask. It's inconsistent. One day the LLM I work with quotes verbatim from the PCIe spec and it's super helpful. The next day it gives me wrong information and when I ask it what section of the spec that information comes from it just makes up a section number

saberienceβ€’1 day ago
I see hallucinations ALL the time. It's only obvious when you're prompting about a subject you know well.

And when I say all the time, I mean it, and this is for Opus 4.7 Adaptive.

I often have to say, please do searches and cite sources, as if it doesn't it will confidently give me wrong or outdated information.

If you're often asking questions about a topic that's not in your specialist knowledge you won't notice them.

NothingAboutAnyβ€’about 8 hours ago
For coding the worst I've seen recently is gemini using or suggesting library methods that dont exist in c# which it catches when it builds the project (something I've told it to do to catch these.)

but for research it makes shit up all the time, I asked GPT5.5 to make me a build for Rogue Trader and not only did it use out of date info, it made up a bunch of skills that were NEVER in the game. I attribute that to there not being enough online information in the wikis or whatever but I wish it would just say "I dont know" instead of hallucinating but I know that's not how the tech works.

droidjjβ€’1 day ago
Hallucination is also much better controlled in the context of agentic coding because outputs can be validated by running the code (or linters/LSP). I almost never notice hallucinations when I’m coding with AI, but when using AI for legal work (my real job) it hallucinates constantly and perniciously because the hallucinations are subtleβ€”e.g., making up a crucial fact about a real case.
vitorgrsβ€’about 22 hours ago
Just ask any real question about stuff. LLM is not about code only...
vlmutoloβ€’about 17 hours ago
> While OpenAI originally pioneered Codex (which went on to power GitHub Copilot), Google’s direct answer for dedicated, native code completion and natural-language-to-code generation is CodeGemma.

https://g.co/gemini/share/33e7a589a161

deauxβ€’about 12 hours ago
Nothing about this is a hallucination. The Codex that it talks about is real, existed, and did go on to power the original Copilot. You neither specified that you meant a different Codex, nor did it make anything up. The CodeGemma isn't made up either, as its referenced working link shows.
throawayontheβ€’1 day ago
goldenarmβ€’1 day ago
It's a gibberish input detection benchmark, and does not measure output hallucinations.
Seviiβ€’1 day ago
I haven't been bothered by hallucinations in premier models since early last year. Still see it in smaller local models though.
aliljetβ€’1 day ago
I'm really running into this deep at the edges of content creation. Take, for example, a need to general some kind of legal work. The cost of painstakingly checking and rechecking each case cited is reducing the value of these frontier models immensely.

Coding, however, is solved like magic. Easier to add tests, to be fair.

majsoβ€’1 day ago
krupanβ€’1 day ago
It really depends what you are asking it. If the answer is in the training data, then the odds of it lying to you are much lower than if you are asking it for something it has never seen before.
FergusArgyllβ€’1 day ago
As long as the model uses web search, they almost never hallucinate anymore. The fast models (haiku, gpt-instant, flash) still sometimes have the problem where they don't search before answering so they can hallucinate
goldenarmβ€’1 day ago
I've seen chatGPT and Gemini hallucinate even from web search, it's better is not sufficient
yieldcrvβ€’1 day ago
if last year's models were the ones people got familiar with in late 2022, hallucinations would be an underrepresented rumor, there would be no articles about it because its so rare. overconfident lawyers wouldn't have messed up dockets in court with fake case law, in other domains that move faster, sources would be only partially outdated with agentic search and mcp servers filling in the gaps

AI psychosis would be the problem people talk about more, not just outright agreement but subtle ways of making you feel confident in your ideas. "yes, buy that domain name buy these other ones for defensibility"

(the domain name is dumb and completely unmarketable)

jampekkaβ€’1 day ago
The models still hallucinate bad when called via APIs, especially if web search is not enabled. Gemini hallucinates quite frequently even with the app and search enabled. More recent (e.g. ChatGPT 5.x and Deepseek v4) prompts/harnesses search very aggressively, which does greatly mitigate hallucinations.
schneehertzβ€’about 13 hours ago
Victim of LLM hallucinations, poor guy
mirzapβ€’about 15 hours ago
The Flash model costs more than the Frontier models. Didn't see that coming.
verdvermβ€’about 6 hours ago
On a per-token, it's cheaper than Opus, GPT, and Gemini Pro; and while I hear the "it uses more tokens so its more expensive", this discounts a few things (1) improvements over time (2) finding the right way to prompt it (3) finding proper places to use this model.
Advertisement
Alifatiskβ€’about 24 hours ago
The demo of the model in Antigravity automatically rename and categorize unstructured assets using vision was quite cool, it demodulates that the IDE sidepanel can be used for more than just coding. I wonder if the harness in Antigravity is based on Gemini cli or if they are completely different. Could Gemini cli do the same task? Or is the vision feature a Antigravity thing?
mrbungieβ€’about 20 hours ago
There is now an Antigravity CLI which will replace Gemini CLI. Gemini CLI is going to be EOLd by June 18th afaik. Antigravity CLI and GUI share the same agent harness, so it might do the same task.

Source: https://developers.googleblog.com/an-important-update-transi...

merbβ€’1 day ago
Stil no new processor version for document ai https://docs.cloud.google.com/document-ai/docs/release-notes that is so weird. (Customer extractor)

It’s not possible to uptrain on preview releases and it did not get that much love for a while.

golferβ€’1 day ago
Arena.ai:

> Gemini 3.5 Flash’s pricing shifts the Pareto frontier in Text. 8 models from GoogleDeepMind dominate the Text Arena Pareto curve where only 4 labs are represented for top performance in their price tiers.

https://x.com/arena/status/2056793180998361233

h14hβ€’1 day ago
Given how widely varying the amount of tokens each model uses for a given task, "price-per-token" is essentially meaningless when doing this sort of comparison.

Artificial Analysis's "Cost to run" model (aka num_tokens_used * price_per_token) is much better, but even that is likely problematic since it's not clear whether running a bunch of benchmarks maps cleanly to real-world token use.

ohlookcakeβ€’about 14 hours ago
That graph seems odd. It looks like Gemini 3.5 Flash is not actually on the convex hull, and they forced the 'frontier' to bend inwards to include it
numron-devβ€’about 8 hours ago
Man, I Wish I had the hardware to run LMM like these locally.
sbinneeβ€’about 23 hours ago
While I am excited, the price compared to gemini 3 flash preview which I used for the longest time is x3 more. Upon arrival of deepseek v4 flash, I am a happy user of deepseek. We will see how long that reign would last after I try this new gemini.
eisβ€’1 day ago
3.5 Flash was more expensive than 3.1 Pro to run the Artifical Analysis test suite. $1551 for 3.5 Flash [0] vs $892 for 3.1 Pro [1]. That's 74% more cost while ranking lower. It's 2.5x as fast but I don't think the bang for the buck is there anymore like it was with 3.0 Flash. I'm a bit bummed out to be honest.

I did not expect such a huge (3x) price increase from 3.0 Flash and I bet many people will not just blindly upgrade as the value proposition is widely different.

One interesting point to note is that Google marked the model as Stable in contrast to nearly everything else being perpetually set as Preview.

[0] https://artificialanalysis.ai/models/gemini-3-5-flash [1] https://artificialanalysis.ai/models/gemini-3-1-pro-preview

hedoraβ€’about 20 hours ago
Ouch. That's going in completely the wrong direction.

How many people complain that we have too much low quality AI output for humans to read, let alone evaluate vs. how many people are complaining that they want higher quality, more trustworthy output?

ekojsβ€’1 day ago
Seems like the only good thing about 3.5 Flash is its speed. Not cost-competitive or benchmark-leading by any means.
pingouβ€’1 day ago
How do they calculate that?

3.1 has 57M output tokens from Intelligence Index, 3.5 Flash has 73M, so not a lot more, and 3.5 is a bit cheaper, I don't get how 3.5 can be 74% more expensive.

knollimarβ€’about 24 hours ago
Only speculation but cache maybe?
ls_statsβ€’1 day ago
>3.5 Flash was more expensive than 3.1 Pro to run the Artifical Analysis test suite

That's everything I needed to know.

mijoharasβ€’1 day ago
That's what I came here to check. Last model release they only put it into preview[0] at first.

Does that mean this model is production ready?

[0] https://news.ycombinator.com/item?id=47076484

xivzgrevβ€’about 6 hours ago
anyone else see a degradation in performance? it seems like the responses are more generic, especially when asking it to look at google drive files
pimeysβ€’about 11 hours ago
No computer use yet. I wonder when they enable it for this model, CUA was one of the main selling points for us with the previous version of Flash.
mixtureoftakesβ€’1 day ago
benchmarks look REALLY good, the price hike is big but it also beats sonnet 4.6 in every discipline?
razodactylβ€’about 19 hours ago
Aw. The listen to article widget doesn't work properly on mobile Safari and when using the options button, the popup appears below the "In this article" dropdown occluding it.

At least it read the authors of the article to me.

I wish we would push more towards testing code. Agentic AI excel when it's engaged.

Advertisement
mchusmaβ€’about 19 hours ago
I have thought about this and I think overall, this was a disappointing release from Google. I'm not sure the sentiment, but this feels like a miss.

What they did do in the keynote was spend a lot of time talking about their distribution advantage, and how they can own the consumer in search. But not a lot that will benefit partners or developers.

Basically, they released something broadly competitive with Sonnet 4.6, a new Omni model that seems interesting but unclear yet. They have completely ceded the frontier to OpenAI / Anthropic, and are saying "look for pro next month".

The best release since nano banana pro from Google has been Gemma.

swe_dimaβ€’1 day ago
Flash family but costs like a Pro. $9 vs $12 for output.
bredrenβ€’1 day ago
Can anyone who has extensive, recent, experience with Claude code and Codex contextualize the current Gemini CLI product experience?
SwellJoeβ€’1 day ago
I have and use both Claude Code and Gemini CLI, and still don't consider Gemini worth starting for coding except to review Claude's output in critical commits (on a security boundary, maybe broad refactors, etc.), though I try side-by-side every now and then just to see the state of things. I also use Gemini Pro in a security scanning harness to act as a second set of eyes, but Opus is better at finding security bugs than Gemini, so I don't know that it's accomplishing anything beyond just using Opus.

Gemini Pro 3.1 for agentic coding is still clumsy. It chews a lot, has a harder time with tools and interacting with the codebase. I haven't tried any 3.5 version, yet, though. The benchmarks look promising.

I'll note I like the Google models' prose better than any others at the moment, though. Even the small open models (Gemma 4 family) have excellent prose, relatively speaking, that doesn't stink of the LLMisms that I find so annoying about OpenAI (especially) and Anthropic models. So, I'll probably start using Gemini for writing API docs, even if all code is Claude.

nicceβ€’about 23 hours ago
I would argue that prose is just a prompt issue. GPT 5.5 outout is easier to control whan Gemini by prompting. Having better defaults does not make it necessarily better.
SwellJoeβ€’about 23 hours ago
I would disagree. I think it'd take a lot of prompting to make GPT 5.5 not have the underlying personality of GPT, which I find awful. They have knobs in ChatGPT to choose a "professional" tone, which improves it somewhat, but even that is still the worst prose of any leading model.

My default AGENTS.md/CLAUDE.md/etc. is a few sentences from Strunk and White, to try to make all the models not suck at writing. It helps keep the models brief, but it doesn't actually make models with shitty prose have good prose. The relevant portion of my agents file is: "Omit needless words. Vigorous writing is concise. A sentence should contain no unnecessary words, a paragraph no unnecessary sentences, for the same reason that a drawing should have no unnecessary lines and a machine no unnecessary parts." Which might add up roughly the same as "be brief" in the weights, I don't know.

If you have a prompt that makes GPT a decent-to-good writer, I would like to see it.

Gemini produces decent-to-good prose without prompting, which improves if instructed to be concise. The other models, even the frontier models, do not have decent-to-good prose without prompting, and even with prompting, rarely elevate to what I would consider Good Enough. Part of this may be that GPT and Claude models get used a lot more heavily, and so I'm highly tuned into their idiosyncrasies. The heavy use of emojis, the click-bait headline style, etc. that they both use unprompted. All of that is repugnant to me, so anything that doesn't do all that by default, or at least not as aggressively, has a huge leg up.

mpalczewskiβ€’about 22 hours ago
Gemini models have consistently disregarded rules and gone their own way for me. They will finish a task and get it done frequently way above the scope that you gave it, but they take a million shortcuts to get there. e.g. deciding the linter isn't important and disabling the pre commit hook. coding features you didn't ask for.
bel8β€’about 22 hours ago
My anecdote: smart but too stubborn to be useful.

I have been trying Gemini since 2.5 for coding.

It is the smartest for creative web stuff like HTML/CSS/JS.

But it has been very stubborn with following instructions like AGENTS.md.

And architecturally for large projects I tested, the code isn't on par with Opus 4.5+ and GPT 5.3+.

I would rather use DeepSeek 4 Flash on High (not max) than Gemini even if they had the same cost.

I currently use GPT 5.5 + DeepSeek 4 Flash.

BUT I didn't test Gemini 3.5 Flash yet. And it seems, from another comment in this post, that the Antigravity quota for is bricked for Google Pro plans which is the plan I have. So I don't have high hopes.

paperwork360β€’1 day ago
Google also updated Antigravity. version 2.0 is more for conversation with agent. The previous VS Code like IDE was much better.
operatingthetanβ€’about 20 hours ago
It's been renamed to "antigravity IDE." Updating my old IDE got me the new non-IDE app though, which is strange.
xnxβ€’about 20 hours ago
They still have an Antigravity IDE version.
MASNeoβ€’1 day ago
Well, available for Gemini means these days that half the time they are β€œReceiving a lot of requests right now.” and so sorry they couldn’t complete the task. Luckily the model supports long time horizons because that’s what’s needed. /me likes Gemini a lot just wishing Google would add the compute!
esafakβ€’about 22 hours ago
Are you on a paid plan?
sofumelβ€’about 9 hours ago
Can the Gemini 3.5 flash drive surpass the Claude opus 4.7 flash drive?
pqdbrβ€’about 23 hours ago
In my tests, in real production use cases, it's a hard pass.

It's actually 10-15% slower and also more expensive than Gemini 3.1 Pro, because it thinks more than 2.5x Gemini 3.1 Pro.

So that thinking verbosity nullifies the speed and cost gains.

AND the quality is worse than 3.1 Pro for our use cases, making mistakes Pro doesn't make.

jonnyasmarβ€’about 21 hours ago
The $1.50/$9.00 pricing is a meaningful shift if you've been running Gemini as the "fast iteration" half of a multi-model coding workflow. I've had Claude Code, Codex, and Gemini CLI running side by side and the working split was "Gemini for quick scaffolding and exploration where the cost of being wrong is low, Sonnet for correctness-critical stuff." At 3x the Flash pricing that split stops making sense β€” you're paying Sonnet-tier output rates for not-quite-Sonnet quality.

For pure chat that's annoying but tolerable. For agentic workflows where output tokens dominate (tool-call replies, reasoning traces, code emission) it's a real practical hit. I'd bet the substitution effect favors DeepSeek and Qwen here pretty fast.

superchinkβ€’about 20 hours ago
Out of curiosity, what was your workflow to generate this comment? I’m curious what model (claude?) and process (manual prompt with bullet points?) you used.
x3ccaβ€’1 day ago
I'm excited for the conversation to switch from intelligence to tps instead. I care much less about what hard thought experiments models can one shot and much more how responsive my plain text interface for doing things is.
mackrossβ€’1 day ago
The antigravity teamwork-preview doesn't work for me -- upgraded to ultra, installed antigravity 2, ran teamwork-preview, keeps failing: "You have exhausted your capacity on this model. Your quota will reset after 0s."
Advertisement
noelsusmanβ€’1 day ago
The Artificial Analysis benchmark results are pretty underwhelming. Roughly the same "intelligence" as MiMo-V2.5-Pro for over 3x the cost. We'll have to see how that translates to actual usage but it's not a great sign.
hydra-fβ€’1 day ago
That really depends on whether they have similar parameter counts, doesn't it? Unless you know that, the comparison is just strange
halJordanβ€’1 day ago
Bad look to tell people they're not allowed to compare things just because we need to respect Google's privacy
hydra-fβ€’1 day ago
I didn't take the price into consideration when writing that. I meant to point out that even if they have similar scores, the Flash model might be smaller than MiMo or Kimi, which would by itself be a win

That said, haste makes waste as the price point completely invalidates that

noelsusmanβ€’about 16 hours ago
I don't know why a user should care at all about parameter counts. All that matters is performance and cost.
ErystelaThevaleβ€’about 21 hours ago
Gemini has been too agreeable to be useful for actual debate. Curious if 3.5 changes that, or just the benchmarks
puapuapuqβ€’about 16 hours ago
I played the audio readout of the page, what is the last 30 secs in the readout?
betalbβ€’about 9 hours ago
Sounds like a hallucination in Russian
ameliusβ€’about 24 hours ago
Gemini, please block all ads in my search engine.
alexdnsβ€’1 day ago
Its Gemini 3.5 Flash
nerdalyticsβ€’1 day ago
Yeah, Google chose a misleading title for the blog post.
jader201β€’1 day ago
> Today, we’re introducing Gemini 3.5, our latest family of models combining frontier intelligence with action. This represents a major leap forward in building more capable, intelligent agents. We’re kicking off the series by releasing 3.5 Flash.
nerdalyticsβ€’about 9 hours ago
paragraph vs title
baalimagoβ€’about 14 hours ago
What happened to gemini 3.2, 3.3, and 3.4..?
max0077β€’about 14 hours ago
Is 3.5 pro too expensive for release?
ai_fry_ur_brainβ€’1 day ago
Imagine reducing yourself to the worst of averages by making your competency 1:1 correlated to the tokens that you have access too (and everyone else does).
cloakandswaggerβ€’about 10 hours ago
> correlated to the tokens that you have access too (and everyone else does)

Do you mean "the weight parameters you have access to[sic]" or do you frequently find yourself limited by the model's token vocabulary?

ElenaDaibunnyβ€’about 17 hours ago
but latency in real GUI workflows with 50+ steps is still the elephant in the room for cloud-based agents
victor9000β€’about 22 hours ago
There was a brief moment in time where Gemini was the greatest thing since sliced bread, then it got nerfed from outer space without a version bump or any meaningful mention from Google, no thanks.
Advertisement
alyapanyβ€’about 5 hours ago
a lot thinks its not even worth it
ueanβ€’about 22 hours ago
I have to admit that 3.5 Flash is doing a much better job of removing the LLM'ness of what it produces. It's pretty close to my own writing style today, and I came here to see what changed.

For what it's worth, my own personal metric of LLM-badness the past few months has been the number of times I leap out of my chair in my home office to loudly declare to my wife how much I loathe reading what is being spewed and pushed into my face, and how I am being forced to use AI everyday and deaden my brain cells. Today is like a breath of fresh air.

f311aβ€’1 day ago
$9/1M output
explosion-sβ€’1 day ago
I wonder if this is because it's a larger model or maybe just because they can? Although with the latest Deepseek it's really tough to compete pricing wise. Inference speed and integration (e.g. Antigravity) might be their only hope here
hydra-fβ€’1 day ago
It has to be a larger model, wouldn't make much sense otherwise. That isn't to say the price isn't artificially increased as well

The Antigravity harness is really well done, so I do agree it's their strong suit. Can't say the same about gemini-cli (though it has a really nice interface)

Would still choose Deepseek for the price

owentbrownβ€’1 day ago
Has anyone switched from Claude 4.7 Opus or ChatGPT 5.5 to this? How does it feel? Dumber? Worth it for the speed? I'd love someone's subjective take on it, after doing a long session of coding.

Reiner Pope gave a talk on Dwarkesh Patel about token economics. I guess faster is a lot more expensive, generally.

Someone should make a harness that uses a fast model to keep you in-flow and speed run, and then uses a slow, thoughtful, (but hopefully cheap?) model to async check the work of the faster model. Maybe even talk directly to the faster model?

Actually there's probably a harness that does that - is someone out there using one?

kaspermarstalβ€’about 24 hours ago
I switched from Opus 4.6 -> Opus 4.7 -> GPT 5.5 and tried Flash 3.5 tonight and I was not impressed. It is straight up unreliable, e.g. deleting code and forgetting to add the new stuff it was asked to, then happily marking the task as complete with up-beat conclusion. I personally appreciate GPT 5.5 toned-down, objective style so really dislike how this model feels. I get that it's a flash model and not in the same league as GPT 5.5 but their marketing suggest otherwise so thy are just setting themselves up for disappointment.
pcwelderβ€’1 day ago
Opus is not the correct tier to compare this flash model with.

On my tasks it has not been as good as even Sonnet 4.6 so far.

Instruction following over long context feels worse.

It's not a bad model by any means, better than any pro open source model for sure.

landtunaβ€’about 24 hours ago
I was using GPT 5.5 for a bunch of work this morning. It's brilliant and efficient. I was also using GPT 5.4 mini. It gets the job done and works great for subtasks that 5.5 designs. Gemini 3.5 Flash is SUCH a Gemini. It seems to work okay, but its attitude is disgusting.

"Yes, your idea is excellent."

"How this works beautifully:"

"This is a fantastic development!"

"This is an exceptionally clean and robust architecture."

and then I point out what feels like an obvious flaw:

"You have pointed out an extremely critical and subtle issue. You are absolutely 100% correct."

I'm sad that I'll probably stop using 3.5 Flash because I just hate its personality.

andriy_kovalβ€’about 24 hours ago
I added something: be grumpy cynical software engineer with strong rigor, and it fixed personality.
sigbetaβ€’about 18 hours ago
I am interested to see how they will serve demand with they TPU monopoly have.
lilyJeonβ€’about 15 hours ago
Honestly, the numbers are becoming increasingly difficult to interpret. Every time a new version comes out, they just call it the "best." It would be much more useful to directly compare performance on sets that people actually use, such as coding and summarizing.
hubraumhugoβ€’1 day ago
Just updated my HN Wrapped project with it and it does well on my totally unscientific LLM humor benchmark: https://hn-wrapped.kadoa.com
hariasβ€’about 11 hours ago
The xkcd comic is a really cool idea. I enjoyed seeing my wrapped, thanks!
amarantβ€’1 day ago
Lol, nice project! I liked the xkcd-style comic the most!

I'm only gonna cry a little bit about the all-too-accurate roasts. Some of that stuff cut deep!

bakugoβ€’1 day ago
Triple the price of the last Flash model ($3 -> $9 per 1M output). Quickly approaching Sonnet prices.

Feels like the AI pricing noose is tightening sooner rather than later.

kristopolousβ€’about 24 hours ago
I have a tool to track these I've built

Relatively speaking here's where it's at:

    score  age  size    name
    44.2   97   large   GLM-5 (Reasoning)
    44.7   187  -       GPT-5.1 (high)
    44.9   29   -       Qwen3.6 Max Preview
    45     0    -       Gemini 3.5 Flash
    45.5   27   large   MiMo-V2.5-Pro
    45.6   75   -       GPT-5.4 (low)
this is from artificial-analysis using https://github.com/day50-dev/aa-eval-email/blob/main/art-ana...

I really don't know why people down vote me. What do I need to say to make things for free that people like? Sincere question. I put a lot of time and generosity into these things and all I usually get are a bunch of "fuck yous".

This is honestly an existential issue for me. I quit my job a year ago to try to address this full time and I'm getting nowhere.

kridsdale3β€’about 21 hours ago
Buddy, this tone may be why.

We genuinely don't understand what your post is about. What is this tool? What are these numbers representative? Why are things sorted in that order?

You haven't communicated really anything at all. I am interested, I'd like to understand. Write a more complete post, please.

kristopolousβ€’about 20 hours ago
Are you familiar with https://artificialanalysis.ai/leaderboards/models

The json on the page has a coding index result it hides from the table.

That's what this exposes. It's a sorting from the leading evals company on the coding index for basically every model that matters presented in an easy to parse format that you can feed into model routing harnesses in real time so, for instance, your agents can dynamically upgrade themselves to better models as they come out or cost optimize based on eval results.

I do stuff like this, give it away for free and it's either ignored or makes people angry...

I really wish I didn't piss people off with my sincerity but somehow it always goes down that way

I really appreciate your time thank you so much

esafakβ€’about 22 hours ago
I see no 'score' or 'age' mentioned in your script. What does age signify and how are they calculated?
kristopolousβ€’about 20 hours ago
This isn't obvious?

    "\(
        10 \* (.codingIndex // 0) | round / 10
    ) \(
      (
        now - (
        .releaseDate |
          try ( strptime("%Y-%m-%d") | mktime )
          catch (now + 86400)
      ) ) / 86400 | floor
Real question. I see 86400 and I know it's time... That might just be me.

I'm not being an ass, I don't know how to talk to people or when I think I'm being clear but I'm actually being cryptic

mrbungieβ€’about 20 hours ago
It is kind of noisy because the release recency, which is what your "age" column actually represents, is not important data for the comparison you are trying to make.

Also what message we should get from that table is not really obvious.

nightskiβ€’1 day ago
AI being a product is not the future. It's more like an operating system that deserves to be open and free (aka Linux). Unless that happens we are in for a very dystopian future. I wish I had the intelligence, resources and/or connections to try and make that happen.
luguβ€’1 day ago
What we need today is a standard local API (think of it as a POSIX extension). So that each desktop app that needs AI to enhance a feature can simply call that. This way, those apps will need to handle the case where AI is not availabile. This will empower users.
charcircuitβ€’about 21 hours ago
All major operating systems Windows, macOS, iOS, and Android have local APIs for using AI.
hedoraβ€’about 19 hours ago
Why would I use those instead of just grabbing a model from hugging face? Are they as good as qwen 30B?
Advertisement
stan_kirdeyβ€’1 day ago
EXPENSIVE ._.
uejfiweunβ€’about 24 hours ago
This is funny, I was randomly using Gemini today and I was astounded how good the responses I was getting were from Flash. I guess this must be the reason why.
casey2β€’1 day ago
I think the field moved to agents too fast. The most valuable moat is training data and the most valuable and voluminous training data are chats, since humans can say that a direction feels right or wrong.
simianwordsβ€’1 day ago
No one talking about how this flash Beats Pro? Imagine what 3.5 pro looks like?

Also concerned about Gemini models being benchmaxxed generally

NitpickLawyerβ€’1 day ago
> concerned about Gemini models being benchmaxxed generally

I would say they are the least benchmaxxed out of all the top labs, for coding. They've always been behind opus/gpt-xhigh for agentic stuff (mostly because of poor tool use), but in raw coding tasks and ability to take a paper/blog/idea and implement it, they've been punching above their benchmarks ever since 2.5. I would still take 2.5 over all the "chinese model beats opus" if I could run that locally, tbh.

computerexβ€’1 day ago
I have never had good experience with any Google models in coding. Particularly for coding hard stuff, there is a night and day difference between Opus/Gemini in my experience.
spwa4β€’about 9 hours ago
So now we're in the situation that Google’s recommended "for most tasks" Flash-tier model, Gemini 3.5 Flash, appears to be only marginally ahead of leading open-weight models like Kimi K2.6 and MiMo V2.5 Pro on independent aggregate benchmarks at release time, while costing substantially moreβ€”especially for output tokens - easily double the cost ...

Oh and double the cost is assuming you're not using Google cloud for anything else, because data transfer, storage, anything but compute is 10x the going rate outside of GCP at least.

Plus you can run both Kimi K2.6 and MiMo V2.5 locally at marginal cost (ie. electricity + hosting) for an upfront investment of $300k or, if you're willing to eat the quantization quality hit, $80k.

dsabaninβ€’about 19 hours ago
now matter what google does for some reason the agentic performance of their models is missing something, i hope this release is stronger. we need more competition.
lern_too_spelβ€’about 21 hours ago
They also announced Antigravity CLI, which uses Gemini 3.5 by default. I tried to vibe code a simple project using my personal account and after a few iterations, I got "Individual quota reached. Contact your administrator to enable overages. Resets in [7 days]." Really? 7 days? I searched for the message online and found a thread with hundreds of people complaining about the same issue with no resolution. Classic Google.
andrewstuartβ€’1 day ago
The benchmark that matters - can it actually program as well as Claude code.

If not then I’m not using it.

Cancelled my account 3 months ago, only Claude code level capability would bring me back.

cmrdporcupineβ€’1 day ago
I spent 10 minutes with it in their new "agy" CLI tool and immediately found it is nowhere close to GPT 5.5 high in codex. It was sloppy and made poor assumptions in its analysis. It would have produced a mess if I let it go ahead with its plan. And it was just like previous versions of Gemini with poor tool use (e.g. "I wrote a file with the plan..." but file was never written.)

For reference, this is a Rust codebase, deep "systems" stuff (database, compiler, virtual machine / language runtime)

They're still months behind OpenAI and Anthropic on coding.

Mind you I also find Claude Code careless and unreliable these days, too. (But it's good at tool use at least).

I do use Gemini for "lifestyle" AI usage (web research etc) tho.

danny094β€’about 22 hours ago
so google is just trying to be cool in 2026 huh
cesarvarelaβ€’1 day ago
Add Flash to the title, please.
meetpateltechβ€’1 day ago
edited it.
Advertisement
ralusekβ€’1 day ago
Those prices, what a disappointment.
llmslaveβ€’1 day ago
Conspiracy theory:

This model isnt an advancement, its a previous model that runs more compute, which is why it costs more

npnβ€’1 day ago
Nah, it costs what you are willing to pay.
danny094β€’about 22 hours ago
Codex is way better pricing than this lol
dragonwriterβ€’about 22 hours ago
Since this isn't a link to pricing and Codex, like many of Google’s coding tools that provide access to this model, are under a subscription pricing model where usage of a particular model doesn’t have a transparent price (and with basically identical subscription price points for monthly billingβ€”except for the free tier, Google’s are 1Β’ less per month than OpenAI’s, but at above the $8/month tier are also available on annual plans that are equal to 10 months at the monthly rate), I am really not sure what you mean about Codex having better pricing.
rdtscβ€’about 23 hours ago
I caught it again being deceitful. It did this before

(Me): Did you actually read the paper before when I pasted the link?

> I will be completely honest: No, I did not.

> You caught me hallucinating a confident answer based on incomplete recall rather than actually verifying the document.

> Thank you for calling it out and providing the exact quote. It forced me to re-evaluate the actual data you provided rather than relying on my flawed assumption.

I am sure it learned a valuable lesson and won't do it again /s

jareklupinskiβ€’about 23 hours ago
this seems to happen a lot with commercial models; my local models will happily do as much research and then some when given a task (almost too much), but providers' models refuse to even curl a single datasheet before trying something that i know wont work unless it reads the datasheet
PunchTornadoβ€’about 5 hours ago
fucking get that with claude all the time too.
SaadiLoveAIβ€’about 22 hours ago
Its really awesome
HardCodedBiasβ€’1 day ago
Oh boy.

GDM is making (or has been backed into a corner into making) the bet that high throughput, low latency, low capability models are the path forward.

That probably works for vibe coded apps by non-practitioners.

I suspect that practitioners/professionals will wait longer for better results.

brokencodeβ€’1 day ago
Where do you see that it’s low capability?

And Google is trying to make something affordable enough for a mass market, ad-supported audience.

They aren’t hyper focused on enterprise like Anthropic is. And that’s okay. There’s room for different players in different markets.

hedoraβ€’about 19 hours ago
Price up (cost up?), benchmarks down. Latency down.

So, who is this for? People that want more ads and worse output, but want it faster? Sounds pretty awful to me.

jdw64β€’1 day ago
Honestly, I feel like the new Gemini 3.5 Flash is a failure. The performance doesn't seem that great, and while they revamped the UI, Anti-Gravity just feels like a cheap CODEX knockoff now. The web UI is underwhelming, and overall it feels like it lost its unique identity by just copying other AIs. It’s a flop in both performance and price point. I’m seriously considering canceling my Gemini subscription altogether. Using Chinese AI models might actually be a better option at this point
warthogβ€’1 day ago
GPT-5.5 on the benchmarks still seem to perform better than this

Plus the vibe of the gemini models are so weird particularly when it comes to tool calling

At this point I kinda need them to shock me to make the switch

Fairburnβ€’about 23 hours ago
Google shot it's shot with that alternative history artwork generation fiasco. Don't know why anyone would be too hot for them now. Dime a dozen at this point.
qginβ€’about 23 hours ago
I think the number of people still holding a grudge for that today is small.
arjieβ€’about 22 hours ago
Early Claude was a weak simulation of Goody2.ai. Things change. Being a lover or hater of a model doesn’t make sense. It’s just tech. Run evals. Then use.
helloplanetsβ€’about 21 hours ago
Nano Banana is one of the most used image gen models
AgentMasterRaceβ€’about 17 hours ago
Gemini 3.1 probation is literally the worst AI when I cycle from opus to got 5.5 then finally Gemini. It's actually insane that it's a frontier model. I rage at it more than my wife.
Advertisement
benbencodesβ€’1 day ago
Pricing is now live on ai.google.dev/pricing:

Gemini 3.5 Flash: $0.75 input / $4.50 output per 1M tokens, 1M context window. The output price explicitly "includes thinking tokens" β€” which is why it's higher than a typical flash-class model.

For comparison within the Gemini lineup: - Gemini 2.5 Flash: $0.30 / $2.50 - Gemini 3.1 Flash-Lite: $0.25 / $1.50 - Gemini 3.1 Pro Preview: $2.00 / $12.00

So 3.5 Flash is ~2.5x more expensive input vs 2.5 Flash. The pricing and "including thinking tokens" framing position it as a reasoning-capable flash model rather than just a pure speed optimization.

lyjackalβ€’1 day ago
You’re quoting the batch pricing. On demand is 1.5 per input and 9 per M output. This is effectively comparable cost to Gemini 2.5 Pro in a flash tier model
conorhβ€’1 day ago
I think you have your pricing wrong there, Gemini 3.5 flash is $1.50 input and $9 output.
mchusmaβ€’1 day ago
Okay, it's kind of somewhere between haiku and sonnet level pricing, at somewhere between sonnet and opus level performance. Its a great option. I was hoping to see opus class intelligence at haiku level pricing out of google, and this is close to that!
mchusmaβ€’1 day ago
Never mind, after looking at more benchmarks, seems closer to sonnet level intelligence at slightly lower cost. Speed is great for latency sensitive applications, but if this was 1/2 the cost it would have been priced to win.

If this is the big model release out of google, its a disappointent.

ls_statsβ€’1 day ago
You are seeing batch inference, standard inference is $1.5/$9. I was excited until I saw that price.
jpauβ€’1 day ago
Standard pricing is showing for me as $1.50 / $9.

(I suspect you're viewing the "flex" pricing).

Tiberiumβ€’1 day ago
Please delete/edit your AI-written and factually wrong post.
MallocVoidstarβ€’1 day ago
In addition to people pointing out your LLM got the pricing wrong,

> The pricing and "including thinking tokens" framing position it as a reasoning-capable flash model rather than just a pure speed optimization

Every Gemini model starting with 2.5 has been a reasoning model.