Changes for page Automation

Last modified by Robert Schaub on 2025/12/24 20:34

From version 2.1
edited by Robert Schaub
on 2025/12/11 21:35
Change comment: Imported from XAR
To version 5.1
edited by Robert Schaub
on 2025/12/12 15:41
Change comment: Imported from XAR

Summary

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 =