experiment: reduce initial observation input

This commit is contained in:
2026-08-05 12:51:48 +01:00
parent 46f2d12726
commit 1cf71d6ce2
3 changed files with 68 additions and 4 deletions
+16
View File
@@ -369,3 +369,19 @@ Hierarchy flows from strongest to quietest:
4. Reference material (available, low priority)
The workspace should feel like an active desk — the work in progress is prominent, supporting tools are within reach but not shouting for attention.
## Input Expectations
Input size communicates expected effort.
Do not visually ask for more information than the engine currently needs.
The initial situation is a starting observation, not a completed report.
The engine should gather detail progressively through justified questions.
Short inputs should feel valid.
Users may still paste longer content when necessary.
Meaning and state must never depend on colour alone.
+2 -2
View File
@@ -433,8 +433,8 @@ export default function ScenarioForm() {
ref={textareaRef}
value={scenario}
onChange={(e) => setScenario(e.target.value)}
placeholder="Describe the scenario you want analysed..."
rows={6}
placeholder="What have you noticed?"
rows={4}
className="w-full rounded-lg border border-gray-300 px-4 py-3 text-sm focus:border-gray-500 focus:outline-none focus:ring-2 focus:ring-gray-400 mb-3"
/>
<div className="flex items-center justify-between">
+50 -2
View File
@@ -321,9 +321,57 @@ Questions
- Are we approaching a professional investigation environment?
Status:
Experimental.
Closed.
No conclusions.
## Result
Partially confirmed.
## What did we learn?
- Stronger visual hierarchy can direct attention without rearranging the interface.
- The facilitator briefing became easier to distinguish.
- Colour and tint improved separation only modestly.
- Meaning must not depend on colour.
- Areas and intent should remain distinguishable through structure, spacing, typography, borders, shape and placement.
- The initial textarea still implies that the user should provide a detailed report.
- The size of an input communicates the amount of information expected.
## Decision
Retain the useful hierarchy refinements provisionally.
Do not increase reliance on colour.
Defer dark mode and broader palette work.
The next experiment should test whether a smaller starting input better communicates that the user only needs to provide an initial observation.
Do not rewrite previous experiments.
---
### Experiment 07 — Lightweight Starting Observation
#### Hypothesis
A smaller initial input will make beginning an investigation feel easier and will communicate that the engine needs only a concise observation rather than a complete analysis.
#### Questions
- Does the input feel like a conversation starter rather than a report form?
- Is three to four visible lines sufficient?
- Does the facilitator panel and input area feel better balanced?
- Does the user understand that further detail will be gathered through questions?
- Does reducing the input height make the Analyse action easier to notice?
#### Evaluation
Pending visual review.
#### Status
Experimental.
---