sorentwo

sorentwo

Oban Core Team

Unlocking Agentic Workflows with Oban

A new article showcasing some of Oban, and Oban Pro’s, distinct agentic workflow abilities.

First 10 of 12 Posts Switch mode

AstonJ

AstonJ

Nice post Parker! Is the theme you used for the code snippets publicly available? I really like it!

Also, loving the new https://getoban.pro site/design!!

sorentwo

sorentwo OP

Oban Core Team

The markdown engine we’re using is mdex, which is Rust backed, and it uses autumnus for syntax highlighting. They have an extensive set of built-in themes, and we’re using the nord theme because it matches the site design.

Thank you! @sorenone and I had a blast building it together :smiley:

sorenone

sorenone

Oban Core Team

Thanks, @AstonJ ! We really wanted to invoke a sense of happiness when you saw the redesign.

AstonJ

AstonJ

It does that really well :icon_biggrin: I also like how it reflects both of your personalities too (kinda bubbly/full of life - as per one of the video interviews I saw of you both a while back) :003:

If the site is built in Phoenix/Elixir, how you built/approached it could make a good blog post too…

Thanks Parker - that’s a nice theme!

houst0n

houst0n

Slightly off topic, but what kind of scale has everyone achieved with Oban? We wanted to give it a try but our requirements are a bit … extreme .. and we couldn’t build a Postgres anywhere near big enough for it.

Rolled our own onto of mongo for the moment.

sorentwo

sorentwo OP

Oban Core Team

A bit off topic, but happy to share based on the information we’ve received. There are Oban Pro customers that report running 100 million+ jobs a day for a single app. We’ve pushed over 1 billion in a day on good hardware with some custom pruning.

What do you consider extreme?

houst0n

houst0n

around about 1.5 million a second? Although we are looking for durable execution at a slightly more fine level than job, kinda like temporal but that wouldn’t scale anywhere near that either.

dimitarvp

dimitarvp

As a reference, my Rust crypto mini-career some years ago involved a single k8s pod (2 vCPU & 4GB RAM) ingesting ~150K events / sec from Kafka and putting them in InfluxDB. We used every trick in the book outside of going back to C (which would net us no more than 1% extra speed anyway) and couldn’t do more than ~170K events / sec and at this point the code became ugly and difficult to maintain.

We had to have ~50 such nodes.

Granted that was back in 2020, nowadays you can likely achieve 5x that on a single afforable beefy-ish node but 1.5M jobs / sec seems like something you need to specifically engineer for.

dimitarvp

dimitarvp

I was wondering how long will it take you two to pitch ObanPro for agentic workflows – apparently not at all long. Congratulations!

It’s a pretty good marketing pitch, I liked it.

sorentwo

sorentwo OP

Oban Core Team

I’d argue that we did that back in April, with the original cascading workflows article :wink:

Thanks, that’s appreciated! It’s part of our broader “Oban for AI” angle.

Where Next?

Trending in Blog Posts Top

bartblast
Hey folks, I just published a post about Hologram’s funding and where the project goes next - the short version: Curiosum as Main Spons...
New
ryanzidago
Hi all, In this article, I make the case for each test owning its setup. Usually I forbid my AI agents to use the setup callbacks; I mu...
New
zorn
As I’ve leaned into AI code generation on LocalCents, the volume I ship has climbed, and my worry shifted from any single change to the l...
New
jswanner
I wrote about an issue I had with a LiveView application, and how I solved the problem by debouncing updates server-side (within the Live...
New
abreujp
I’ve published a new article in my Elixir learning series on dev.to exploring what happens when tagged tuples aren’t enough - the try, re...
New
pckrishnadas88
This article demonstrates how to build a minimal stateful process using only Elixir’s core concurrency primitives: spawn/1, send/2, recei...
New
zorn
A recent ex_money v6 upgrade was blocked because Timex pins an old gettext. Rather than one big remove-and-rewrite PR, I used a shim: a m...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
type1fool
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
akoutmos
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New

We're in Beta

About us Mission Statement