ByteBulletin

[models] · · 4 min read

TypeSafe AI releases Jev model for calibrated decisions

Former OpenAI researcher Diogo Almeida's new startup launches a non-LLM transformer that outputs probabilities instead of text, targeting cheap, hallucination-free automation for developers.

By ByteBulletin Editor · Editor

TypeSafe AI releases Jev model for calibrated decisions

AI-generated illustration · Z-Image-Turbo, self-hosted


TypeSafe AI has released Jev, a transformer-based model designed to output calibrated probabilities rather than natural language, according to TechCrunch. The startup, founded by Diogo Almeida, a former OpenAI researcher who helped invent reinforcement learning from human feedback (RLHF), positions Jev as a solution to the utility gap in current AI systems. Almeida argues that while large language models (LLMs) have mastered human language, they remain inefficient and unreliable for automation because "computers speak a different language." Jev addresses this by eschewing text generation entirely, producing what the company calls "calibrated decisions" that are inherently resistant to hallucination.

The details

Jev operates as a "System One" model, focused on intuition and rapid classification rather than step-by-step reasoning. The architecture is trained exclusively on synthetic data using a technique Almeida calls "reinforcement learning from calibrated decisions." Because the model does not generate free-form text, its output tokens are free, and input tokens are metered by the billion rather than the million, making it significantly cheaper than standard LLMs. The model's primary output is a probability score, allowing developers to set confidence thresholds for automated actions. For instance, a developer can configure the system to ignore predictions below 50% confidence while executing actions on predictions above 95%.

Early developer feedback highlights substantial performance gains in specific automation tasks. Pranit Sharma, a software engineer at Vercel, reported that replacing OpenAI's ChatGPT Luna 5.6 with Jev for command safety classification resulted in results that were five to 18 times more quickly and with greater accuracy. Nikhil Mudholkar, CTO of Bryo AI, tested Jev against Google's Gemini for email classification. While Gemini was slightly more accurate in his specific test, it was 10 to 20 times more expensive. Mudholkar emphasized the utility of Jev's confidence scores, noting, "it is the only one that hands back a real probability which makes it ideal for automating workflows!!"

Context

The release of Jev represents a distinct departure from the current trend of ever-larger, more capable LLMs. Almeida, who left OpenAI two years ago to start TypeSafe AI, has focused on the problem of AI utility for automation since his time at the lab. He describes his previous work as having "lightning in a bottle, and yet it is not useful," a sentiment driven by the realization that optimizing for human language does not translate to effective machine-to-machine interaction. The model is named after William Stanley Jevons, the 19th-century economist whose paradox suggests that as the cost of a commodity falls, its usage increases. Almeida hopes that by drastically reducing the cost of intelligence, Jev will lead to widespread, distributed deployment of smart software, similar to the early internet rather than centralized mega-apps.

Armin Ronacher, CTO of Earendil, notes that the utility of such models should have been apparent earlier, but the subsidized cost of LLMs has reduced the incentive for creative alternatives. Ronacher expects competitors to emerge now that the practical benefits of non-LLM, probability-based models are becoming visible. TypeSafe AI is currently the sole provider of this specific type of model, though Almeida is tight-lipped about the exact architecture, which observers suspect is built on top of an open-weight LLM.

What it means for developers

For developers, Jev offers a concrete alternative for high-volume, low-latency classification tasks where the cost and unpredictability of LLMs are prohibitive. The model is particularly suited for software automation, such as monitoring agent traces, preventing jailbreaks, and routing workloads to appropriate models. By using Jev to predict whether a workload requires a specific model, developers can implement real-time sorting without the expense of using an LLM for the decision-making process. The ability to define outputs in advance and receive confidence scores allows for more robust integration into production environments, where deterministic behavior is often required. Developers should be aware that Jev delegates the hallucination problem to the user, who must decide how to handle low-confidence predictions. This makes it ideal for scenarios where a "coin toss" result can be safely discarded, but less suitable for tasks requiring nuanced, open-ended reasoning.

What to watch

  • Competitive Response: Armin Ronacher predicts that competitors will spring up as the utility of probability-based models becomes apparent, potentially leading to a new category of AI tools.
  • New Modalities: TypeSafe AI has stated it will be building more versions of the model in new modalities, suggesting an expansion beyond text-based classification.
  • Adoption in Agentic Infrastructure: Companies like Vercel are already integrating Jev into their agentic infrastructure, which could signal a broader shift in how agentic workflows are built and optimized for cost and speed.
  • Synthetic Data Techniques: Almeida's emphasis on "reinforcement learning from calibrated decisions" and synthetic data may influence future training methodologies in the AI industry, moving away from reliance on human-generated data.

Get the signal, not the noise.

One short email when it matters. No recaps of recaps.

SHARE

← All stories