← Back Published on

For Developers & Product Managers

The event is called I/0 for a reason! Seriously, the amount of dev-facing updates was immense. Here's why you should be excited:

Gemini APIs and AI Studio

If you build apps, the new Google AI Studio will let you experiment with models and integrate them faster than ever. It's like a playground to test prompts, fine-tune models (maybe small ones for your specific needs), and then deploy them via an API or plugin. Product managers should think of Gemini not just as a Google feature but as an available component for your own product. If you manage a project management software, you could integrate Gemini to offer an AI assistant that summarizes project updates or predicts delays. Google's tools are making it "plug-and-play" to do so.

Gen AI SDK & On-Device AI

Google introduced Gen AI SDK for Android along with Gemini Nano – essentially allowing AI features on mobile apps without needing a round-trip to the cloud. This is huge for user experience: low latency and better privacy. Devs can use it for things like language translation or summarizing text on device. Imagine adding an offline AI mode to your app – maybe a travel app that can answer questions about a city from downloaded data, right on the phone, no internet needed. This tech will allow that.

Chrome DevTools with AI

This one got a cheer from the devs – AI integration in Chrome DevTools. It means while you're debugging your website, Gemini can suggest fixes or optimizations. Perhaps it points out that a function can be refactored, or helps write a regex (hallelujah!). It's like having a pair programmer who lives in your browser. Developers should embrace this – it can speed up coding and learning. (I, for one, know many people who'd love to use it to deal with CSS quirks. If Gemini can fix IE… I mean Edge… issues, I'm sold.)

Agent API & Automation

As mentioned earlier, Google opening up the Agent capabilities via API means devs can build workflows where AI agents do multi-step tasks. If you're a PM for, say, an e-commerce platform, you might expose certain actions (add to cart, apply promo code) to trusted AI agents. Why? Maybe so services like Agent Mode could complete purchases on your site smoothly. There's even talk of an Agent-to-Agent protocol – think about that: your app's AI could negotiate or chat with another service's AI to accomplish tasks. It's early days, but forward-looking devs will experiment here. Possibly chaotic, possibly amazing.

Multimodal Inputs & Outputs

Product folks, consider how your users might interact via voice, images, and video. Android XR glasses are a hint of a world where people will expect to talk and show, not type and click. Are your products ready for that? Google's building the ecosystem (ARCore, scene understanding APIs, etc.). If I were a PM, I'd start scoping AR prototypes now – even something simple like an AR view for your app. Because when those Samsung/Google XR glasses launch, apps that already support AR voice commands or visual overlays will have a head start.

Developers and PMs should see Google's AI push as a rich vein to tap into. The barrier to entry for sophisticated AI in products just got a lot lower. Use Google's pre-trained models and infrastructure instead of spending a fortune training your own. And importantly, stay updated: these tools are evolving fast. If you haven't already, sign up for the Gemini API or AI trusted tester programs. Get your hands dirty with the latest SDKs. Build a fun demo integrating an AI feature into your product – hackathons are great for this.

As a content guy, I work closely with our dev team whenever there's new tech to adopt ( did it when voice search was the craze, when AMP came out, etc.). The synergy of content and dev is key to make AI features actually valuable to end-users. So my advice to PMs: bring your content strategists or UX writers into the conversation early. An AI feature is only as good as the user experience around it (prompt design, response handling, fallback when AI is unsure, etc.). We've got to build trustworthy AI into products, meaning transparency and the option for users to verify info. Google including citations in AI search answers is a great UX decision; emulate that in your own AI features where relevant.