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
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
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
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
Stonehenge is a distributed monolith 🤯
October 23, 2025 at 12:54 PM
The team at Goblins has been cooking with DBOS. Catch Co-founder & CTO Alp as he showcases their app at the next DBOS User Group.
October 22, 2025 at 1:22 PM
That moment you realize the fire wasn’t in staging.
October 21, 2025 at 11:53 AM
Most systems treat durability as optional. But failures aren’t rare, they’re inevitable. Servers crash, containers restart, network calls fail, and logic errors surface in production. Each time this happens, devs scramble to rebuild context, retry operations, or recover partially completed work. 🧵
October 16, 2025 at 12:18 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
Guess who’s coming to September’s Reliable RAG and Agentic AI user group? The creator of Postgres. Mike Stonebraker himself.

📍Join Us: luma.com/c3hsxk3f
🗓️ Thu, Sep 25 | 11 AM PDT
September 17, 2025 at 1:23 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
Did you know Dosu turns codebases into living knowledge bases so every team member can ship faster? It integrates into existing workflows, surfacing knowledge whenever it’s needed. We’re proud to power their backend reliability with DBOS.
September 11, 2025 at 2:50 PM
Durable Agents in Pydantic AI – now with DBOS support!
@pydantic.dev 🤝 DBOS

Run agents that:
- Survive restarts, failures, and deploys
- Handle long-running async + human-in-the-loop tasks
- Autosave progress with SQLite/Postgres

Production-grade resilience in just a few lines of code.
September 10, 2025 at 3:17 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
Are you ready to build AI workflows that are both autonomous and resilient? Join DBOS and Bauplan for an webcast where we’ll explore how to build AI workflows that are not only intelligent but also resilient, scalable, and optimized for real-world performance. 🧵
August 11, 2025 at 4:56 PM
Struggling to deploy Lambda functions from development into production? You're not alone.
August 4, 2025 at 7:25 PM
DBOS is integrating with SpoonOS, an agentic operating system powered by Neo Blockchain for Web3 AI agents. This partnership brings durable offchain execution to the next generation of AI-powered applications.
July 3, 2025 at 6:34 PM