Durable execution
Simple
Running long work so it cannot be lost — even if everything restarts.
Business
A guarantee that an hours-long agent process survives crashes and resumes where it stopped, not from zero.
Tech
Execution as a journaled workflow (event sourcing, replay from history): Temporal-style engines, idempotent steps.