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
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
Reposted by DBOS
I also came up with a Halloween idea: instead of "trick or treat", I'll knock on doors saying "trick or try DBOS"? 👻
I am getting so many commercial emails today that are like "BOO! IT'S HALLOWEEN! Buy our stuff."
October 31, 2025 at 5:11 PM
Reposted by DBOS
Our user group virtual meetup will be in half an hour! What's special today is that you'll hear how Goblins uses DBOS + @planetscale.com for agent AI math tutoring - and Holly Guevara will talk about PlanetScale Postgres.

Last call for registration: luma.com/vgcn4847
DBOS User Group: Java Debut & Goblins AI for Math · Zoom · Luma
🎃 This October, gather ‘round the cauldron as we reveal the release of Java and summon Goblins for a live demo. You won’t want to miss this one. Agenda…
luma.com
October 30, 2025 at 5:38 PM
When reliability is built in, devs can focus on solving real problems instead of managing infra. Hear what Cameron Spiller from Soria Analytics has to say about it.
October 30, 2025 at 12:57 PM
Just launched the official @supabase.com integration with DBOS!

Power your workflows with Supabase Postgres:
- Add workflows in just a few lines of code
- No new dependencies: just your app and Supabase
- See your workflow data from the Supabase dashboard

Here's a quick start guide 👇
October 29, 2025 at 3:57 PM
Reposted by DBOS
I wrote a tutorial on integrating DBOS with Logfire. It's super easy to set up (kudos to the @pydantic.dev team!) -> just a few lines to configure the exporter and your Logfire write token. Once it's running, you'll get a unified view of your app with logs + traces in one place.
October 28, 2025 at 5:34 PM
Just released new minor versions of DBOS TypeScript and DBOS Python 🚀

What's new:
- Improved performance for rate-limited queues (thanks to our user Matt Reed!)
- Added Kysely datasources in TypeScript
- Better compatibility with custom Otel exporters
- Minor fixes for warnings and type definitions
October 27, 2025 at 7:28 PM
The October DBOS User Group is happening this Thursday! Hear from the CTO of Goblins, as he shares how they equipped their AI Math Tutor with DBOS durable execution in just one day. 🧵

🗓️ Thurs, October 31, 2025 | 11AM PDT
📍 RSVP: luma.com/vgcn4847
DBOS User Group: Java Debut & Goblins AI for Math · Zoom · Luma
🎃 This October, gather ‘round the cauldron as we reveal the release of Java and summon Goblins for a live demo. You won’t want to miss this one. Agenda…
luma.com
October 27, 2025 at 2:17 PM
Reposted by DBOS
I care more about helping developers build reliable systems than chasing vanity metrics such as GitHub stars. Still, seeing the DBOS Python repo reach 1K 🌟 makes me smile.

Thanks for building durable workflows with @dbos.dev. Full speed ahead - Java release coming soon!
October 26, 2025 at 7:55 PM
Reposted by DBOS
More systems groups 🎉🎉
October 23, 2025 at 8:36 PM
Stonehenge is a distributed monolith 🤯
October 23, 2025 at 12:54 PM
Reposted by DBOS
New blog post about how to make decentralized durable workflows scale: www.dbos.dev/blog/scaleab...

We discuss how @dbos.dev handles conflicts, deduplication, and thundering herds when lots of workers hit the same database.
Build Decentralized Workflows that Scale | DBOS
Durable workflow architecture comparison: Decentralized vs Centralized. Performance, scaling, and maintainability trade-offs.
www.dbos.dev
October 22, 2025 at 4:51 PM