惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

A
Arctic Wolf
博客园 - 聂微东
F
Fortinet All Blogs
云风的 BLOG
云风的 BLOG
小众软件
小众软件
V
Visual Studio Blog
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
L
LangChain Blog
A
About on SuperTechFans
阮一峰的网络日志
阮一峰的网络日志
I
Intezer
T
The Blog of Author Tim Ferriss
Security Latest
Security Latest
C
CXSECURITY Database RSS Feed - CXSecurity.com
Know Your Adversary
Know Your Adversary
Simon Willison's Weblog
Simon Willison's Weblog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Palo Alto Networks Blog
Scott Helme
Scott Helme
S
Secure Thoughts
Spread Privacy
Spread Privacy
T
Threat Research - Cisco Blogs
Attack and Defense Labs
Attack and Defense Labs
P
Privacy & Cybersecurity Law Blog
O
OpenAI News
H
Heimdal Security Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Help Net Security
Help Net Security
C
Cyber Attacks, Cyber Crime and Cyber Security
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
G
Google Developers Blog
博客园 - Franky
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
K
Kaspersky official blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
Tor Project blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
T
Tenable Blog
Google Online Security Blog
Google Online Security Blog
PCI Perspectives
PCI Perspectives

Information Age

When security teams step away, attackers step in - Information Age 5 ways AI is rewriting the rules of enterprise storage security - Information Age Is the SaaSpocalypse already over? - Information Age Stopping bad data from becoming bad business - Information Age Moving off the cloud – how to get repatriation right The AI inventory is the EU AI Act artefact most teams underestimate From speed to safety – how regulation is reshaping DevOps Why every organisation needs a minimum viable company strategy Quantum is coming. Here’s what CTOs can be doing today Small Language Models (SLMs) as the gold standard for trust in AI Your employees are waiting for your change programme to blow over How technical debt turns your IT infrastructure into a game you can’t win The business mobility trends driving workforce performance in 2026 Four actions CIOs must take to turn innovation into impact Eliminating blind spots – nailing the IPv6 transition Goodbye Software as a Service, Hello AI as a Service Smart auto-tiering vs. data reduction – logical efficiency vs. architectural efficiency The value of reducing middle office emissions for ESG How to match tech investment with real-world output
Google I/O 2026 shows why enterprise AI governance needs an operating model
Abhishek G Sharma · 2026-06-10 · via Information Age

Google I/O 2026 was more than just another product announcement cycle. For enterprise technology leaders, the signal was the movement of AI into agents that can search, browse, code, call tools, work across office applications and continue tasks in the background.

Once agents can pull data, call APIs, update records or initiate workflows inside live systems, acceptable-use policy plus post-event human review can no longer contain the risk. CTOs and CIOs need an operating model for agents.

The shift to agentic architecture creates three immediate changes for enterprise IT controls:

  • AI governance needs an agent inventory, not only an acceptable-use policy.
  • Permission and tool access must be mapped before agents connect to business systems.
  • Approval logs, action thresholds, escalation paths and kill-switch criteria need to become normal IT controls.

The stronger signal is the sequence across Google’s recent events. Google Cloud Next 2026 set out the enterprise control plane, including Agent Identity, Agent Registry, Agent Gateway, observability and evaluation. Google I/O 2026 then showed where users and developers will start acting through agents: Search agents, Antigravity, Managed Agents in the Gemini API and Chrome DevTools for agents.

Search is moving towards information agents that can monitor topics, scan fresh sources and send synthesised updates. Developer tools are moving towards agentic coding and hosted execution. This is an architectural signal.

AI is becoming an active operational layer between employees, live data, internal applications, development environments and external services.

Most enterprise AI policies still assume a human is the main actor. So, an employee will enter a prompt, receives an answer, copies the output and decides what to do next. That model is incomplete once a system can monitor a queue, call an API, generate code, update a ticket or draft a customer response before every step is reviewed.

The controls that need to be in place

The CIO’s mandate shifts from auditing software procurement to auditing autonomous execution: which agents are allowed to act, under whose authority, with which tools, against which data, and with what evidence trail?

The first practical control is an agent inventory. This is the routing table for operational accountability.

Each agent should have a named business owner, technical owner, platform basis, purpose, connected systems, callable tools, data categories, permitted actions, approval point, logging source and review date. Where the platform provides a strongly attested agent identity, record it. The alternative is discovering after an incident that the organisation cannot explain why an undocumented agent had read access to a secure code repository or customer ticketing workflow.

The second control is a permission map. Enterprise leaders already understand identity and access management for human users, service accounts and privileged administrators. Agents need the same discipline, with tighter scrutiny because execution paths can be less predictable.

A robust permission map applies role-based access control to agent actions. It separates read, write, approve, send, publish, deploy, delete and external-call authority. An agent may read a support ticket and draft a reply, but be blocked from sending it, changing the customer record or opening an external workflow without human approval.

The third control is an action threshold. Not every agent action needs a meeting or committee. That would destroy the productivity case. But some actions should never run only on model judgement. A workspace agent may summarise account notes, but it should not issue a refund or notify a customer without a stronger approval path.

The fourth control is an approval and evidence log. If an agent changes a cloud configuration, generates a release note, updates a customer-facing document or produces a board pack, the organisation should be able to reconstruct the sequence. The evidence file must capture the instruction, grounded data source, tool call, agent identity, generated output and approval decision.

This is where AI governance needs to borrow from cybersecurity, software change management and incident response. Security operations teams cannot investigate an agent-related incident using policy text alone. They need machine-readable telemetry created at the time of action, not manually reconstructed after failure.

Google’s enterprise direction already recognises part of this. Agent identity, registries, gateways, runtime policy, observability and evaluation are signs of runtime control: knowing which agent is acting, which system it touches, which policy applies and what trace remains.

But platform features do not remove the need for an internal operating model. An enterprise still has to decide who owns each agent, which process it supports, which risk tier it falls into, which data rules apply, which approvals are required and who can pause or revoke it.

Piecing together your operating model

That operating model can start with six questions:

  1. Which agents are already in use or being piloted?
  2. Which tools, applications and data sources can each agent access?
  3. Which actions can each agent take without human approval?
  4. Where is the approval record stored?
  5. Who can pause, revoke or disable the agent?
  6. What evidence would exist if the agent caused a security, compliance or customer-impacting incident?

Governance relegated to principles and slideware will fail on first contact with an autonomous agent executing across business systems. It has to become part of identity management, architecture review, data governance, software delivery, procurement, incident response and business ownership.

The timing matters. Google I/O 2026 showed agentic capabilities moving into Search, Workspace, development tools, browsers and cloud platforms. Google Cloud Next 2026 showed the control-plane direction enterprises need to understand. Once agents become embedded in everyday workflows, retrofitting governance becomes harder and more expensive.

AI agents are being built into daily work surfaces. The real question is whether technology leaders can show what authority has been delegated to software before that authority creates a security, compliance or customer-impacting problem.

Abhishek G Sharma is the founder and CTO of EUAICompass.com / Move78int.com.

Read more

Why ISO 42001 sets the standard for responsible AI governance – With the use of AI increasing in all areas the development of effective governance is paramount. ISO 42001 is the latest standard helping businesses build trust moving forward