Looks to be all AI. The telltale is the “$SUBJECT: $SNAPPY_CHARACTERIZATON”motif throughout the subheadings. A secondary telltale is the overuse of Hypophora whereby a rhetorical question is asked and then answered to advance the text.
+1 to Windmill. Incredibly powerful tool with a simple UI. It's super easy to Self-Host using their product docker-compose.yaml file and, outside of changing a few variables in a .env file, it's pretty much plug and play.
Unlike other tools, you don't need to make any changes to existing scripts when migrating over to Windmill, it accepts plain Python, Typescript, Rust, C#, and many more.
We use it to orchestrate all internal tools and automation and has been a huge time saver.
I can’t speak to N8n or Temporal, but coming to Windmill from Airplane I love it for its simplicity in design for use by others. Being able to build a front end app from a simple Python script has let us quickly deliver end user quick fix style apps out of our already written scripts.
> looking at their SDKs, it doesn't feel on same level of quality.
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.