
Data Engineering Podcast State, Scale, and Signals: Rethinking Orchestration with Durable Execution
36 snips
Nov 16, 2025 Preeti Somal, EVP of Engineering at Temporal and expert in durable execution, dives into innovative methods for building stateful data systems. She discusses how Temporal's code-first model simplifies reliability and reduces the need for error-handling scaffolding. With insights on integrating application and data teams, managing large data while keeping orchestration lightweight, and the importance of observability, Preeti shares strategies for efficiently handling long-running AI workflows. She also highlights practical adoption patterns and the role of Nexus in creating seamless cross-boundary calls.
AI Snips
Chapters
Transcript
Episode notes
Make Crashes Inconsequential
- Durable execution makes application crashes inconsequential by moving reliability into the platform.
- Temporal removes most error-handling scaffolding so engineers focus on business logic.
Encapsulate Failures In Activities
- Put error‑prone operations into activities and let Temporal handle retries and backoff policies.
- Avoid writing custom retry and checkpoint scaffolding and use Temporal's SDK policies instead.
Productivity And Reliability Align
- Temporal lets teams increase developer productivity while improving reliability and scale.
- Customers report faster delivery because they stop writing reliability scaffolding and focus on business logic.
