6 ms·
It's also very possible that they know their big model underperforms chatgpt 5.6 and fable by too much, so they are focusing on what they can get wins in like s
by Tenoke 2mo ago
It's also very possible that they know their big model underperforms chatgpt 5.6 and fable by too much, so they are focusing on what they can get wins in like speed instead.
- verelo 2mo agoThis is the feeling i get too. Cant produce quality, but can produce something that is super fast...so take the wins where they are.
- copperx 2mo agoWe don't have enough fast models, so I see this as a positive. I just test drove Gemini Flash Lite and it's crazy fast.
- tonyhart7 2mo agowe need fast + cheap AI model, those gemini 2.0 flash is superb like it literally pennies
- dotancohen 2mo agoFor a coding LLM specifically, when is fast a good tradeoff for quality?
- verelo 2mo agoI wouldnt say it is, but there are circumstances when speed is helpful. I wouldn't argue that coding is one of them.
- rockinghigh 2mo agoA coding agent driven by a large LLM can delegate smaller tasks to a faster model. For example searching through the codebase for references, examples, or established patterns. They are treated as tools and don't pollute the main agent's context.
- overfeed 2mo ago> ...when is fast a good tradeoff for quality? When it is cheaper, and the "lower quality" model is adequate for the task at hand. Plenty of problems have a low(er) skill/intelligence floor, anyone who uses the dual-mode agent paradigm (plan, then act) figures out the second phase can be completed by a less capable model. Even when disregarding costs - speed is important here because the agent can rapidly iterate without human supervision, based on compiler errors, lint and test failures
- mediaman 2mo agoThere was some recent reporting that a July release of the Pro model got pushed back for exactly that reason. Its performance was not good compared to the OpenAI/Anthropic big models. They are having a lot of problems with posttrain.
- maxloh 2mo agoI personally doubt that. It would be a shame if they cannot beat Kimi K3 or Qwen3.8 Max, both of which are claimed to be Fable-like. If that is true, it will be [or would be] the first time a major American lab falls behind a Chinese competitor.
- chrsw 2mo agoGoogle can't compete with China, neither can Meta. Only two labs in the US can keep chucking billions at the frontier race. Everyone else has a real business to run. China can keep up because it's cheaper to run a frontier lab there. They also have more researchers and a stronger cultural inclination for this sort of thing. And I guess the business case in China doesn't have to work as well as it does in the US.
- janalsncm 2mo ago> China can keep up because it's cheaper to run a frontier lab there Not sure if this is what you meant, but their training runs are significantly cheaper. This was one of the big shockers from the Deepseek R1 paper. US foreign policy has helped to ensure that the Chinese are compute constrained, so they literally cannot buy the most expensive and powerful training rigs. This has led to a steady drumbeat of innovations which are not revolutionary on their own but stack together to make things much more efficient.
- martinald 2mo agoYes agreed - I wrote this up a while back https://martinalderson.com/posts/whats-going-on-with-gemini/ https://martinalderson.com/posts/whats-going-on-with-gemini/ My view then was they are optimising the models for inference ability on their own hardware AND use cases, which is often speed and time to first token. They've somehow seemed to end up with terrible compute shortages, which again is surprising given how good Google is at infra deployments AND have their own hardware. From rumors out there they are turning down enterprise deals for Gemini because they don't have the compute. The problem is they're falling further and further behind on frontier class on coding especially, and since I wrote that article it's got even worse with open weights models undercutting them on price AND intelligence.
- IgorPartola 2mo agoThey include an LLM response with every single Google search, whether it is warranted or not. That scale is, my guess, many orders of magnitude higher than what OpenAI and Anthropic serve. And for Google none of these are paid interactions since their LLMs do not (YET) insert ads into the responses. So my guess is that Google will continue having compute shortages until the Gemini enshittification starts.
- martinald 2mo agoI don't think so. According to some very basic research there are around 8bn searches a day, or 250bn a month. Let's assume Google serves AI overviews on every SERP (they don't) and don't cache them (they do, afiak). And let's assume that each AI overview is 2000 tokens (blended input/output), that's 500T tokens a month. It's rumoured that anthropic is serving somewhere close to 10Q tokens a month. Now it may be that AI overviews uses vastly more tokens than that per search, but I doubt it based on speed to render the overview. My very rough napkin math on this is that maybe AI overviews is consuming 100T tokens/month max (after adjusting for caching and SERPs that don't have them), which would be 1% of Anthropic token volume.
- imtringued 2mo agoWell I asked the google AI mode thing what it thinks about your comment and it told me this (edited obviously): "10 Quadrillion tokens a month means: 333 Trillion tokens per day and 3.85 Billion tokens generated/processed every single second, 24/7." "At an incredibly cheap, subsidized infrastructure cost of $1 per million tokens, serving 10 Quadrillion tokens would cost Anthropic $10 Billion per month ($120 Billion a year) just in inference compute." It also had this to say about how google's AI overview works: "Google doesn't just feed the LLM your 5-word search query. The system scrapes the top 10–20 web results, feeds thousands of words (tens of thousands of tokens of context) into the model, processes it, and then outputs the result." Oh, and it does all of that in less than two seconds. Honestly, whatever Google is doing with its infrastructure is so far ahead of everyone else, I can't believe you fell for such an obvious lie. There are also extremely obvious holes in your comment: >Let's assume Google serves AI overviews on every SERP (they don't) and don't cache them (they do, afiak). Try it out for yourself. Add a few random letters or punctuation. They cache nothing.
- janalsncm 2mo agoThat and/or the business case isn’t as clear when serving enormous models? You’re constantly stuck in a red queen’s race where your profitability window is increasingly measured in weeks because the Chinese are right behind you. For small models (which are probably distilled from their big ones) you can serve them economically all the time and not hemorrhage money.
- adventured 2mo ago[flagged]
- amazingamazing 2mo agowithout any hard data one way or another your comment is worthless. "pile up subscriptions" - based on what? neither company is public. "piling up subscriber counts", "piling up API usage"? cool. how much money are they making? oh you don't know because they're not public. the reality is one way or another that as long as there exists an alternative that a USA company could serve with the same compute rented from hyperscalers, this represents a threat, even if the extent to which is unknown
- Wowfunhappy 2mo agoBut what does that mean for Google if their model isn't as good as OpenAI's and Anthropic's?
- codedokode 2mo ago> Domestic China is the only very large audience for their own models I don't think so. US models are very expensive, and not available in every country. I am not willing to pay $50/1M tokens for writing my pet projects.
- verdverm 2mo agoThere are also US based companies like Fireworks serving up the best open weight models with the compliances we need in US enterprise. Depending on the company, they may offer more/different jurisdictions, EU probably needs a Fireworks like company (haven't heard about one, maybe it already exists?)
- ignoramous 2mo ago> focusing on what they can get wins in like speed instead Speed as a differentiator has always been Google's thing. They (used to?) show the microseconds it took to query & rank web-scale search results. Chrome, notoriously, focused on speed at the expense of resource use. The very many efforts to efficiently speed up Android & its runtime since its inception, and so on... > their big model underperforms chatgpt 5.6 Possible but TFA claims: We have started our most ambitious pre-training run yet, for Gemini 4 ...
- mnicky 2mo agoThat sonds like they can't compete with 3.5 or 3.6 so they must increase the model size and are training v4.
- godwinson__4-8 2mo agoDidn't they already acknowledge this? Paywalled article, but the headline is basically all you need: https://www.bloomberg.com/news/articles/2026-07-16/google-gemini-launch-delayed-as-tech-falls-short-of-internal-goals https://www.bloomberg.com/news/articles/2026-07-16/google-ge...
- Miraste 2mo agoThat's the only explanation that makes sense. If it was frontier but cost or compute were limiting factors, they'd release it at an obscene price for the bragging rights. Google doesn't care that much about alignment, and I don't think it's likely to be significantly different than 3.5 anyway. The only reason it would need to be soft-canceled is if it's terrible, and has to end up in a ditch like Llama 4 to avoid shareholder panic.
- reilly3000 2mo ago3.5 pro was clearly a miss. It should have been in prod mid may, not MIA in late July. The brain drain at deep mind is a clear indicator that the people who know the most think that they can’t stay at the frontier. Antigravity NEEDED to be game-changing. Without the stream of data that Claude, Codex, and Cursor enjoy there is little chance of getting an effective reinforcement learning loop. For the first time in its history, GOOG is at a meaningful data disadvantage, and apparently a cultural one as well.
- deleted 2mo ago[deleted]
- tonyhart7 2mo ago"Without the stream of data that Claude, Codex, and Cursor enjoy there is little chance of getting an effective reinforcement learning loop" Google literally giving everyone + student 18 month free subscription, those are source of cheap gemini + sonet,opus model that people selling/use with rotator proxy with thousands of account they didn't lack the data
- stingraycharles 2mo ago“Google doesn't care that much about alignment” I don’t think this is necessarily true, did we all forget how much Google cared about alignment that their AI wasn’t able to render a white polar bear?
- satvikpendem 2mo agoIt's also what Pichai literally said in a recent interview, that Google is not doing well in coding and agentic tasks. https://www.searchenginejournal.com/pichai-says-google-is-a-bit-behind-on-agentic-coding/575781/ https://www.searchenginejournal.com/pichai-says-google-is-a-... (link to the actual podcast interview source within, this has a summary)