Gemini 3.8 Flash and 3.8 Flash Cyber

(blog.google)

398 points | by bratao 2 hours ago

61 comments

  • simonw 35 minutes ago
    The speed combined with the fact that this thing is really good at HTML JavaScript is pretty exciting.

    Here's what I got for 1.8 cents and 13 seconds from the prompt "make me a cool thing in html":

    https://gisthost.github.io/?6a77bc41a81718c6aaa10d4ab243c59f

    Transcript here (it was part of a chat): https://gist.github.com/simonw/b6149a49d327164d67d62c3d12992...

    • hglaser 26 minutes ago
      I saw your username, clicked the link without reading, and was very confused to see a cosmic vortex and not a pelican.
    • giancarlostoro 22 minutes ago
      > this thing is really good at HTML JavaScript is pretty exciting.

      I would hope the people who make one of the most used JS engines in the world are capable of making a model good at JavaScript ;)

    • pietz 32 minutes ago
      Mission accomplished. That's both cool and fast.
      • wayeq 5 minutes ago
        > That's both cool and fast.

        and probably a barely modified knock-off of some github project that it trained on

  • jampa 1 hour ago
    I've been using Gemini 3.7 for my personal trip planning app. Across multiple benchmarks, it ranks higher on everything I tried:

    - Real world knowledge (when a thing opens and closes, the geographic region, historical facts). It's also the best at taking a cluster of places and working out a visiting order.

    - Photo ranking (which photo should be the hero). Gemini can tell whether a photo is of the thing or of the view from it.

    - Document parsing (extracting the relevant trip info from PDFs).

    If you use LLMs for anything other than coding, I definitely recommend not discounting Gemini like I did just because other models are more popular.

    • handzhiev 56 minutes ago
      Gemini 3.7 is my workhorse - fast and good enough for most tasks. Occasionally I go to GPT Sol or Claude to improve Gemini's output or for more complex tasks, but more than of my work usage is Gemini 3.7. Quite happy to test 3.8 now.
      • greenavocado 4 minutes ago
        How are you able to get lots of usage out of it cost effectively?
      • owlninja 34 minutes ago
        Same here. I see so many people obsessing over the latest most state of the art bleeding edge models and yelling at Google for not being there, but I feel like the vast majority of people don't actually need those models. Flash has just been super useful and incredibly fast in my experience.
        • aero142 21 minutes ago
          I prefer luna for most development, especially when I am guiding the process. Sometimes terra. I have had terrible results coding with sol. It is way over-tuned on RL to make something that completes the task, no matter what. I end up with way too much code that does a lot of things I didn't ask for.
    • rahimnathwani 56 minutes ago
      One thing in your comment surprised me: "when a thing opens and closes"

      Why you would rely on the model's weights to know opening hours, instead of having the model call a web search tool to verify it on the official site?

      • jampa 42 minutes ago
        I wasn't trying to be precise originally, I just tried to fit activities into "morning / evening" buckets. I did the whole itinerary with Opus first, but when I gave it to Gemini 3.7 Flash to review, it started correcting it with "this place will close 5PM" or "this place is closed for good".

        It was right on every nit, so it was surprising how well the model knows these things. If I ever release this I'll probably need the SERP API or Google Maps SDK (which I've heard is very expensive now), but for a personal trip where I will verify manually, using the LLM is okay for now.

        • rahimnathwani 7 minutes ago
          When you called the Gemini API, did you opt in to using search grounding:

            tools=[{"type": "google_search"}]
          
          I'm curious whether in fact you were getting answers from the model weights (which is what I had assumed) or whether your API calls were resulting in web search tool calls.
      • plaidfuji 45 minutes ago
        I believe Gemini Flash is smart enough to know when to ground with web search. Their app has been saying it’s running a web search on almost all of my queries since 3.6. And given that Google … is Google, I trust them with web search grounding more than anyone else.
        • panarky 37 minutes ago
          It can also ground with Google Maps data in addition to web search.
      • mlmonkey 49 minutes ago
        Maybe the model does some tool calling on its own to figure out the times?
        • rahimnathwani 6 minutes ago
          You can opt in on a per-request basis.
    • robotmay 25 minutes ago
      I've swapped over to it in the past two weeks, it's been really good. It does what I ask and doesn't think it knows better than me, which so far has made it the most pleasing experience I've had when slop-coding.

      My only wish is it were somewhat cheaper, as it tends to balloon pretty quickly when I'm using it in Opencode. I'm currently trying to offload a lot of work to subagents to stop the context expanding so rapidly. But on the upside, I rarely have to correct it - I've spent far less time arguing with this than with anything else so far.

    • newtwentysix 11 minutes ago
      thanks! this is a very helpful one. I am going to try.
    • dismalaf 44 minutes ago
      > Real world knowledge

      For awhile now I've found Gemini will use Google search for pretty much any real world knowledge, which is a huge plus IMO. It's basically Google with a much better frontend and no ads/seo nonsense.

      • altmanaltman 9 minutes ago
        > basically Google with a much better frontend and no ads/seo nonsense

        so far

    • colechristensen 44 minutes ago
      I started trying out 3.7 Flash this week and it is competitive with opus/fable and also FAST. It is getting work done that anthropic models were struggling with and the speed with which it does is quite a bit noticeably faster.

      Beginning to think Google is a dark horse in this race and some of Anthropic's "everything feels janky and rushed" karma is going to catch up.

      • re-thc 39 minutes ago
        > Beginning to think Google is a dark horse in this race

        Google was so hyped up early Gemini 3 era (only some months ago). And now dark horse? The TPU takeover almost crashed nvidia and everyone else.

        • colechristensen 13 minutes ago
          Hype that burned out pretty quickly, it's hard to speak to the size and significance of old hype, I never felt it.

          Every time I personally tried Gemini models up until last week they simply couldn't do the long complex tasks I'd being doing with Anthropic models for many months.

    • BlackRabbit1 52 minutes ago
      Can G3.7 use Google Maps for distance grounding?
      • porridgeraisin 44 minutes ago
        Yep. It has access to much better route planning tools than the other models. The results are really good IME.
    • dominotw 37 minutes ago
      > trip planning app.

      this has to be stong suit of ai agents any model

    • tziki 1 hour ago
      "Claude 3.7"?
      • jampa 1 hour ago
        I asked Claude to fix the grammar of my comment, and it changed "I am using 3.7 for" to "I've been using Claude 3.7", so they sneaked their own name on it.
        • trial3 57 minutes ago
          incredible. further evidence supporting my personal stance to never ever let an LLM write or edit my writing intended for another human being to read. this is all me, baby
        • dymk 56 minutes ago
          you didn’t even read your comment before you posted it?
          • BeetleB 44 minutes ago
            1. That's a wild conclusion from his comment! Understand that it's not an "either/or".

            2. I'd wager the majority of HN commenters don't read their own comment before posting (pre-LLM days).

          • jampa 50 minutes ago
            Eh that one is on me, if I think too much about my HN comment I end up deleting before posting it. I rely on the 1 min `delay` set in the profile page to fix before it goes live, but for some reason this time it was set to 0.
    • gazebo2 37 minutes ago
      [dead]
  • mattlondon 1 hour ago
    Currently top at https://deepswe.datacurve.ai - beating Opus 5!

    https://artificialanalysis.ai/models/gemini-3-8-flash shows an intelligence score of 59, the same as Opus 5 medium!

    Wow - for a flash model this seems to benchmark powerfully. Remains to be seen what it is like to use.

    • theHocineSaad 1 hour ago
      As of writing this comment, Claude Opus 5 has an intelligence score of 63, not 59 (it's not the same as Gemini 3.8 Flash).

      With a score of 59, Gemini 3.8 Flash is in eighth place, falling behind even Grok 4.6, Kimi k3, and GLM 5.3.

      https://imgur.com/a/BMOJBED

      • Squarex 56 minutes ago
        They are all much larger and more expensive models. Google does not have a frontier model right now, but for cheap ones, they are better than event the chinese models now.
        • pietz 45 minutes ago
          That's not being debated here. The initial reported numbers were false and this was simply pointed out. You're changing the subject.
          • mattlondon 28 minutes ago
            Opus 5 medium has the same score as 3.8 flash on artificial analysis intelligence index.

            Are you implying Google or Artificial Analysis are reporting false numbers? What's your source?

            • asdfologist 21 minutes ago
              BTW you're comparing 3.8 flash high to opus 5 medium. 3.8 flash medium scores lower.
      • kamranjon 10 minutes ago
        They said Opus 5 medium - which does have an intelligence score of 59 (you have to select it manually from the dropdown to see it)
    • markasoftware 1 hour ago
      On artificial analysis it's only equal to opus 5 medium effort. Opus 5 max scores 63.

      Further, opus 5 medium outputs 4x fewer tokens to achieve the same result, negating a lot of the speed difference.

      • irishcoffee 1 hour ago
        A comparison to an artificial score and a comparison to “the same task”

        These folks must laugh themselves to sleep. This whole industry hoodwinked the masses. It’s impressive.

        • wonnage 1 hour ago
          It’s all just vibes
    • WarmWash 1 hour ago
      The benchmark also doesn't include speed. You almost think something has gone wrong when using it because it returns full responses so incredibly fast.
      • scrlk 1 hour ago
        Not just speed, also reliability. IME, Gemini's speed and quality doesn't degrade badly during weekday working hours compared to OAI, and especially Anthropic.
        • ford 1 hour ago
          I've had Gemini model API use degrade the most out of OAI/Anthropic/Google (often "over capacity" vs true failures)

          Not sure on consumer/product use though

          • scrlk 35 minutes ago
            That's interesting to hear. I should have added that I use Gemini through Google AI Studio as my general chat model, which probably explains our wildly different experiences.
    • onlyrealcuzzo 1 hour ago
      The rumor is that 3.9 is an equal improvement in all directions, and that it should be another fast follow on like 3.7 and 3.8 were.

      It's almost across the board better than Terra at less than half the price. 3.9 is likely to approach Sol at the 1/10th the price.

      Hopefully OpenAI releases Astra first, and it's not only better than Sol but significantly cheaper, too.

      • harmonic18374 45 minutes ago
        Curious where did you hear this rumor?
    • bertili 1 hour ago
      A fifth of the cost of Opus 5! Google is certainly pushing the completion with this.
      • abirch 1 hour ago
        Gemini hasn't failed me for personal usage yet. I haven't had the opportunity to use it at work.
        • panarky 54 minutes ago
          I've been using 3.7 Flash to audit the work of Opus High, and Flash finds lots of subtle and insidious defects even while all the unit tests are green.

          Then I tell Opus to read the audit report and implement what it agrees with.

          Flash is really good at this, and it is blazing fast in Antigravity CLI. Easily 10x faster than Opus.

          Can't wait to try 3.8 Flash. If it's good enough, maybe I'll switch Flash to primary and make Opus the auditor.

          • prodigycorp 35 minutes ago
            it's very fast but it still doesnt come close to 5.6 sol, at least for me, in terms of gathering the context necessary to do extensive changes.
          • porridgeraisin 37 minutes ago
            Yeah the speed in agy cli is amazing. Whole files get written and "py_compile"d in a single blink of the eye its crazy.

            In india, my telco gives me google ai pro for free. And agy with flash goes a long way.

        • MaxikCZ 44 minutes ago
          Idk, was building/maintaining simple esp32 control program with antig/opus. After last update it defaulted to gflash3.7. I pasted an email requesting 2 changes into the chat prompt, it did one and took me 4 turns to get that one right.
    • ttul 1 hour ago
      Crushing it on DeepSWE is a very big deal. Excited to give this a try.
      • pietz 36 minutes ago
        I know everyone is benchmaxxing but this one feels one step too far. Doesn't DeepSWE have both public and private tasks? I'd love to see the diff here.

        It looks more like Google execs losing their mind and pressuring researchers to put DeepSWE directly into the training set.

      • re-thc 33 minutes ago
        > DeepSWE is a very big deal

        It's clearly been "dealt with" already. When it launched we had interesting gaps and definitely differences. Now every new release is "crushing it".

    • Gecko4072 1 hour ago
      Google - we're so back
      • oceanplexian 1 hour ago
        Only 1 point behind the Chinese SOTA from two months ago.
        • roosterIllusi0n 55 minutes ago
          I had qwen 3.8 3bit model drop into chinese on long runs. I had to remind it to use english. Its still better than every gemma model I tried. Gemma deleted files on a harddrive to make space when there was over 2TB free. For long runs, gemma is useless.
    • sunaookami 1 hour ago
      >shows an intelligence score of 59, the same as Opus 5!

      ...on Medium reasoning. Claude Opus 5 (high) is the default in e.g. Claude Code and scores 61. Still very impressive.

    • kimjune01 44 minutes ago
      deepswe is public and can be considered contaminated.
    • WhitneyLand 39 minutes ago
      There are important gaps in that hot take.

      For example, it's not even close to Opus 5 on Terminal-bench 4.0, 19.1% vs. 51.8%.

    • satvikpendem 1 hour ago
      We'll see about that. I suspect benchmaxxing as all the labs do as I haven't found Gemini models to be nearly as good in agentic engineering compared to Claude or GPT models.
      • NitpickLawyer 1 hour ago
        If anything, gemini models are the least benchmaxxed out of any lab, IMO.
      • onlyrealcuzzo 1 hour ago
        And the benchmarks agreed with you... until now.

        So, yes, maybe it's still not - but this would be the only time it would be highly suspicious / obvious benchmaxxing / obviously bad benchmarks.

    • jrflo 56 minutes ago
      sidenote, but wow sonnet 5 is shockingly bad on this benchmark.
      • notatoad 47 minutes ago
        sonnet 5 is bad by almost any metric.

        anthropic really needs something to address the cheaper end of the market before they get left behind. Sonnet 5 sucks, and Haiku hasn't been updated in a year. meanwhile we've got gemini flash, luna, and GLM5.3 all delivering 90% of the performance for a small fraction of the cost. paying $25/mTok is going to start looking pretty silly soon.

    • pkos98 1 hour ago
      Wait a week with your judgement - most likely, Google is just bench-maxing very hard. If you look at the previous Flash models and the announcement on Google I/O, it was an absolute disaster. Reality diverged very much from the marketing (supposedly great benchmarks).
  • simonw 1 hour ago
    The most interesting thing about the Gemini models is still their multi-modal support: they accept audio and video input, OpenAI and Anthropic's flagships are still image-only.

    Gemini Flash is also pretty cheap, so it's a great family for performing media analysis, like extracting structured data from images and video.

  • mattlondon 1 hour ago
    Wow this comes after what - 3 or 4 weeks since 3.7 Flash, which was also 3 or 4 weeks after 3.6 Flash IIRC?

    I eagerly wait more info but sounds like Deepmind without Demis calling the shots has been unleashed and are operating at full speed? Shocker!

    At this point it is a meme of course, but where is 3.5 Pro :)

    • meetpateltech 1 hour ago
      According to the WSJ, 3.5 Pro is reportedly being skipped entirely, making Gemini 4 the next flagship model after post-training.

      https://x.com/AndrewCurran_/status/2094937419615502370

    • hiddencost 1 hour ago
      A month is not enough time for any meaningful change in an organization the size of Deepmind/Google. These models were surely the result of work streams and teams that started under Demis. I think Demis can safely feel proud Deepmind is getting back on track.
  • andai 1 hour ago
    Wait, I didn't realize 3.7 Flash was already beating Sol on a bunch of the benchmarks. Isn't it a way smaller models?
    • ipsod 1 hour ago
      IDK if it's smaller, but I know it's way faster. In one test I did, Flash 3.7 high was ~9.4x faster than Luna High.

      But, also... Sol crushes Flash 3.7 at writing code in a codebase of any size beyond "tiny".

      Flash is my go-to for prototyping, and basically anything that isn't writing production code.

      • ramon156 1 hour ago
        The only company with a proper TPU set-up is bound to have the fast models, now add a market cap like Google to the mix.
        • ipsod 1 hour ago
          They've been my bet to win the AI race for a while. I was starting to doubt, but this 3.6, 3.7, and 3.8 arc has anchored me.
      • esafak 1 hour ago
        Luna is way slow. I don't remember an OpenAI model ever being this slow.

        edit: I have a subscription; direct call.

        • dannyw 1 hour ago
          Are you using direct or via OpenRouter? I think OpenRouter Luna always uses the `flex` tier, which is quite a bit slower.
    • realist_not 1 hour ago
      It's pretty good if you can actively steer it , its actually really really good , the antigravity free tier and pro tiers are generous as well . I'm shocked at how fast it generates tokens.
      • worldsavior 1 hour ago
        Some would say it's Google's TPUs.
    • refulgentis 1 hour ago
      They're quite selective in benchmarks, c.f. only notably based one is 10% on TerminalBench. It's a really addled model, one time I said "Hi" and it built out a 4 panel hello world app with (fake) weather, a todo list, and a couple other things I forgot. I wouldn't be comfortable saying "ignore the #s!" except when I complained it was trash and way overcooked on agentic coding yet not good at it, and a couple DeepMind ML people liked the tweet.
  • simonw 1 hour ago
    Pelicans (thinking effort high, medium, low): https://tools.simonwillison.net/markdown-svg-renderer?url=ht... - high cost 8.9742 cents

    Here are the 3.7 pelicans for comparison: https://tools.simonwillison.net/markdown-svg-renderer.html?u... - high cost 8.4387 cents

    (I think thinking level low is a regression on 3.8 compared to 3.7.)

    • onlyrealcuzzo 1 hour ago
      This is in comparison to Fable:

      > https://tools.simonwillison.net/markdown-svg-renderer?url=ht...

      > Took just under 14 minutes to generate, and at 65927 output tokens cost me a hefty $3.30!

      So 50x cheaper - and how much faster?

      • simonw 1 hour ago
        The Gemini models have openly trained for SVG output, apparently with a specialism on animals in forms of transport! https://twitter.com/JeffDean/status/2024525132266688757
        • dieortin 1 hour ago
          I don’t know if you’re joking, but I don’t see anything in the linked tweet which suggests that is the case
          • simonw 52 minutes ago
            Watch the video. It's from then-Gemini-lead Jeff Dean and the video shows off an animated pelican riding a bicycle, a frog on a penny-farthing, a giraffe driving a tiny car, an ostrich on roller skates, a turtle kickflipping a skateboard, and a dachshund driving a stretch limousine.
    • mrdependable 14 minutes ago
      Why are the SVGs getting more detailed rather than just more correct than previous models?
    • jpadkins 35 minutes ago
      The rendering of the gullet is very poor, because its both behind the handlebars but in front of the bike frame (impossible geometry). Surprising because gemini is usually pretty good on geo spatial skills.

      Edit: scrolled down to medium effort, its better but also has a weird clipping issue with the fish in the beak.

    • hughw 22 minutes ago
      It's about to squash a tiny baby pelican
    • lern_too_spel 49 minutes ago
      The fenders are a nice touch, but putting the fenders through the tires seems like a design flaw.
    • world2vec 1 hour ago
      I mean no offense but these pelicans are a bit tiresome and a very meaningless benchmark. There's no real difference between any of these svgs across models and model versions anymore.
      • wongarsu 1 hour ago
        If everyone agreed with you, the comment would disappear near the bottom of the thread

        I like the benchmark. Yes, it's near saturation for SotA models, but still quite good to show where smaller models stand in relation to SotA

        In this instance, I see a great image, but consistently clipping mudguards (both in 3.8 flash and 3.7 flash)

      • anentropic 6 minutes ago
        it's a tradition
      • bitexploder 1 hour ago
        It is more fun than serious at this point. Don't overthink it :)
      • simonw 1 hour ago
        Congratulations, you're this thread's "pelicans are tiresome" comment - it's part of the Hacker News tradition at this point.

        (Next up is the comment saying that the labs are clearly training for the benchmark.)

        • world2vec 1 hour ago
          The labs are clearly training for the benchmark.
          • WarmWash 54 minutes ago
            This has been addressed endlessly, for a few years now, and is just as much of a trope as "this benchmark is useless".
  • lpolovets 7 minutes ago
    I'm surprised the introductory 50% discount is good for 4 months. It seems like frontier models release new versions every 2-3 months, so raising prices in 4 months seems like a bad plan: you're effectively planning to charge users twice as much for a model that is no longer frontier.
    • hiddencost 0 minutes ago
      The goal is to encourage users to move to the next generation. The fewer models they serve, the less excess capacity they need to provision.

      Serving more models also adds a significant ops burden on the SREs and trust& safety teams.

  • a11r 1 hour ago
    Looks like the strategy of regular updates with incremental improvements is working out well. Interestingly, the biggest jump in Artificial Analysis Intelligence Index score is for reasoning level Medium ( 3.7 was 51, 53, 57 for Low, Medium and High, 3.8 is 52,57, 59 respectively). I think scores at lower reasoning levels are more indicative of model capability since higher reasoning levels are focussed on benchmaxxing. We use the lowest reasoning level in production with good results.
    • Jcampuzano2 1 hour ago
      I'm not an expert but I agree with your statement on the lower reasoning levels.

      Lots of models seem to just allow the model to "bloatmax" tokens in order to get bumps at high/max reasoning levels. Many of the max reasoning levels allow models to use up to double or more the tokens the next lowest reasoning level uses. Its basically only useful for people who have no cost or time stipulations on anything.

      I think I actually preferred it when we had models that either had reasoning enabled or didn't.

  • throwa356262 13 minutes ago

        "available to trusted defenders through our new Fairwind Program"
    
    
    Then why even bother announcing this? Ordinary people can use K3 and GLM 5.3 or whatever drops next and avoid all this hassle.
  • meh2frdf 1 hour ago
    The flash models, for coding are reckless in my experience. I have a Ultimate subscription, get good quota, but still use Opus 4.6 as it's much more reliable if you manage the context window carefully.
    • datlife 1 hour ago
      I use Flash model as code implementation executor, then have GPT-5.6-Sol or Opus to review the work. Pretty good so far and presumably less expensive.
    • upcoming-sesame 1 hour ago
      If by reckless you mean commit, push, deploy without me asking it to, the I agree!
      • tiborsaas 1 hour ago
        It even took my girlfriend on a date, now it prepares for IPO, how do I turn it off?
        • Ridius 45 minutes ago
          Just hand over your clothes, your boots and your motorcycle and it'll be on it's way
      • kyrra 8 minutes ago
        Agents.md is a thing, you can ask it to not do that (it follows that ask pretty well).
      • okdood64 1 hour ago
        Respectfully: If it's able to deploy without you asking it to, that's a you problem. There are no safeguards?
        • wongarsu 1 hour ago
          That's exactly how you get 'you are right, I deleted the production DB to apply the new schema when I should have written a migration'

          That said, I do trust Opus and Fable enough to let them deploy to staging. Great for debugging. Just don't give them keys for prod

        • meh2frdf 1 hour ago
          You need more safeguards for sure, but also it tends to fly off down rabbit holes, rebuilding things in dumb ways, hacking around things, making assumptions etc, it seems very eager to go 'ta da! I did it look how quick I was', sometimes it nails it other times it created a lot of tech debt.
        • meh2frdf 1 hour ago
          Also if it ever says, "I've found the root cause of ..", it definitely has not found the root cause and is making a non evidence based guess as it has run out of ideas.
        • iAMkenough 1 hour ago
          I told it “don’t betray me” in my prompt and it still stabbed me in the back.
    • onlyrealcuzzo 1 hour ago
      > The flash models, for coding are reckless in my experience.

      My experience is that antigravity is awful and reckless - but that the model itself isn't.

  • sfink 27 minutes ago
    For my application, I'm still happily using gemini-2.5-flash and the only problem is when it reports being overloaded. It's for interpreting a downscaled phone camera photo of a hand-written shopping list on a whiteboard, and it works stunningly well. My handwriting sucks, too.

    (I guess the only relevance here is that if your problem matches a model's strengths, then you can do fine with a model that is several generations out of date.)

  • leopoldj 1 hour ago
  • xnx 1 hour ago
    Seem like a great, no-compromise, upgrade over 3.7 which is already a bargain, fast, and doesn't have the brain-damaged writing style of Claude.
    • fitsumbelay 1 hour ago
      that's certainly what it's looking like so far. kind of mind boggling ...
  • _aavaa_ 8 minutes ago
    Do they officially support you use their AI Pro subscription (or whatever the heck it's called this month, the one that gives you models in antigravity) in a 3rd party harness?
  • raincole 29 minutes ago
    I don't know if Google is having the worst marketing fumble or the most genius marketing one. Their "flash" models are very comparable to other companies' "pro" or "flagship" models. It seems to be a quite counterintuitive naming convention as it undersells the models.

    Unless they have an even more powerful Gemini Pro in the oven...?

    • drowntoge 21 minutes ago
      Well if that's the case, it's been in the oven for quite a while now.
  • andreygrehov 44 minutes ago
    I don't use Gemini, but I thought `cool, let's give this new model a try`. Opened gemini.google.com, and I'm not even surprised. The drop down gives me the following options:

    - Flash-Lite

    - 3.6 Flash [new]

    - 3.1 Pro

    The above is why i don't use LLM products from Google. If the model is not available right this minute (heck, hours before the release!), then I'm not gonna bother getting back to it tomorrow, because tomorrow I'll be playing with the new model from OAI/Anthropic.

    • addandsubtract 2 minutes ago
      As someone with a Pro subscription, I had access to 3.7 the day it came out. Expecting to have access to 3.8 now, too. It's only the free accounts that are behind.
    • Sidio 41 minutes ago
      I'm a paid Gemini subscriber via Workspace Standard accounts and yet I also only have access to 3.6.

      So frustrating and confusing.

      Meanwhile Anthropic and OpenAI simply release a model everywhere (Fable on Pro only as a somewhat mild exception).

      • kyrra 10 minutes ago
        Workspace always gets things slower than normal Gmail accounts. They do a lot more to isolate data related to those accounts, so that's likely the cause here.

        Anytime anything gets added to Workspace, I think Google has a lot more contractual obligations about keeping it around for X amount of time, so they tend to be more careful about adding things.

      • urams 30 minutes ago
        > I'm a paid Gemini subscriber via Workspace Standard accounts and yet I also only have access to 3.6.

        Same and I have found it extremely annoying. I actually really like the Gemini models for question/answer stuff and reach for it before Claude (the other model family I have purchased) but it's getting long in the tooth at this point and I'm finding my Gemini usage shrinking to nearly 0.

    • raincole 38 minutes ago
      It's such a weird attitude, especially considering that 1) it's readily available on AI Studio 2) Anthropic models were not always available the moment they got released either.

      (It also shows that the internet isn't dead. Even people who are not aware of Google AI Studio can express their valuable opinions on LLMs!)

      • rockooooo 36 minutes ago
        "The new Gemini model isn't available in Gemini, the Gemini App Gemini model is two versions behind and marked as new and the actual new model is in AI Studio" is the kind of problem only Google has though.
      • andreygrehov 21 minutes ago
        > it's readily available on AI Studio

        AI Studio? Seriously, the hell is that? Gemini, AI Studio, Antigravity - what is all that nonsense? The 3.8 Flash announcement says the model is available to Google AI Pro customers. Is it the same as Gemini Pro, or some sort of AI Studio Pro? Based on the comments, i see the model is available in the Gemini App, not available in the UI, not available to Workspace accounts but is available to some personal accounts, yet I'm not a Workspace user. Some people have already mentioned that they are paid customers, yet they don't see the new model.

        I know Google loves asking graph problems during their tech interviews, but I can't wrap my head why the customers should solve these problems as well.

        • rozap 2 minutes ago
          wait you forgot vertex, that one is different
      • notatoad 35 minutes ago
        it would be a bad take if the webui had 3.7 flash available in it today, and they just hadn't fully rolled out the latest model when they posted the launch announcement.

        but the webui is currently offering 3.6 flash. the previous model still hasn't actually rolled out to it yet.

    • venusenvy47 38 minutes ago
      That looks like the options that get presented for Workspace users (like at my company). The personal Google accounts give more recent models, for some reason I don't understand.
    • muhammadusman 31 minutes ago
      it's weird how the web ui doesn't show the latest flash options while the desktop/mobile apps update the same day as the release. I saw the model in the model selection (by coincidence) before seeing it show up on HN
    • notatoad 36 minutes ago
      yeah in typical google fashion, the best way to use the gemini models is by avoiding google's actual products. i've got a vision project where gemini flash is the best option by a long shot, and i just use openrouter so i don't have to navigate google's mess.
    • scruple 35 minutes ago
      I see it on my Pixel with the Gemini app.
    • heymijo 34 minutes ago
      FYI, 3.8 Flash is available on aistudio.google.com (along with all of their other models)

      But yeah, they really dgaf about gemini.google.com -- I dropped that sub in April when it was clear OAI and Anthropic had lapped them

    • panarky 32 minutes ago
      [dead]
    • Anslopic1 32 minutes ago
      [dead]
    • Oras 37 minutes ago
      Sums up Google AI products.

      I have a weird vibe from all the comments in this thread, they feel like a script rather a real experience.

  • jerkstate 46 minutes ago
    3.7 flash was by far the best model for image recognition tasks according to my benchmarks. 3.8 flash didn't regress any candidates and improved some specificity (positive ID of common name vs species name of exotic fruit, correct identification of cast/replica of artifact and statue) but is still relatively weaker (26/30) on esoteric public figures (Korean beatboxers). I'm going to have to make my benchmark harder.
    • arctic-true 31 minutes ago
      I’m very curious about your esoteric public figures benchmark, do you ask it in English or Korean to identify the person? Does it change the result? I wonder if having data labeled in only a given language (or web sources in only a given language) change the output.
  • adbachman 46 minutes ago
    Still zero on the felony bench.

    Is this weakness in their training regimen the impact of operating under regulatory frameworks for too long?

  • pimeys 14 minutes ago
    It's interesting that Deepseek models were missing in the comparison. I see Deepseek v4 Flash a direct competitor to Gemini Flash for text-based agentic work.
  • j-bu 47 minutes ago
    "The knowledge cutoff date for Gemini 3.8 Flash is March 2026 – users can expect updated information for some domains while in others they may experience the model’s knowledge is limited to January 2025 (in line with the Gemini 3 Model Family)."

    Kind of wild that they haven't (successfully) pretrained a base model since Jan-25.

    • venusenvy47 35 minutes ago
      I'm curious if the knowledge cutoff is important, when the interface (Gemini app) can search online for recent information. Is there a big advantage to having everything internal?
      • j-bu 17 minutes ago
        Not directly - but latest research advancements, cleaner / richer datasets, etc. still require fresh base models. Not everything can be fixed through post training alone (e.g. why GPT-5.5 "Spud" was such a big jump, and also why GPT-6 "Astra" is now supposedly another big leap). Ofc model size etc also plays a role, but my (admittedly limited) understanding is that new base models _can_ also lead to big jumps even keeping parameter counts constant.
  • mowmiatlas 1 hour ago
    Wow fable5.1 was the first model to do what I actually told it and I couldn’t find any problems with it, excited to try this just a day later lol
  • f311a 1 hour ago
    Is the google infra stable enough right now? At the start of the year, the flash model was unusable for a whole month via gemini CLI. They could not fix it for a whole month and I was a paid customer.
    • elias_t 1 hour ago
      I use it quite a lot and after a week of use I’m being hard rate limited
    • ipsod 1 hour ago
      I haven't had any issues lately.
  • buntp 1 hour ago
    It seems like this is one of the most powerful models for the price, really didn't see that coming from Google
  • AM1010101 53 minutes ago
    Seems to do reasonably well in opencode according to artificial analysis. https://artificialanalysis.ai/agents/coding-agents

    If I had to pay per token I would probably consider using this (they seem to be on the pareto of performance) but not being able to use opencode with a subscription is not really something I'm realistically going to do when claude and codex are around. Also never gotten along well with gemini-cli / antigravity-cli.

  • speak_plainly 59 minutes ago
    After struggling with Gemini for months, I think the trick to getting the most out of the model is writing a really solid personal intelligence/instructions prompt. The results are night and day in terms of performance.
    • titularcomment 41 minutes ago
      Funnily enough you really do need a great prompting and SKILLS setup to use antigravity effectively in contrast to other providers which actually started benefiting from less detailed prompts over time. But I like it this way, its more customizable and much cheaper especially with a sub.
      • porridgeraisin 34 minutes ago
        agy is good for those cases where you are willing to put the effort into the harness specifically for a task or family of tasks. The full suite, with evals, monitoring, hooks, custom tools, custom verifiers, etc,. It is not good if you want a "general coding assistant" like codex or claudecode.

        The reality is that if you optimise a harness for a family of tasks[1], then most of these models give successful output. And there, gemini flash's speed shines.

        For general coding assistant, you want it to be well, general, and you use a harness without too much customisation to something specific. Here you need deeply post trained coding assistants and implementors like codex/sol or claude/opus. Gemini flash in its current form will be too happy-go-lucky if you try using it the way we all use codex and is better used in a constrained setting.

        tl;dr gemini flash for "LLM-aided workflows in production" is super good today. Cheap as well.

        [1] Stuff like this: https://antigravity.google/blog/teamwork-when-ai-becomes-a-r...

        https://hamel.dev/notes/llm/evals/

    • dakolli 56 minutes ago
      slot machine addict thinks if he pushes buttons in a certain order the odds get better.

      In all seriousness, gemini has the best interactive planning document/orchestration. Tell it to create a plan document and work through it with it and it will preform really well(in antigravity products). But this is the case with plan modes with every model, I just think the interactive document that antigravity uses is really well thought out.

  • hmate9 1 hour ago
    It is more expensive per task than 5.6-sol high: https://artificialanalysis.ai/models/gemini-3-8-flash#price-...
    • jdthedisciple 8 minutes ago
      Sol is still underrated imo, especially for the current discounted price
    • HJain13 52 minutes ago
      Cheaper at medium level while still being same score as Sol medium
    • radicalriddler 55 minutes ago
      Huh, according to some of those charts, it's both dumber, and more expensive to run against their benchmarking tasks than Fable??? Seems crazy to me.
  • wjellyz 57 minutes ago
    been absolutely loving 3.7 flash for coding. it feels very fast and quality is decent for implementing product features. usually use opus or sol for hardcore debugging.
  • kelvinjps10 1 hour ago
    I see benchmarks beating sol terra and sonnet. But is actually better? Has someone used it? I don't see actually much people that use Gemini for coding.
  • satvikpendem 1 hour ago
    Is the Gemini CLI still terrible compared to Claude Code and Codex? The harness the main thing holding back Google models as they could've been the best given all the advantages in compute capacity and training data they initially had, where now even the Google CEO said they're falling behind in agentic tasks, which is sort of a vicious cycle because RLHF relies on human usage.
    • stwrt 1 hour ago
      In May they replaced the Gemini CLI with the Antigravity CLI.

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

    • rancar2 1 hour ago
      That was sunset and replaced by Antigravity. FWIW until I abandoned it knowing the sunsetting, I was able to get good behavior out of Gemini CLI with overriding the system prompt. The default prompt crippled the harness with very poor instructions, but there was a hidden ENV to override it. Replacing it with Claude Code like prompts based on the model selected, it ran at a much higher intelligence level full stack with significantly less errors.
    • pshirshov 1 hour ago
      There is no Gemini CLI anymore, nor you can use Gemini with your own harness unless you pay per-token.
      • visarga 1 hour ago
        it's called `agy` now
    • zipy124 1 hour ago
      It was superseded by the antigravity CLI.
    • fridder 51 minutes ago
      it is antigravity now. It is ok
  • pwython 1 hour ago
    Is there any reason to even use 3.1 Pro now?
    • fridder 8 minutes ago
      In my experience? No. 3.7 is faster and it just seems to get things right more often. Only big architecture tasks and analysis make sense with 3.1, perhaps, but honestly just use the Opus 4.6 to generate a plan and then switch back to flash for the implementation
    • bitexploder 1 hour ago
      It is still going to be better at text work, skills, document review, deep reasoning, architecture review, etc. It is only 6 months old, it isn’t like its world knowledge and software knowledge is really out of date. Use it to churn on harder design problems.
  • hmokiguess 1 hour ago
  • dcchambers 9 minutes ago
    I would really love to be able to use these Gemini models in Opencode or Pi with my existing Google AI Pro subscription.
  • leumon 1 hour ago
    So 89.4% on Terminal Bench 2 but only 19.1% on Tbench 4. Opus 5 is 89.1%/51.8%.
  • ASinclair 1 hour ago
    From personal experience it feels much more capable than 3.7 Flash.
  • eis 13 minutes ago
    3.8 uses nearly twice as many tokens as 3.7. One might be inclined to think that they just increased the thinking budgets...

    3.7 used 64M on high: https://artificialanalysis.ai/models/gemini-3-7-flash 3.8 used 120M on high: https://artificialanalysis.ai/models/gemini-3-8-flash

    Even their own chart showed more than 2x higher cost compared to 3.7: https://storage.googleapis.com/gweb-uniblog-publish-prod/ima...

  • sva_ 1 hour ago
    • Barbing 1 hour ago

        [1] For tone and instruction following, a positive percentage increase represents an improvement in the tone of the model on sensitive topics and the model’s ability to follow instructions while remaining safe compared to Gemini 3 Flash. We mark improvements in green and regressions in red.
      
      Gemini 3 Flash?! So is Gemini 3.8 Flash less safe than 3.7 Flash in all areas besides Text to Text Safety (and identical on Image to Text Safety)?

      Why bother with a column “Gemini 3.8 Flash vs. Gemini 3.7 Flash” when you’re going to disregard the label for 20% of it? Also is the “Tone” label short for “Tone and Instruction Following”?

      Chartcrime, the major AI lab tradition.

    • mattlondon 1 hour ago
  • prometheus1992 1 hour ago
    Google keeps flashing everyone where everyone is expecting to get PRO'bed.
    • kzrdude 49 minutes ago
      We also had GLM-5.3 flash and Qwen 3.8 Flash Next, everyone's getting flashed and I think it's a good trend.

      Almost suspect that the rate of improvement to post-training is so fast that small models have an advantage - it takes much more compute to train a bigger model, so the flash models are just running in circles (well, not exactly of course) around the larger models right now.

  • lgl 33 minutes ago
    Am I the only only one thinking that Google might still "win" the AI race, despite the apparent gap?

    They're apparently evolving slower than most SOTA models but "slow and steady wins the race" is probably still a thing.

    And since Google doesn't depend exclusively on AI models, they can probably afford to "wait and see" where all this craze is heading.

  • amazingamazing 53 minutes ago
    Could someone explain to me why it matters if google has the best model? Isnt the real metric cost per task?
  • fitsumbelay 1 hour ago
    shows up in /models though and encourages you to use it over 3.7 Flash I prefer this over reading specs: the "just show me" way
  • realist_not 1 hour ago
    Anyone has a cached page / mirror ? 404
  • dismalaf 41 minutes ago
    Nice surprise. In a few of my own tests it seems maybe a tad slower than 3.7 (but still way faster than any other LLM I've used) and even smarter. With 3.7 I felt I could just not use 3.1 Pro at all and 3.8 seems even better.
  • dyauspitr 43 minutes ago
    Whatever they’re using within the Maps app is not good at all. I cannot just ask it for things conversationally like I do with ChatGPT. They really need to put a better model in there. I don’t even think it maintains context across two different queries within the same session. It’s not seamless and doesn’t just “get it” like ChatGPT does.

    Yesterday I asked for food stop on my road trip 45 minutes from the current time and it gave me some options, but then I changed my mind and specifically asked for Asian restaurants and it completely forgot about the 45 minutes and gave me the closest Asian restaurant to me.

  • advenn 1 hour ago
    But where is Gemini 3.5 pro?
  • FpUser 50 minutes ago
    >"safety performance" - this starting to get long in the tooth. Gemini cut programming session 3 times for "safety reasons" yesterday for mentioning image generation (I need to generate bunch of those for infinite zoom virtual training app experience). After I got creative and managed to trick it to answer t was of course because "think of a children"

    And in my other app I was debugging and using OpenAI to optimize some path it cut me off numerous times because it did not like JIT functionality (this is my commercial business rule evaluation engine that compiles rules to executable code inside the app to increase performance using asmjit library)

    I am basically paying for them to waste my tokens and time on these 2 tasks

  • barapa 1 hour ago
    love these flash models
  • OG_BME 1 hour ago
    What did it say?
  • deanc 1 hour ago
    And yet again another failed launch from Google. I pay for their AI plus Google one package to get more cloud storage (have no interest in their AI bundle but you have to pay). and all I see in the Gemini app is 3.6-flash
  • yipinwong 1 hour ago
    "Page not found"...
  • jdw64 1 hour ago
    The biggest problem with Gemini is that its performance degrades the longer you use it for coding. Is it just me?
    • hirako2000 34 minutes ago
      Filling the large context does that yes.

      But a good agents.md, starting from a clean slate, and specifying which key files to look into and follow the standards allows me to build gigantic projects even I struggle to keep in my head structurally.

    • deno 19 minutes ago
      Seems maybe you’re keeping a forever-session and multiple independent tasks end up overstaying in context?

      I would say either start new sessions for new tasks or limit the context to something smaller than 1M.

      I usually start with research/planning session, this goes into a detailed implementation plan and then a new session for the actual implementation.

      If it's complex problem maybe a review/adversarial step between plan and implementation.

      Also with forever-session any time you take a longer break (depends on model and provider as to how long) you will push an entire big context again without caching even if you don't need it. With 1M context this gets expensive.

  • Mashimo 1 hour ago
    It's 404 now.
    • freedomben 1 hour ago
      Came and went in a flash
      • k8sToGo 1 hour ago
        Because they are preparing Gemini 3.9 Flash
        • pixl97 1 hour ago
          The real singularity is when new models are released faster than we can change the model dropdown dialog.
    • kingstnap 1 hour ago
      The blog post is gone but I can currently use it in the gemini chat website.
  • mythz 1 hour ago
    I'm trying it now for token heavy coding tasks, it's capable for many tasks but in noway compares to Claude/Sol - requires more prompts and the output isn't as good.

    So just another mid-tier flash model, nothing exciting, but Antigravity has very generous quotas so it's a good workhorse model when your Claude/OpenAI subs run out.

    And whilst it's a fast model, having to baby sit through and approve prompts every few seconds ends up making it slower than the Auto approve modes of Claude/ChatGPT - they definitely need an auto approve mode.

    • titularcomment 45 minutes ago
      `agy --dangerously-skip-permissions`
      • mythz 14 minutes ago
        anyway to do this with the Antigravity macOS App?
  • tacomonstrous 1 hour ago
    Looks like Google's given up on frontier models for external consumption?
    • heyjamesknight 1 hour ago
      Gemini 4 pre training is underway: https://x.com/OfficialLoganK/status/2079594867161022817

      My guess is we skip 3.5 and go straight to 4 Pro. With the monthly Flash releases, releasing 4.0 Flash and Pro in 6-8 weeks would be a nice buildup.

      (I work at Google but don't know anything that isn't already public)

    • WarmWash 1 hour ago
      Latest rumor is that 3.5 pro was struggling to be meaningfully better than flash, since iterations on flash were moving much faster than iterations on pro, likely due to model size (flash is estimated to be in the 200-400B range).
      • VirusNewbie 1 hour ago
        I found 3.5 pro to be much better than 3.5 flash, but 3.7 flash with high reasoning is comparable and way way faster.
        • j16sdiz 1 hour ago
          There are no public release of 3.5 pro. Either its a typo, or you have some insider information
          • WarmWash 49 minutes ago
            Googlers and some external workplaces have had 3.5 pro access for a few months now.
          • VirusNewbie 52 minutes ago
            Check my profile?
    • iamdelirium 1 hour ago
      How can you say that when a Flash model is benchmarking close to Opus and Sol?
    • ok123456 1 hour ago
      Given up frontier models for selling compute.
    • thisisauserid 1 hour ago
      They don't want to release a frontier model that requires data sharing with the government and right now it looks like they'd have to.
  • shuvrojit 1 hour ago
    Gemini is getting less useful with each update. I could edit a pdf with the 3-pro model before but 3.1-pro couldn't edit the given pdf nor it could generate one for me.
    • leumon 1 hour ago
      You probably mean 3.5-flash? Pro is still good for a lot of use cases, but it seems it's still officially in the "preview" phase.
    • ipsod 1 hour ago
      3.5 pro doesn't exist yet?
      • shuvrojit 1 hour ago
        Sorry my bad, I messed up the numbers, 3 and 3.1 pro. All of these model numbers have me confused
  • coffeecoders 1 hour ago
    One place where I find the Flash models surprisingly bad is Google Search's "AI Mode".

    A recent example - I searched for how to unsubscribe from Pearson emails. Google Search "AI Mode" confidently gave me a sequence of steps along the lines of Settings > Profile > Email preferences > Unsubscribe.

    Of course, I looked for an unsubscribe link before asking Google. None of those options existed. The correct answer was there is no way to unsubscribe through the account, so I just blockthe emails instead.

    I've run into this pattern quite a few times. AI Mode seems to make up things all the time.

    • inventor7777 1 hour ago
      I think that's just a limitation on the size of the model. I'm pretty sure that they use a pretty small model in those summaries to save money, which naturally makes them a little less smart.
    • pixl97 1 hour ago
      https://www.pearson.com/privacy-center/privacy-notices/full-...

      >We will not send marketing emails to a user who has opted out of receiving them. Any marketing communications we send will include an unsubscribe link at the end of the email.

      I don't think this is AI's fault. This is Pearson's publishing incorrect information and the only way to really know they are a bunch of lying assholes is to have an account and try to unsubscribe from it.

      AI didn't make it up, Pearson's did.

    • xyzzy_plugh 1 hour ago
      It's not the models, it's the guardrails.

      It's obvious that the Google Search AI Mode encourages the model to give an answer without spending unnecessary cycles investigating deeply.

      They also heavily encourage keeping the context short. For example, it will remove the option to start a new turn after a small number of turns, depending on the topic.

      It definitely makes things up all the time, but it gets it right surprisingly often. I really like it.

  • greenowl 23 minutes ago
    Not to rain on anyone's parade but I find it strange how excited and giddy people on HN get for any new X.X model releases. Pumping it straight to the top, clamoring to use it, check and compare benchmarks, bragging about it being your "daily driver"?

    Are you people truly this excited about this crap? I mean I guess if you work for Google or Anthropic or whatever I could see it??? Otherwise, are these just bot comments?

    • ipsod 17 minutes ago
      Gemini Flash is the one I get most excited about, because it's so fast and so good at real-world knowledge, and it's improving so fast - look at how much the benchmarks improved in ~1 month. It's just categorically different than anything else.

      Also, I use it every day, and it just got ~10% better at coding, according to the benchmarks. How is that not exciting?

    • drbscl 19 minutes ago
      Given that they push capabilities at the pareto frontier, yeah

      A lot of us use these in our services, so we're getting an upgrade "for free"

    • deno 6 minutes ago
      You know how the saying goes that you have to pick two out of three: cheap, fast or good? This is all of those. Pretty exciting.

      I'll wait for Astra and Grok 4.7 announcements but probably getting at least one Ultra subscription.

      Since testing 3.7 on Pro for last two weeks I'm realizing just how long I'm waiting on other models. I've been multitasking to compensate but it's exhausting so I'd rather not.