I'd like to share an updated methodology for building agents.[P]
Summary
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.
Similar Articles
Spice: We built an open-sourced decision layer that sits above your AI agents (controls agent actions before execution) [P]
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.
Open-sourced a director/implementer delegation protocol for coding agents (Claude Code + Codex)
Open-sourced a platform-neutral director/implementer delegation protocol for coding agents like Claude Code and Codex, with schemas, adapters, and example scenarios to address trust in subagent completion reports.
Claude Code Agent Teams made me rethink what a “subagent” actually is
The article explores Claude Code Agent Teams, contrasting traditional subagent delegation with collaborative teammates as first-class interactive agents using shared task boards and messaging.
@svpino: I'm now *subagent-pilled* with Claude Code. This is the biggest update I've made in the way I work over the last 2 week…
Shares a workflow tip for Claude Code: use subagents to keep context windows separate, mix different models, and assign specific tools to each subagent.
I built an open-source agent whose reasoning core fuses several LLMs (panel, judge, synthesizer) instead of routing to one
The author built an open-source agent that uses a panel of different LLMs with a judge and synthesizer for hard reasoning steps, alongside cost-aware routing, layered memory, governance, and subagent support. It is alpha software with mixed benchmarks on fusion effectiveness.