experiment: align investigation response input

This commit is contained in:
2026-08-05 13:03:15 +01:00
parent 1cf71d6ce2
commit 7e18d0b53f
3 changed files with 51 additions and 1 deletions
+8
View File
@@ -385,3 +385,11 @@ Short inputs should feel valid.
Users may still paste longer content when necessary. Users may still paste longer content when necessary.
Meaning and state must never depend on colour alone. Meaning and state must never depend on colour alone.
Similar interactions should look similar.
Every investigation answer is a single observation.
Response controls should communicate concise input unless the engine explicitly requests otherwise.
Consistency reduces cognitive load.
+1 -1
View File
@@ -681,7 +681,7 @@ export default function ReasoningWorkspace({
rows={4} rows={4}
disabled={updateStatus === "loading"} disabled={updateStatus === "loading"}
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 disabled:cursor-not-allowed disabled:opacity-60" 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 disabled:cursor-not-allowed disabled:opacity-60"
placeholder="Enter the answer to the selected question..." placeholder="What do you know about this?"
/> />
</div> </div>
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
+42
View File
@@ -369,10 +369,52 @@ A smaller initial input will make beginning an investigation feel easier and wil
Pending visual review. Pending visual review.
#### Result
Confirmed.
Four visible rows better communicates a starting observation than six.
Input size communicates expected effort.
"What have you noticed?" reinforces observational thinking.
Users are encouraged to begin rather than compose.
The facilitator and workspace now feel more balanced.
This interaction principle should continue throughout the investigation rather than existing only on the landing page.
#### Decision
Retain the smaller landing input.
Proceed to investigate consistency between the landing experience and investigation responses.
---
### Experiment 08 — Consistent Investigation Responses
#### Hypothesis
Every answer given during an investigation should feel like an observation, not a report.
The response component should therefore communicate the same expected effort as the initial scenario input.
#### Questions
- Does a smaller response area reduce perceived effort?
- Does the investigation feel more conversational?
- Does consistency improve confidence?
- Does the workspace become visually calmer?
- Does the current investigation remain the dominant focus?
#### Status #### Status
Experimental. Experimental.
No conclusions yet.
--- ---
## Current Open Questions ## Current Open Questions