DBOS
banner
dbos.dev
DBOS
@dbos.dev
Build reliable backends effortlessly.
Website: dbos.dev
Open source: https://github.com/dbos-inc/dbos-transact-py
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
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
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
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 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
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
What’s the real impact of switching to DBOS? Simpler workflows, better observability, lower infra costs. Hear how it transformed productivity for Dosu.
October 10, 2025 at 2:07 PM
As LLMs and agents become the foundation of modern software, every stack needs durability and state recovery. DBOS brings that to any agent stack, without the complexity.

Hear what Devin from Dosu has to say.
October 6, 2025 at 1:41 PM
Versioning in DBOS Cloud makes deployments clear and reliable, here’s how Yutori is using it:

✅ Every new release spins up its own VM
✅ Logs are tagged by version, so you know which release produced them
✅ Full observability across versions without losing context
September 22, 2025 at 1:54 PM
When Yutori was scaling their multi-agent framework, they faced a choice: rewrite everything, or find a simpler path.

DBOS made that decision easy. Instead of heavy rewrites, Yutori just added decorators. Instead of new infrastructure, they kept Postgres.
September 15, 2025 at 2:05 PM
Reliable software starts with durability. @qianli.dev's research at Stanford revealed how to give code the same guarantees as databases.
September 8, 2025 at 1:33 PM
As @jedberg.bsky.social put it on Last Week in AWS with @quinnypig.com, moving data reliably in agentic workloads for AI training and inference is tough. DBOS makes it simple.
September 3, 2025 at 6:48 PM
Congrats @qianli.dev on being selected as Silicon Valley Business Journal 40 Under 40 honoree 🥂
August 16, 2025 at 9:57 PM
Struggling to deploy Lambda functions from development into production? You're not alone.
August 4, 2025 at 7:25 PM