Jev (TypeSafe AI's System One Model)
Also called: JEV · TypeSafe Jev · Jev AI
Jev is a model from TypeSafe AI, announced in September 2026, that takes program state and typed questions and returns typed decisions with calibrated probabilities instead of generated text.
Jev is the first model in what its maker, TypeSafe AI (a startup co-founded by former OpenAI researcher Diogo Almeida), calls the System One model category. Rather than chatting with a person, it is designed to be called by software: you hand it a block of application state plus a set of questions with declared answer types, and it returns structured answers, each with a confidence score.
The pitch is aimed at the places where LLMs are usually too slow or too expensive to sit in the loop: game logic, robotics and simulation, classification and routing steps inside workflows, and checks on another model's output. TypeSafe describes it as a way to put a frontier-level model in a tight, high-frequency loop that would normally use hand-written rules or a much smaller model.
The name is a nod to the economist William Stanley Jevons (the Jevons paradox: cheaper resources tend to increase total usage), reflecting the bet that much cheaper model calls will lead to many more of them. Jev launched in early access in September 2026, so the details below are the vendor's own launch claims.
How it works
Instead of predicting one token after another, Jev evaluates all the questions in a request in parallel and emits one value per question, chosen from the options the caller declared (per TypeSafe, up to 255 choices per question). Alongside each value comes a probability. TypeSafe trains for this with a method it calls Reinforcement Learning for Calibrated Decisions (RLCD), which rewards probabilities that match how often the model is actually right, rather than rewarding human preference alone. The caller can then act on the answer directly, or route low-confidence cases to a slower model or a person.
Example
A game agent runs a loop every frame. Each tick it sends Jev the current game state and questions such as "Is an enemy in line of sight?" (yes/no) and "Which of these five weapons should be equipped?" (one of five options). It gets back typed answers with probabilities in a fraction of a second and acts on them directly; TypeSafe demonstrated this style of use with a Doom-playing demo. A slower general LLM is only consulted when confidence on a question falls below a threshold.
How it differs
Jev vs. a chat LLM: a chat LLM produces free-form text you must parse and can ramble or invent; Jev can only answer from the options you declare and cannot write prose, essays, or code. It complements LLMs (for example as a fast decision or verification layer inside an agent-loop) rather than replacing them.
Common misconceptions
FAQ
What is Jev AI?
Who made Jev and when was it released?
Can Jev replace an LLM in my agent?
Part of the Jev topic guide — read the full explainer →
Last checked: 2026-09-21