Earlier quoted context omitted.
Cerebras is crazy to watch on GPT OSS or Gemma, I feel like we need a new VibeOS demo but with Cerebras, the OS would literally build itself in a few seconds. https://youtu.be/7NfyZhV1dKM?t=52
Thw bottleneck become compiling and running the code every iteration so it wont be seconds
Gemini 3.7 Flash
441–450 of 525 posts
Re: Gemini 3.7 Flash
#442Earlier quoted context omitted.
not that I'm intending to defend Sergey here but, if you could spend 0.04% of your net worth to protect 5% of your net worth (and probably all of your easy liquidity)... wouldn't you?
If my net worth were that high? No. Folks need to remember that we're closer to being homeless than we are to being as rich as them. You don't need to defend billionaires.
Re: Gemini 3.7 Flash
#443Earlier quoted context omitted.
Other thoughts: I really think Google has fallen behind here. Even as a high speed offering (this build took ~7min, which is pretty good!), it wont be able to claim dominance for long with cerebras announcing the Sol preview today: https://www.cerebras.ai/blog/accelerating-gpt-5-6-sol-ultraf... . It's not a bad model by any means, but I just don't know what situation I'd reach for 3.7 Flash first for. Google really n…
Can you help me understand how it is hard to get an API key from Google? You just head on over to http://aistudio.google.com/api-keys and create a key... not any different from platform.openai.com? Disclaimer: I work in Google so it might be that this link is not publicly well known
Re: Gemini 3.7 Flash
#444I am still using gemini flash 2.5 for an old app I have running that does some OCR as well if necessary, is it time to switch up?
Re: Gemini 3.7 Flash
#445The "introductory pricing" for this 3.7 Flash model is really weird. It's scheduled to double in price on December 31, 2026, but who would anticipate still using this model five months from now? Especially since 3.6 Flash came out just three weeks ago! My first effort with default thinking level produced an ambitious pelican, let down by a flawed bicycle: https://tools.simonwillison.net/markdown-svg-renderer#url=ht..…
We can be sure that Google is not Pelicanmaxxing their models.
Re: Gemini 3.7 Flash
#446Re: Gemini 3.7 Flash
#447Earlier quoted context omitted.
That's not my understanding of how most agents work. This is what a chain of request/response looks like: Your Prompt 1: Prompt Content 1 -> cache-1 LLM Response 1: Thinking Content 1 Response Content 1 Your Prompt 2 (client side): prompt-1 + response-without-thinking-1 + Prompt Content 2 Your Prompt 2 (server side): cache-1 + response-without-thinking-1 + Prompt Content 2 -> cache-2 LLM Response 2: Thinking Content…
Modern protocols loop back the reasoning tokens in raw textual form via an encrypted parameter. You can't see them (modulo the recent attack), but you do resubmit them.
But that's not the full reasoning token context, just a snapshot of the latent state at the end of it, no?
Have a look at the gemini ones they're pretty small.
Re: Gemini 3.7 Flash
#448Ever since the insane discount with GPT-5.6 Luna, not much excites me anymore. I mean just look at the benchmarks, even though Gemini 3.7 Flash performs well on the DeepSWE 1.1, Luna (Max) still performs way better. I personally have stuck to Luna (Xhigh) because its been more than enough and does not bloat up the context window too fast with reasoning tokens. https://deepswe.datacurve.ai > Starting January 1, 2027,…
luna is the first model that has outdone gpt-5-mini on the pareto frontier for some of my high value, cost sensitive ai product workflows. it's both cheaper (by about 60% in real world use) and higher quality based on my test harnesses. I was really worried that costs would go up since there wasn't a replacement as of a few weeks ago and gpt-5-mini is scheduled to be sunset toward the end of the year. So long as they…
I always thought it was a little odd that gpt-5-mini was the leader for so long when more popular benchmarks placed gpt-5-mini further down the roster, but it seems you had the same result too.
Re: Gemini 3.7 Flash
#449Re: Gemini 3.7 Flash
#450Earlier quoted context omitted.
Disclaimer that I haven't tried this since January, so things may have changed in the last 7mo, but this was my experience at that time: https://x.com/pwnies/status/2010523020629274723 At a high level though, as a rule of thumb Google assumes that they're serving companies at Google scale first, and at a human scale second. For other companies it's the opposite. Generally what that means is the first experience you g…
> they're serving companies at Google scale first I think that's actually a very interesting insight that would be helpful for PMs on GCloud to take note of. As a single founder, setting up Google Cloud, it's like they start out by assuming you're bigco, forcing (I assume most) of their users into a arduous process of removing components they don't need. Google AI Studio is one of Google's solutions to this problem,…