Launching today

SolidState HQ
A deterministic runtime for safe, controllable AI agents
5 followers
A deterministic runtime for safe, controllable AI agents
5 followers
SolidState is an open-source runtime for building safe and controllable AI agents. It separates probabilistic reasoning from deterministic execution, giving the runtime control over state transitions, tools, approvals, retries, concurrency, persistence, and limits. The alpha release includes FSM workflows, human-in-the-loop policies, parallel tools, checkpointing, StateGraph orchestration, actor-based concurrency, tracing, and multi-model support.

The split between probabilistic reasoning and deterministic execution actually clicked for me once I set up a workflow with an approval gate. Checkpointing saved me when a flaky tool call blew up midway.
Tried the alpha and the FSM workflow setup is genuinely intuitive for something open source. Really like that approvals and retries are baked in rather than bolted on.