Notes from the people who build it
Engineering write-ups on how Atmosphere works and where it is going. No cadence, no filler — posts land when there is something real to say.
-
Atmosphere 4 released, now shipping a portable AI agent component
I added an AI agent layer to Atmosphere. Wiring up the LLM was the easy part — the streaming was already done. One @Agent class, twelve interchangeable runtimes behind one SPI, and durable workflows that now run on Temporal by swapping a dependency.
Read -
Run Atmosphere workflows on Temporal, by swapping one dependency
The durable-execution engine behind Workflow.run() is now a ServiceLoader seam. The first external engine to plug into it: Temporal. The workflow code does not change — one dependency does.
Read