Changes for page Automation
Last modified by Robert Schaub on 2025/12/24 20:34
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,6 +9,27 @@ 9 9 * What can be fully automated 10 10 * How automation evolves through POC → Beta 0 → Release 1.0 11 11 12 +== POC v1 (Fully Automated "Text to Truth Landscape") == 13 + 14 +The goal of POC v1 is to validate the automated reasoning capabilities of the data model without human intervention. 15 + 16 +=== Workflow === 17 + 18 +1. **Input**: User pastes a block of raw text. 19 +1. **Deep Analysis (Background)**: The system autonomously performs the full pipeline **before** displaying the text: 20 +* Extraction & Normalisation 21 +* Scenario & Sub-query generation 22 +* Evidence retrieval & Verdict computation 23 +1. **Visualisation (Extraction & Marking)**: The system displays the text with claims extracted and marked. 24 +* **Verdict-Based Coloring**: The extraction highlights (e.g. Orange/Green) are chosen **according to the computed verdict** for each claim. 25 +1. **Inspection**: User clicks a highlighted claim to see the **Reasoning Trail**, showing exactly which evidence and sub-queries led to that verdict. 26 + 27 +=== Technical Scope === 28 + 29 +* **Fully Automated**: No human-in-the-loop for this phase. 30 +* **Structured Sub-Queries**: Logic is generated by decomposing claims into the FactHarbor data model. 31 +* **Latency**: Focus on accuracy of reasoning over real-time speed for v1. 32 + 12 12 ---- 13 13 14 14 = Manual vs Automated Responsibilities =