OpenAI runs their agents on temporal
Super interesting! Citation?
N8n vs. Windmill vs. Temporal
11–14 of 14 posts
Re: N8n vs. Windmill vs. Temporal
#12You should check out DBOS, which optimizes for both simplicity and correctness.
Re: N8n vs. Windmill vs. Temporal
#13> Temporal optimizes for correctness, sacrificing simplicity. You should check out DBOS, which optimizes for both simplicity and correctness.
Re: N8n vs. Windmill vs. Temporal
#14> Temporal optimizes for correctness, sacrificing simplicity. You should check out DBOS, which optimizes for both simplicity and correctness.
Thanks! This looks nice... looking at their SDKs, it doesn't feel on same level of quality. Also, not fully open-source: https://github.com/dbos-inc/dbos-transact-py/issues/488
Interesting. The usual feedback is the opposite. For example, DBOS Python works both sync and async, Temporal only async.
> Also, not fully open-source:
This is not correct, everything you need for durable execution with DBOS is open source (and MIT licensed, unlike Temporal). It's open source the same way Spark is -- everything you need is open source, but you can buy services to make it easier to run and buy support.