Live data from Hacker News

Gemini 3 Flash: Frontier intelligence built for speed

blog.google

411–420 of 609 posts

Re: Gemini 3 Flash: Frontier intelligence built for speed

#411

Earlier quoted context omitted.

OpenAI made a huge mistake neglecting fast inferencing models. Their strategy was gpt 5 for everything, which hasn't worked out at all. I'm really not sure what model OpenAI wants me to use for my applications that require lower latency. If I follow their advice in their API docs about which models I should use for faster responses I get told either use GPT 5 low thinking, or replace gpt 5 with gpt 4.1, or switch to…

Hardware is a factor here. GPUs are necessarily higher latency than TPUs for equivalent compute on equivalent data. There are lots of other factors here, but latency specifically favours TPUs. The only non-TPU fast models I'm aware of are things running on Cerebras can be much faster because of their CPUs, and Grok has a super fast mode, but they have a cheat code of ignoring guardrails and making up their own world…

Why are GPUs necessarily higher latency than TPUs? Both require roughly the same arithmetic intensity and use the same memory technology at roughly the same bandwidth.

Re: Gemini 3 Flash: Frontier intelligence built for speed

#412

Earlier quoted context omitted.

OpenAI made a huge mistake neglecting fast inferencing models. Their strategy was gpt 5 for everything, which hasn't worked out at all. I'm really not sure what model OpenAI wants me to use for my applications that require lower latency. If I follow their advice in their API docs about which models I should use for faster responses I get told either use GPT 5 low thinking, or replace gpt 5 with gpt 4.1, or switch to…

> OpenAI should stop trying to come up with ads and make models that are useful. Turns out becoming a $4 trillion company first with ads (Google), then owning everybody on the AI-front could be the winning strategy.

[deleted]

Re: Gemini 3 Flash: Frontier intelligence built for speed

#413
post #4

Don’t let the “flash” name fool you, this is an amazing model. I have been playing with it for the past few weeks, it’s genuinely my new favorite; it’s so fast and it has such a vast world knowledge that it’s more performant than Claude Opus 4.5 or GPT 5.2 extra high, for a fraction (basically order of magnitude less!!) of the inference time and price

Can confirm. We at Roblox open sourced a new frontier game eval today, and it's beating even Gemini 3 Pro! ( Previous best model ).

https://github.com/Roblox/open-game-eval/blob/main/LLM_LEADE...

Re: Gemini 3 Flash: Frontier intelligence built for speed

#414

Earlier quoted context omitted.

Apple Intelligence is going to be Gemini https://www.macrumors.com/2025/11/05/apple-siri-google-gemin...

That's too bad. Apple's most interesting value proposition is running local inference with big privacy promises. They wouldn't need to be the highest performer to offer something a lot of people might want.

Apple’s most interesting value proposition was ignoring all this AI junk and letting users click “not interested” on Apple Intelligence and never see it again.

From a business perspective it’s a smart move (inasmuch as “integrating AI” is the default which I fundamentally disagree with) since Apple won’t be left holding the bag on a bunch of AI datacenters when/if the AI bubble pops.

I don’t want to lose trust in Apple, but I literally moved away from Google/Android to try and retain control over my data and now they’re taking me… right back to Google. Guess I’ll retreat further into self-hosting.

Re: Gemini 3 Flash: Frontier intelligence built for speed

#415

Earlier quoted context omitted.

Correct. Opus 4.5 'solved' software engineering. What more do I need? Businesses need uncapped intelligence, and that is a very high bar. Individuals often don't.

If Opus is one-size-fits-all, then why Claude keeps the other series? (rethorical). Opus and Sonnet are slower than Haiku. For lots of less sophisticated tasks, you benefit from the speed. All vendors do this. You need smaller models that you can rapid-fire for lots of other reasons than vibe coding. Personally, I actually use more smaller models than the sophisticated ones. Lots of small automations.

Yes, all the major CLIs (Claude Code, Codex, etc) and many agentic applications use a large model main agent with task delegation to small model sub-agent. For example in CC using Opus4.5 it will delegate an Explore task to a Haiku/Sonnet subagent or multiple subagents.

Re: Gemini 3 Flash: Frontier intelligence built for speed

#416

I think about what would be most terrifying to Anthropic and OpenAI i.e. The absolute scariest thing that Google could do. I think this is it: Release low latency, low priced models with high cognitive performance and big context window, especially in the coding space because that is direct, immediate, very high ROI for the customer. Now, imagine for a moment they had also vertically integrated the hardware to do thi…

> think about what would be most terrifying to Anthropic and OpenAI The most terrifying thing would be Google expanding its free tiers.

on aistudio the free tier limits on all models are decent

Re: Gemini 3 Flash: Frontier intelligence built for speed

#417

Even before this release the tools (for me: Claude Code and Gemini for other stuff) reached a "good enough" plateau that means any other company is going to have a hard time making me (I think soon most users) want to switch. Unless a new release from a different company has a real paradigm shift, they're simply sufficient. This was not true in 2023/2024 IMO. With this release the "good enough" and "cheap enough" int…

I just can't stop thinking though about the vulnerability of training data You say good enough. Great, but what if I as a malicious person were to just make a bunch of internet pages containing things that are blatantly wrong, to trick LLMs?

>a bunch of internet pages containing things that are blatantly wrong

So Reddit?

I’d imagine the AI companies have all the “pre AI internet” data they scraped very carefully catalogued.

Re: Gemini 3 Flash: Frontier intelligence built for speed

#418

Earlier quoted context omitted.

Two orders of magnitude would imply that these models cost $28/m in and $42/m out. Nothing is even close to that.

Gpt 5.2 pro is well beyond that iirc

Whoa! I had no idea. $21/$168. That's 75x / 400x (1e1.875/1e2.6). https://platform.openai.com/docs/pricing

Re: Gemini 3 Flash: Frontier intelligence built for speed

#419
post #407

Earlier quoted context omitted.

This thought process is pretty baffling to me, and this is at least the second time I've encountered it on HN. What's the value of a secret benchmark to anyone but the secret holder? Does your niche benchmark even influence which model you use for unrelated queries? If LLM authors care enough about your niche (they don't) and fake the response somehow, you will learn on the very next query that something is amiss. No…

I have a bunch of private benchmarks I run against new models I'm evaluating. The reason I don't disclose isn't generally that I think an individual person is going to read my post and update the model to include it. Instead it is because if I write "I ask the question X and expect Y" then that data ends up in the train corpus of new LLMs. However, one set of my benchmarks is a more generalized type of test (think a…

Ok, but then your "post" isn't scientific by definition since it cannot be verified. "Post" is in quotes because I don't know what you're trying to but you're implying some sort of public discourse.

For fun: https://chatgpt.com/s/t_694361c12cec819185e9850d0cf0c629

Re: Gemini 3 Flash: Frontier intelligence built for speed

#420
post #407

Earlier quoted context omitted.

I have a bunch of private benchmarks I run against new models I'm evaluating. The reason I don't disclose isn't generally that I think an individual person is going to read my post and update the model to include it. Instead it is because if I write "I ask the question X and expect Y" then that data ends up in the train corpus of new LLMs. However, one set of my benchmarks is a more generalized type of test (think a…

Ok, but then your "post" isn't scientific by definition since it cannot be verified. "Post" is in quotes because I don't know what you're trying to but you're implying some sort of public discourse. For fun: https://chatgpt.com/s/t_694361c12cec819185e9850d0cf0c629

I didn't see anyone claiming any 'science'? Did I miss something?
Post reply on HN