Urgent.News

What's breaking now, across thousands of outlets.

Tech

Rogue agents are forcing a governance reckoning as enterprises hand over the keys

Governance is moving into the foundations of enterprise AI infrastructure as autonomous agents graduate from experiments to mission-critical work. Companies that spent decades refining controls for human employees now manage a second workforce that has no badge number, no paycheck and no moral compass — and no track record to audit. That governance gap is […] The post Rogue agents are forcing a…

Rogue agents are forcing a governance reckoning as enterprises hand over the keys

Enterprise AI infrastructure governance is rapidly evolving as autonomous agents transition from experimental to mission-critical roles. Unlike human employees, these agents lack identification, compensation, and ethical guidance, creating a significant governance gap in the private cloud market. Companies are rapidly deploying AI agents to handle sensitive data, APIs, and actions without oversight, prompting concerns from executives like Clayton Donley, vice president and general manager of Broadcom's Identity Management Security Division.

During an interview at VMware Explore 2026, Donley highlighted the urgent need for governance controls to manage these new AI entities. Initially, there was worry over malicious actors exploiting agents, but now the primary risk is agents operating beyond any control or audit. Traditional regulatory frameworks like Sarbanes-Oxley, which require employee access certification, do not extend to agents, highlighting the maturity gap that must be addressed.

Broadcom is tackling this challenge by treating agents as identities, applying decades of distributed application tracing to monitor agent actions and enforce controls. The solution involves three key principles: identity, intervention, and inspection. Enterprises can start by passively monitoring agent traffic and introducing a central control point to enforce policies, ensuring agents cannot circumvent security measures.

This approach allows companies to secure their AI infrastructure without extensive overhauls, addressing the critical need for governance in the rapidly emerging world of autonomous systems.

Written by urgent.news from SiliconANGLE's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at siliconangle.com →

More in Tech

The wait queue is just a channel: building a small distributed lock server in Go

Sooner or later you hit the same small problem: two services, on two machines, want to touch the same thing at the same moment — append to a shared file, update a row nobody is fencing, call an API…

  • Locking-Center is a compact Go lock server for distributed systems
  • Uses Go channels to implement lock-free locking mechanism
  • Includes request context map for cancellation and timeout handling

More from Monday 31 August →