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

推荐订阅源

J
Java Code Geeks
美团技术团队
Recent Announcements
Recent Announcements
B
Blog
GbyAI
GbyAI
雷峰网
雷峰网
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
V
V2EX
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
A
About on SuperTechFans
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏

The Register - Off-Prem

Enterprise cloud infrastructure uptake shows no sign of slowing The majority of corporate IT is now off premises for the first time Microsoft fiber foul-up cut off Azure California for almost five hours Web app turns your old phone into a new smart display Anyone with a shed, an extension cord, a couple of GPUs and an overdraft is building datacenters. Fujitsu just offloaded five Iran says it Google Cloud outage shows it’s still hard to understand hyperscalers’ real resilience regimes AWS customer learns the hard way how even the smallest oversight can be mission-critical Billing software error sends billion-dollar AWS estimates Top EU court clips YouTube AWS CloudFront outage serves errors instead of websites India’s tech services giant HCL is getting into the AI datacenter business Britain Microsoft shifts to annual exchange rate price revision for cloudy products Amazon’s Mechanical Turk to stop accepting new customers – and not even AI can save it Fire burns Google Cloud India’s network, which remains slow a week later EU sovereignty push gives tech buyers a new alphabet soup to swallow Google, Canonical team up to certify Ubuntu images for TPU VMs Arm moves into the heart of the cloud stack Snowflake to burn $6B on AWS Graviton CPUs and AI accelerators Big Tech extracts retirement-scale wealth from UK internet users, research shows Open Compute urges local government to bask in the warm glow of excess datacenter heat Google Cloud suspended major customer Railway.com without cause, causing outage Broadcom finds a VMware customer willing to stick around: London Stock Exchange Baidu says the quiet part out loud – you can’t build AI infrastructure, so clouds can cash in AWS racks M3 Ultra Macs that boast specs you can’t currently buy Tencent admits GPUs only pay for themselves when powering personalized ads Red Hat blasts RHEL 10.1 into orbit aboard Voyager's micro datacenter Sovereign cloud is only possible if you’re Chinese or American: Gartner Cloudflare to fire 1,100 staff whose jobs just aren’t AI enough
Commvault has a Ctrl+Z for rogue AI agents
O'Ryan Johnson O'Ryan Johnson · 2026-04-15 · via The Register - Off-Prem

Security

The company's new software keeps an eye on your agents and backs up data.

Keep your agents close and your agent-monitoring software closer. Commvault’s new AI Protect can discover and monitor AI agents running inside AWS, Azure, and GCP environments and even roll back their actions when something goes wrong.

It is part of a broader set of new products as the 30-year-old data protection company hopes to position itself at the center of AI resilience, which is a rapidly growing subset of tools.

Identity access and management platform Okta last month announced the general availability of its Okta for AI Agents, which gives customers the ability to locate agents, see what they're doing, and shut them down if need be.

The other two new Commvault products, Data Activate and AI Studio, focus on preparing backup data for machine learning pipelines and giving organizations tools to build and deploy their own agents.

Commvault’s field CTO Vidya Shankaran told The Register that the products come at a time when enterprises are racing to deploy AI agents but struggling to govern them.

"A lot of organizations tend to miss the fact that you need to start protecting the vector databases, which is essentially the brains of your entire AI stack," Shankaran said.

The vector database stores the embeddings that large language models rely on, she said. If it’s compromised or lost, she said, "you would either have to rebuild it from scratch or retrain the model. No one has that luxury of time anymore."

AI Protect is designed to track and respond to what AI agents are doing across cloud environments including AWS, Azure, and GCP. The tool discovers agents, maps their dependencies, and monitors their behavior for anomalies. Shankaran described it as a baseline deviation model: the system ingests events over time, establishes normal behavior patterns, and then flags deviations like an agent that suddenly gains access to payroll data it previously could not reach.

“We will bubble up to the surface any anomalous behavior. First we notify and then, of course, provide the options to roll out the configuration files of those agents or fix the data that was already being protected,” she told The Register.

When something does go wrong, AI Protect can restore an agent’s configuration or repair the data it corrupted by reverting to a known good state, Shankaran said. She noted that it can only monitor and revert; it cannot stop or control third-party agents directly.

"We would rather stay in our own swim lane," she said, "and not really overreach and say, ‘Hey, Salesforce agent, don’t do that.’ "

Data Activate lets organizations use the backup copies Commvault already manages to train AI models, which puts less strain on live systems.

Those copies can be classified to exclude personally identifiable information, then published in formats like Apache Iceberg and Parquet for use with platforms such as Snowflake and Databricks, Shankaran said. This is a way for Commvault customers to get more value from data that would otherwise sit idle.

"You’re already protecting that data with Commvault," she said. "You’re just going to use that protected copy to feed into the AI pipeline."

Of course, even as Commvault promises to help you lock down rogue agents, it's also going to add to the morass: AI Studio is a group of prebuilt agents that Commvault customers can use for common data-protection tasks, the company said. It also has tools for organizations to build their own agents. The idea is to let Commvault’s agents interact with agents from other platforms – so a Salesforce agent, for example, might coordinate with a Commvault agent to ensure data is both accessible and protected, Shankaran said. The studio also supports Commvault’s Model Context Protocol (MCP) server for integration with other enterprise systems. ®