Spice is an open-source runtime that acts as a decision layer above AI agents, observing context, simulating options, and dispatching tasks to agents before execution.
Hi guys, been exploring here for a while, wanted to share something we've been working on. It's called [Spice](https://github.com/Dyalwayshappy/Spice), an open-source decision layer above agents. We have tons of great execution agents now — Claude Code, Codex, hermes, etc. They're good at doing stuff. But they're terrible at deciding WHAT to do and WHEN to do it. Right now the "decision" layer is basically you typing a prompt. The agent doesn't know your context, your priorities, your constraints. It just does whatever you tell it. **What Spice does:** It's a lightweight runtime that acts as a "brain" above your agents. Instead of you deciding what to delegate, Spice observes your context, detects conflicts, simulates options, and dispatches tasks to the right agent. **The core loop: perception → state model → simulation → decision → execution → reflection** https://preview.redd.it/n4yjzd27ut2h1.png?width=2862&format=png&auto=webp&s=e8714266698dfd5387042f72b27a14f0a9941177 It allows AI systems to: * understand context (Decision relevant state) * reason about possible futures (simulation) * make structured decisions (decision) * delegate actions to agents (execution) * learn from outcomes (Decision Evolution) Spice does not replace agents like Claude Code, Codex, Hermes, or OpenClaw. It gives them an auditable, traceable, and evolving decision layer before execution. **Github:** [**https://github.com/Dyalwayshappy/Spice**](https://github.com/Dyalwayshappy/Spice) Feel free to fork, star the repo, or share any feedback and ideas. Would love to build this together with the community. [](https://www.reddit.com/submit/?source_id=t3_1tkfaa0&composer_entry=crosspost_prompt)
Introduces Spice, an open-source decision layer that acts as a 'brain' above execution agents like Claude Code and Codex, enabling context-aware task delegation and structured decision-making.
AgentSPEX introduces a domain-specific language for specifying modular, interpretable LLM-agent workflows with explicit control flow, state management, and a visual editor, outperforming existing Python-coupled frameworks.
SPINE is an agentic framework that systematically debugs and deploys bimanual robots, reducing reliance on expert calibration and improving operationalization success across platforms.
The author built Scyvera, a runtime enforcer tool that governs AI agents by enforcing declared permissions and logging decisions to address governance gaps in production systems.