🔍 Read the full analysis: Jev Shares Why 'System One' AI Could Be The Most Useful Model Yet 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 announced Jev, a decision-oriented AI model based on ‘System One’ thinking, which produces structured decisions with probabilities rather than text. It aims to improve automation speed and reliability, challenging traditional language models.
On September 15, 2026, TypeSafe AI announced Jev, a groundbreaking decision-focused AI model designed for automation inside software systems. Unlike traditional large language models (LLMs), Jev does not generate free-form text but provides structured, typed decisions with associated probabilities, aiming to streamline enterprise decision-making processes. This shift marks a significant departure from the prevalent trend of developing increasingly sophisticated chatbots, positioning Jev as a new class of AI optimized for speed, reliability, and cost-effectiveness.
Jev is built on the concept of ‘System One’ thinking, inspired by psychologist Daniel Kahneman’s model of quick, intuitive decision-making. It processes structured questions—choices, scores, or yes/no probabilities—and returns typed answers with calibrated confidence levels. Developed by Diogo Almeida, a co-inventor of RLHF (Reinforcement Learning with Human Feedback) at OpenAI, Jev is designed to replace the need for human-in-the-loop reasoning in many enterprise automation tasks.
TypeSafe claims Jev can answer in 70 to 500 milliseconds, at a cost of approximately $0.042 per million tokens, which they say is 193.6 times faster and 444.6 times cheaper than comparable workflows involving traditional LLMs. The model’s architecture emphasizes schema conformance and probabilistic outputs, reducing errors associated with output formatting and hallucinations, though it does not eliminate incorrect decisions entirely.
Jev’s approach has attracted attention because it challenges the assumption that every enterprise problem requires a large language model. Instead, it offers a specialized solution for decision automation, especially for routine judgments like categorization or yes/no questions, where speed and cost are critical.
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 Efficiency
The introduction of Jev signals a potential shift in how companies deploy AI for decision-making. By focusing on structured, typed responses with confidence metrics, Jev reduces reliance on human oversight and minimizes errors related to text generation. Its speed and low cost could expand automation into areas previously deemed too resource-intensive or unreliable with traditional LLMs. This development may lead to broader adoption of decision-centric AI models in sectors like customer support, fraud detection, and operational management, where rapid, accurate judgments are essential.
Furthermore, Jev’s design aims to address known issues with LLMs, such as overconfidence, mode dropping, and hallucinations, offering a more predictable and dependable alternative for enterprise use cases. If proven effective at scale, Jev could influence the broader AI ecosystem, encouraging the development of models tailored for specific tasks rather than general-purpose chatbots.
enterprise decision automation software
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Background on AI Model Evolution and Industry Shift
Over the past three years, the AI industry has seen a surge in models promising enhanced reasoning, longer context windows, and improved code generation. Most of these models are designed for natural language understanding and generation, often used in chatbots and virtual assistants. However, critics have highlighted limitations such as hallucinations, overconfidence, and high operational costs, which hinder widespread enterprise adoption.
In response, some industry leaders have begun exploring alternative approaches. Diogo Almeida’s previous work at OpenAI focused on RLHF, which improved chat assistant alignment but also introduced issues like mode dropping and overconfidence. TypeSafe’s Jev aims to bypass these problems by offering a decision-oriented architecture rooted in psychological theory, emphasizing speed, schema conformity, and probabilistic outputs. The model’s launch follows a broader industry debate about whether large language models are the best solution for enterprise automation or if specialized, structured models could offer better reliability and efficiency.
“Jev represents a fundamental shift from text generation to decision automation, enabling faster, cheaper, and more reliable enterprise workflows.”
— Diogo Almeida, CEO of TypeSafe
As an affiliate, we earn on qualifying purchases.
Uncertainties and Limitations of Jev’s Approach
While Jev demonstrates promising speed and cost benefits, questions remain about its accuracy and reliability in complex or high-stakes decisions. The benchmark results, including a 67.8% agreement rate against frontier models, suggest room for improvement, especially in critical applications like fraud detection or compliance. Additionally, its performance on real-world tasks, such as phishing detection, showed lower accuracy (62.6%) compared to some existing models, indicating that results may vary depending on the specific use case.
Another uncertainty relates to how well Jev can handle ambiguous or multi-faceted questions, as its effectiveness depends on breaking down judgments into well-defined, small questions. The model’s overconfidence in some scenarios and underconfidence in others also suggests calibration challenges that need ongoing refinement. Furthermore, the industry’s acceptance and integration of decision-focused models like Jev remain to be seen, especially in heavily regulated sectors.
As an affiliate, we earn on qualifying purchases.
Next Steps for Validation and Adoption
TypeSafe plans to expand testing of Jev across various enterprise workflows to validate its performance and reliability at scale. Independent evaluations and real-world pilot programs will be critical to assess its accuracy, calibration, and integration capabilities. The company also intends to refine its training techniques and improve calibration to address current overconfidence issues.
Industry observers will watch for how organizations adopt Jev in operational settings, particularly in automation-heavy sectors. Further, competitors may develop similar decision-centric models, prompting a broader industry shift toward structured AI solutions. Regulatory and compliance considerations will likely influence how quickly and broadly Jev’s approach is adopted in sensitive areas.
As an affiliate, we earn on qualifying purchases.
Key Questions
How does Jev differ from traditional language models?
Jev produces structured, typed decisions with probabilities rather than free-form text, enabling faster, more reliable automation inside software systems.
What are the main advantages of Jev?
Jev offers significant speed (answer times of 70-500 ms), low cost ($0.042 per million tokens), and reduced formatting errors, making it suitable for high-volume enterprise automation.
Can Jev replace human judgment entirely?
While Jev aims to automate routine decisions efficiently, it still requires validation and oversight in complex or high-stakes scenarios, as calibration and accuracy are ongoing challenges.
What limitations does Jev currently have?
Jev’s accuracy varies depending on the task, and it can still make incorrect decisions or be over/underconfident. Its performance in complex real-world applications is still being evaluated.
What is the significance of Jev’s decision-based approach for enterprise AI?
It could lead to broader adoption of specialized, decision-centric AI models that are faster, cheaper, and more reliable than traditional chat-based models, especially for routine automation tasks.
Source: ThorstenMeyerAI.com
Fall Picks
fall essentials
As an affiliate, we earn on qualifying purchases.
