hn.today

Jev and System One Models: Calibration Beats Accuracy

kartikpansuriya.com12 points10 comments
Screenshot of Jev and System One Models: Calibration Beats Accuracy

TypeSafe AI released Jev, a “System One” model that emits structured answers in a single forward pass instead of autoregressive token generation. It takes a serialized state (text or structured data) plus parallel typed questions - CHOICE (a set of options), SCORE (ordered levels), and NOUL (yes/no) - and returns a probability distribution per question. Trained with a reinforcement-like objective aimed at calibrated probabilities (RLCD), Jev trades free-text generation for strict schema validity, low latency (tens to hundreds of milliseconds), and limits like 255 choices and no image input. That shape makes it a plausible replacement for classification-style LLM calls and brittle rule systems in request paths, enabling sub-100 ms decisions that can sit inside ERPs rather than in queued LLM workflows.

The central argument is that calibration matters more than raw accuracy for production classifiers: accuracy often saturates on imbalanced tasks, downstream logic requires trustworthy probabilities, and miscalibration is invisible to F1/AUC. Jev claims honest probabilities out of the model, which could remove brittle post-hoc calibration, but caveats remain - schema validity is not the same as correctness, calibration is distribution-specific, and comparisons must include classical tabular baselines. A concrete experiment is proposed: use a leakage-aware pull-request acceptance dataset to compare Random Forest, calibrated forest, a frontier LLM, and Jev on ROC-AUC, Brier score, ECE, reliability diagrams, latency and cost. Practical recommendations are to label LLM calls as generate vs decide, measure Brier/ECE on current systems, and only adopt new models that beat solid tabular baselines on your data.

Read on kartikpansuriya.com10 comments on Hacker News

Summary generated by AI from the linked article. hn.today is not affiliated with Hacker News or Y Combinator.

More in AI

The daily digest

Today's best Hacker News stories, summarized and screenshotted, one email a day.