Diogo Almeida presenting an AI decision model for software automation

OpenAI Alum’s New AI Model Rejects Text for Faster, Cheaper Automation

OpenAI alum Diogo Almeida’s AI decision model Jev skips text to deliver fast, cheap probabilities for automation, routing and safety checks.

In short

Former OpenAI researcher Diogo Almeida’s startup TypeSafe AI has launched Jev, a non-LLM model that returns probabilities instead of text. Developers say the AI decision model is faster, cheaper and better suited to automation, routing and safety checks than a chatbot-style system.

  • TypeSafe AI launched Jev, a model that outputs probabilities rather than text.
  • The company says the AI decision model is faster, cheaper and less prone to hallucinations than LLMs.
  • Early developers report strong results in command safety, email classification and workflow routing.
  • TypeSafe trained Jev on synthetic data using a method it calls reinforcement learning from calibrated decisions.
  • The launch points to a broader shift toward specialized models for production automation.

Diogo Almeida, a former OpenAI researcher who helped shape ChatGPT and reinforcement learning from human feedback, has launched a new model that deliberately avoids generating text. His startup, TypeSafe AI, says the system — called Jev — is built for software automation, offering fast, cheap and calibrated decisions instead of chatbot-style answers.

The release matters because it challenges a core assumption of the current AI boom: that intelligence has to come packaged as language. TypeSafe argues that many real-world tasks are better handled by models that return probabilities and structured decisions, not paragraphs, and early developers say the approach can be dramatically faster and more affordable than using large language models for the same work.

For years, the industry has treated text generation as the default interface for AI. Jev suggests a different path, one aimed less at conversation and more at code, routing, safety checks and automated workflows.

Why Jev is getting attention from developers

Jev is drawing interest because it tackles a practical problem that has become harder to ignore as AI moves from demos to production: LLMs are often overkill for routine decision-making. In those situations, developers do not necessarily need an essay, a summary or a chain-of-thought explanation. They need a reliable answer to a defined question, such as whether a message is safe, whether a command should be allowed, or whether a request should be routed to a different system.

TypeSafe’s model is designed around that use case. Instead of producing text, it returns probabilities that correspond to specific outcomes chosen by the user in advance. That makes it easier to automate downstream actions without translating a language model’s open-ended output into a machine-readable signal.

The startup says the result is a model that is both economical and difficult to misuse in the usual chatbot sense. Because it does not generate prose, it cannot hallucinate in the same way that text models do. Its outputs are constrained, which also makes them easier to integrate into production software.

How Jev differs from a chatbot model

Jev answers with confidence scores, not sentences. That difference sounds simple, but it changes how the model is used, priced and evaluated.

Most chatbots are optimized to produce convincing language. Jev is optimized to classify, rank or choose among predefined outcomes. That approach places it closer to a decision engine than a conversational assistant.

TypeSafe describes the system as a “System One” model, borrowing the language of fast, intuitive thinking. In the company’s framing, Jev is meant to make quick judgments about the right task, rather than reason through a long, visible chain of text.

What did the model actually do in early tests?

Early users say Jev can be both faster and cheaper than general-purpose LLMs in tasks where structured classification matters. In one example, Vercel used the model to review commands for safety after previously relying on an OpenAI model for the same job. According to one engineer there, the replacement improved speed by a wide margin while also delivering better accuracy.

Another developer, Bryo AI chief technology officer Nikhil Mudholkar, compared Jev with Google’s Gemini on the task of classifying business email. In that test, Gemini was slightly more accurate, but Jev was dramatically less expensive. Mudholkar also pointed to the value of the model’s confidence scores, saying the probabilities make it especially useful for automating workflows.

TypeSafe says demand for Jev was strong enough that the company briefly had trouble keeping up with API traffic after launch. That kind of response is notable for a model that does not compete on the usual chatbot benchmarks or text-generation features.

Area Jev approach Typical LLM approach
Output Probabilities and calibrated decisions Generated text
Primary use Automation, routing, safety checks Conversation, summarization, generation
Hallucination risk Lower, because outputs are constrained Higher, because outputs are open-ended
Cost profile Very low per task Often significantly higher
Speed Designed for rapid classification Usually slower, especially on larger tasks

Why did an OpenAI veteran build this kind of model?

Almeida’s answer is rooted in frustration with how the industry has defined progress. He helped build ChatGPT-era systems and worked on RLHF, one of the most influential techniques for aligning AI with human preferences. But he came to believe that optimizing systems to speak human language was not the same thing as making them useful for software automation.

The problem, in his view, is not that language models are weak at language. It is that computers do not actually operate in language. They operate in states, signals, thresholds and decisions. That mismatch, Almeida argues, has left the AI sector with powerful products that are still awkward as infrastructure.

Almeida has said that modern AI has been “lighting in a bottle” that remains underused because it is trained to optimize human language rather than machine-native decisions.

He left OpenAI about two years ago to found TypeSafe AI and build a model around that thesis. The company’s goal is to make intelligence more directly usable inside software systems, where reliability and cost often matter more than eloquence.

Why synthetic data matters in the company’s strategy

TypeSafe says Jev was trained entirely on synthetic data using a method it calls reinforcement learning from calibrated decisions. The startup has kept architectural details limited, though outside observers suspect the system may sit on top of an open-weight LLM.

The company’s synthetic-data strategy is important because it lets TypeSafe generate the training material it needs without depending on large, costly or proprietary human-labeled datasets. Almeida says that decision was one of the most important the company made, and perhaps the one he values most.

That confidence reflects a broader trend in AI: as training pipelines mature, more teams are experimenting with self-generated data and task-specific optimization instead of general language modeling alone. TypeSafe is betting that this approach can produce models that are smaller, cheaper and more useful for enterprise automation.

How developers plan to use calibrated decisions

One of Jev’s main selling points is its ability to act as a probabilistic layer in a larger AI stack. Developers can use it to decide whether a command should be accepted, whether a message is benign, or whether a request should be passed to a more expensive model.

That design makes Jev especially attractive in agentic systems, where multiple models or tools are chained together. Instead of asking a large language model to do everything, developers can use Jev for the narrow, repeated decisions that control the flow of work.

Common use cases highlighted by early adopters

  • Safety classification for commands and user actions
  • Email or message routing by intent
  • Model selection and workload triage
  • Jailbreak and misbehavior detection for agents
  • Trace review for monitoring AI systems

Armin Ronacher, CTO of Earendil, said probabilistic outputs help shift some of the burden from the model to the user, who can decide how much confidence is enough for a given action. In his view, a 50% score may signal uncertainty and a 95% score may justify automation.

Ronacher said the model’s probabilities are useful because they let developers decide when a result is strong enough to act on and when it should be ignored.

That kind of thresholding is not new in machine learning, but it becomes far more practical when the model is fast enough and cheap enough to sit in the middle of a production workflow.

How could Jev help control other AI agents?

Jev may be useful not only as a replacement for LLMs, but also as a guardrail around them. Almeida sees one strong application in monitoring agent behavior, including trace analysis and jailbreak prevention.

This is an increasingly important problem as autonomous or semi-autonomous AI systems become more common. If one model is responsible for supervising another, the cost can rise quickly if both are expensive LLMs. A lightweight decision model offers a cheaper way to watch for unsafe or suspicious behavior.

Ronacher also suggested that model routing could become a major use case. In that scenario, Jev would help determine which model is appropriate for a specific job, allowing software to reserve larger or more expensive systems for tasks that truly need them.

The appeal is obvious for teams managing complex AI stacks. A fast classifier can reduce waste, lower latency and keep expensive models from being used as default solvers for every input.

What is the Jev name supposed to signal?

The model is named after economist William Stanley Jevons, whose work inspired Jevons paradox. The paradox describes a counterintuitive effect: when a resource becomes cheaper to use, total consumption often increases rather than decreases.

TypeSafe is borrowing that idea for intelligence itself. If inference becomes dramatically cheaper, Almeida argues, it should lead to much wider deployment, not narrower use.

That vision goes beyond individual products. Almeida imagines a world where intelligence appears in many small systems rather than in a few enormous apps. He has described that future as more distributed and more emergent, closer to the structure of the early internet than to today’s platform giants.

Almeida said he expects “smart software all over the place,” with intelligence spread across many tools and services rather than concentrated in a handful of mega-apps.

Why the broader AI industry should care

Jev arrives at a moment when many developers are already questioning whether LLMs are the right tool for every AI job. Large models remain powerful, but they are expensive, slower than many teams want, and often too open-ended for tightly controlled workflows.

TypeSafe’s pitch lands in the gap between AI research and software engineering. It argues that the next wave of value may come not from making models more verbose, but from making them more dependable, more structured and less costly to deploy at scale.

That could have several consequences for the market:

  1. Developers may split workloads between text models and decision models.
  2. Enterprises may use specialized classifiers for safety and routing.
  3. AI agents may rely on compact monitoring models to cut cost.
  4. New startups may target the “non-language” layer of AI infrastructure.

Ronacher thinks competitors are likely to emerge quickly now that the utility of this approach is visible. He suggested that the industry may have missed the opportunity earlier because general-purpose LLMs were already cheap enough to cover many tasks, even if they were not the most elegant solution.

Who is TypeSafe AI, and is it a frontier lab?

TypeSafe is trying to position itself as a product-focused company rather than a grand scientific project. Almeida rejected the idea that his startup should be described in the same terms as the most hype-driven AI labs.

He argued that frontier-lab branding often centers on fear, mythology or grand promises about artificial general intelligence. TypeSafe, by contrast, says it wants to build practical intelligence that does useful work inside software systems.

That distinction may matter to customers. Companies adopting AI for production typically care less about philosophical narratives and more about latency, accuracy, auditability and cost. A model that can return a probability and make a routing choice may be more valuable in those settings than one that can write an elegant paragraph.

Timeline of TypeSafe and Jev

Time Milestone Why it matters
OpenAI years Almeida helps build ChatGPT and works on RLHF Gives him direct experience with mainstream LLM development
About two years ago He leaves OpenAI to found TypeSafe AI Signals a shift toward task-specific automation
This week TypeSafe releases Jev Introduces a model that outputs probabilities instead of text
Launch period Developer demand briefly strains API access Shows market interest in non-LLM decision models

What comes next for TypeSafe AI?

The company says Jev is only the beginning. TypeSafe plans to build more models in additional modalities, suggesting it could extend the same decision-centric idea beyond text-adjacent software tasks.

For now, Jev stands out because it formalizes a different view of what AI should do. Rather than asking models to mimic people in language, it treats intelligence as a machine-first service layer that can guide software systems cheaply and reliably.

If that idea catches on, the implications could be broad. LLMs would not disappear, but they may become one component in a larger stack that includes smaller, faster and more specialized models for decisions, routing and oversight.

That is the larger story behind TypeSafe’s launch. Jev is not just a new model; it is a challenge to the assumption that the most useful AI has to sound human.

For developers building real products, that may be exactly the kind of rethink the market has been waiting for.

Key facts at a glance

Item Detail
Company TypeSafe AI
Founder Diogo Almeida, former OpenAI researcher
Model name Jev
Main output Probabilities / calibrated decisions
Primary use Automation, routing, safety and monitoring
Training approach Synthetic data and reinforcement learning from calibrated decisions
Notable appeal Lower cost, higher speed, reduced hallucination risk

Frequently asked questions

What is Jev from TypeSafe AI?

Jev is an AI decision model that returns calibrated probabilities instead of generated text. TypeSafe AI says it is designed for automation tasks such as safety checks, routing and classification, where developers need structured outcomes rather than chatbot-style answers.

How is Jev different from a large language model?

Jev is different because it does not produce prose or conversational responses. Instead, it gives probability scores for predefined choices, which can reduce hallucinations, lower cost and make it easier to plug the model into software workflows.

Why are developers interested in this AI decision model?

Developers are interested because it can be much cheaper and faster than using a large language model for routine classification tasks. Early users say it performs well on command review, email categorization and model routing, with useful confidence scores.

Who created TypeSafe AI and Jev?

Diogo Almeida created TypeSafe AI after leaving OpenAI, where he worked on ChatGPT and reinforcement learning from human feedback. He launched the company to build models that are more useful for automation and machine-driven decision-making.

Can Jev replace chatbots?

Jev is not a general chatbot replacement, but it can replace LLMs in narrow decision tasks. It is better suited to workflows where the system needs a reliable classification, threshold or routing decision rather than open-ended language generation.

Share this 🚀