Wiki source code of Automation Level (Current: POC)
Last modified by Robert Schaub on 2026/02/08 08:31
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{info}} |
| 2 | **Current Status: Level 0 (POC/Demo)** - v2.6.33. FactHarbor is currently at POC level with full AKEL automation but limited production features. | ||
| 3 | {{/info}} | ||
| 4 | |||
| 5 | = Automation Maturity Progression = | ||
| 6 | |||
| 7 | {{mermaid}} | ||
| 8 | |||
| 9 | graph TD | ||
| 10 | POC[Level 0 POC Demo CURRENT] | ||
| 11 | R05[Level 0.5 Limited Production] | ||
| 12 | R10[Level 1.0 Full Production] | ||
| 13 | R20[Level 2.0+ Distributed Intelligence] | ||
| 14 | |||
| 15 | POC --> R05 | ||
| 16 | R05 --> R10 | ||
| 17 | R10 --> R20 | ||
| 18 | |||
| 19 | {{/mermaid}} | ||
| 20 | |||
| 21 | == Level Descriptions == | ||
| 22 | |||
| 23 | |= Level |= Name |= Key Features | ||
| 24 | | **Level 0** | POC/Demo (CURRENT) | All content auto-analyzed, AKEL generates verdicts, no risk tier filtering, single-user demo mode | ||
| 25 | | **Level 0.5** | Limited Production | Multi-user support, risk tier classification, basic sampling audit, algorithm improvement focus | ||
| 26 | | **Level 1.0** | Full Production | All tiers auto-published, clear risk labels, reduced sampling, mature algorithms | ||
| 27 | | **Level 2.0+** | Distributed | Federated multi-node, cross-node audits, advanced patterns, strategic sampling only | ||
| 28 | |||
| 29 | = Current Implementation (v2.6.33) = | ||
| 30 | |||
| 31 | |= Feature |= POC Target |= Actual Status | ||
| 32 | | AKEL auto-analysis | Yes | Implemented | ||
| 33 | | Verdict generation | Yes | Implemented (7-point scale) | ||
| 34 | | Quality Gates | Basic | Gates 1 and 4 implemented | ||
| 35 | | Risk tiers | Yes | Not implemented | ||
| 36 | | Sampling audits | High sampling | Not implemented | ||
| 37 | | User system | Demo only | Anonymous only | ||
| 38 | |||
| 39 | = Key Principles = | ||
| 40 | |||
| 41 | **Across All Levels:** | ||
| 42 | * AKEL makes all publication decisions | ||
| 43 | * No human approval gates | ||
| 44 | * Humans monitor metrics and improve algorithms | ||
| 45 | * Risk tiers guide audit priorities, not publication | ||
| 46 | * Sampling audits inform improvements |