Wiki source code of Automation Level
Version 1.1 by Robert Schaub on 2025/12/11 21:35
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | **Automation Level** | ||
| 2 | |||
| 3 | {{mermaid}} | ||
| 4 | graph TD | ||
| 5 | L0[Level 0: Human-Centric POC | ||
| 6 | - AI Advisory only | ||
| 7 | - No auto-publish | ||
| 8 | - Manual Governance] | ||
| 9 | |||
| 10 | L1[Level 1: Assisted Beta 0 | ||
| 11 | - AI drafts structures | ||
| 12 | - Human approval per component] | ||
| 13 | |||
| 14 | L2[Level 2: Structured Release 1.0 | ||
| 15 | - Full scenario scaffolding | ||
| 16 | - Auto scoring & summaries | ||
| 17 | - Human governance/override] | ||
| 18 | |||
| 19 | L3[Level 3: Distributed Future | ||
| 20 | - Cross-node embeddings | ||
| 21 | - Shared contradictions | ||
| 22 | - Human approval still required] | ||
| 23 | |||
| 24 | L0 --> L1 | ||
| 25 | L1 --> L2 | ||
| 26 | L2 --> L3 | ||
| 27 | {{/mermaid}} |