updated context documents

This commit is contained in:
2026-08-04 17:33:51 +01:00
parent c3faf53823
commit 437152086b
4 changed files with 452 additions and 0 deletions
+18
View File
@@ -72,3 +72,21 @@ Previous cases may suggest where to investigate, but they must never determine
the outcome of a new case.
Every case begins with no accepted evidence from previous cases.
## Product Principle: TL;DR First
The Confidence Workspace is not a document viewer or chat transcript. It is an active investigation workspace.
At any point, the interface should allow a user returning after seconds, minutes or hours to understand where they are within a few seconds.
The workspace should always answer:
1. What is the situation?
2. What have we established?
3. What is the single most important thing to determine next?
4. Why does that matter?
5. How close are we to having sufficient confidence?
The interface should minimise cognitive load by presenting the current state first and allowing progressively deeper exploration only when requested.
The engine may contain hundreds of reasoning nodes; the user should only see the information required to take the next meaningful action.