| Agents spawned (P1) |
20–30 |
8–12 |
6–10 |
4–8 |
| Token cost (est.) |
1.3M+ |
~400K |
~180K |
~90K |
| MCP calls per incident |
120+ (every agent, all servers) |
30–40 (split by frontier) |
12–18 (demand-driven) |
6–10 (only when h(n) gap) |
| Cross-frontier knowledge sharing |
None |
None — independent frontiers |
Via blackboard — arbiter lag |
Real-time — h(n) auto-updates |
| Upstream finding redirects downstream |
Never |
Never |
Yes, via arbiter (~30s lag) |
Yes, instantly via h(n) recompute |
| False convergence risk |
High (no cross-check) |
High (no validation) |
Low (ACH validator) |
Very low (ACH + admissible h) |
| RCA accuracy (est.) |
~35% (ReAct baseline) |
~55% |
~80–85% |
~90–95% |
| MTTR for P1 |
15–30 min |
8–12 min |
4–7 min |
2–5 min |
| LLM supervisor bottleneck |
Yes — single choke point |
Partial |
No — arbiter is lightweight |
No — agents self-direct |
| Graph traversal nodes visited |
All N nodes |
~√N nodes |
3×depth nodes |
Minimum possible |
| Handles dynamic edge weights |
No |
No — static graph |
Partial (confidence scores) |
Yes — core mechanism |
| Model tier for data fetching |
Opus for everything |
Sonnet + Opus |
Haiku + Sonnet + Opus |
Haiku + Sonnet + Opus |
| Implementation complexity |
Low |
Medium |
Medium-high |
High (heuristic design) |
| Requires historical incident data |
No |
No |
No |
For w4 weight only |