TypeSafe's Jev Isn't a Language Model — It Outputs Calibrated Probabilities, and Developers Are Switching
Former OpenAI researcher Diogo Almeida has released Jev, a transformer that outputs calibrated probabilities instead of text to eliminate hallucinations and slash automation costs.
TypeSafe AI, founded two years ago by Diogo Almeida, this week released Jev, a transformer-based model explicitly designed not to be a large language model. While built on transformer architecture, Jev eschews natural language generation in favor of producing "calibrated decisions"—numerical probabilities defined by the user. Almeida, who helped invent reinforcement learning from human feedback (RLHF) at OpenAI, argues that optimizing for human language renders current AI useless for reliable software automation. By restricting output to pre-defined tokens, Jev prevents hallucination entirely and shifts the metering model: input tokens are billed by the billion, while output tokens are free.
Early benchmarks from developers indicate significant performance advantages over traditional LLMs in classification and routing tasks. Pranit Sharma, a software engineer at Vercel, reported that replacing OpenAI's ChatGPT Luna 5.6 with Jev for command safety reviews yielded results five to 18 times faster with higher accuracy. In a separate test by Bryo AI CTO Nikhil Mudholkar, Jev classified business emails at a cost 10 to 20 times lower than Google's Gemini, though Gemini held a slight accuracy edge. The model's primary utility lies in its confidence scores; Armin Ronacher, CTO of Earendil, noted that developers can now programmatically disregard low-probability outputs (e.g., 50%) while acting on high-confidence signals (e.g., 95%), effectively delegating the hallucination problem to the application logic.
The model is trained exclusively on synthetic data using a technique Almeida terms "reinforcement learning from calibrated decisions." TypeSafe describes Jev as a "System One model" focused on intuition rather than reasoning, with an architecture that remains undisclosed despite speculation it leverages open-weight foundations. Almeida named the model after economist William Stanley Jevons, invoking the paradox where falling commodity costs drive increased consumption. He envisions Jev enabling distributed, emergent smart software rather than centralized mega-apps. While competitors may follow, Almeida distinguishes TypeSafe from frontier labs, stating the company's product is intelligence rather than fear or hype.