Qian Li
@qianl_cs
Co-founder @DBOS_Inc • CS PhD @Stanford
❤️Database+Architecture+Systems
Co-organizing southbaysystems.xyz
Bluesky: bsky.app/profile/qianli…
ID: 1641452352
https://qianli.dev 02-08-2013 22:40:02
823 Tweet
3,3K Followers
365 Following
Really proud of the work Harry Pierson and the team have done in releasing DBOS Java today! DBOS Java brings lightweight durable workflows to Java. Workflows make your program durable by checkpointing its state in Postgres. If your program ever fails, when it restarts all your
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 for agent AI math tutoring - and Holly Guevara will talk about PlanetScale Postgres. Last call for registration: luma.com/vgcn4847
Really excited for my talk today at Redpanda Data Streamfest! I’ll be speaking about how durable workflows help you build reliable AI agents–and about how to integrate both workflows and agents with streams. Check it out! 👇
Just put together a quick demo (inspired by Pamela Fox ) of how to use durable workflows to add a human-in-the-loop to your agent. The basics are simple: the agent is waiting for a notification, and clicking “Confirm” or “Deny” sends the notification. But there’s a lot more to