More MLOps.community episodes

Durable Execution and Modern Distributed Systems thumbnail

Durable Execution and Modern Distributed Systems

Published 17 Mar 2026

Duration: 01:00:36

Temporal enhances developer productivity by enabling crash-proof workflows through deterministic programming models, separating business logic from fault tolerance, and simplifying distributed systems with durable execution, workflows, activities, and persistence layers like Cassandra/Postgres.

Episode Description

Johann Schleier-Smith is the Technical Lead for AI at Temporal Technologies, working on reliable infrastructure for production AI systems and long-run...

Overview

The podcast focuses on enhancing developer productivity through tools and frameworks, particularly agentic systems that interact with the world asynchronously, reliably, and durably. It emphasizes durable execution, a methodology ensuring software tasks complete reliably despite failures like cloud outages or rate limits. Key principles include crash-proof software, separation of reliability mechanisms from business logic, and the use of platforms like Temporal, an open-source solution that decouples durability from application code. Temporal employs a programming model distinguishing between workflows (deterministic, business-logic-heavy code) and activities (IO-heavy tasks), enabling deterministic execution and cross-region failover. This approach abstracts complexity in retries and fault tolerance, allowing developers to focus on core logic while ensuring resilience in distributed systems.

The discussion extends to challenges and comparisons, such as the learning curve of deterministic workflows and the limitations of legacy systems lacking built-in durability. It contrasts durable execution with checkpointing, noting the latters limitations in handling complex, concurrent scenarios. Temporals "continue as new" feature allows long-running agents to maintain state through snapshots, combining checkpointing with durable execution. Use cases span agentic systems (e.g., LLM-driven workflows), transaction management, and serverless architecture, highlighting Temporals role in simplifying cloud workflows by managing state persistence and recovery internally. Key benefits include abstracting infrastructure complexity, supporting both linear workflows and branched, concurrent processes, and enabling scalability through auto-scaling and serverless integration.

The podcast also addresses advanced features like dynamic workflow control (signals, updates, pausing), handling large payloads via external storage, and future developments in streaming and agent interaction. It underscores the importance of separating Temporals state management from external systems (e.g., databases) while ensuring security through encryption and trusted execution environments. Ultimately, the focus is on Temporals role in modernizing cloud workflows, reducing developer overhead, and enabling scalable, reliable systems for agentic and non-agentic applications alike.

Recent Episodes of MLOps.community

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.

More MLOps.community episodes