
01
One Source, Three Durability Tiers: How Noorle's Program Runtime Is Built
Durability isn't one mechanism — it's a spectrum. A well-built orchestration runtime picks a different point on it for each kind of state it owns, on purpose.
Read dispatch
Durability isn't one mechanism — it's a spectrum. A well-built orchestration runtime picks a different point on it for each kind of state it owns, on purpose.
Read dispatch
Most agent platforms force you to choose between security and state — orchestration inside the sandbox is convenient but unsafe; orchestration outside with ephemeral sandboxes is safe but stateless. The hybrid pattern resolves the trade-off.
Read dispatch