...
Itential Platform Pricing Explore flexible plans and options for your team
Itential logo
Blogs

The Iceberg Effect: What It Actually Takes to Trust an AI Agent in Production

Headshot of Holly Holcomb, Head of Customer Success at Itential, leading strategic partnerships and helping customers scale network automation investments with expertise in program delivery and change management.
Holly Holcomb
Head of Customer Success
Representation of Iceberg Effect to trust AI agents.

Key Takeaways

    • Building an agent that works is the easy, visible part. Operating it safely at scale, thousands of devices, concurrent execution, failure handling, is the part that determines whether it ever reaches production.
    • Change management does not disappear for agentic operations. It gets more robust, because an agent can reason beyond the instructions it was given, the same way a human occasionally improvises beyond a runbook.
    • Human-in-the-loop is a dial teams turn down gradually as trust builds, not a switch they flip off once and forget.
    • Every action runs through the same audit trail and governance, whether a human or a FlowAgent initiated it, so a denied change rolls back the same way a human-reverted one would.
    • Building an agent is step one. Consumption, actual usage, actual adoption, is where the value shows up, which is why exposure control and analytics matter as much as the build itself.

A working agent is easy to demo and hard to forget once you have seen it. Getting that same agent into production, where it touches thousands of devices, runs concurrently, and answers to the same governance your infrastructure already requires, is a completely different story.

The Iceberg Effect

Image showing the Iceberg Effect: Building Effective Agents is Just the First Step

Building an agent that does something interesting is the part everyone sees. One use case, one device, minutes to build. It is also the smallest part of the actual problem.

  • 💡 Below the waterline is where production actually lives.

    Thousands of devices, concurrent execution, failure handling under load, and every governance and security requirement your organization already has for human-initiated change.

It is just the tip of the iceberg when we talk about what you need to see before something reaches production. There is a lot more under the surface, and most of it has nothing to do with whether the agent can technically do the job.

Change Management Doesn’t Disappear, It Gets Sharper

There is no world in which infrastructure changes happen without a ticket, without pre and post checks, without an audit trail, both in the tool making the change and in the ITSM system tracking it. Those have been hard requirements for as long as automation has existed, and agentic operations do not get an exception.

What does change is how much scrutiny that human-in-the-loop step carries. An agent can reason beyond what it was explicitly told, the same way a skilled engineer occasionally improvises beyond a runbook.

That is exactly why change management gets more robust for agentic operations, not less: more visibility, more auditing done automatically instead of manually, and in some designs, one agent proposing a change while a second agent validates it against policy before a human ever sees it.

Change Management & Governance

Human-in-the-Loop Is a Dial, Not a Switch

Teams do not go from full manual review to full autonomy in one step, and they should not expect to. The pattern that already worked for automation adoption applies here too: start with a human reviewing every proposed change, and relax that requirement only as trust in a specific agent, for a specific action, actually earns it. Some organizations are already designing for a second layer: an agent that checks a proposed change against internal policy before it ever reaches a human’s queue, so the human is reviewing an already-vetted recommendation instead of a raw one.

  • 💡 This isn’t about whether agents are trustworthy in the abstract.

    It is about building the same evidence base for a FlowAgent that any new hire, or any new automation, would have to build before getting broader latitude.

The Audit Trail Doesn’t Care Who Made the Change

Same governance, regardless of who or what triggered the change. That is the standard for human-initiated automation today, and it does not get relaxed for AI. Every FlowAgent action, and every external AI system connected through MCP, runs through the same governed execution layer as a change a person made by hand: the same RBAC, the same approval gates, the same audit trail.

That is what makes a moment like this unremarkable instead of risky: a FlowAgent proposes a DNS record change, drafts the update, and pauses for review. A human says no, and within seconds the agent rolls the change back in Infoblox on its own, no cleanup required.

The agent did not get a special path around governance because it is an agent. It got the same path everything else gets, the same RBAC, the same approval gates, the same audit trail, which is exactly why the rollback was instant and the record of what happened is complete.

Building Is Step One, Consumption Is Where the Value Is

A working prototype in a lab proves the agent can do the job. It does not prove anyone will use it, and usage is where the actual value shows up. That means exposure matters as much as the build: which team can request what, through an API, a form, or a ServiceNow ticket, and who gets notified when a request is approved or denied. It also means analytics matter, because the same question every automation program eventually asks, is this saving time, is this making the team more productive, applies just as much to agents.

The goal was never just to build agents. It has always been solving complex, comprehensive problems across the infrastructure your team owns. Agentic operations are a means to that end, not the end itself, and production readiness is what turns a working prototype into something people actually rely on.

  • 💡 Trust in agentic operations is not granted upfront.

    It is earned one governed action at a time, and the job of the platform underneath is to make every one of those actions visible enough to earn it.

What’s Next

The visible part of the iceberg is what you see, but here’s what’s under it.

  • Watch the latest AI Office Hours session I did with Karan.
    We cover this topic, demo and all. He walks through one agent with 28 tools next to eight specialized ones, the three layers of runtime governance, and the DNS change I denied that rolled itself back in Infoblox seconds later.
  • Learn more about FlowAI.
    Reasoning grounded in live infrastructure context, a scoped set of tools, and one governed execution engine underneath all of it.
  • Go deeper on the governance layer agents require.
    Scoped tools locked at design time, two-layer agent RBAC, and the audit trail that treats a FlowAgent action the same as a human one.
Headshot of Holly Holcomb, Head of Customer Success at Itential, leading strategic partnerships and helping customers scale network automation investments with expertise in program delivery and change management.
Holly Holcomb leads the Customer Success organization at Itential, where her mission is to help customers realize the full value of their network automation investments. She is passionate about forging deep, strategic partnerships and empowering customers to scale confidently and sustainably. Over the past decade, Holly has bridged the gap between business and technology, enabling teams to speak a common language and move forward together. She has extensive experience in program and project delivery, agile frameworks, change management, and turning plans into measurable progress. Holly holds a Master of International Business from Georgia State University (summa cum laude). She believes that clear, honest communication – whether in English or Spanish – is at the heart of collaboration, alignment, and true customer success.
Keep Learning

The Latest in Agentic Operations

Frequently Asked Questions

+

The core requirements do not change: a ticket, pre and post checks, and an audit trail are still non-negotiable. What changes is how much scrutiny the human-in-the-loop step carries, since an agent can reason beyond its explicit instructions the way a human occasionally improvises beyond a runbook, which is why change management gets more robust, not less.

+

It means a human reviews and approves a proposed change before it executes, especially early in an agent’s deployment. Teams relax that requirement gradually, action by action, as a specific agent proves it can be trusted with a specific type of change, rather than granting broad autonomy all at once.

+

Yes. FlowAgents and external AI systems connected through MCP operate through the same governed execution layer as any human-initiated action, with the same RBAC, approval gates, and audit trail. A denied AI-proposed change rolls back the same way a human-reverted one would.

+

By building an evidence base for that specific agent and that specific action, the same way a new hire or a new automation earns broader latitude over time. Some teams add a second layer instead of removing the human entirely: one agent proposes a change, a second agent validates it against policy, and only then does a human see it.

Get Started

Agentic infrastructure operations starts here.

See how Itential connects AI reasoning to governed execution across your entire infrastructure.