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

31 Mar 2026 This One Shift Makes Developers Obsolete

Processing live stream data involves transcription, AI-driven skill categorization, GitHub organization, multimedia-comment correlation, and knowledge graphs, while addressing redundancy, AI costs, and MLOps trends, AI agent debates, adversarial workflows, security risks, and tooling like Open Claw and Agent Zero.

30 Mar 2026 Operationalizing AI Agents: From Experimentation to Production // Databricks Roundtable

Deploying AI agents in real-world systems demands robust safety protocols, human oversight, and structured testing to address risks like errors and vulnerabilities, while balancing innovation with responsibility through observability, governance, domain expertise, and tools like MLflow, across use cases from workflow automation to critical system reliability.

27 Mar 2026 arrowspace: Vector Spaces and Graph Wiring

Epiplexity introduces a framework redefining entropy and complexity with structural information, while topological search and graph-based methods enhance semantic accuracy in machine learning by preserving data through high-dimensional embeddings and hybrid geometric-topological analysis, outperforming traditional approaches in retrieval and reasoning tasks.

20 Mar 2026 Agentic Marketplace

AI-driven agent systems in OLX's classifieds marketplace aim to innovate user experiences by overcoming UI constraints through dynamic intent extraction, hybrid chat/UI models, and trust-building in real estate and motors, with future focus on logistics automation, secure transactions, and human-agent integration.

More MLOps.community episodes