For years, the artificial intelligence industry has been locked in a race toward linguistic perfection. From the debut of ChatGPT to the sophisticated, multi-modal reasoning engines of today, the goal has been to create machines that speak, write, and converse with human-like fluency. But for Diogo Almeida, a foundational figure in the development of modern AI, this obsession with human language has become a gilded cage.
Almeida, a former OpenAI researcher who helped pioneer reinforcement learning from human feedback (RLHF)—the very mechanism that transformed raw models into the conversational assistants we use today—has reached a sobering conclusion: the industry has been optimizing for the wrong thing.
"We have lightning in a bottle, and yet it is not useful," Almeida told TechCrunch recently. "The problem is we are optimizing for human language. We have been super good at human language for four years, but it’s not useful for automation because computers speak a different language."
In a move that challenges the prevailing "frontier" AI paradigm, Almeida has launched TypeSafe AI. Their flagship offering, a model named Jev, represents a radical departure from the Large Language Model (LLM) status quo. By abandoning text generation in favor of probabilistic, "calibrated" decision-making, Jev is carving out a niche in the high-stakes world of software automation, promising a future where AI is less about chatting and more about doing.
The Genesis: From OpenAI to TypeSafe
To understand the emergence of Jev, one must understand the evolution of Almeida’s career. As an insider at OpenAI during the organization’s most transformative years, Almeida was at the epicenter of the RLHF revolution. He saw firsthand how tuning models to satisfy human preferences could make them feel intelligent, coherent, and helpful.
However, as the dust settled on the generative AI boom, Almeida grew disillusioned. He observed that while LLMs were remarkable at mimicking human prose, they were fundamentally ill-suited for the mechanical, deterministic world of software engineering and enterprise automation. LLMs are probabilistic text engines; they are designed to guess the next word in a sequence. When you ask them to write code or classify a data packet, they are merely "simulating" that task through language.
Two years ago, Almeida left the comforts of the industry’s most prestigious lab to found TypeSafe AI. His mission was singular: to bridge the gap between AI intuition and computer logic. The result of this research, unveiled this week, is Jev—a transformer-based architecture that eschews text entirely, outputting instead high-precision probability scores and deterministic classification labels.
How Jev Works: The Architecture of Intuition
At its core, Jev is a "System One" model. Borrowing terminology from behavioral psychologist Daniel Kahneman, Almeida distinguishes between "System Two" thinking—slow, deliberate, logical reasoning—and "System One" thinking—fast, intuitive, and automatic.
Most LLMs attempt to force a System Two output (like a complex code block) through a System One architecture (a transformer). Jev, by contrast, embraces its nature as a fast, intuitive engine. Because it does not output human language, it sidesteps the "hallucination" trap entirely. When a model isn’t trying to construct a grammatically correct sentence, it cannot "make things up" in the traditional sense. It simply provides a calibrated output, such as a confidence score or a binary classification.
This design choice creates three distinct advantages:
- Extreme Efficiency: Without the overhead of complex token generation, Jev is incredibly fast and cheap to run.
- No Hallucinations: Because users define the output parameters in advance, the model is constrained by the reality of the task.
- Scalable Economics: Output tokens are essentially free, and input costs are measured in the billions rather than the millions, making it viable for high-volume enterprise pipelines.
Supporting Data: Efficiency in Action
The tech community has responded with immediate, high-volume interest. In fact, the demand for Jev was so intense upon its release that TypeSafe AI briefly struggled to maintain service, a testament to the pent-up demand for specialized AI tools that prioritize performance over conversation.
Early adopters in the software space are reporting massive gains in both speed and accuracy. Pranit Sharma, a software engineer at Vercel—a company focused on the infrastructure of "agentic" software—provided a compelling case study. Vercel previously utilized OpenAI’s ChatGPT Luna 5.6 to perform safety classification on incoming commands. By swapping that model for Jev, the team observed that their workflow was not only more accurate but executed between 5 and 18 times faster.

Similarly, Nikhil Mudholkar, CTO of Bryo AI, conducted a rigorous benchmark comparing Jev against Google’s Gemini for the task of business email classification. While Gemini maintained a marginal lead in raw accuracy, it was between 10 and 20 times more expensive to run. For Mudholkar, the clincher was Jev’s confidence scores. "It is the only one that hands back a real probability, which makes it ideal for automating workflows," he noted.
Official Perspectives and Technical Implications
The implications of Jev extend beyond replacing LLMs; it serves as a powerful "guardrail" for them. One of the most common issues in current AI agent development is the tendency for models to drift, misbehave, or suffer from "prompt injection" attacks.
Armin Ronacher, CTO of Earendil and a prominent voice in the open-source community, believes Jev is a paradigm-shifting tool for model routing and monitoring. "At the end of the day, it delegates the hallucination problem a little bit to the user," Ronacher explains. "The user has to say, ‘Okay, if this only comes back with 50% probability, maybe this is a coin toss.’ But if it’s 95%, sure, then I can do something with it."
This confidence-scoring mechanism allows developers to build systems that know when they don’t know the answer—a critical requirement for reliable, automated software. Furthermore, Jev’s low latency makes it an ideal "router." It can scan a user’s intent in milliseconds and decide whether a task needs a cheap, local model or a heavy-duty, expensive LLM, effectively optimizing the cost-to-performance ratio of entire AI stacks.
The Jevons Paradox: A New Philosophy for AI
The name "Jev" is a nod to the 19th-century economist William Stanley Jevons. The "Jevons Paradox" states that as technology increases the efficiency with which a resource is used, the total consumption of that resource increases rather than decreases. Almeida sees this as the roadmap for the future of AI.
"We think that there’s just going to be smart software all over the place in a way that’s emergent and distributed," Almeida said. He envisions a future that feels more like the early, decentralized internet than the current landscape of monolithic "mega-apps." By driving the cost of machine intelligence down to near-zero, Jev isn’t just making existing tasks cheaper—it is making "intelligence" an abundant commodity that can be embedded into the fabric of every application.
Almeida is famously protective of the secret sauce behind Jev. While observers suspect the model is built upon foundations borrowed from open-weight LLMs, TypeSafe emphasizes that Jev is trained exclusively on synthetic data. This technique—"reinforcement learning from calibrated decisions"—is what Almeida calls his "life joy." By owning the entire data pipeline, TypeSafe has avoided the messy, unpredictable nature of training on the open web.
The Future of the Frontier
The current AI landscape is dominated by "Frontier Labs"—organizations that often frame their work in the language of existential stakes, building "God-like" machines in massive data centers. Almeida rejects this narrative. He is clear that TypeSafe is not interested in building a religion or betting on infinite, centralized wealth.
"The main product of Frontier Labs is fear or hype," Almeida remarked. "I would like our main product to be intelligence."
As Jev gains traction, it is likely to trigger a wave of competitors who finally realize that the "LLM-for-everything" approach is unsustainable. As Ronacher points out, the industry has been lazy, relying on the fact that LLMs were cheap and subsidized. With those subsidies beginning to wane and the need for reliable automation growing, the era of specialized, probabilistic models has finally arrived.
For the developers, the enterprise leaders, and the engineers struggling to move AI out of the chatbox and into the server room, Jev is not just a tool; it is a proof of concept. It proves that the future of artificial intelligence may not lie in bigger, more talkative models, but in smaller, quieter, and far more accurate ones.
