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 option · T = 1.00chance, 1/3
- Areturns0.998
- Bshipping0.001
- Cbilling0.001
confidence0.998
Returns, almost certainly.The recorded answer, T = 1
The other 2 options share 0.002 between them.
Returned"route": {"choice": "returns", "confidence": 0.998}0 output tokens
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 option · T = 1.00chance, 1/2
- Ayes0.992
- Bno0.008
P(yes)0.992
Yes, at 0.992.The recorded answer, T = 1
A yes-or-no question is a two-option prompt; the answer is the probability of yes.
Returned"defective": {"noul": 0.992}0 output tokens
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 option · T = 1.00chance, 1/3
- Aroutine level 00.104
- Bsoon level 10.454
- Cimmediately level 20.443
Expected level
expected level1.34confidence0.18
Between soon and immediately.The recorded answer, T = 1
The two levels are 0.011 apart, so it returns the expected level instead of pretending to know.
Returned"urgency": {"score": 1.34, "confidence": 0.18}0 output tokens
A routine: 0.104; B soon: 0.454; C immediately: 0.443.
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. manchego-serve itself serves at T = 1 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? (noul) | 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