🔍 Read the full analysis: The Next Big Thing In AI: Models That Focus On Function Over Sentence Construction on ThorstenMeyerAI.com
Get hardware and tech essentials delivered free — and shop member deals
- Fast, free delivery on millions of items
- Access to Prime Big Deal Days deals on October 6–7
- Prime Video, Amazon Music and more included
TL;DR
TypeSafe announced Jev, a decision-focused AI model that produces structured, typed answers with probabilities instead of free-form text. This approach aims to improve automation speed, reliability, and cost-efficiency in enterprise AI applications.
TypeSafe unveiled Jev, a groundbreaking AI model that produces typed decisions with associated probabilities, rather than generating free-form text. This development marks a significant shift in enterprise AI, emphasizing structured decision-making over language-based outputs, and aims to enhance automation speed and reliability.
Jev is part of TypeSafe’s System One Models, designed specifically for decision automation within software systems. Unlike traditional large language models (LLMs), Jev responds to structured questions with typed answers, such as ‘team: billing, confidence: 0.94,’ enabling direct software actions without parsing text. The model is optimized for rapid responses, delivering answers in 70 to 500 milliseconds at a fraction of the cost of conventional LLMs—about $0.042 per million tokens, with no output charges.
Developed by Diogo Almeida, a co-inventor of RLHF and InstructGPT, Jev challenges the assumption that all enterprise AI problems require text-based models. Instead, it employs a new training approach called Reinforcement Learning for Calibrated Decisions (RLCD), which aims to reduce issues like overconfidence, mode dropping, and the need for human oversight inherent in current LLMs. Jev handles three types of questions—choices, scores, and yes/no probabilities—and produces outputs that are schema-compliant, eliminating formatting errors that can crash automated pipelines.
TypeSafe claims Jev is ‘zero hallucinations’—meaning it cannot invent off-schema answers—though this narrow definition does not address all potential errors, such as selecting the wrong answer among allowed options. Benchmarks show promising but cautious results: Jev scored approximately 67.8% agreement with reference models on certain benchmarks, with independent tests indicating lower accuracy (around 62.6%) on phishing detection tasks. The company emphasizes that accuracy depends heavily on how tasks are structured and that the model’s performance will improve with tailored tuning.
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
Transforming Enterprise Automation with Structured Decisions
The introduction of Jev represents a shift in how AI can be integrated into enterprise workflows. By replacing free-form text generation with structured, typed responses, companies can automate routine decisions more reliably and at a lower cost. This approach reduces errors caused by formatting issues and minimizes the need for human oversight, potentially lowering operational costs and increasing speed.
Moreover, Jev’s design aligns with a broader trend toward specialized AI models optimized for specific tasks rather than general-purpose language models. If successful, this could lead to a new class of AI tools that are more predictable, easier to audit, and better suited for critical decision-making processes in industries like finance, healthcare, and customer support.
However, the narrow scope of Jev’s current capabilities and the ongoing challenges in benchmarking accuracy highlight that this technology is still in early stages. Its real-world impact will depend on how well it can be integrated into existing systems and how its performance evolves over time.
enterprise decision automation software
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
The Evolution of Enterprise AI and Decision Automation
Over the past three years, major AI model launches have emphasized improvements in reasoning, context length, and code generation, primarily through large language models like GPT and Claude. These models have been heavily relied upon for tasks involving language understanding and generation, but their limitations—such as hallucinations, overconfidence, and formatting errors—have prompted calls for alternative approaches.
TypeSafe’s Jev emerges amid a growing recognition that many enterprise decisions are simple, structured judgments better suited for automation than language-based reasoning. The company’s approach builds on prior innovations like RLHF but seeks to address the shortcomings by focusing on decision calibration and schema compliance. Almeida’s background in RLHF and InstructGPT underscores the technical pedigree behind Jev, which aims to shift the paradigm from language generation to decision-making.
While traditional models remain dominant, the industry is increasingly exploring models that produce structured outputs, especially for automation tasks where reliability is paramount. Jev’s announcement signals a potential turning point in this evolution, emphasizing efficiency and precision over conversational fluency.
“Jev is designed to produce decisions that software can act on directly, reducing the errors and inefficiencies associated with text-based outputs.”
— 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.
Current Performance and Benchmark Limitations
While Jev demonstrates promising capabilities, its accuracy benchmarks are based on agreement with other frontier models rather than definitive correctness. Independent tests show lower accuracy (around 62.6%) on specific tasks like phishing detection, indicating that the model still requires task-specific tuning and validation. Additionally, the narrow definition of ‘zero hallucinations’ does not address all possible errors, especially incorrect choices among allowed options. The true reliability and robustness of Jev in diverse real-world scenarios remain to be proven as further testing and deployment occur.
As an affiliate, we earn on qualifying purchases.
Roadmap for Broader Adoption and Performance Improvements
TypeSafe plans to continue refining Jev through real-world testing and user feedback, aiming to improve accuracy and expand its capabilities. The company is likely to release more case studies demonstrating its effectiveness across different enterprise workflows and industries. Meanwhile, competitors and industry observers will be watching whether decision-focused models like Jev can replace or complement traditional language models in critical automation tasks. The next steps include integrating Jev into existing enterprise systems, conducting large-scale pilot programs, and developing best practices for structuring questions to maximize accuracy and reliability.
software automation with typed responses
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Key Questions
How does Jev differ from traditional language models?
Jev produces structured, typed responses with associated probabilities, enabling direct software actions, unlike traditional models that generate free-form text requiring parsing and interpretation.
What are the main advantages of decision-focused AI models like Jev?
They offer faster response times, lower costs, reduced formatting errors, and potentially higher reliability for routine decision-making within enterprise workflows.
Can Jev handle complex or nuanced decisions?
Currently, Jev is optimized for straightforward, structured judgments such as yes/no, choices, or scores. Handling complex or ambiguous decisions may require further development and tuning.
What are the limitations of Jev’s current performance?
Benchmark results show it still makes errors, especially when questions are vague or poorly structured. Its accuracy depends heavily on how questions are formulated and the specific task context.
When will Jev be widely available for enterprise use?
TypeSafe has not announced a specific release timeline but plans to expand testing and integration over the coming months as they improve performance and scalability.
Source: ThorstenMeyerAI.com
Fall Picks
fall essentials
As an affiliate, we earn on qualifying purchases.
