You are looking at the frozen release 2026-09-18. See the latest boards
evals for models
that decide
Jev is the first System One model: it writes no text, it answers typed questions with probabilities, in one fast pass. Jevals checks how good those answers are, against human labels, next to the LLMs that try to decide the same way.
3 question types7 models31,500 scored decisions
Jevals is independent. It is not affiliated with TypeSafe AI or Jev and does not represent them.
three questions, three boards
System One LLM top 2 for that metric (score, cost, speed)
A yes/no question. The model returns P(yes), and your code acts on it with an if.
if (p_yes > 0.9) approve()PubMedQA · 300 questions
- Jev69.0
- Gemini 3.8 Flash73.0
- GLM-5.360.6
Pick one option from a list. The model returns a probability for every option, like a match over its cases.
switch (intent) { case … }Banking77 · 300 questions
- Jev67.8
- Gemini 3.8 Flash74.1
- DeepSeek V4.1 Flash63.9
Place the state on an ordered rubric. The model returns a probability for every level, ready to sort by.
replies.sort(by(score))HelpSteer2 helpfulness · 300 questions
- Jev9.2
- GLM-5.37.8
- Mercury 2.5−5.5
No model clearly beats guessing yet.
open the score board →Decision Score: 100 = perfect, 0 = guessing the label base rates. Bars on a 0–100 scale.
how a System One model decides
- state
{ "question": "…", "abstract": "…" }any text or JSON - question
noul: "Does the abstract support yes?"typed: noul, choice or score - answer
P(yes) = 0.93probabilities, no text - your code
if (0.93 > 0.9) act() else askHuman()acts only when confident
Jevals asks every model the same questions, 5 times each, and scores every answer against human labels. LLMs, the System Two counterpart that thinks in text, answer through an adapter that asks them for the same probabilities. How we score
GPT-6 Astra · Claude Fable 5.1 · Grok 4.6 · Qwen3.8 Max · Kimi K3 · decider-2b · openjev · GLiClass · TF-IDF + logistic regression · logprob-based LLM rows
Every row is run by us at list price. How we list models