DBOS
banner
dbos.dev
DBOS
@dbos.dev
Build reliable backends effortlessly.
Website: dbos.dev
Open source: https://github.com/dbos-inc/dbos-transact-py
Pinned
DBOS @dbos.dev · Mar 20
You asked, we built. New feature coming soon? 👀
Reposted by DBOS
Big hugs to friends and family working overtime this time of the year to keep systems alive during the surge. I'm reminded how many people quietly keep the world running. Thank you for everything you do!
Tech friends who work in e-commerce and cloud providers who support us. Have a great week and may the final exam be full of nothing but climbing sales. (Final exam = Black Friday / Cyber Monday weekend.)
November 25, 2025 at 4:57 PM
Reposted by DBOS
Thanks so much for hosting the podcast! Really enjoyed our conversation.
The latest episode of the #BugBash podcast has @qianli.dev from DBOS talking about the hard truths of ergonomics. As always, if it ain't easy, it probably won't happen.

Full episode links below.
November 20, 2025 at 9:52 PM
Reposted by DBOS
Yesterday was our final @southbaysystems.xyz talk event of 2025 (what a year!). Huge thanks to @julianhyde.bsky.social and Yuanyuan for their awesome talks! A big shout-out to our amazing host, @startreedata.bsky.social, for the venue and food!
November 21, 2025 at 12:41 AM
Reposted by DBOS
Reposted by DBOS
The latest episode of the #BugBash podcast has @qianli.dev from DBOS talking about the hard truths of ergonomics. As always, if it ain't easy, it probably won't happen.

Full episode links below.
November 20, 2025 at 9:47 PM
Reposted by DBOS
Gunnar is such an incredible writer! He explains durable execution better than I do. I love seeing more lightweight, database-backed approaches getting attention, and really appreciate the thoughtful shout-out for @dbos.dev. Always grateful for folks who push the space forward.
📝 Blogged: "Building a Durable Execution Engine With SQLite"

Exploring the fundamentals of DE, based on a minimal engine built from scratch, using #SQLite as an execution log, and modern #Java (👋 virtual threads).

👉https://www.morling.dev/blog/building-durable-execution-engine-with-sqlite/
November 20, 2025 at 6:56 PM
Durable execution is underrated. In real systems, any step can fail at any time. Peter breaks down why reliability is such a challenge.
November 19, 2025 at 4:39 PM
Reposted by DBOS
Build durable, exactly-once workflows in your favorite language.

DBOS Go ✅
DBOS Java ✅
DBOS Python ✅
DBOS TypeScript ✅

docs.dbos.dev
Welcome to DBOS! | DBOS Docs
DBOS is a library for building reliable programs.
docs.dbos.dev
November 12, 2025 at 3:35 PM
Reposted by DBOS
Here is a nice article summarizing the talk (thanks stiller.bsky.social)
🔗 www.infoq.com/news/2025/11...
November 18, 2025 at 5:42 PM
Thanks QCon for having @qianli.dev and @jedberg.net. Their talk covered how durable computing and DBOS Transact boost reliability, remove heavyweight workflow coordinators, and reduce both complexity and cost.
November 18, 2025 at 5:35 PM
Building reliable AI systems is hard. In this video, @petereliaskraft.net walks through a deep research agent that many of us want to build and the kind that fails in all the surprising ways. Failures are inevitable and a durable workflow is what will make your agent production ready.
November 18, 2025 at 5:18 PM
Reposted by DBOS
I will be at #QConSF next week and co-presenting with @jedberg.net! We're speaking on Monday at 11:45 am on "Compiling Workflows into Databases: The Architecture That Shouldn't Work (But Does)".

DM me if you want to catch up or grab coffee.

🔗 qconsf.com/presentation...
QCon San Francisco 2025 | Compiling Workflows into Databases: The Architecture That Shouldn't Work (But Does)
What if everything you know about building distributed systems is backwards?
qconsf.com
November 14, 2025 at 7:30 PM
80% of backend code is retry and error-handling logic. With durable execution, that disappears.

Every input, output, and error is saved, giving you full observability and debugging out of the box.
November 14, 2025 at 4:03 PM
Reposted by DBOS
We're back on HN! This time with our Postgres-backed durable execution library for Java. It plugs into existing Spring apps with minimal changes and gives you durable workflows, queues, retries, and scheduling without extra infrastructure. Feedback very welcome!
github.com/dbos-inc/dbo...
November 13, 2025 at 9:15 PM
Build durable, exactly-once workflows in your favorite language.

DBOS Go ✅
DBOS Java ✅
DBOS Python ✅
DBOS TypeScript ✅

docs.dbos.dev
Welcome to DBOS! | DBOS Docs
DBOS is a library for building reliable programs.
docs.dbos.dev
November 12, 2025 at 3:35 PM
When Yutori looked into Temporal, the cost was clear. It would mean rearchitecting their workflows. With DBOS, they could orchestrate durable workflows using just a few Python decorators and a Postgres database.
November 11, 2025 at 4:39 PM
Reposted by DBOS
Moreover, their execution is fully observable in the DBOS console (workflow graphs + management, shown in the screenshot) and instrumented with Logfire to trace token usage and cost per step.

Link to the original PR: github.com/pydantic/pyd...
Add DBOS durable agent demos by qianl15 · Pull Request #8 · pydantic/pydantic-stack-demo
Added two demos under the durable-exec folder: deep_research_dbos.py: similar to the Temporal example, you can interrupt the agent and resume with a workflow ID. twenty_questions_dbos.py: closer t...
github.com
November 10, 2025 at 6:56 PM
Reposted by DBOS
I added two new demos showing durable agent patterns (parallel vs sequential) with @pydantic.dev AI + @dbos.dev:

- Deep Research: large fan-out parallel workflows
- Twenty Questions: long sequential subagent chaining

Both are long-running, so durable execution is necessary to survive crashes.
November 10, 2025 at 6:56 PM
Reposted by DBOS
Great sample app from the dbos team of an inbox for durable agentic workflows-
group executions by pending/approved/denied, with state all stored in a PostgreSQL database.

https://github.com/dbos-inc/dbos-demo-apps/tree/main/python/agent-inbox

November 6, 2025 at 3:39 PM
Reposted by DBOS
Check out this example for building crash proof human-in-the-loop agents.
Great sample app from the dbos team of an inbox for durable agentic workflows-
group executions by pending/approved/denied, with state all stored in a PostgreSQL database.

https://github.com/dbos-inc/dbos-demo-apps/tree/main/python/agent-inbox

November 6, 2025 at 7:47 PM
Reposted by DBOS
p.s. We have quite a few LOTR fans here. One colleague joked, "DBOS might have saved Gondolin". Earlier this year, I finished both The Hobbit and LOTR books (and the movies, of course), so I'll allow it.
November 6, 2025 at 6:29 PM
Reposted by DBOS
Great to see more people exploring lightweight, Postgres-based approaches to durable workflows. We're chasing the same goal at DBOS: making reliable systems simple, without extra infrastructure or complex setup. Always happy to chat and learn from others working in this space, and keep improving DX!
I wrote a bit about my sidequest at Earendil: Building Absurd which implements durable execution (𝚞𝚜𝚎 𝚠𝚘𝚛𝚔𝚏𝚕𝚘𝚠, Temporal, Inngest, etc.) on just Postgres. How it works and why I like it. lucumr.pocoo.org/2025/11/3/ab...
Absurd Workflows: Durable Execution With Just Postgres
Durable execution with just postgres.
lucumr.pocoo.org
November 6, 2025 at 6:28 PM
Celery’s familiar. But once tuning and load management start piling up, things get messy fast. DBOS changes that.
November 6, 2025 at 2:25 PM
If your durable execution solution makes you rebuild your stack, it’s not a solution. Embedded libraries keep your architecture intact.
a man with curly hair is sitting at a desk in front of a computer screen .
ALT: a man with curly hair is sitting at a desk in front of a computer screen .
media.tenor.com
November 5, 2025 at 1:06 PM
If you’ve ever wondered why your queue is filling up, this one’s for you. Cameron shares how DBOS’s Grafana dashboard helps them see every job, every queue, and fix stuck workflows before things go sideways.
November 3, 2025 at 1:33 PM