NVDA 227.38 ▲2.30%GOOGL 354.97 ▲1.55%MSFT 501.61 ▲1.59%AMD 615.52 ▲9.95%INTC 121.78 ▲12.14%TSMC 445.14 ▲2.41%AMZN 258.45 ▲1.87%META 741.25 ▲11.34%AAPL 338.98 ▲0.85%PLTR 183.09 ▲3.07%
Markets at last close

Models

Jev turns LLMs into decision models

·1 min read

TypeSafe AI has unveiled Jev, a model format it calls “System One models,” with “decision models” presented as a clearer description. Jev accepts text or semi-structured inputs, then returns floating point values for categories, yes/no judgments, ratings, and confidence scores rather than generating text.

The service is designed around a “state” object, such as an article, customer profile, or other record, paired with one or more questions. It supports yes/no “Noul” questions, choice questions that return confidence and a probability distribution, and score questions that place an answer along a described numeric range. Questions are evaluated in parallel, making the format suited to spam detection, labeling, prioritization, ranking, and search reranking.

Pricing is positioned as a major differentiator: Jev charges only for input, with output free, and its first model costs $0.042 per million tokens, below OpenAI’s GPT-5 Nano at $0.05/million. The approach also deepens black-box concerns because decisions are returned as numbers without explanations, making bias testing and structured evaluations especially important.

Early experimentation has already produced unusual demos, including chat, left-pad, and 2048 implementations. Open-weight recreations are also emerging, including Kev, which uses Qwen 3.5 to produce 0.8B, 4B, and 9B models, alongside a JevBench benchmark for Jev-class decision models.

Originally reported by simonwillison.netRead the source →
Related coverage