🔍 Read the full analysis: Why The Most Useful AI Might Be One That Doesn’t Focus On Sentence Writing on ThorstenMeyerAI.com
Get business pricing on monitors, keyboards and dev gear
- Business-only prices and quantity discounts
- Tax-exempt purchasing
- Multiple users, one account, clear invoices
TL;DR
TypeSafe AI has launched Jev, an AI model that produces structured decisions instead of text, challenging the dominance of large language models for enterprise tasks. This shift could transform automation by reducing errors and costs.
TypeSafe AI has unveiled Jev, a new AI model designed to produce typed decisions rather than natural language text, aiming to improve automation accuracy and efficiency in enterprise workflows. This development challenges the prevailing assumption that large language models (LLMs) are necessary for all AI-driven language tasks, especially in business settings where decision accuracy and speed are critical.
Jev is part of TypeSafe’s System One Models, a new class of AI built specifically for decision-making within software systems. Unlike conventional LLMs that generate free-form text, Jev processes structured questions and returns typed responses with associated probabilities and confidence scores. This approach reduces output formatting errors and enhances reliability for automated processes.
Developed by Diogo Almeida, a co-inventor of RLHF and InstructGPT, Jev is designed to address issues inherent in traditional LLMs, such as mode dropping, overconfidence, and the need for human oversight. Instead of relying on reinforcement learning from human feedback, Jev uses a training method called Reinforcement Learning for Calibrated Decisions (RLCD), aiming for more accurate and calibrated decision outputs.
Jev’s performance claims include answering decisions in 70 to 500 milliseconds at a cost of approximately $0.042 per million tokens, claiming to be significantly faster and cheaper than standard LLM workflows. The model handles three question types: choices, scores, and yes/no probabilities, providing structured data that can be directly acted upon by software without parsing.
Initial benchmarks show Jev achieving around 67.8% agreement with leading models on a workflow benchmark, with independent tests indicating lower accuracy—approximately 62.6% on email phishing detection—highlighting that model performance depends heavily on task design and question specificity. The developers acknowledge these limitations and emphasize that Jev’s value lies in reducing formatting errors rather than achieving perfect correctness.
Jev vs. LLMs: who should make the call?
Jev, from TypeSafe AI, is a “System One” model. It doesn’t write text. It returns a typed decision with a confidence score that your software can act on directly.
Same support ticket, two kinds of answer
“This ticket appears most likely related to billing, although it could also concern account settings or a recent plan change. I would suggest reviewing the invoice history before…”
A person reads it, or code has to parse the prose.
team: "billing"Software reads it and acts. Nothing to parse.
How they differ
| LLM | Jev | |
|---|---|---|
| Output | Text written for people | A choice, a score or a yes/no probability |
| Speed | Seconds per call | 70–500 ms* |
| Price | Input and (pricier) output tokens | $0.042 per million input tokens, output free* |
| Knows when it’s unsure | Often sounds confident when wrong | Confidence score on every answer |
| Explains its answer | Yes | No, which matters for audits |
| Best at | Reasoning, writing, open questions | Routing, tagging, scoring, duplicate checks |
* Vendor-reported. TypeSafe also claims up to 194× faster and 445× cheaper on its own selected workflows.
Accuracy is something you build
Jev is far cheaper and faster, but not more accurate than frontier models. How you phrase the question matters a lot.
TypeSafe’s benchmark scores agreement with two frontier models rather than verified ground truth. The five-question result used weights fitted on 1,000 labelled examples.
The real idea: a confidence dial you control
“duplicate listing”, confidence 0.62
Raise the threshold for fewer mistakes and more manual review. Lower it for more automation and more risk.
Only use Jev when all four hold
Good fits
- Routing tens of thousands of support tickets a day
- Flagging duplicate listings in a product catalogue
- Replacing a keyword filter that mis-tags half its matches
Poor fits
- Drafting customer emails or release notes
- Reviewing a few high-stakes contracts a month
- Anything that needs a written explanation
Implications for Enterprise Automation and AI Reliability
This shift from text generation to structured decision-making could transform enterprise AI applications by enabling faster, more reliable automation of routine judgments. Because Jev produces typed responses with confidence scores, it reduces the risk of errors caused by output formatting or hallucinations common in traditional LLMs. This can lower operational costs and improve decision consistency in business workflows.
Moreover, Jev’s approach addresses critical issues like overconfidence and mode dropping, which often require human oversight in LLM-based systems. By providing calibrated probabilities, Jev allows software to make more autonomous decisions, potentially reducing the need for human-in-the-loop interventions and increasing the scalability of AI solutions.
However, this development also raises questions about the scope of AI decision-making and whether structured responses can fully replace natural language in complex, nuanced tasks. The effectiveness of Jev in diverse real-world scenarios remains to be seen, but its emphasis on decision accuracy over language fluency marks a notable evolution in AI design philosophy.
As an affiliate, we earn on qualifying purchases.
Background of AI Decision-Making and Model Evolution
Over the past three years, the AI community has focused heavily on improving large language models, promising better reasoning, longer context, and more human-like text generation. Companies have invested billions into models like GPT-4, Claude, and others, primarily aimed at creating conversational agents and content generators.
Despite these advances, many enterprise users face challenges with LLMs, including hallucinations, overconfidence, and output formatting errors, which can lead to costly mistakes in automated workflows. These issues have driven research into alternative AI architectures that prioritize decision accuracy and reliability over natural language fluency.
TypeSafe’s Jev is a response to these challenges, representing a paradigm shift from generative language models to models optimized for structured decision-making. Its development is influenced by insights from psychology and decision theory, notably Daniel Kahneman’s System 1 and System 2 thinking, emphasizing quick, intuitive judgments over slow, deliberate reasoning.
This evolution reflects a broader industry trend: moving away from language-centric AI towards models that produce actionable, structured outputs suitable for direct integration into software systems.
“Jev is designed to produce decisions that are directly usable by software, eliminating the errors caused by text formatting and hallucinations.”
— Diogo Almeida, co-inventor of RLHF
structured decision making AI tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Unanswered Questions About Jev’s Real-World Effectiveness
While initial benchmarks show promise, it remains unclear how Jev performs across a broad range of complex, real-world tasks outside controlled testing environments. Its accuracy depends heavily on question design, and its ability to handle ambiguous or nuanced judgments is still unproven at scale. Additionally, the long-term reliability of its calibration and confidence scores requires further validation through independent testing and real-world deployment.
It is also uncertain whether this structured decision approach can fully replace natural language in all enterprise contexts, especially those requiring detailed explanations or human-like interaction. The extent to which Jev can adapt to diverse workflows and integrate with existing systems remains an open question.
enterprise workflow automation solutions
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Next Steps for Adoption and Validation of Jev
TypeSafe plans to expand testing of Jev across various enterprise use cases, including customer support, fraud detection, and compliance workflows. Further independent evaluations are expected to provide clearer benchmarks of its accuracy and reliability in real-world settings.
The company also intends to refine its training methods and calibration techniques to improve decision quality. As adoption grows, observing how Jev integrates with existing automation platforms and whether it can scale effectively will be key indicators of its impact.
Industry observers will be watching for broader validation of Jev’s claims, especially regarding its ability to replace or augment traditional language models in high-stakes enterprise environments.
As an affiliate, we earn on qualifying purchases.
Key Questions
How does Jev differ from traditional large language models?
Jev produces structured, typed decisions with probabilities instead of generating free-form text, reducing errors related to formatting and hallucinations. It acts more like a function call within software than a conversational agent.
Can Jev replace human decision-making entirely?
Currently, Jev is designed to support automation of routine judgments. Its accuracy depends on task design, and it is not yet proven to replace complex human reasoning in nuanced or ambiguous situations.
What are the limitations of Jev’s decision accuracy?
Benchmark results indicate that Jev’s accuracy varies depending on the task and question design. Its performance on complex or less-structured tasks may be lower, and calibration of confidence scores remains an area for further development.
Will Jev be suitable for all enterprise applications?
While promising for decision automation, Jev’s suitability depends on specific use cases. Tasks requiring detailed explanations or human-like interactions may still rely on traditional language models for now.
What are the next milestones for Jev’s deployment?
TypeSafe plans to conduct broader testing in real-world environments, refine its training and calibration methods, and demonstrate scalability and reliability across diverse enterprise workflows.
Source: ThorstenMeyerAI.com
Fall Picks
fall essentials
As an affiliate, we earn on qualifying purchases.
