Layered translucent blue glass panels floating above a dark surface with soft light passing through, suggesting computer screens and AI agent interfaces.
News

Google's Gemini 3.5 Flash Can Now Control Your Computer — Are You Ready?

Gemini 3.5 Flash now controls computers natively. Google's safety guardrails are real but optional — and the prompt injection risks are not.

GoogleGeminiAI AgentsComputer UseEnterprise AI

Google has integrated computer use directly into Gemini 3.5 Flash, the company’s fastest production model. Previously available only as a standalone Gemini 2.5 model, computer use is now a built-in capability — meaning developers can build agents that see, reason, and take action across browser, mobile, and desktop environments from a single API call.

🔍 THE BOTTOM LINE

This is the shift from generative output to actionable output. An LLM that can write code is useful; an LLM that can navigate your browser, fill out forms, click buttons, and execute multi-step workflows across applications is a fundamentally different product category. Google’s safety guardrails are real — but optional. The prompt injection risks are not optional, and every NZ business deploying these agents needs to understand the difference.

From Chatbot to Agent

The distinction between a chatbot and an agent is control. A chatbot generates text. An agent takes actions in a computer environment — clicking, typing, navigating, filling forms, submitting requests. Gemini 3.5 Flash with computer use can do both.

As Google’s announcement explains: “Gemini already excels at function calling and using built-in tools like Search and Maps grounding. With built-in computer use capability, developers can now use 3.5 Flash to reliably build custom agents that can see, reason and take action across browser, mobile and desktop environments.”

The target use cases are “long-horizon” tasks — continuous software testing, knowledge work across professional applications, enterprise automation workflows that require sustained interaction over minutes or hours rather than single queries. Product Manager Mateo Quiros from Google DeepMind positioned this as filling the gap between simple API calls and full human-in-the-loop workflows.

Safety Guardrails — Real, But Optional

Google has implemented two layers of defense:

  1. Targeted adversarial training against prompt injection attacks during model training
  2. Two optional enterprise safeguards: requiring explicit user confirmation for sensitive or irreversible actions, and automatically stopping tasks if indirect prompt injection is detected

The word “optional” is doing heavy lifting here. The safety features are available to enterprises — they are not enforced by default. A developer who skips the safeguards gets a model that can click, type, and navigate with no friction, and no safety net beyond the base adversarial training.

Google’s own guidance recommends a “defense-in-depth” approach combining sandboxing, human-in-the-loop verification, and strict access controls. This is sound advice. It is also advice that most organizations deploying AI agents in 2026 will not follow.

The Prompt Injection Problem

Giving an LLM direct computer access fundamentally changes the threat model. Fable 5 writing a Windows kernel in 38 minutes demonstrated that frontier models can already reason about code at expert-human level. Giving that same capability control over a live computer environment — where it can click, type, and navigate — means a successful prompt injection is no longer just a text-output problem. It’s a system-control problem.

The risk is not theoretical. An agent that can “see” a webpage can also see malicious instructions embedded in that page — hidden text, manipulated images, crafted UI elements designed to redirect the agent’s behavior. Google’s adversarial training helps, but no training-time defense has proven robust against adaptive adversaries in practice.

NZ Angle — The Governance Gap

New Zealand has no specific regulation governing AI agents that control computer systems. The Privacy Act 2020 covers data collection and handling, but it doesn’t address the scenario where an AI agent — operating on behalf of a NZ business — navigates a third-party platform, enters credentials, and executes transactions.

For NZ businesses adopting this technology, the governance gap is the real risk. Any deployment must treat the agent’s actions as if executed by a human contractor — with audit trails, access controls, and clear rollback procedures. The lack of national AI agent regulation means internal governance must come first, before deployment, not after.

Anthropic’s Claude Tag as a Slack coworker represents the competitive landscape — both Google and Anthropic are pushing toward autonomous agents that operate inside business workflows. NZ companies evaluating these tools should compare safety architectures directly, not just feature lists.

The Other Side — Limitations

The “last mile” problem remains: context drift, UI changes, CAPTCHAs, and unexpected error states. An agent that successfully navigates a login flow today may fail tomorrow if the login page changes. Google’s safeguards address prompt injection, but they don’t address the reliability problem — agents that get stuck, loop, or take wrong actions in complex real-world environments.

Legacy desktop applications are also a gap. Google’s documentation emphasizes browser and mobile environments. Interacting with proprietary or specialized desktop software may require custom wrappers that aren’t yet supported. And the enterprise safeguard features — while available — are opt-in, meaning developers must actively choose to enable them.

❓ FAQ

Q: Can Gemini 3.5 Flash access my personal computer without permission? A: No. Computer use requires explicit API access configured by a developer. The model cannot independently connect to your machine. But once a developer grants access, the agent can interact with whatever systems the developer has authorized — which may be broader than intended.

Q: How is this different from Zapier or Make? A: Traditional workflow tools require explicit step-by-step configuration. Gemini agents can reason through ambiguous instructions (“Find the Q3 sales report for Auckland and summarize it”) and execute the necessary clicks, navigation, and data extraction autonomously. More flexible, but also less predictable.

Q: What happens if a prompt injection attack succeeds? A: If an attacker embeds hidden instructions in a webpage the agent is viewing, the agent could be redirected to take actions the developer didn’t intend — clicking wrong buttons, entering wrong data, or navigating to malicious pages. Google’s automatic task-halt safeguard can detect some injections, but only if the developer has enabled it.

Q: Are there alternatives with similar capabilities? A: Anthropic’s Claude models are being deployed in similar autonomous-agent configurations. The Gemini CLI controversy underscores that vendor trustworthiness matters as much as technical capability when choosing an agent platform.

Q: Does this work offline or require constant internet? A: Computer use is a cloud-based API feature. It requires internet connectivity to the Gemini API or Enterprise Agent Platform. Local inference of computer-use-capable agents is not yet available.

🔍 THE BOTTOM LINE

Gemini 3.5 Flash’s native computer control marks a maturation point for enterprise AI — from co-pilot to semi-autonomous operator. The safety features are industry-leading but optional. Kiwi businesses must approach this with extreme caution, prioritizing rigorous internal testing and understanding that “automation” in this context means accepting a higher degree of operational risk for unprecedented gains in efficiency.

📰 Sources

Google — Introducing computer use in Gemini 3.5 Flash

Google DeepMind (Mateo Quiros, Product Manager)

Sources: Google, Google DeepMind