Many agent frameworks advertise durable execution through checkpointing, but checkpointing only helps with recovery, and agents are distributed applications that need more than that to be truly durable. The post argues that production-grade resilience requires a comprehensive durable execution runtime handling failure detection, retry policies, session management, and safe upgrades, far beyond what checkpoint-based solutions provide.