Hello, this is Hamamoto from TIMEWELL.
The Google I/O 2026 keynote on May 19, 2026 was the announcement that completely changed the direction of the AI industry. Gemini 3.5 Flash and Antigravity 2.0. What the combination of these two products means is "the end of the chatbot era and the real beginning of the agent era"[^1].
Right before writing this article, my team had been running experiments with the Antigravity 2.0 CLI, spinning up sub-agents in parallel to tackle different parts of the same task. The sight of multiple agents independently progressing their work from a single prompt was something that lived only in research papers six months ago. Today, anyone can use it for one hundred dollars a month.
But this article will not stop at a technical explainer. We will go as far as the point where executives and business leaders can make the call that "this is something that demands a real adoption decision." Specifically, we cover the technical specifications of Gemini 3.5 Flash and Antigravity 2.0, the implementation of Google Workspace integration, the competitive comparison, and finally the four axes for "how to make the call internally." Articles that end at "here is a cool AI tool" are no longer useful. That is the problem statement behind this piece. And if you would like a rough sense of the payoff for your own company before reading on, running the numbers with our free AI ROI calculator will make the budget discussion in the second half far more concrete.
What Google Announced at I/O 2026: Gemini 3.5 Flash and Antigravity 2.0
Let's first lay out what happened on May 19, 2026 at Google I/O. The sheer volume of announcements was large enough that Google published an official "100 things we announced" recap[^2], but from an enterprise adoption perspective the list narrows down to two key items.
What Was Announced (Enterprise Adoption Lens)
| Category | Announcement | What it Means for Enterprises |
|---|---|---|
| Foundation model | Gemini 3.5 Flash GA | The budget-tier model surpasses the previous Pro, dramatically reducing the cost of running agents |
| Development environment | Antigravity 2.0 GA, CLI, SDK | From a developer IDE to an "agent operations platform" |
| API | Managed Agents in the Gemini API | Google operates agent execution and state management on your behalf |
| Enterprise | Gemini Enterprise Agent Platform integration | The successor to Vertex AI. Run agents on internal data without it crossing the boundary |
| Sunset | Gemini CLI → Antigravity CLI consolidation | Existing Gemini CLI users will need to migrate[^3] |
The point most worth flagging is the consolidation of the Gemini CLI into the Antigravity CLI. That is Google explicitly stating, "the command line is also part of the funnel — Antigravity is the single front door for developers." This is not a side project. Google is investing in this as a primary, all-fronts battleground. The trend of driving Workspace from the command line has been building for a while — we covered its early shape in our deep dive into the Google Workspace CLI "gog" and AI-powered workflows.
Why This Marks "The End of the Chatbot Era"
TechCrunch summarized the announcement by writing that "Google is betting the next AI wave on agents, not chatbots"[^1]. In fact, the keyword "frontier intelligence with action" appears repeatedly throughout the Gemini 3.5 Flash release materials[^4].
What does this actually mean? Generative AI to date has been a co-pilot that produces the raw material — answering questions, drafting text, generating images — so that a human can take the next action. In the agent era, AI plans the work, picks the tools, runs multiple tasks in parallel, and delivers the final artifact. The number of times a human has to step in mid-process drops dramatically.
"A drop in how often humans have to step in" is a tectonic shift for anyone designing business operations. Workflows that assume "a human will check this" or "a human will approve this" need to be re-engineered. That is precisely why executives cannot afford to skim past this announcement in 2026.
The Technical Specs of Gemini 3.5 Flash: A Budget Model that Beats the Old Pro
Let's go through the spec sheet of Gemini 3.5 Flash item by item. The numbers look modest on their own, but combined, they paint a picture with serious implications.
Benchmark Comparison
Gemini 3.5 Flash beats Google's own Gemini 3.1 Pro (the previous flagship) across the main agent-oriented benchmarks[^5].
| Benchmark | Gemini 3.5 Flash | Gemini 3.1 Pro | Delta |
|---|---|---|---|
| Terminal-Bench 2.1 (terminal use) | 76.2% | 70.3% | +5.9pt |
| MCP Atlas (tool connection) | 83.6% | 78.2% | +5.4pt |
| GDPval-AA (economic value tasks) | 1,656 Elo | 1,317 Elo | +339 |
| MMMU-Pro (multimodal) | 83.6% | 81.2% | +2.4pt |
These are not the kind of gaps that come from incremental tuning. The right interpretation is, "for agent workloads, the very notion of segmenting Flash as a budget tier has collapsed."
289 Tokens Per Second
The number CEO Sundar Pichai emphasized from the stage was the output speed of "289 tokens/sec"[^6]. The third-party benchmark Artificial Analysis measured roughly 284 tokens/sec, which broadly confirms the figure.
For context, that is about four times the throughput of Claude Opus 4.7 and GPT-5.5[^6]. A task that an agent used to take ten minutes to complete now finishes in two or three. From an operations standpoint, that gap is large. When you chain agents or run them in parallel, the speed advantage compounds.
Pricing
| Item | Gemini 3.5 Flash | Gemini 3.1 Pro | Claude Opus 4.7 |
|---|---|---|---|
| Input (per million tokens) | $1.50 | $2.00 | $5.00 |
| Output (per million tokens) | $9.00 | $12.00 | $25.00 |
| Cached input | $0.15 (90% off) | – | – |
The headline is that this is roughly 40% cheaper than the previous Pro[^7]. Compared with Claude Opus 4.7, the output price is less than a third. For long-running agent workloads — say, running multiple research tasks in parallel overnight — the monthly bill lands in a range that is actually defensible.
Context Window
The context window is 1,048,576 tokens for input (around one million) and 65,536 tokens for output[^4]. That is large enough to ingest something on the order of 100,000 lines of source code in a single prompt. Use cases such as "feed it dozens of manuals or hundreds of contracts and have it make a decision in one shot" become realistic.
Interested in leveraging AI?
Download our service materials. Feel free to reach out for a consultation.
What's New in Antigravity 2.0: Multi-Agent Orchestration Goes Mainstream
This is the heart of the article. Antigravity 2.0 is not a simple IDE update. It is a product that steps directly into the core question of "how do you actually orchestrate a fleet of agents," which is the central design problem of the next generation of business systems[^8].
Multi-Agent Orchestration
The biggest change is that a single prompt can now dynamically spin up multiple sub-agents and run them in parallel[^9].
For example, when you say, "prep for next week's kickoff meeting: do the market scan, the competitive analysis, the participant profiles, and a first-draft agenda," Antigravity 2.0 internally generates four sub-agents and each independently does its job. At the end, a main agent integrates the outputs and delivers a complete document set to Google Drive.
The default mode of AI so far has been "one chat, one task." Going forward, "one instruction, many tasks running in parallel" becomes the norm. The design feel is closer to bundling multiple tracks on a timeline in Adobe After Effects or Pro Tools than to a chat window.
Outcomes (Artifact-Bound Execution)
The new concept of "Outcomes" introduced in Antigravity 2.0 is also impossible to ignore. It is a mechanism for declaring an agent's final output as a concrete artifact — a file, a commit, a pull request, a document, a spreadsheet[^10].
Structurally, it prevents the failure mode where an agent "feels like it did the work but leaves nothing behind" — what people call the "all-talk AI" problem. When you declare upfront that "the deliverables are a GitHub PR and a meeting-notes doc," the agent works toward those endpoints. For BtoB use cases, this is significant. You no longer have to ask, "so what did you actually produce?"
Antigravity CLI / SDK / Managed Agents
| Component | Role | Intended User |
|---|---|---|
| Antigravity 2.0 Desktop | GUI-based agent IDE | Developers, PMs |
| Antigravity CLI | Spin up agents from a terminal | Developers, SREs |
| Antigravity SDK | Embed the same agent runtime in your own infrastructure | Platform teams |
| Managed Agents API | Google runs the agent execution for you | Application developers |
| Enterprise Agent Platform | Operate without crossing the corporate data boundary | Enterprise IT |
What is worth calling out is the "same definition" design — an agent definition built locally can be promoted into the Enterprise Agent Platform without rewriting it[^11]. The most painful step in AI adoption — "we built a PoC agent, and now we have to rebuild it for production" — gets skipped.
The $100/month AI Ultra Plan
On pricing, Antigravity 2.0 now ships with a new "AI Ultra" plan at $100 per month alongside the free tier[^9]. It allocates five times the AI usage of the Pro plan. If you want to use agents as "always-on coworkers," this is the realistic line to subscribe to.
How to Integrate with Google Workspace (Latest Edition)
Now we step into implementation. The integration patterns have moved on significantly since I wrote the original version of this article six months ago. Here is the current best-practice flow.
Big Picture
There are three main approaches for integrating Antigravity 2.0 with Google Workspace in 2026.
- Antigravity 2.0 + Google Workspace native integration (recommended): as of May 2026, Antigravity 2.0 ships native tools for Gmail / Calendar / Drive / Docs / Sheets
- Via an MCP server (for custom requirements): the classic path using community servers such as
google_workspace_mcp - Via the Gemini Enterprise Agent Platform (for enterprise): operate inside the Google Cloud OAuth and project boundary
For a small or mid-sized organization that wants to "just start something," (1) is the base path. For developers who want personal flexibility, (2). For a real production rollout, (3). As background on (2), we have a separate piece on why MCP became the enterprise standard.
Step 1: Install and Set Up Antigravity 2.0
# Install the Antigravity CLI
curl -fsSL https://antigravity.google/install.sh | sh
# Log in within the project
antigravity login
# Enable the Google Workspace integration
antigravity workspace connect
You are dropped into the standard Google account auth flow, you approve the scope in the browser, and the connection is done. There is no longer any need to hand-roll a client_secret.json and spin up an MCP server through uvx the way you had to six months ago.
Step 2: Define the Agent (agent.toml)
In Antigravity 2.0, you manage agent definitions through a configuration file named agent.toml.
[agent]
name = "morning-briefing"
model = "gemini-3.5-flash"
description = "Generate a daily summary of the schedule and inbox"
[tools]
calendar = true
gmail = true
drive = true
[outcomes]
type = "doc"
location = "drive://briefings/{date}.docx"
The fact that the destination of the deliverable is also defined in the outcomes section is the point. The agent now has a clear endpoint — "produce a briefing doc in Drive."
Step 3: Run It as a Managed Agent
antigravity agent run morning-briefing --schedule "0 8 * * *"
Pass a cron expression to --schedule and the agent starts automatically at 8 a.m. every morning, touches Workspace, and writes the briefing doc to Drive. This is what Managed Agents really delivers. You do not run your own server, and you do not manage credentials.
Step 4: For Enterprise Operations, Use the Enterprise Agent Platform
If you cannot let internal data cross the boundary, use Google Cloud's Gemini Enterprise Agent Platform[^11].
antigravity workspace connect \
--project-id "your-gcp-project" \
--region "asia-northeast1" \
--platform "enterprise"
Now the agent inference runs on the Enterprise Agent Platform in the Tokyo region, and data does not exit the Google Cloud boundary. It becomes a configuration your security team can actually sign off on.
Competitive Comparison: Claude Code, Microsoft Agent 365, Cursor, Codex
When deciding whether to adopt Antigravity 2.0, the competitive comparison is essential. Here are the four leading products side by side.
Comparison Table for Leading Tools
| Dimension | Antigravity 2.0 | Claude Code (Opus 4.7) | Microsoft Agent 365 | Cursor / OpenAI Codex |
|---|---|---|---|---|
| Announced | May 2026 (I/O 2026) | April 2026 GA[^12] | May 2026 GA[^13] | Cursor 3: April 2026, Codex: January 2026[^14] |
| Foundation model | Gemini 3.5 Flash / Pro | Claude Opus 4.7 | Microsoft 365 + partner models | OpenAI GPT-5.5 family, swap-in models from other vendors |
| Strengths | Speed, cost, Workspace integration | Accuracy on long tasks, coding | M365 integration, governance | IDE experience, model-choice flexibility |
| Multi-agent | Excellent: orchestration is the default | Strong: background execution | Strong: via Copilot Studio | Strong: Agents Window |
| Enterprise control | Gemini Enterprise Agent Platform | Anthropic Enterprise | Microsoft Entra integration | Requires custom design |
| Indicative monthly cost (individual / small team) | $20 - $100 | $20 + API usage | M365 E5 + Agent 365 | $20 + |
How to Choose Between Them
Roughly speaking:
- Organizations centered on Google Workspace → Antigravity 2.0 is overwhelmingly strong. The moment you have Gmail, Calendar, and Drive in place, more than half the setup is already done
- Organizations centered on Microsoft 365 → Microsoft Agent 365 is the right call. The May 2026 update added Registry Sync for AWS Bedrock and Google Cloud, so even multi-cloud agents come under M365 governance[^13]
- Heavy coding workloads → Claude Code (Opus 4.7). Currently best in class on accuracy for long-running tasks
- Maximizing individual engineer productivity → A Cursor + Codex combination. Fits the pattern of a single developer rotating between several models
"Use them all" is not realistic. The discipline is to pick the one that matches your organization's core suite, and use the others in support roles. Incidentally, "which one fits our core suite" is usually the first question on the table when we support companies through WARP, our AI consulting service.
Free Download: AI Agent 4-Tool Executive Comparison
We have published an A4 reference that compares Gemini 3.5 Flash + Antigravity 2.0, Claude Code 2026, Microsoft Agent 365, and Cursor + Codex across five axes — price, speed, context length, governance features, and best-fit scenarios.
Download the free comparison sheet
The Four-Axis Framework for an Executive Adoption Decision: A WARP Perspective
This is the part of the conversation that tech media rarely covers. The four axes for "when, how, who, and how much budget" you commit to adopting Gemini 3.5 Flash and Antigravity 2.0.
From the seat where I support AI adoption through WARP, the patterns in which an AI initiative stalls share three common shapes: "it ends at tool selection," "it ends at PoC," and "the front line never uses it." The framework below is designed to avoid those.
Axis 1: Timing — When to Move
Per the Stanford HAI AI Index Report 2026, 88% of organizations already use AI in some part of their operations[^15]. McKinsey's State of AI 2026 lands on the same 88% figure, and the generative-AI subset is at 72%[^16].
The stage of "it's too early" is, as of 2026, finished. Meanwhile, the share of organizations "experimenting with AI agents" is 62%. That is the current frontier.
For your call on timing, run through this checklist:
- Are competitors starting to put "agentic AI use cases" in their press releases?
- Are major customers starting to ask, "what's your AI strategy?"
- Have "are you using AI?" become standard questions in sales and recruiting conversations?
If even one of these is a yes, you are no longer in the "start a PoC" phase. You are in the "full rollout" phase.
Axis 2: Who Owns It — The Accountability Structure
This is where most efforts get stuck. The choice between "IT owns it," "the business unit owns it," or "the DX office owns it" sets the pace of everything that follows.
As a rule of thumb:
| Owner | When it Fits | Risk |
|---|---|---|
| Business unit (sales, customer success, etc.) | You need to measure operational impact fast | IT governance lags, turns into shadow IT |
| IT department | Security and compliance demands are heavy | Disconnect from the front line, ends up as a "tool nobody uses" |
| DX office or direct from the executive team | You're going for a company-wide rollout | Securing budget and authority is mandatory |
In practice, the optimum is a hybrid: the business unit owns it, IT walks alongside, and the executive team holds the budget. If even one of those three is missing, momentum stalls.
Axis 3: Budget — How Much, and When
McKinsey's survey shows that 63% of organizations have "not yet reached the full-scale AI rollout phase"[^16]. The reason is not budget. It is the redesign of organization, process, and governance that scaling demands, which has not caught up.
Realistic budget benchmarks look like this:
| Phase | Duration | Budget Range |
|---|---|---|
| Exploration (trialing multiple tools) | 1-2 months | Tool fees + external support of JPY 300K to 1M |
| PoC (operate one or two workflows for real) | 2-3 months | JPY 3M to 8M including business design and embedded support |
| Full rollout (ten or more workflows) | 6-12 months | JPY 10M to 30M |
| Operational redesign (rebuilding business processes) | 12+ months | JPY 30M+ (including the cost of re-allocating headcount) |
The critical point is "do not spend months on exploration." With Gemini 3.5 Flash now on the market, "the budget-tier models aren't accurate enough" no longer holds as an excuse. The speed at which the gap with competitors opens — when your decision is late — is now an order of magnitude faster than it was in 2025.
Axis 4: In-House vs. External Support
I am often asked, "can we build AI agents in-house?" My honest answer is: "for 90% of mid-sized enterprises, bringing in external support for the first two to three months ends up being cheaper, not more expensive."
Three reasons:
- The trap of requirements definition: a brief like "we want to make operations more efficient" is not enough to build an agent. The work of defining "which decision, in which workflow, gets automated to what degree" at high resolution is the part in-house teams struggle with the most
- The design patterns for Antigravity 2.0 and the Gemini Enterprise Agent Platform are not yet in public circulation: in-house teams burn time on trial and error
- The weight of governance design: building a structure where agents touch internal data requires moving IT controls, information security, and HR policy in parallel
WARP NEXT, the service we provide, supports you end-to-end — from AI strategy, agent design, and governance work to the eventual handoff to your internal team. Former big-firm consultants, former data scientists, and former business development leads work shoulder-to-shoulder with your team. We do not deliver "consulting on which tool to pick." We act as a strategic partner for AI adoption, with shared accountability for getting you onto the full-rollout phase within three to six months.
The flip side: outsourcing the PoC to a vendor never works. The accompanying-but-internalizing model — where in-housing is the explicit endgame — is the right shape. Operating AI agents is not a domain you can fully outsource.
Conclusion: Start the Decision Today
Gemini 3.5 Flash and Antigravity 2.0 simultaneously bring four new defaults to the AI world — speed, cost, parallel execution, and artifact-bound outcomes. The Microsoft Work Trend Index 2026 reports that 58% of AI users say they can "produce work today that they could not have produced a year ago"[^17]. That is not a story of "things got more convenient." It is a story of "the assumptions of work have changed."
For executives and business leaders, today's minimum to-do list narrows down to three items:
- By Q3 2026, name the owner of agentic AI adoption (business-unit owner + IT support + executive-held budget)
- In Q3-Q4 2026, run a PoC on one or two workflows using Antigravity 2.0, Claude Code, or Microsoft Agent 365
- By Q1 2027, enter the full-rollout phase
If you move slower than this, the gap with competitors will translate directly into a difference in business competitiveness. Conversely, hit these milestones and Gemini 3.5 Flash and Antigravity 2.0 become the biggest tailwind that mid-sized enterprises have ever had.
WARP supports you all the way from setting AI strategy to executing the full rollout. Whether the first question is "which AI should we put into which workflow," that is exactly the kind of conversation we are here to have.
Want to Frame Your AI Strategy?
How do you fit Gemini 3.5 Flash + Antigravity 2.0 — and the broader 2026 agent stack — into your company's actual operations? That decision-shaping work, supported monthly by veterans of large-firm DX and data strategy, is exactly what WARP NEXT is built for. The first 30 minutes are free; we can start by helping you frame your current situation.
See what WARP delivers Book a consultation (30 min, free)
Ryuta Hamamoto, TIMEWELL Inc.
[^1]: Maxwell Zeff (TechCrunch). "With Gemini 3.5 Flash, Google bets its next AI wave on agents, not chatbots." May 19, 2026. https://techcrunch.com/2026/05/19/with-gemini-3-5-flash-google-bets-its-next-ai-wave-on-agents-not-chatbots/ [^2]: Google (The Keyword Blog). "100 things we announced at I/O 2026." May 19, 2026. https://blog.google/innovation-and-ai/technology/ai/google-io-2026-all-our-announcements/ [^3]: Google Developers Blog. "An important update: Transitioning Gemini CLI to Antigravity CLI." May 2026. https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/ [^4]: Google DeepMind. "Gemini 3.5: frontier intelligence with action." May 19, 2026. https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5/ [^5]: Google DeepMind. "Gemini 3.5 Flash Model Card." May 2026. https://deepmind.google/models/model-cards/gemini-3-5-flash/ [^6]: MarkTechPost. "Google Introduces Gemini 3.5 Flash at I/O 2026: A Faster and Cheaper Model for AI Agents and Coding." May 20, 2026. https://www.marktechpost.com/2026/05/20/google-introduces-gemini-3-5-flash-at-i-o-2026-a-faster-and-cheaper-model-for-ai-agents-and-coding/ [^7]: TokenMix Blog. "Gemini 3.5 Flash Released at I/O 2026: $1.50/$9 API Pricing." May 2026. https://tokenmix.ai/blog/gemini-3-5-pro-release-date-google-io-2026 [^8]: TechCrunch. "Google launches Antigravity 2.0 with an updated desktop app and CLI tool at IO 2026." May 19, 2026. https://techcrunch.com/2026/05/19/google-launches-antigravity-2-0-with-an-updated-desktop-app-and-cli-tool-at-io-2026/ [^9]: MarkTechPost. "Google Launches Antigravity 2.0 at I/O 2026: A Standalone Agent-First Platform with CLI, SDK, Managed Execution, and Enterprise Support." May 19, 2026. https://www.marktechpost.com/2026/05/19/google-launches-antigravity-2-0-at-i-o-2026-a-standalone-agent-first-platform-with-cli-sdk-managed-execution-and-enterprise-support/ [^10]: Google Cloud Blog. "Innovations from Google I/O 26 on Google Cloud." May 2026. https://cloud.google.com/blog/products/ai-machine-learning/innovations-from-google-io-26-on-google-cloud [^11]: Google Cloud Blog. "I/O '26 news for agent developers on Google Cloud." May 2026. https://cloud.google.com/blog/topics/developers-practitioners/io26-news-for-agent-developers-on-google-cloud [^12]: Anthropic. "Introducing Claude Opus 4.7." April 2026. https://www.anthropic.com/news/claude-opus-4-7 [^13]: Microsoft Security Blog. "Microsoft Agent 365, now generally available, expands capabilities and integrations." May 1, 2026. https://www.microsoft.com/en-us/security/blog/2026/05/01/microsoft-agent-365-now-generally-available-expands-capabilities-and-integrations/ [^14]: NxCode. "OpenAI Codex vs Cursor 2026: Which AI Coding Agent Should You Use?" April 2026. https://www.nxcode.io/resources/news/openai-codex-vs-cursor-which-coding-agent-2026 [^15]: Stanford HAI. "The 2026 AI Index Report." April 2026. https://hai.stanford.edu/ai-index/2026-ai-index-report [^16]: McKinsey & Company. "The State of AI: Global Survey." 2026. https://www.mckinsey.com/capabilities/quantumblack/our-insights/the-state-of-ai [^17]: Microsoft. "2026 Work Trend Index Annual Report: Agents, human agency, and the opportunity for every organization." May 2026. https://www.microsoft.com/en-us/worklab/work-trend-index/agents-human-agency-and-the-opportunity-for-every-organization
![Google Gemini 3.5 Flash + Antigravity 2.0 Complete Guide [Google I/O 2026 Edition]: Workspace Integration and Executive Decision Framework](/images/columns/antigravity-google-workspace/cover.png)