Back to News
RSS feedleehanchung.github.io

Jev’s Probability Calibration Faces Skepticism in AI/ML Engineering

Summary

Han Lee’s analysis examines Jev, a model presented as a “System One” decision model whose main promises are calibrated decisions, structured outputs, low latency, and low cost. The author argues that the last three properties can be reproduced with existing open-source models and cites compatible implementations using Qwen with SGLang and DiffusionGemma with vLLM. For small prefills, the article says the practical latency and cost difference between autoregressive and non-autoregressive models is negligible. Jev returns choices, scores, and boolean values with answers, probabilities, and confidence, an interface the author compares with structured-output and rubric-based evaluation approaches. The author sees a potentially useful role for calibrated probabilities in rubric or preference models, LLM evaluation and alignment, and search reranking, but questions what distribution Jev’s RLCD calibration is calibrated against. An external report covering 16,500 predictions across eight datasets found calibration failures on seven datasets, while the author’s coin-toss, dice, and UCI experiments also produced high expected calibration error, especially beyond simulated settings. The article acknowledges real product uses in Poker Arena, reranking, and Warcraft 3, but suspects much of their performance comes from Jev’s base model rather than calibration. It concludes that reliable calibrated probabilities could be a durable advantage, but says that advantage is not yet observable and capable teams may be better served by building their own models.