Decision models · Manchego v2.1
A decision is
a distribution.
Manchego reads a state, a question and a closed set of options, and returns a probability for every option from one forward pass. It never writes a word, so it can tell you when it isn’t sure.
Fig. 01 · Recorded response
One message
Customerthe blender I bought last week smells of burning and stopped working. Order 5521.
Three separate questions about this message, each answered in one forward pass.
Question · Choice
Which team should handle this message?
3 options offered. It reads them all at once and writes nothing.
Probability of each optionRe-weighted · T = 1.00Chance · 1/3
- Areturns0.998
- Bshipping0.001
- Cbilling0.001
Returned0 output tokens
confidence0.998
"route": {"choice": "returns", "confidence": 0.998}
The answer, in wordsRecorded answer · T = 1
Returns, almost certainly.
The other 2 options share 0.0015 between them.
A returns: 0.998; B shipping: 0.001; C billing: 0.001.
Question · Yes or no
Does the customer report a defective product?
2 options offered. It reads them all at once and writes nothing.
Probability of each optionRe-weighted · T = 1.00Chance · 1/2
- Ayes0.992
- Bno0.008
Returned0 output tokens
P(yes)0.992
"defective": {"noul": 0.992}
The answer, in wordsRecorded answer · T = 1
Yes, at 0.992.
A yes-or-no question is a two-option prompt; the answer is the probability of yes.
A yes: 0.992; B no: 0.008.
Question · Score
How urgent is this message?
3 options offered. It reads them all at once and writes nothing.
Probability of each optionRe-weighted · T = 1.00Chance · 1/3
- Aroutine level 00.104
- Bsoon level 10.454
- Cimmediately level 20.443
Expected level
Returned0 output tokens
expected level1.34confidence0.18
"urgency": {"score": 1.34, "confidence": 0.18}
The answer, in wordsRecorded answer · T = 1
Between soon and immediately.
The two levels are 0.011 apart, so it returns the expected level instead of pretending to know.
A routine: 0.104; B soon: 0.454; C immediately: 0.443.
Explore
A transform of the recorded response, not a model run: each probability becomes p1/T ÷ Σ p1/T, computed in your browser. Below 1 sharpens the distribution, above 1 flattens it; the order never changes. The model card’s readout uses T = 1.0, with no fitted calibration.
View as table
| Question | Option | Recorded probability |
|---|---|---|
| Which team? · Choice | A = returns | 0.998457 |
| B = shipping | 0.000967 | |
| C = billing | 0.000577 | |
| Is it defective? · Yes or no | A = yes | 0.991509 |
| B = no | 0.008491 | |
| How urgent? · Score | A = routine | 0.103718 |
| B = soon | 0.453758 | |
| C = immediately | 0.442524 |
- JevBench
- 0.8053= of 28 open ~4B models
- Calibration error
- 0.153 → 0.040on tasks it never saw
- Smallest build
- 2.4 GBMLX 4-bit