User Prompt Workspace¶
Route: /#/basic/user
Use this workspace to improve how one concrete task is phrased.
If you are mainly writing role rules or global boundaries, System Prompt Workspace is usually a better fit.
First-time rule of thumb¶
If both are true, this is usually the right page:
- you are editing one direct task prompt sent to the model
- the right side usually does not need extra test text
Typical use cases¶
- writing, rewriting, summarizing, translating
- generating structured content
- improving task goals, constraints, and output format
- polishing one direct task prompt
If you only want the fastest start¶
- enter one user prompt on the left
- run one left-side optimization
- run testing directly on the right
- then use Result Evaluation or Compare Evaluation
What the left side edits¶
The left side edits the user prompt itself.
You can think of the page like this:
- upper-left: original user prompt
- lower-left: current workspace draft and saved versions
What the right side tests¶
The right side tests:
- one prompt version itself
- the real output produced from that prompt
That is why this workspace usually does not need extra test text on the right.
Analysis vs evaluation in this page¶
- left-side Analysis: inspects the prompt itself
- right-side Result Evaluation: judges one output
- right-side Compare Evaluation: compares multiple outputs
Recommended workflow¶
- enter the original user prompt
- optimize it once on the left
- use left-side analysis if you want prompt-only feedback first
- choose
original / workspace / vNon the right - run testing
- start with Result Evaluation
- then use Compare Evaluation when you have multiple columns
- apply valuable suggestions back to the left workspace
Common confusions¶
- There is no separate right-side test text in this workspace because the tested object is the user prompt itself.
- Evaluation suggestions try to apply to the current editable workspace, not to one historical version branch.
A minimal example¶
Original prompt:
Write a poem.
One stronger version could be:
Write a seven-character regulated verse about autumn longing.
Requirements:
1. Write eight lines, seven characters per line.
2. Express longing through imagery instead of direct slogans.
3. Keep the tone restrained and delicate.
4. Output only the poem, with no extra explanation.
Then the right side can directly compare:
- whether the original prompt is too broad
- whether the workspace version satisfies constraints more reliably
- whether different models interpret the same prompt consistently