The mode workflow tools don't have
Hybrid means: play the same task through N times safely, pick the best path — and execute for real only after sign-off.
- 1
Simulate
An incoming request starts the sim phase: five response strategies run in parallel, side effects are mocked.
- 2
Select
A criterion picks the winner — highest confidence, lowest cost, lowest risk. Below the bar: nothing executes.
- 3
Approve & execute
A human sees the proposal and its evidence, signs off — and exactly one variant runs for real, with audit and idempotency.
Sim cost and real spend are reported separately; promoting simulation to live is one manifest line.