Advertisement · 728 × 90

Posts by DBOS

Preview
Building Durable Agents with DBOS and Databricks | DBOS New DBOS and Databricks partnership makes AI Agent behavior reliable, reproducible, and observable

If AI agents executing every task as intended, and with complete visibility into how they are doing it matters to you, then check out the news!

And here's a blog post on the Databricks Lakebase - DBOS integration www.dbos.dev/blog/buildin...

3 days ago 1 0 0 0
Preview
DBOS, Inc. Announces Technology Partnership with Databricks to Increase Agentic AI Reliability and Trust /PRNewswire/ -- DBOS, Inc. (https://www.dbos.dev/), the company pioneering open source durable execution for AI applications, today announced a technology...

Exciting partnership news today - DBOS announced a technology partnership with Databricks and an integration with Databricks Lakebase to help Agentic AI developers build agents that are fault tolerant and observable by default.

Check it out: www.prnewswire.com/news-release...

3 days ago 3 1 1 0

Michael will walk through how Code Puppy was built, including lessons from designing complex multi-agent systems: orchestration patterns, reliability challenges, and what actually works in practice.

He'll also demo how observability helps debug, monitor, and understand AI agent behavior at scale.

2 weeks ago 2 0 0 0
Preview
DBOS User Group: Code Puppy & Observability for AI Agents · Zoom · Luma Join us for the DBOS User Group Meeting on April 9th. This month, we're excited to host Michael Pfaffenberger, creator of Code Puppy — an open-source…

Join us for the DBOS User Group on April 9!
We're excited to have Michael Pfaffenberger (Distinguished Software Engineer at Walmart Global Tech) share Code Puppy, an open-source AI-powered coding agent used by teams across the organization.

luma.com/8mvkdagu

2 weeks ago 4 1 3 0
Preview
South Bay Systems: Consensus & Full Text Search · Luma Welcome to another edition of South Bay Systems! This time we bring you two wonderful talks: Sugu Sougoumarane will be speaking about deconstructing consensus…

Our next South Bay Systems meetup will be on March 31. We've got two awesome deep-dive talks from Sugu Sougoumarane (Consensus and Multigres) and @stuhood.sh (Full-Text Search and ParadeDB).

Food and beverages will be provided, courtesy of our host, Snowflake. Register here: luma.com/2g3exvjw

3 weeks ago 6 6 0 0

The idea is simple: A client in one language connects directly to the system database of an application written in another language, and exchanges data through workflows, messages, events, and streams.

3 weeks ago 2 1 0 0
Preview
Using Postgres as a Language-Neutral Control Plane | DBOS In this blog post we explain how services written in different languages can interoperate by using Postgres to exchange data through workflows, messages, events, and streams.

Applications already depend on a database (usually Postgres). So why not use the database itself as the bridge between languages?

We just published a new blog post on how we tackled language interoperability without adding another layer of infrastructure.

www.dbos.dev/blog/making-...

3 weeks ago 6 2 1 0
Advertisement
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.

1 month ago 4 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...

1 month ago 6 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...

1 month ago 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...

1 month ago 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.

1 month ago 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...

1 month ago 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...

1 month ago 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...

2 months ago 5 1 1 0

Exactly!

2 months ago 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...

2 months ago 1 0 0 0
Advertisement
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.

2 months ago 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.

2 months ago 8 1 0 1

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

2 months ago 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.

2 months ago 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...

2 months ago 4 0 2 1

Thanks for inviting us 💙

2 months ago 1 0 0 0
Post image

Harry Pierson speaking at the Portland Java User Group

#dbos

@dbos.dev @devhawk.net

2 months ago 6 4 1 1
Advertisement
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...

2 months ago 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

2 months ago 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.

2 months ago 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...

2 months ago 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.

2 months ago 2 0 1 1