02A / direct readout
Choice probabilities
Read the model’s choice logits and normalize only across the options you supplied.
- total
- —
- input
- —
- output
- 1 readout
A live, local experiment
A small Qwen model can either read probabilities for your allowed options without decoding them, or write the same kind of distribution token by token. Pick a size, run both on your own GPU, and measure the difference.
There is no waitlist! Just try it out ↓
Works best on a laptop or desktop. Phones default to Qwen3 0.6B.
00 / setup
{{ text }}
Weights come from Hugging Face and remain in your browser cache. Inputs never leave this page. First load can take several minutes depending on the network and GPU.
01 / decision
Both paths receive the same decision. One reads option probabilities directly; the other asks the model to write its option probabilities as JSON text.
02A / direct readout
Read the model’s choice logits and normalize only across the options you supplied.
02B / generation
Ask the model to estimate the same displayed-option distribution and write it as JSON. Watch every token arrive.
waiting for a run
The methods run sequentially on the same loaded model so they do not contend for one GPU. Direct runs first, then generation.
Conditional probabilities. Direct scores are a softmax over only the displayed option tokens. They are not calibrated confidence and do not include every answer the model might prefer.
Small local models. The selectable Qwen sizes keep this browser experiment practical. Their judgment quality is not the Phase 1 4B result and is not claimed to match Jev.
Real local timing. Setup, warmup, prompt preparation, direct execution, first generated token and generation completion are timed with performance.now(). No canned results appear.
Quantized weights. The demo uses MLC's upstream q4f16 Qwen3 build. Quantization can change both quality and speed.