Google I/O 2026 ran May 19-20 at Shoreline Amphitheatre. Two days and 100+ developer-facing announcements later, the real question is not what Google announced — it is what you should actually build with, what you should watch, what you can safely defer, and what you must migrate away from before a hard deadline. This priority matrix sorts every I/O release into one of four quadrants so engineering managers can finish their Q3 planning in one sitting.
The stakes are higher than a typical product keynote. Gemini 3.5 Flash went GA on May 19 with production pricing and a 1.05 million-token context window. Antigravity 2.0 shipped the same day with a new desktop app, a Go-based CLI, and an SDK that replaces the toolchain thousands of teams have been using since Antigravity 1.0 launched in November 2025. And buried in the developer keynote notes: Gemini CLI — the open-source tool with 100K+ GitHub stars — is being retired on June 18, 2026. That is 28 days from today.
This guide covers the full priority matrix, the Antigravity version distinction that most I/O coverage conflates, the AI Ultra pricing restructure, the open-source backlash over Gemini CLI, and the cross-vendor WebMCP story that almost every publication missed. Internal links connect to our sister-post deep dives for teams that want full technical detail on any quadrant item. For session-by-session coverage, see our Google I/O Day 2: 85-developer-session roundup.
- 01ACT NOW: Four GA tools are production-ready today.Gemini 3.5 Flash (stable model ID gemini-3.5-flash, $1.50/$9 per Mtok), Antigravity 2.0 desktop + CLI + SDK, ADK 2.0 (GA, multi-language), and AI Studio Android app generation are all live and stable. Managed Agents is public preview — no waitlist, same pricing.
- 02WATCH: Gemini 3.5 Pro and WebMCP are 1-3 months out.Pro rolls out June 2026 — close enough to plan a Flash-to-Pro migration roadmap, not close enough to build on. WebMCP's Chrome 149 origin trial (co-developed with Microsoft) is the first developer-accessible window into the browser-native agent standard.
- 03WAIT: Spark is for Ultra subscribers only — no public API.Gemini Spark is gated to AI Ultra ($100-$200/mo) in the U.S., with beta opening the week of May 25. There is no developer API surface. Study the always-on agent design pattern, but do not build a product integration yet.
- 04HOLD: Gemini CLI retires June 18 — 28-day migration clock.Any team with gemini CLI in CI, onboarding docs, or GitHub Actions has 28 days to migrate to Antigravity CLI (agy). Enterprise and Google Cloud tiers are unaffected. The Antigravity CLI is not open-source — a critical distinction for teams that built on Gemini CLI's 100K-star OSS community.
- 05Antigravity 2.0 and 1.0 are distinct products — do not conflate.Antigravity 1.0 shipped November 18, 2025 as a VS Code fork running Gemini 3 Pro. Antigravity 2.0 is a standalone desktop app plus the agy CLI plus an SDK, running Gemini 3.5 Flash. Version 2.0 is not an update to 1.0 — it is a new product family. A migration tool added May 23 helps 1.0 users move their settings and extensions.
01 — The FrameworkFour quadrants, one planning decision.
The mental model is simple. ACT NOW means the API is GA or public preview with stable pricing and no waitlist — try it in production this week. WATCH means the surface is preview, beta, or "rolling out" — experiment in dev and plan a 3-month migration roadmap. WAIT means trusted testers only, research preview, or no announced developer surface — study the design pattern, do not build. HOLD means forced migration with a hard deadline, or no clear developer path at all — do not invest new resources, migrate out immediately.
Every item in Google's canonical 100-announcement index was assigned to a quadrant using three criteria: (1) is the developer API live and unrestricted today, (2) is pricing confirmed, and (3) is there a stable surface to build on without a waitlist. Where availability framing differed across sources, the Google I/O 2026 developer keynote round-up was treated as authoritative.
GA or public-preview items
Gemini 3.5 Flash, Antigravity 2.0 surfaces (desktop + CLI + SDK), Managed Agents API, Interactions API, ADK 2.0, AI Studio Android, AI Mode upgrade, new Search Box.
Preview or rolling-out items
Gemini 3.5 Pro (June), Omni Flash API (weeks), WebMCP, Chrome DevTools for Agents, Android Studio Migration Agent, Information Agents, Generative UI, Universal Cart, AI Inbox, Gemini for Science.
Trusted-tester or no-API items
Spark (Ultra-only, no API), Omni Pro (no date), Omni voice editing (safety hold), Custom Mini-Apps, Ask YouTube (US-only experimental), Android XR audio glasses (Fall 2026).
Forced migrations or withheld items
Gemini CLI (retires June 18), Code Assist for GitHub free tier (no new installs June 18), XR display glasses (no SDK), Managed Agents preview tooling gaps (file_search, computer_use, structured output unavailable).
02 — ACT NOWGA tools you can ship to production this week.
Eight developer-facing items from I/O 2026 cleared the ACT NOW bar as of May 19-20. They share three properties: the API or SDK is live without a waitlist, pricing is published, and Google's own documentation treats them as production-ready (even where the label says "preview," as with Managed Agents, the preview is fully open with stable pricing).
GA worldwide · gemini-3.5-flash
Stable model ID, 1.05M-token context, $1.50/$9 per Mtok input/output (cached $0.15/Mtok). Runs AI Mode, Antigravity 2.0, and Managed Agents under the hood. The cheapest frontier model in the production matrix as of May 2026 — benchmarks suggest roughly 25% cheaper input than 3.1 Pro. See our full benchmark guide for thinking_level API details.
Desktop + agy CLI + SDK · shipped May 19
All three surfaces went live with 'today' framing. Default model is Gemini 3.5 Flash. Desktop app, Go-based agy CLI, and Python/TypeScript/Go SDK. Google patched a UX regression on May 23 that had stripped the built-in IDE — the 'Open IDE' button is now restored. Free tier exists for solo developers.
Public preview · POST /v1beta/interactions
Spin up an agent that reasons, uses tools, and executes code in an isolated ephemeral Linux environment with a single API call. Default agent ID: antigravity-preview-05-2026. Billed at standard Gemini 3.5 Flash rates. The 'preview' label is a risk hedge, not a capability hedge — any developer account can use it with no waitlist.
GA · Python / TypeScript / Go / Java
Agent Development Kit 2.0 reached GA on May 19 with unified graph-based execution and the Agent-to-Agent (A2A) protocol stable. Code-first sibling to Managed Agents — orchestration in your process instead of paying Google to host it. PyPI package live. Kotlin support is in beta.
Native Kotlin + Jetpack Compose · live May 19
The only mainstream prompt-to-app tool emitting native Kotlin. Bolt, v0, Lovable, and Replit Agent all ship React Native or WebView wrappers. Two free Cloud Run deployments per developer, in-browser emulator, ADB sideload, and one-click Play Console Internal Test Track publish. No credit card required.
file_search, computer_use, google_maps, function_calling, and mcp are noted as unavailable, along with structured output. The preview matrix shifts — verify against the live Gemini Interactions API reference before committing to any architecture that depends on these tools. Also: generateContent is explicitly NOT deprecated — Google preserves it as the primary path for standard production workloads.For detailed Gemini 3.5 Flash benchmarks, pricing tiers, and the full thinking_level API reference, see our dedicated Gemini 3.5 Flash benchmarks and API guide. The ACT NOW case is clear: this model is production-ready, cheaply priced, and already powering the surfaces that 8.5 million developers interact with monthly (per Pichai's May 19 stage number).
03 — WATCHPreview surfaces worth tracking on a 3-month horizon.
The WATCH quadrant is where most of the I/O excitement lives — and where most teams make their planning mistakes. These surfaces are real, they are coming, and some of them will be consequential. But they are not production-ready today, and a quarter spent building on a preview-stage API is a quarter that may need to be rebuilt.
The rule: set up a development-environment integration, track the changelog, and have a migration task card ready. Do not make a WATCH item a production dependency before it exits preview.
Gemini 3.5 Pro
Pro rolls out in June 2026 — close enough to plan a Flash-to-Pro migration roadmap, not close enough to depend on. Start your evaluation environment now so you can cut over the day the GA announcement lands.
Gemini Omni Flash API
Consumer surfaces (Gemini app, Google Flow, YouTube Shorts Remix) are live. The developer API for embedding into your product is not. Worth a placeholder route and a waitlist signup. Native video generation from audio and text will unlock a new class of consumer product feature.
WebMCP Origin Trial
Open web standard for browser-based agents to call structured tools instead of simulating clicks. Origin trial opens in Chrome 149 — the first developer-accessible window. Worth claiming a trial slot now. Cross-browser GA is months away, but the standard has alignment from day one.
Information Agents
24/7 autonomous web monitors that push synthesized updates when relevant content changes. Gated to AI Pro and Ultra in the US at launch. Plan your content and SEO stack integration for summer — these are the Google-native competition to custom notification pipelines.
04 — WAITStudy the patterns. Don't build on them yet.
The WAIT quadrant contains the most hyped I/O announcements — including Gemini Spark, which generated more mainstream coverage than any other single announcement. The contrarian read is important here: excitement about a product is not the same as developer-readiness. Every item in WAIT either has no public developer API, is gated to a paid tier not broadly accessible, or has no announced SDK or developer surface.
WAIT quadrant — developer readiness score (lower = further from GA)
Source: Google I/O 2026 announcements — developer-readiness assessment, May 21, 2026The Spark framing deserves a specific note. Spark is architecturally interesting — it is an always-on personal agent running on dedicated Google Cloud VMs, built on the same Antigravity harness that powers the developer surfaces in ACT NOW. The platform play is Antigravity SDK. Spark is the consumer product that sits on top of it. Studying how Spark orchestrates context, manages long-horizon tasks, and integrates with Gmail and Calendar is valuable for any team designing always-on agent workflows. But building a product integration that depends on Spark's consumer-product surface — before a developer API exists — is building on a foundation that may never materialize.
The correct move: build on Antigravity SDK (ACT NOW) to implement the design patterns Spark demonstrates, and plan for a Spark API integration if and when Google opens the platform. Do not hold your Q3 roadmap waiting for a Spark SDK that has not been announced.
05 — HOLDThe June 18 migration clock is ticking.
The HOLD quadrant has one item that demands immediate action from a large portion of the developer community: Gemini CLI is being retired on June 18, 2026. That is 28 days from this publication. Any team using gemini CLI in CI pipelines, developer onboarding documentation, GitHub Actions workflows, or local tooling needs to migrate within that window.
The migration is not zero-cost. Google's Transitioning Gemini CLI to Antigravity CLI post is explicit: "there won't be 1:1 feature parity right out of the gate." The migration path runs through antigravity migrate --from-gemini-cli, and the most critical features — Agent Skills, Hooks, Subagents, and Extensions (now called Antigravity plugins) — are documented in the migration guide but require testing.
Gemini CLI sunset
gemini CLI (free / AI Pro / AI Ultra individual) stops serving requests. Gemini Code Assist IDE extension for free/individual stops same day. Existing GitHub Actions requests stop 'in the following weeks.'
Code Assist for GitHub
Gemini Code Assist for GitHub (free / individual tier) stops accepting new installations June 18. Existing requests phase out. Move to Antigravity CLI in CI, or upgrade to Gemini Code Assist for GitHub via Google Cloud (Enterprise path — unchanged).
Code Assist Standard / Enterprise
Gemini Code Assist Standard and Enterprise tiers are explicitly preserved after June 18. Gemini Code Assist for GitHub via Google Cloud is also unchanged. If your team is on an Enterprise license, verify before initiating any migration.
The 30-day migration clock from I/O is the buried lede of Google I/O 2026. Most I/O round-ups spend three paragraphs on Spark and one sentence on Gemini CLI sunset — but Spark has no developer API and Gemini CLI sunset affects every team running the open-source tool today.Digital Applied synthesis, May 21, 2026
06 — Version DistinctionAntigravity 1.0 vs 2.0: not the same product.
Most I/O coverage conflates Antigravity 1.0 and 2.0. They are distinct products with different architectures, different model backends, and different release timelines. Getting this wrong leads to planning errors — particularly for teams currently running Antigravity 1.0 who are trying to understand what the "2.0" launch means for them.
November 18, 2025 · VS Code fork · Gemini 3 Pro
Antigravity 1.0 launched as a VS Code fork powered by Gemini 3 Pro. It is the version covered in our Antigravity 1.0 baseline analysis. Features include slash commands, Subagents, Hooks, and an embedded IDE. Still usable — the May 23 migration tool added a migration path from 1.0 to 2.0 with settings/extensions/keybindings transfer. No hard end-of-life date announced.
May 19, 2026 · Standalone app · Gemini 3.5 Flash
Antigravity 2.0 is a brand-new standalone desktop application (macOS, Linux, Windows), not a VS Code fork. Ships with the agy CLI (Go-based), a Python/TypeScript/Go SDK, and the Managed Agents API surface. Default model is Gemini 3.5 Flash. A UX regression at launch gutted the built-in IDE — patched May 23 with a prominent 'Open IDE' button. Not open-source.
The practical implication for teams currently on Antigravity 1.0: the May 23 migration tool handles the mechanical transfer of settings, keybindings, and extensions. There is no hard deadline to migrate from 1.0 to 2.0. The reason to migrate now is the model upgrade — Gemini 3.5 Flash running under Antigravity 2.0 is meaningfully more capable and cheaper than Gemini 3 Pro in Antigravity 1.0. For a detailed feature-surface comparison across the full Antigravity 2.0 stack, see our Antigravity 2.0 desktop, CLI, and SDK deep dive.
07 — Pricing & TiersAI Ultra repriced: what the $100 entry tier means.
Google restructured its AI Ultra subscription at I/O, and the repricing has implications beyond the consumer product. For engineering managers evaluating team tooling costs, the new tiers define which Google developer surfaces are accessible.
The previous single AI Ultra tier was $250/mo. Google replaced it with two tiers: a new entry-Ultra at $100/mo (5× AI Pro limits, 20TB storage) and a repriced top-Ultra at $200/mo (down from $250, 20× AI Pro limits). Both Ultra tiers gate access to Spark. Most developer tools — Antigravity 2.0, the Gemini API, ADK 2.0, AI Studio — remain available outside the Ultra paywall on standard pay-per-use pricing. Ultra is primarily relevant as the Spark access tier and for teams that need 5-20× AI Pro limits on Gemini app usage.
For the full model pricing comparison across Gemini, Claude, and GPT as of May 2026, see our AI agent pricing landscape — May 2026 comparison. Our AI transformation engagements also include a procurement and tier-selection analysis as part of the platform assessment phase.
Google AI Ultra repricing — May 2026
Source: Google AI subscriptions update, May 19, 2026 (Engadget confirmed)08 — Open-Source Backlash100K stars, 6,000 merged PRs — then closed.
The Gemini CLI open-source community story is the most under-reported angle of I/O 2026. The Register and TechTimes both covered the developer community's reaction: Google accepted more than 6,000 merged pull requests to the open-source Gemini CLI repository — building the tool to 100K+ GitHub stars and a substantial community of contributors — and then announced that its replacement, Antigravity CLI, is not open-source for non-enterprise users.
The developer-community interpretation is straightforward: Google harvested OSS community labor to build a capable tool, then closed the gate at the enterprise boundary. Whether that reading is fair or not, it is the reaction that is circulating on Hacker News and in engineering Slack channels, and it has practical implications for teams making toolchain decisions.
The analytical framing that matters for planning: Antigravity CLI is a superior technical product to Gemini CLI in terms of capability and integration with the 2.0 stack. But it is a closed-source binary from a single vendor, not a community-maintained project with the ability to fork, audit, or self-host. Teams with security, compliance, or vendor-dependency requirements should factor this into their June 18 migration decision. The alternative — maintaining a Gemini Code Assist Standard or Enterprise license to preserve CLI access — keeps the familiar toolchain but at a meaningfully higher cost.
09 — Cross-Vendor StandardsWebMCP: the I/O story almost everyone missed.
WebMCP was announced quietly in the Chrome at I/O 2026 — 15 updates post. Most mainstream I/O coverage did not flag it. The significance is structural: WebMCP is a new open web standard that lets browser-based AI agents call structured tools — JavaScript functions, HTML form fields, registered web APIs — instead of simulating mouse clicks and DOM scraping. The origin trial opens in Chrome 149.
What most coverage missed: WebMCP is being co-developed by Google and Microsoft inside the W3C WML Community Group. That cross-vendor alignment from day one is rare for a browser feature — it means WebMCP is tracking toward cross-browser support rather than being a Chrome-only proprietary surface. The last browser API to launch with simultaneous Google-Microsoft co-development was the Progressive Web App spec — and that became the foundation for how modern web apps are installed and cached.
Chrome 149 — now enrolling
The Chrome 149 origin trial is the first developer-accessible window into the WebMCP standard. Claim a slot in the trial to start building structured tool interfaces for browser agents before the standard reaches cross-browser GA.
Google + Microsoft · W3C WML
Cross-vendor alignment from day one inside the W3C WML Community Group. The only browser-native agent standard with simultaneous Chromium and Edge commitment. Rare in browser standards history.
No more DOM simulation
WebMCP lets agents call JS functions and HTML forms directly rather than simulating mouse clicks and scraping DOM trees. Eliminates the fragility of click-based browser automation for structured agent interactions.
The practical implication for teams building browser-embedded AI agents today: WebMCP is months away from cross-browser GA, but the architecture you choose now will determine how much rework the migration costs. Building browser agent interactions as structured function calls — rather than click simulations — already aligns with what WebMCP will require. Start treating DOM-simulation as technical debt now, not when WebMCP lands.
For teams building SEO and search-integration tools, the WebMCP story connects to the broader Generative UI and AI Mode surface changes from I/O. Our complete Google I/O 2026 AI announcement guide covers the full search and SEO surface changes, including Generative UI in Search and the Universal Cart rollout.
The matrix is the deliverable — use it for Q3 planning.
Google I/O 2026 was the most developer-consequential keynote since the original GPT-4 launch cycle. Eight items cleared the ACT NOW bar — which is unusually high for a single event. Gemini 3.5 Flash is genuinely a production-ready frontier model at frontier prices. Antigravity 2.0 is a usable desktop and CLI toolchain for the teams willing to accept the closed-source trade-off. ADK 2.0 and AI Studio Android are both GA with stable surfaces.
The planning discipline this matrix imposes is the real value: by forcing every announcement into a quadrant, it reveals that the two items most teams are most excited about — Spark and Gemini 3.5 Pro — belong in WAIT and WATCH respectively. A Q3 roadmap built on Spark integrations that have no public developer API is a Q3 roadmap that will be rewritten in Q4. A migration from Flash to Pro that starts before Pro exits preview is a migration that may run twice.
And the item most teams have not yet acted on — the Gemini CLI June 18 sunset — is the one with the hard deadline. The matrix does not rank urgency by excitement. It ranks urgency by production impact. That is the correct order.