How Google staged its generative AI comeback through Gemini, long context capabilities and a strategic platform approach.
A lively Reddit discussion asks a simple question: how did Google make its comeback in the generative AI era? The post points to the early days of Bard in 2023, when many wrote Google off as slow, political, and unable to ship, and contrasts that with today’s narrative of momentum.
Google had its LLM “Bard” and no one really cared… But lo and behold, Google is now leading in so many of the GenAI dimensions.
The original poster (OP) cites a Wired feature for context and claims Google now leads on long-context models for coding, state-of-the-art video generation (Veo 3), strong image models (“Nano Banana”), on-device speech-to-text, and science-focused models - alongside a $3 trillion market cap. So, what happened, and why does it matter for UK teams?
The thread argues Google has shifted from laggard to leader across several fronts. These are the headline claims made by the OP:
It’s worth noting these are claims from a Reddit post. The exact benchmarks, context window sizes, and evaluation settings are not disclosed here, so organisations should validate on their own workloads.
| Capability | What the OP claims | What to check |
|---|---|---|
| LLM for coding | “Best coder” with a very large context window | Tool use, repository-scale context, latency, test on your codebase |
| Video generation | Veo 3 is “best” for text-to-video | Frame consistency, motion control, licensing, safety filters |
| Image generation | “Nano Banana” is best for images | Fidelity, prompt adherence, brand guardrails, commercial terms |
| On-device speech-to-text | State-of-the-art on phones (linked blog) | Accuracy on accents, offline performance, battery impact |
| Science-focused models | Specific models for scientific tasks | Domain validation, data provenance, reproducibility |
We don’t get an insider exposé from the thread, but we can infer a few broad factors from the discussion and public coverage:
None of this requires Google to “win” every benchmark. It’s about delivering enough quality across enough surfaces that developers and businesses can actually use it.
UK teams should benchmark models on their own tasks: coding repositories, policy documents, clinical protocols, etc. Marketing demos can overstate generality. Consider accuracy, latency, and the price at the prompt lengths you’ll actually use.
Check how your data is processed, stored and retained under UK GDPR. If you’re using cloud-hosted models, review data residency options, logging controls, and how prompts/completions are used for training. For content generation, validate copyright assurance and indemnities.
On-device speech-to-text and small models can keep sensitive audio and text local, reducing data transfer risks and latency. But UK accents and domain jargon can still trip models up; test with real user recordings.
Long-context prompts can be expensive. Monitor token usage, cache where possible, and consider hybrid approaches (retrieval-augmented generation, or RAG: using a search layer to fetch relevant snippets) to keep prompts lean.
If you’re experimenting with multiple providers in parallel, it can help to keep your workflow tools neutral. For example, I’ve written a guide to connecting ChatGPT to Google Sheets so you can prototype with whichever model performs best for your task.
It really feels like Google has defeated the naysayers.
The momentum feels real. The OP highlights serious progress across LLMs, video, images, on-device and scientific tooling. But “best” is contextual. Benchmarks vary wildly with prompt style, temperature settings, input length, guardrails and evaluator bias.
Before shifting your stack, run side-by-side evaluations on your data and constraints. For video and images, ensure outputs are licensable for your use and that you have appropriate content safety checks. For text and code, track hallucinations and add retrieval and verification layers where possible.
Google’s alleged GenAI comeback reflects a broader platform play: long-context models, strong multimodality, and options from cloud to device. That breadth can be a competitive advantage if the quality holds up on your workloads. The thread’s claims are bullish; treat them as a shortlist of areas to test, not as settled fact.
If you’re deciding now, prioritise experiments that measure real outcomes: faster code reviews, higher document QA accuracy, or reduced agent handle time. Keep data protection tight, document your model choices, and design for optionality. The market is moving quickly - which is all the more reason to make calm, evidence-based decisions.
Related
Software engineers and AI: more output, not more value? A recent Reddit thread from a distinguished engineer in an AWS vertical struck a nerve. The claim is simple: AI has clearly increased visible activity – more documents, more code commits, more test harnesses – but not the value that users actually feel. “I see a [...]
JoshuaJuly 5, 2026
Last updated
Category
aiViews
56 viewsLikes
No ratings yet
The AI adoption gap is real: what a blunt Reddit post gets right A recent Reddit thread tells a familiar story. A marketing-tech founder demos “AI agents” to a senior stakeholder at a big brand. The exec is sceptical, calls them “wrappers”, then asks for help setting up a WhatsApp broadcast channel. The punchline isn’t [...]
JoshuaJuly 5, 2026
Making a 3D RPG with AI only: what was built and why it matters A Redditor has shared an ambitious “AI-only” game dev experiment: a third-person 3D RPG prototype created without writing code, driven entirely by prompts to the muranyi-3 model from Tesana AI. You can read the full thread here: Making a RPG game [...]
JoshuaJuly 5, 2026
No comments yet - start the conversation.