Human-on-the-Loop
Not Human-in-the-Loop. Not fully autonomous.
The sweet spot for AI that ships.
HITL (Human-in-the-Loop)
- Human approves every decision
- High latency (blocks on human)
- Limited by human attention
- Safe but slow
HOTL (Human-on-the-Loop)
- Human monitors, intervenes when needed
- Low latency (AI operates autonomously)
- Scales with AI capability
- Fast and safe
HOTL catches errors between spawns.
75% error detection rate vs 40% for fixed agentic.
The Math
Monte Carlo simulation. 10,000 trials.
Validated against R and Gnumeric.
At 10 Steps
39x
better than fixed independent agents
At 20 Steps
1,502x
advantage ratio over fixed agentic
| Steps |
Dynamic Swarm + HOTL |
Fixed Centralized |
Fixed Independent |
| 5 |
95.2% |
49.9% |
15.3% |
| 10 |
90.7% |
24.9% |
2.3% |
| 20 |
82.2% |
6.2% |
0.05% |
| 50 |
61.3% |
0.1% |
~0% |
Source: Google/MIT Research (Dec 2024) —
17.2x error amplification for independent agents, 4.4x for centralized.
Zero File Reads
One command. Complete context.
asimov warmup
{
"project": { },
"roadmap": { },
"protocols": { },
"wip": {
"active": true,
"next_milestone": "10.5.0"
}
}
Claude knows your project, patterns, and ethics before you type anything.
No cold starts. No context loss.