experiment: facilitator progress panel (Version B)

This commit is contained in:
2026-08-05 14:37:43 +01:00
parent 54acf0d565
commit ebea15c970
4 changed files with 361 additions and 3 deletions
+12
View File
@@ -422,3 +422,15 @@ The active conversation has a stable spatial home. Question, Response, and Histo
Supporting artefacts should remain spatially stable while the conversation grows. Desktop width should be used to preserve context, not merely enlarge cards. Text should not be truncated when sufficient readable space exists.
Mobile remains a natural stacked flow with no horizontal split.
## Facilitator Translation Layer (Experiment 11 — Emerging)
The reasoning engine produces a rich graph with structured concepts (observations, unknowns, assumptions, relationships, metrics, states). The UI should increasingly become a translation layer over this graph rather than maintaining separate duplicated summaries.
For end users, present the same data as:
- **Known** — resolved nodes and established observations
- **Still investigating** — unresolved unknowns and assumptions to validate
- **Quiet reasoning summary** — raw counts (nodes, edges, etc.) visually secondary
Internal graph concepts should remain available for developers (Developer Details) but should not dominate the primary view. The panel should feel like a facilitator's notebook: someone looking at it should immediately understand where the investigation stands, what has been learned, and what remains uncertain — without needing to understand graph theory.