durable-execution

Tag

Cards List
#durable-execution

Just had to rewrite my entire agent infrastructure for reliability, anyone else doing the same?

Reddit r/AI_Agents · 4d ago

The author describes rewriting their AI agent infrastructure for reliability using DBOS durable execution after facing cascading failures, and asks the community about similar experiences, tool choices, and build-vs-buy decisions.

0 favorites 0 likes
#durable-execution

SQLite is all you need for durable workflows

Hacker News Top · 6d ago Cached

This blog post argues that SQLite, combined with Litestream for async backups, provides a simple and effective approach to durable execution for many workflow systems, especially AI agents, without needing a separate orchestration tier or network database.

0 favorites 0 likes
#durable-execution

Durable execution, the hard way

Hacker News Top · 2026-05-28 Cached

A tutorial guide that teaches how to build a durable execution engine from scratch using Go and Postgres, inspired by Kubernetes the hard way.

0 favorites 0 likes
#durable-execution

Lessons Learned from Building Cloud Agents (12 minute read)

TLDR AI · 2026-05-22 Cached

Cursor shares key lessons from building cloud agents, emphasizing that providing a full development environment is critical for agent output quality, and that long-running agents require durable execution and enterprise-like infrastructure.

0 favorites 0 likes
#durable-execution

Introducing Agent Executor, Google's distributed Agent Runtime (6 minute read)

TLDR AI · 2026-05-21 Cached

Google introduces Agent Executor, an open-source distributed runtime for reliable long-running agent workflows, featuring durable execution, secure isolation, and session consistency.

0 favorites 0 likes
#durable-execution

@djfarrelly: https://x.com/djfarrelly/status/2052779234234380479

X AI KOLs Timeline · 2026-05-08 Cached

The article argues that AI agent development should rely on stable execution primitives rather than rigid frameworks, which frequently change with emerging orchestration patterns. It emphasizes durable steps, persistent state, parallel coordination, event-driven flow, and observability to prevent costly rewrites as best practices evolve.

0 favorites 0 likes
#durable-execution

Absurd In Production

Armin Ronacher · 2026-04-04 Cached

Armin Ronacher (pocoo) shares his production experience with Absurd, a durable execution system built entirely on Postgres, highlighting improvements like decomposed steps, task results, and a CLI tool called absurdctl.

0 favorites 0 likes
← Back to home

Submit Feedback