TypeSafe AI built Jev for a task that often gets handed to a chatbot: examining information and making a decision that software can use immediately. Its first “System One” model accepts application context and predefined questions, then returns structured answers rather than generating a conversational response. TypeSafe introduced it in early access in September 2026.
1
2
10
Why TypeSafe built Jev
TypeSafe’s co-founder and CEO, Diogo Almeida, previously worked at OpenAI. Reports also name Erik Gafni and Sasha Sheng as co-founders. The company’s premise is that many automation tasks need a quick judgment—such as how to route an item or whether it meets a condition—not a paragraph that another piece of software must interpret.
10
15
20
How Jev differs from a conventional language model
A conventional language model generates a response token by token, even when an application ultimately needs a single decision. Jev is transformer-based, but its interface is built around typed questions: the application supplies context and defines the permitted form of each answer. Jev can select from supplied options, score against a scale or return a probability for a yes/no question. The result is designed for code to act on directly.
5
7
10
Jev also attaches probability or confidence information to its decisions. The goal of calibration is for those numbers to reflect how often similarly confident decisions are right. That could help an application decide when to act automatically and when to seek review, but a confidence score is not a guarantee of correctness. Restricting the output to a schema can prevent an unexpected answer format; it cannot, by itself, prevent a wrong judgment.
5
9
12
Training, speed and price: what is established?
TypeSafe calls Jev’s training method Reinforcement Learning for Calibrated Decisions (RLCD). It also describes a new architecture and a parallel sampler. The public descriptions supplied here do not provide enough detail to independently assess the method or verify how well Jev’s probabilities are calibrated across different tasks.
1
12
Published accounts list $0.042 per million input tokens, with no output-token charge, and report end-to-end response times of roughly 70–500 milliseconds. Those figures describe the reported offering, not a guaranteed result for every deployment. TypeSafe says Jev approaches LLM performance on its targeted decision tasks while being substantially faster and more efficient; the magnitude of any advantage depends on the task and comparison, and broad independent performance evidence remains limited.
1
2
8
14
Availability, early adoption and what comes next
Jev has been offered as a hosted model in early access, with an HTTP API and Python and JavaScript SDKs reported. TypeSafe has not published model weights or a self-hosting option. Accounts differ on how widely access opened after launch, so early access should not be mistaken for an unrestricted, downloadable release.
2
7
19
Early reports describe developer experiments and integrations. One report says Vercel called Jev its fastest-adopted AI Gateway model. That is an encouraging initial signal, not evidence of sustained usage or independent validation of TypeSafe’s performance claims.
16
20
TypeSafe presents Jev as the first model in a broader “System One” class. The supplied reporting does not establish specifications or a firm release date for a successor. For now, Jev’s clearest distinction is its narrower interface: it trades open-ended writing for structured decisions that applications can consume directly.
1
7