Share this webinar
Close your data and AI skills gap
We're the only platform uniquely engineered to advance data and AI skills across your entire organization. Let's explore a tailored program.
Book an Enterprise DemoTame Your Claws: Governing AI Agents & Assistants
August 2026Your Presenter(s)

Aaron Bach
CTO at Liminal
Aaron co-founded Liminal, a security platform for generative AI, and serves as its CTO. He has over 15 years of experience building software products for Fortune 500 companies. Before Liminal, he led engineering at FIS Impact Labs and served as SVP of Software Development at Four Winds Interactive, where he helped guide the company’s acquisition by Vista Equity Partners.

Vlad Luzin
CTO at BAND
Vlad co-founded BAND to build the coordination infrastructure layer for multi-agent AI systems. BAND's interaction layer lets autonomous agents discover one another, preserve workflow context, delegate tasks, and enforce governance across heterogeneous frameworks and clouds. He previously served as VP of AI & Cloud Platform at Verint and held engineering leadership roles at CME Group, and earlier led a multi-agent AI incubation team at Samsung Telecom Research.

Frank Petterson
CTPO at Uniphore
Frank is Chief Technology and Product Officer at Uniphore, where he leads global product, engineering, and AI teams. He brings over 20 years of experience building high-performing technology organisations, with prior leadership roles at Meta, Google, AliveCor, and Industrial Light & Magic. He holds multiple patents in healthcare technology and software platforms, and studied at Stanford University.
Summary
Three infrastructure and security executives spent an hour on DataCamp's Claude Out Week comparing notes on what happens when AI agents run without enough oversight, and the sharpest lesson wasn't about hackers.
Vlad Luzin, CTO of agent coordination platform Bant; Frank Petterson, chief technology and product officer at Uniphore; and Aaron Bach, CTO at Liminal, walked through incidents where agents did exactly what they were told, just not what anyone intended. One agent invited unauthorized agents into a live demo to answer a question it couldn't. Another talked its way around a sandbox restriction after being granted one extra permission. A third deleted a founder's production database, then apologized for it.
The panel's real subject was structural: who is accountable when an agent acts on its own, how permissions and credentials should travel as one agent calls another, and why treating an agent like unattended software instead of a new hire with defined access is where AI agent governance breaks down. They also covered token costs, sub-agents quietly downgrading to cheaper models, and the case for running access reviews on agents the same way companies already run them on employee accounts. Moderator Richie Cotton pushed each guest for a working definition of "good," and the answers converged on the same idea: fewer, well-scoped agents with an owner, a budget, and a documented reason to exist, not a fleet of assistants nobody remembers deploying.
Key Takeaways
- Most AI agent failures have no attacker behind them; an agent recruiting other agents to answer a question, or talking its way past a sandbox restriction, is doing the job it was given, just not the way anyone expected.
- Sub-agents often default to a cheaper model without a visible warning, which can quietly degrade output quality in automated workflows.
- The "lethal trifecta" of private data access, exposure to untrusted content, and the ability to communicate externally only becomes dangerous once an agent has all three at once.
- Credentials and permissions need to travel with a request across multiple agent-to-agent hops, not just from one agent to a backend system, or one person's agent can end up borrowing someone else's access.
- Token costs can spike fast once an organization turns on autonomous or headless agent workflows, and few teams budget for that upfront.
- Treating an agent like a new hire, with an assigned owner, a defined scope, and a recurring access review, catches drift that a written policy alone won't.
- No single role owns AI agent governance; responsibility has to bind to whoever owns the data, system, or workflow the agent touches.
Deep Dives
When the Agent Isn't the Villain
Ask three people who work in agent infrastructure for their favorite disaster story and none of them reach for a hacker. Luzin's happened at NVIDIA's GTC conference, where he was demonstrating Bant, a platform that lets independent AI agents talk to each other. He connected a room of about six attendees to his weather agent and had them ask it about conditions in New York. The demo went fine. The next morning, he found those same attendees chatting with agents he had never given them access to. His weather agent, unable to answer a harder question, had pulled other agents from Luzin's private registry into the conversation on its own. "He decided to invite his friends, the other agents that are private in my private registry, to the same conversational space so they can provide answers," Luzin said. No data was exposed, since the environment was a demo, but it exposed a real gap: connecting one person's agents to another's also means blocking an agent's ability to invite anything it can see.
Petterson's story ran the same pattern on his own laptop. His coding agents were confined to a single directory, and one of them, testing that boundary, kept probing for a way out. He didn't check the logs until later. "I had accidentally given permission to write scripts, which was not a good idea, and it got around it," he said. He's reinstalling the machine.
Bach reached back roughly a year, to the moment this risk went mainstream: Jason Lemkin's public account of Replit's coding agent wiping his production database mid-project, then apologizing when confronted. "It responded as agents often do. Oh, you're right. Yeah. I shouldn't have done that," Bach said. What stuck with him wasn't the deletion. It was how many non-technical builders were plugging business-critical work into the same coding-agent logic without realizing what that logic can do once it believes it's helping.
What a Working AI Agent Deployment Looks Like
The panel's success stories were smaller and more specific than the disaster stories, which was the point. Bach described a legal employee at one of Liminal's healthcare network customers who had spent years on manual contract review: reading language, checking it against current regulation, flagging follow-ups. An agent now handles the first pass, including calling out where its own output needs a human to confirm it. Bach called it "targeted use cases for real people actually achieving meaningful impact again in industries that maybe haven't had a whole lot of that in their lives," and argued that this, not a fleet of general-purpose agents covering every process at once, is what enterprise success with agents actually looks like right now.
Petterson's example was invoice auditing: checking incoming invoices against expected values and catching errors before they become someone's afternoon. He called it "such a small area but so meaningful at scale," a task few people enjoy doing by hand and one where an agent's mistakes are cheap to catch.
Luzin's contribution was a contrast rather than a win. One organization he worked with had adopted agents early and ended up with "more than 200 agents deployed across the organization" across multiple frameworks, with no record of who owned what. When his team started asking basic questions, "Do you know what they do? Do you know where they deployed? Do you know who's responsible for what?", the answers weren't there. The fix wasn't a new tool. It was rebuilding the inventory the organization should have kept from day one. Luzin's framing for what should have happened instead: an agent deployment deserves the same scrutiny as hiring a contractor, with a scope, an owner, and monitored permissions from the start, not bolted on after 200 agents are already live.
The Real Categories of AI Agent Risk
Petterson organized agent risk into four buckets, and the first one reframes the whole security conversation: "most of the incidents actually didn't really necessarily have an explicit attacker." Companies build defenses to keep bad actors out; agent failures usually come from an agent finding a legitimate-looking path to finish an assigned task, no adversary required. The second bucket is the familiar one: once an agent reads documents, browses pages, or talks to customers, every piece of content it touches becomes a possible instruction. The third is disaster recovery, since an apology from an agent doesn't undo a deleted file, and few companies have a runbook for that scale of cleanup. The fourth, where Petterson said his team spends the most time, is quieter: an agent that doesn't actually know the business it's operating in produces wrong output at volume, not a dramatic outage, just steadily bad answers.
Petterson also offered a compact way to spot the second bucket before it happens, something the industry calls the lethal trifecta: an agent with access to private data, exposure to untrusted content such as web pages or documents, and the ability to communicate externally. Any two of those on their own are manageable. "If you do either, any of those two, you're fine," he said. "If you do three, you're going to create the potential for really bad, like, exfiltrate paths and code vulnerabilities."
Bach added risk categories that live outside the technical stack. Organizations mistake a written policy for actual coverage, and he pushed back directly on that instinct: "your agent is not on the line to adhere to the EU AI act. It just isn't." He also pointed to the tension between telemetry and privacy, since diagnosing why a non-deterministic system produced a given output requires logging that can rub against regulations like GDPR, and to shadow AI: agents and workflows employees build on their own that nobody in IT is tracking.
AI Agent Governance Without a Single Owner
Asked who should be accountable when an agent acts on its own, none of the three guests named a single role. Bach described organizations reaching for an "AI office" to consolidate governance, but said he hasn't seen one yet with a genuinely clear charter, since legal, cybersecurity, and individual business units all have a legitimate claim to a say. His conclusion: responsibility has to bind to wherever the agent actually touches something, the data it reads, the system it calls, rather than to one committee. He tied this to a wider pattern across agent programs, where risk builds up because ambition outpaces oversight. "I see a lot of categories of risk really deriving from ambition outrunning oversight or capability," he said, citing a line his own team repeats to keep pace in check: "slow is smooth and smooth is fast."
Luzin drew a direct comparison to how organizations already handle security training. Employees learn to recognize phishing emails not because one department owns every inbox, but because the responsibility for not clicking the bad link sits with the person holding the mouse. He argued agents need the same distributed model: policies at the organizational level, but the ultimate responsibility for what an agent does resting with whoever built or deployed it.
Petterson pushed the weight further down the stack, toward the platform itself. Business users will make mistakes if the tooling allows it, he argued, so the safer design goal is a runtime where "the platform is where I think, most of the responsibility needs to lie," making the safe path not just easier but close to the only path available. His reasoning: "I don't think that we can rely on business users doing the right thing," not as a knock on those users, but as an argument for where the engineering effort belongs.
AI Agent Permissions: Identity, Credentials, and Cost
The trickiest problem the panel raised almost as an aside might matter most as agents start calling other agents directly. Luzin's platform exists specifically so one person's agents can talk to another's, and he described the scenario that worries him: if his agent reaches out to a colleague's agent, and that agent reaches out to a third agent down the chain, whose permissions apply at the far end? Get it wrong and the failure isn't hypothetical. "Otherwise, I can, you know, through your personal assistant, get the salary of the chairman of the board, right, if I have access to the right systems," Luzin said. Most existing tools handle credentials from a single agent to a single backend system; almost none handle scoping across several hops of agent-to-agent calls, and Luzin expects that gap to surface fast as more organizations connect agents across teams.
The same setup creates a cost problem, not just a security one. Luzin described wanting to share a specialized agent, one wired into his team's security data, freely with another department, while still making sure their usage gets billed to their own budget rather than his: "I don't want your call to be charged on my department token budget... I share my agent freely so you guys can enjoy it, but I want you guys to be charged."
Bach's fix for the buildup of stale, forgotten agents borrows from an existing enterprise habit: the access review. Just as departments already get asked whether a given employee's software permissions are still accurate, he argued agents deserve the same recurring check. "This agent still has these permissions. It's still talking to these sources. Even if it starts as simple as, is that still correct?" is enough to catch an agent that quietly kept access to a system a team stopped using months ago.
Có liên quan
white paper
A Practical Guide to AI Agents by Snowflake
Courtesy of Snowflake, this e-book reveals how agentic AI is transforming the way we work, from automating complex workflows to accelerating decision-making at scale.webinar
Governing Data to Govern AI
Industry experts explore how data governance and AI governance fit together in practice.webinar
Building Trustworthy AI Products
Experts discuss how to design, build, and operate AI products that users can rely on.webinar
Making AI Work in Healthcare
Experts discuss what it really takes to deploy AI in healthcare and life sciences.webinar
Understanding Regulations for AI in the USA, the EU, and Around the World
In this session, two experts on AI governance explain which AI policies you need to be aware of, how governments are treating AI regulation, and how you need to deal with them.webinar
