Back to Webinars

Beyond the Hype: Practical and Responsible Use Cases for Agentic AI

Date Aired: April 23, 2026

What You’ll Learn

Agentic AI makes software useful in places where clean APIs do not exist, but it also gives that software room to take actions nobody explicitly approved. Kelsey Hightower and Dan Moore examine where agents genuinely improve automation, where ordinary code remains the safer choice, and how identity, scoped credentials, intent-based APIs, policy engines, and hard operational guardrails keep unpredictable software under control.

Key Takeaways:

  • Agentic AI earns its keep when inputs are unstructured, interfaces were built for humans, or usable APIs do not exist. When the task is predictable, conventional code is usually cheaper, safer, and easier to debug.
  • Clean APIs still beat agents for deterministic work. Using an LLM to reconstruct functionality that should exist behind an endpoint is an expensive workaround, not architectural progress.
  • Successful output does not mean safe execution. An agent may complete a task correctly while exposing data, calling an unapproved service, or taking an action nobody anticipated.
  • Fine-grained authorization can limit agents by resource, action, time, and context. The trade-off is policy complexity, which quickly outgrows application settings and scattered permission logic.
  • Permission graphs can make complex authorization decisions fast. They cannot decide which permissions are sensible or stop users from clicking “allow all.”
  • Least privilege may be easier to discover than to design upfront. Run the agent in a sandbox, record what it does, and build the smallest permission set that supports the approved path.
  • Administrator access should be treated as evidence of a missing permission boundary. It is not a reasonable default for an agent that only needs to complete one task.
  • Short-lived, task-specific credentials reduce standing access and limit the damage an agent can cause. Their value depends on downstream systems exposing permissions narrow enough to enforce them.
  • MCP is more useful when it represents intent rather than mirroring low-level API calls. “Create a VM” is a safer permission boundary than unrestricted access to networking, storage, compute, and DNS.
  • Agent identity does not require an entirely new auth stack. Existing tokens, certificates, and identity protocols still apply. The harder problem is defining what an unpredictable system is allowed to do.
  • Production agents need hard boundaries such as sandboxes, network restrictions, policy enforcement, audit trails, and approval gates.
  • Hope is not a control plane.
  • Agents can discover a working sequence without executing it forever. Once the path is stable, convert it into conventional software that is cheaper to run, easier to test, and easier to secure.
  • Automation is here to stay. Running inference for every repeatable workflow probably is not. The useful split is agents for ambiguity and deterministic code for the paths you already understand.
View Transcript

Who Should Watch This Webinar?

  • CTOs
  • CIOs
  • CISOs
  • Security architects
  • Platform architects
  • Identity architects
  • API engineers
  • Platform engineers
  • AI engineers

Topics Discussed:

  • Where agentic AI is useful when clean APIs do not exist
  • Deterministic systems versus nondeterministic agent behavior
  • Security risks created by unexpected agent actions
  • Fine-grained authorization for agent access
  • Policy engines, permission graphs, and Zanzibar-style models
  • Sandboxing and observation for discovering required permissions
  • Short-lived and dynamically scoped credentials
  • MCP authentication, authorization, and token scoping
  • Intent-based APIs for limiting agent permissions
  • Production guardrails for agentic systems
  • Converting agent-discovered workflows into conventional software
  • The long-term role of agentic AI in automation
  • Open source stewardship in an AI-assisted development world

Speakers:

Kelsey Hightower Photo
Kelsey Hightower
Former Distinguished Engineer, Google Cloud, Author, OSS Contributor, and Technical Advisor
Kelsey Hightower is one of the most respected voices in cloud-native infrastructure. Entirely self-taught, he worked his way from installing DSL modems to becoming a Distinguished Engineer at Google Cloud where he helped Fortune 1000 companies navigate container architecture at scale. He's the co-author of Kubernetes: Up and Running and the creator of Kubernetes the Hard Way, one of the most widely used learning resources in the DevOps community. He co-founded KubeCon, CloudNativeCon, PlatformCon, and ContainerDays, and received the inaugural CNCF Top Ambassador Award for his contributions to early container communities. Kelsey is as well-known for his ability to explain complex systems simply as he is for building them, making him one of the most compelling speakers in tech.
Dan Moore Photo
Dan Moore
Sr. Director of CIAM Strategy, FusionAuth
Dan Moore has spent his career across the full stack of software leadership, from back-end developer and engineering manager to CTO and AWS certification instructor at organizations including Oracle and Culture Foundry. He holds AWS and identity certifications and has contributed to 97 Things Every Cloud Engineer Should Know. His speaking reflects where his interests have landed: Identiverse sessions on CIAM, OAuth compliance, and decentralized authentication; Devnexus workshops on enterprise authentication and microservice architectures; and webinars on passkeys, modern MFA, and identity challenges in agentic AI workflows. He's also been a featured guest on Corey Quinn's Screaming in the Cloud.
Featured TechPaper
Securing Autonomous AI Agents: A Technical Framework
get tech paper
FusionAuth graphic titled "Securing Autonomous AI Agents" with a shield icon
Share this post
Watch  On-Demand
Subscribe to The FusionAuth Newsletter
Get updates on techniques, technical guides, and the latest product innovations coming from FusionAuth.