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
- Cognition's SWE-2 uses a KKT duality argument in RL to shift the effort Pareto curve — YouJiacheng · 2026-09-11
- First-ever Three.js Conference lands in Paris, with a panel on AI-shortened design workflows — OdinLovis · 2026-09-11
- Data engineering, not agent frameworks, is the real bottleneck for enterprise AI agents — dhruv2038 · 2026-09-11
- RTK Terminal Compression Cuts Tokens but Leaves Your AI Coding Bill Unchanged — Bartaseth · 2026-09-11
- GPT-6 Astra beats Factorio with enemies in 44 in-game hours at ~$4,500 API cost — liminal_bardo · 2026-09-11
- Investment Analyst Asks How to Build a Claude-Based Diligence Agent Stack — Careless_Tie2286 · 2026-09-11