experiment: widen investigation canvas
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import ScenarioForm from "@/components/scenario-form";
|
|||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<main className="mx-auto max-w-2xl px-6 py-12">
|
<main className="mx-auto max-w-[1600px] px-6 py-12">
|
||||||
<h1 className="mb-2 text-3xl font-bold tracking-tight">Confidence Engine</h1>
|
<h1 className="mb-2 text-3xl font-bold tracking-tight">Confidence Engine</h1>
|
||||||
<p className="mb-8 text-sm text-gray-500">
|
<p className="mb-8 text-sm text-gray-500">
|
||||||
Experimental prototype: enter a scenario and send it to a local LLM for
|
Experimental prototype: enter a scenario and send it to a local LLM for
|
||||||
|
|||||||
@@ -97,6 +97,19 @@ The user contributes evidence.
|
|||||||
|
|
||||||
The workspace captures shared understanding.
|
The workspace captures shared understanding.
|
||||||
|
|
||||||
|
### Experiment 01 — Wider canvas
|
||||||
|
|
||||||
|
Hypothesis:
|
||||||
|
The document-like feeling is caused partly by the narrow outer container.
|
||||||
|
|
||||||
|
Change:
|
||||||
|
Increase the available desktop workspace width without rearranging any components.
|
||||||
|
|
||||||
|
Evaluation:
|
||||||
|
Pending visual review.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Current Open Questions
|
## Current Open Questions
|
||||||
|
|
||||||
The following are active explorations rather than decisions.
|
The following are active explorations rather than decisions.
|
||||||
|
|||||||
Reference in New Issue
Block a user