How Long-Running Agents Survive Crashes
Instance_Not_Found · reddit · 2026-07-17
The author explores **how long-running agents can resume execution after crashing**, focusing heavily on "durability." Several approaches are discussed: - **Temporal**: Uses durable execution for workflow orchestration, making it easy to integrate into existing agent systems. - **Claude Managed Agent**: Although durability isn't explicitly highlighted in the docs, the author argues its "decoupled hand and brain" design inherently allows agents to survive component failures. - **Flue**: Viewed as an open-source alternative similar to Claude Managed Agent. - **Funky**: The author's own open-source durable runtime, utilizing an **append-only event log** as the source of truth and executing via **stateless workers**; workers can be killed or replaced mid-session. Finally, the author asks the community whether they are building on top of Temporal, using managed solutions, or implementing their own.
Related event: Persistence and Crash Recovery for Long-Running Agents(2 posts)→
More from coding & agent
- Codex Computer Use grabs a voicemail access code through iPhone call screening — KarelDoostrlnck · 2026-07-21
- Grok Imagine’s Agent mode adds image cropping for smoother video transitions — elonmusk · 2026-07-21
- An engineering platform that auto-assigns and resolves Jira bugs with AI agents — Pavan_Belagatti · 2026-07-21
- Reddit asks how to stop agents from retrying the same failed call until budgets burn — bulleykebaal · 2026-07-21
- A “shadow steering” pattern lets a larger model intervene only when a smaller one starts to fail — dotey · 2026-07-21
- Clanker Cloud teases easier agent-to-agent communication for its next update — tekbog · 2026-07-21