Episode
Building Durable AI Agents
- Podcast
- Practical AI
- Published
- Jul 9, 2026
- Duration seconds
- 2799
- Processing state
processed- Canonical source
- https://share.transistor.fm/s/facb92e2
Actions
POST https://stenobird.com/v1/public/podcasts/practical-ai/episodes/building-durable-ai-agents/transcription-requests
Idempotently request low-priority transcript generation for this episode.GET https://stenobird.com/podcast/practical-ai/building-durable-ai-agents.md
Read the agent-friendly Markdown representation of this episode resource.
Summary
Moving AI agents from experimental demos to production requires applying MLOps principles to handle long-running, complex workflows. This episode explores the infrastructure needed for durability, state management, and scalable agent fleets.
Topics
- AI Agents
- MLOps
- Agentic Workflows
- Infrastructure
- State Management
- ZenML
- LLM Orchestration
- Software Engineering
Highlights
- Main idea: Agentic workflows require a shift from simple request-response patterns to durable, long-running execution environments
- Practical takeaway: Enterprises should invest in internal agent platforms to manage complex business processes and maintain control over infrastructure
- Failure mode: Relying solely on model-specific features creates vendor lock-in and fragility when model availability or regulations change
- Technical necessity: Robust systems must implement state management, retries, and observability to handle inevitable failures in multi-step agent loops
- Future trend: As LLM performance commoditizes, the competitive advantage will shift toward the quality of the underlying agent harness and runtime
Chapters
1:00Introduction to Kitaru: An introduction to Hamza Tahir and ZenML's new project, Kitaru, which focuses on making AI agents durable.4:00The Evolution of MLOps to AgentOps: Discussing how the principles of DevOps and MLOps are being reinvented to support agentic workflows and software engineering standards.8:00New Workload Challenges: Exploring the complexities of state management, retries, and replays in modern AI workloads.11:00Scaling Multi-Agent Architectures: The rise of agent fleets and swarms, and the infrastructure challenges that emerge at scale.15:00The History of AI Evaluation: Reflecting on the rapid evolution of evaluation methods from manual Python scripts to automated systems.18:00Decoupling Logic from Models: Why business value and infrastructure should remain independent of specific LLM providers to ensure business continuity.22:00Architecting for Durability: Understanding the different types of agent workloads and how to build resilient, non-fragile agent harnesses.