DBOS's Avatar

DBOS

@dbos.dev

Build reliable backends effortlessly. Website: dbos.dev Open source: https://github.com/dbos-inc/dbos-transact-py

346
Followers
30
Following
306
Posts
04.11.2024
Joined
Posts Following

Latest posts by DBOS @dbos.dev

Post image

Creating agent workflows and architecting the logic is one thing, making them durable and fail-safe is anotherπŸ‘‡

New integration for durable agent workflows with @dbos.dev execution - Make sure your agents survive crashes, restarts, and errors without writing any checkpoint code.

05.03.2026 17:03 πŸ‘ 3 πŸ” 5 πŸ’¬ 1 πŸ“Œ 0
Preview
What's New in DBOS March 2026 | DBOS A round up of new DBOS durable workflow orchestration features in Q1 2026 - Self-hosted Conductor, Kotlin support, MCP server, custom workflow alerting, Open AI SDK, and more.

We're starting a new series highlighting the features and integrations our team has been shipping each
month.

We shipped Kotlin support, workflow patching & lineage tracking, dynamic cron, configurable alerting, a new MCP server, and more.

Read the full update here:
www.dbos.dev/blog/dbos-ne...

03.03.2026 20:24 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
DBOS MCP: Agent-Native Operations for Durable Workflows | DBOS The DBOS MCP server provides your AI agents with a set of workflow-related tools that help it troubleshoot and resolve application workflow issues.

Coding agents are already great at writing durable workflows. But operating them, especially when things break, is much harder.

If multiple workflows fail with unexpected errors, how do you find the root cause, test, and apply a fix?

That's why we built DBOS MCP www.dbos.dev/blog/mcp-age...

25.02.2026 18:31 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Scheduling Workflows | DBOS Docs You can schedule DBOS workflows to run on a cron schedule.

This lets you do things like dynamically create new schedules when you onboard customers to perform periodic work for those customers, like regular data syncs.

Docs: docs.dbos.dev/python/tutor...

24.02.2026 23:02 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Cool new feature: Dynamic workflow schedules!

The idea is to store workflow schedules in Postgres so you can dynamically create, view, update, and delete them at runtime, as well as (coming soon) view them from a dashboard. Plus, our new design supports backfilling and manual triggering.

24.02.2026 23:02 πŸ‘ 4 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
Build Reliable and Observable AI Agents with Pydantic AI and DBOS | Pydantic How to build fault-tolerant, observable AI agents by combining Pydantic AI with DBOS durable execution and Logfire for end-to-end tracing.

I wrote a new blog post with @pydantic.dev! With the Pydantic AI + DBOS integration, agent runs are automatically checkpointed to Postgres. Executions are durable and observable with DBOS + Pydantic Logfire.

Check it out: pydantic.dev/articles/pyd...

19.02.2026 21:52 πŸ‘ 11 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Building Reliable workflows in Java, Tue, Feb 24, 2026, 6:00 PM | Meetup **Details** So you have a new Workflow in your application. Let's say that it has 20 steps in the workflow * What happens if the instance handling the workflow goes down *

A presentation so nice, I'm doing it twice.

I'll be delivering my Building Reliable Workflows in Java talk again on Feb 24th, this time in Seattle. If you're a Java (or Kotlin!) developer, come hear all about what you can do with DBOS.

www.meetup.com/seajug/event...

12.02.2026 00:51 πŸ‘ 7 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0
Post image

OpenAI Agents SDK + @dbos.dev integration is now live! You can run OpenAI agents with durable execution backed directly by your database. DBOS embeds as a library, so it works anywhere, even inside a local coding agent.

Check it out, and any feedback is welcome: openai.github.io/openai-agent...

10.02.2026 23:58 πŸ‘ 5 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

Exactly!

07.02.2026 19:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
AI-Assisted Development | DBOS Docs If you're using an AI coding agent to build a DBOS application, make sure it has the latest information on DBOS by either:

Read more docs.dbos.dev/python/promp...

30.01.2026 19:32 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
dbos-python by dbos-inc/agent-skills Discover and install skills for AI agents.

DBOS is coming to skills.sh

You can now teach your coding agent (Claude Code, Codex, Antigravity, anything) how to write durable workflows by just running:

`npx skills add dbos-inc/agent-skills`

Available in Python and TypeScript.

30.01.2026 19:32 πŸ‘ 5 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
Release v1.49.0 (2026-01-28) Β· pydantic/pydantic-ai What's Changed πŸš€ Features Support parallel tool calls in DBOSAgent by @qianl15 in #4077 Add BedrockEmbeddingModel for Nova, Cohere and Titan endpoints by @bitnahian in #4008 Match Vercel AI SDK ty...

Check out this new release of Pydantic AI: parallel tool execution in DBOS agents with deterministic replay.

The newly added execution mode runs tool calls in parallel, then emits events in a stable order. This makes agent execution reproducible and crash-recoverable without sacrificing latency.

29.01.2026 23:01 πŸ‘ 8 πŸ” 1 πŸ’¬ 0 πŸ“Œ 1

Love this template. It shows how you can build reliable apps in a serverless environment with DBOS.

28.01.2026 20:07 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Supabase/Postgres is the only backend you need, there's no separate orchestrator.

This is especially good for reliably implementing AI agents, data or file processing jobs, or any other kind of background task in Vercel.

28.01.2026 20:06 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Vercel + DBOS Integration Run durable background workflows from your Vercel app.

Cool new collaboration: a @vercel.com + @supabase.com + DBOS template!

It's a simple pattern for running reliable background jobs:
- Write tasks as DBOS workflows (regular TS/JS)
- Enqueue them from your app
- Vercel functions pick them up and run them automatically

vercel.com/templates/te...

28.01.2026 20:06 πŸ‘ 4 πŸ” 0 πŸ’¬ 2 πŸ“Œ 1

Thanks for inviting us πŸ’™

28.01.2026 18:48 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Harry Pierson speaking at the Portland Java User Group

#dbos

@dbos.dev @devhawk.net

28.01.2026 02:36 πŸ‘ 6 πŸ” 4 πŸ’¬ 1 πŸ“Œ 1
Webinar | Idempotency everywhere: Building reliable control planes with Fivetran and DBOS Reliability in distributed systems is hard β€” especially when retries, failures, and state transitions are part of normal operation. For data platforms, idempotency is foundational. Join Fivetran and D...

Join the webinar here: go.fivetran.com/webinars/ide...

27.01.2026 19:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Webinar | Idempotency everywhere: Building reliable control planes with Fivetran and DBOS Reliability in distributed systems is hard β€” especially when retries, failures, and state transitions are part of normal operation. For data platforms, idempotency is foundational. Join Fivetran and D...

Elijah and Max will cover the following:
- Designing idempotent Connector SDK state transitions using DBOS durable workflows
- A live demo showing reliable connector lifecycle management
- Where this pattern fits in the modern data stack, and how teams can extend it for AI-driven automation

27.01.2026 19:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Fivetran - DBOS webinar tomorrow, Jan 28 at 9AM PT/12PM ET

Learn how to build a control plane that safely manages Fivetran Connector SDK state changes using DBOS durable workflows. It enables idempotency, automatic recovery, and enterprise-grade reliabilityβ€š without complex custom orchestration.

27.01.2026 19:56 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
Release 2.10.0 Β· dbos-inc/dbos-transact-py What's Changed Test / fix concurrent async by @chuck-dbos in #559 SQLite Isolation Level by @kraftp in #564 Improve Status Updates by @kraftp in #565 Alerting by @kraftp in #558 Full Changelog: 2...

Check out the release note here: github.com/dbos-inc/dbo...

26.01.2026 19:15 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

A nice feature in the latest DBOS Python release: you can now call async steps concurrently with native syntax from a workflow.

To make that possible, we added code to set a unique ID for each step before it begins, so even though the step executions overlap they’re checkpointed deterministically.

26.01.2026 19:15 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 1
Preview
DBOS User Group: Self-hosting DBOS Conductor, DBOS Pricing, Commonsense AI Β· Zoom Β· Luma Happy new year! The January DBOS User Group kicks off 2026 with a discussion of new DBOS backend products and use cases. Agenda: Self-hosting DBOS Conductor -…

The January DBOS User Group kicks off 2026 tomorrow: luma.com/v94dyuk5

Agenda:
​- How to self-host and scale DBOS Conductor.
​- New DBOS Conductor pricing.
​- CommonSense AI explains their DBOS use case and journey, transforming local government operations with AI.
- 2026 roadmap

See you soon!

21.01.2026 17:39 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 1

This is a must-read annual review on database systems. πŸ‘€

08.01.2026 21:38 πŸ‘ 9 πŸ” 7 πŸ’¬ 0 πŸ“Œ 0

Our first meetup of the year! 🍻

05.01.2026 20:30 πŸ‘ 5 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

The keyword of 2025 for me is: community. This includes @dbos.dev, @southbaysystems.xyz, and several open-source projects. 🧡

Thanks to everyone who was part of my 2025. I'm proud of what we built, clearer about what matters, and excited about the year ahead.

31.12.2025 16:22 πŸ‘ 5 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
DBOS 2025 Highlights πŸŽ„
DBOS Transact (Open-source durable workflows library)
Durable Queues: priority, rate limit, concurrency, debounce, deduplication, dynamic partitioning, heterogeneous workers
Workflow Management: timeouts, cancel, resume, fork
Versioning & Patching: seamlessly upgrade your code
DBOS Client: interact with DBOS apps from other services
TypeScript: support more runtimes including Bun and Deno
Python: support SQLite; sync and async functions
New Languages: Go, Java
DBOS Conductor (new!) (Out-of-band management UI)
Distributed failure recovery, data retention, observability
On-prem self-hostable, privacy preserving
Partnerships and Integrations
Supabase, Vercel, Neon, Tiger Data, Pydantic AI + Logfire, PlanetScale, Datadog, … more to come!

DBOS 2025 Highlights πŸŽ„ DBOS Transact (Open-source durable workflows library) Durable Queues: priority, rate limit, concurrency, debounce, deduplication, dynamic partitioning, heterogeneous workers Workflow Management: timeouts, cancel, resume, fork Versioning & Patching: seamlessly upgrade your code DBOS Client: interact with DBOS apps from other services TypeScript: support more runtimes including Bun and Deno Python: support SQLite; sync and async functions New Languages: Go, Java DBOS Conductor (new!) (Out-of-band management UI) Distributed failure recovery, data retention, observability On-prem self-hostable, privacy preserving Partnerships and Integrations Supabase, Vercel, Neon, Tiger Data, Pydantic AI + Logfire, PlanetScale, Datadog, … more to come!

2025 has been a wild year for DBOS. Huge thanks to you all for the support, feedback, and trust along the way.

Looking forward to making reliable software even easier to build in 2026 πŸš€

30.12.2025 18:48 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
We Killed RAG, MCP, and Agentic Loops. Here's What Happened. A brutally honest case study of building our vertical AI agent and shipping it to production.

Simplicity wins. I really appreciated the shoutout: "Integrating durable workflows through DBOS solved our distributed system headaches without adding ops overhead."
www.decodingai.com/p/building-v...

29.12.2025 21:13 πŸ‘ 7 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Self-Hosting Conductor | DBOS Docs Self-hosted Conductor is released under a proprietary license.

People used to complain that the DBOS UI wasn't available locally. Good news: it is now, and it's free for open-source local dev.

Run a local DBOS UI right on your laptop and actually see your workflows while you build. Debugging hits different when it's visual.

docs.dbos.dev/production/s...

19.12.2025 17:23 πŸ‘ 11 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0