AI DevelopmentPlaybook10 min readPublished May 21, 2026

Google I/O 2026 post-event synthesis · Gemini 3.5 Flash GA · Antigravity 2.0 · Managed Agents · ADK 2.0

Google I/O 2026: What Developers Should Build Now

100+ announcements across two days. This post compresses every developer-facing release into a single ACT NOW / WATCH / WAIT / HOLD matrix — the 30-second bookmark engineering managers need for Q3 planning.

DA
Digital Applied Team
Senior strategists
PublishedMay 21, 2026
Read time10 min
Sources16
I/O announcements indexed
100+
May 19-20, 2026
All prioritized
Gemini CLI sunsets
Jun 18
30-day migration clock
HOLD
WebMCP origin trial
Ch 149
Google + Microsoft W3C
WATCH
Flash API pricing
$1.50/Mtok
in · $9.00 out
ACT NOW

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.

Key takeaways
  1. 01
    ACT 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.
  2. 02
    WATCH: 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.
  3. 03
    WAIT: 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.
  4. 04
    HOLD: 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.
  5. 05
    Antigravity 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.

01The 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.

ACT NOW
GA or public-preview items
8

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.

Ship this week
WATCH
Preview or rolling-out items
10

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.

3-month horizon
WAIT
Trusted-tester or no-API items
6

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).

6-12 month horizon
HOLD
Forced migrations or withheld items
4

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).

Migrate now

02ACT 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).

Gemini 3.5 Flash
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.

Switch production calls now
Antigravity 2.0
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.

Adopt desktop + CLI now
Managed Agents API
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.

Start new agent workloads here
ADK 2.0
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.

Use for code-first orchestration
AI Studio Android
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.

Use for Android-first shipping
Managed Agents preview caveat
Several tools are unavailable on the managed-agent path during preview: per third-party reporting, 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).

03WATCHPreview 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.

June 2026
Gemini 3.5 Pro
Internal testing → rolling out next month

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.

WATCH · June 2026
Weeks away
Gemini Omni Flash API
"Coming in the next few weeks" — not live May 19

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.

WATCH · Weeks
Chrome 149
WebMCP Origin Trial
Google + Microsoft W3C co-development

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.

WATCH · Standards-track
Summer 2026
Information Agents
AI Pro + Ultra US-first · Summer 2026

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.

WATCH · Summer 2026

04WAITStudy 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, 2026
Gemini SparkAI Ultra only ($100-$200/mo, US) · Beta opens week of May 25 · No developer API
WAIT
Gemini Omni ProNo release date · 'When we see a step change above Flash'
WAIT
Omni voice / speech editingWithheld at launch for safety review · Image-from-audio also held
WAIT
Android XR Audio GlassesFall 2026 hardware ship · No developer SDK announced
WAIT
Custom Mini-Apps in SearchComing months · Gated to AI Pro + Ultra subscribers
WAIT
Ask YouTubeThis month · US-only · English-only · Desktop-only · Experimental
WAIT

The 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.

05HOLDThe 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.

Migration deadline
Gemini CLI sunset
Jun 18

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.'

28 days from publish
No new installs
Code Assist for GitHub
Jun 18

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).

GitHub Actions impact
Enterprise safe
Code Assist Standard / Enterprise
N/A

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.

Verify your license
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

06Version 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.

Antigravity 1.0
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.

Migrate to 2.0 via migration tool
Antigravity 2.0
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.

ACT NOW for new projects

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.

07Pricing & 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)
AI Pro$20/mo · Standard developer tier · Gemini API pay-per-use
$20/mo
AI Ultra (entry)$100/mo · 5× Pro limits · 20TB storage · Spark access
$100/mo
AI Ultra (top)$200/mo (was $250) · 20× Pro limits · 20TB storage · Spark access
$200/mo

08Open-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.

Architecture implication
If your organization's security posture requires auditable, open-source tooling in developer pipelines, neither Antigravity CLI nor Antigravity 2.0 desktop currently meets that bar. The Antigravity SDK has partial open-source exposure via the SDK repository — verify the exact license and scope before treating it as an OSS substitute. The only fully-preserved path for teams that need auditable CLI access is Gemini Code Assist Standard or Enterprise.

09Cross-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.

Origin trial
Chrome 149 — now enrolling
Ch 149

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.

WATCH · Enroll now
Co-developers
Google + Microsoft · W3C WML
2

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.

Standards-track
Replaces
No more DOM simulation
0px

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.

vs DOM scraping

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.

Priority matrix summary

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.

Navigate the Google AI platform shift

Build on the right layer of the Google AI stack, not the exciting one.

Our team helps engineering organizations evaluate I/O announcements, prioritize platform migrations, and build production-ready agentic architectures — from Antigravity SDK to ADK 2.0 to Managed Agents — delivered in weeks not quarters.

Free consultationExpert guidanceTailored solutions
What we work on

Google AI platform engagements

  • Gemini CLI → Antigravity CLI migration planning
  • Antigravity 2.0 + ADK 2.0 production architecture
  • Managed Agents API integration and agentic workflow design
  • Gemini 3.5 Flash benchmarking on your corpus
  • AI Ultra tier procurement and cost governance
FAQ

Questions from the engineering planning session.

Check whether your team has Gemini CLI installed anywhere in CI pipelines, GitHub Actions, developer onboarding documentation, or local tooling. If you do, you have 28 days to migrate before June 18, 2026. The migration path is to install the Antigravity CLI (agy) and run antigravity migrate --from-gemini-cli. If your team is on Gemini Code Assist Standard or Enterprise, your CLI access is unchanged and you can deprioritize this. The second most important action is to update any production workloads that call Gemini 3 Flash to use the new gemini-3.5-flash model ID — pricing is live, the model is GA, and the capability step-up is significant.