3 Aug 2026 Why Your AI Bill Will Double Before It Gets Better
"OpenAI's capacity model and shifting AI pricing strategies highlight financial risks of external LLMs, prompting cost optimization and open-source alternatives for sustainable adoption."

Published 15 May 2026
Duration: 00:41:11
Managing long-running agents requires state checkpointing and rehydration for fault tolerance, balancing durability with scalability via modular architectures, orchestration frameworks like Temporal, open standards, and simplified agent designs that separate concerns and leverage existing infrastructure.
Hamza Tahir, co-founder of ZenML, joins the show to cut through the hype around long-running agents arguing that at the end of the day, an agent is ju...
The podcast explores challenges in managing long-running agents, emphasizing the critical need for checkpointing state within extended while loops to enable recovery from failures and resume execution from precise interruption points. It defines "long running" as context-dependent, ranging from seconds to years, and stresses infrastructure planning for scalability. A central theme is the evolution of harness architectures, distinguishing between basic "inner harnesses" (simple loops interacting with models and tools) and more complex "outer harnesses" that decompose systems into modular components like decision-making "brains" and sandboxed "hands" for tool execution, with examples from Anthropics scalable approach. The discussion also highlights durability mechanisms, such as file system snapshots and memory states, to ensure fault tolerance and avoid redundant work, while using analogies like the Game of Life to illustrate how nested loops form hierarchical agent systems.
The content delves into open standards and infrastructure, advocating for interoperable, open-run harnesses to prevent vendor lock-in and enable broader accessibility, while acknowledging the trade-offs between managed platforms and self-hosted solutions. It critiques current tools for interoperability gaps and calls for horizontally scalable, open-runtime environments that separate models from harnesses to avoid monopolization. Key concepts include durable execution frameworks like Temporal and ZenML, which manage long-running workflows through reliability and replayability, alongside challenges in managing external state persistence (e.g., databases) and reconciling agent workloads (e.g., coding agents) with durability needs like sandboxing and artifact storage. The discussion also contrasts distributed systems (focused on reliability for extended workflows) with bursty container-based workloads, emphasizing differing philosophies in scalability and latency management.
Finally, the podcast examines deployment paradigms and developer experience, critiquing overly complex abstractions in SDKs and advocating for simplicity in agent architecture design. It highlights the importance of state management via artifact stores and dynamic workflows over static DAGs, while addressing challenges in integrating with existing tools and balancing durability with usability. The need for replayability, error recovery, and human-in-the-loop scenarios is underscored, alongside the role of community-driven open-source projects like Kitaru in advancing resilient, durable execution systems. Philosophical reflections on reducing complexity and avoiding over-engineering agent systems are interwoven with practical critiques of existing tools and the limitations of current orchestration approaches.
What if you implemented a state checkpointing system using file system dumps every 10 iterations in your long-running agent?
What if you designed your harness as an open, modular component separate from your core business logic?
agent_harness.py) that handles tool calling, state management, and logging, while keeping your business logic in a separate core_business.py file.What if you adopted a durable execution framework like Temporal to manage your agent's workflow orchestration?
3 Aug 2026 Why Your AI Bill Will Double Before It Gets Better
"OpenAI's capacity model and shifting AI pricing strategies highlight financial risks of external LLMs, prompting cost optimization and open-source alternatives for sustainable adoption."
27 Jul 2026 What an Anthropic Engineer Thinks About MCP
"SDKs now see hundreds of millions of downloads annually, with a focus on minimal, extensible designs and a major MCP update shifting to stateless protocols for scalability, balancing simplicity with complexity while prioritizing stability and future-proofing."
20 Jul 2026 The Creator of FastMCP Explains the Future of MCP
"Fast MCP streamlined the Multi-Chat Protocol, dominating the market with simplicity and efficiency, while evolving to support interactive UI apps, Python-based token-efficient interfaces, and addressing security and scalability challenges, with AI tools enhancing personal and professional workflows."
13 Jul 2026 What Happens When Every Developer Has 20 AI Agents?
"Modern software development faces bottlenecks from limited human resources and AI-driven shifts, transforming productivity, SaaS models, and workflows while straining infrastructure and open-source ecosystems."
6 Jul 2026 AI Agents Should Be Treated Like Hackers
Integrating AI agents with enterprise systems via APIs presents security risks from untrusted access, requiring solutions like the Multi-Cloud Protocol, zero-trust models, and GraphQL to balance innovation with safeguards against data exposure and autonomous decision risks.