🔍 Read the full analysis: What Makes 'System One' AI A Game-Changer, According To Jev? 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 new AI model designed for decision-making within software, shifting from text generation to structured, typed decisions. This approach aims to improve automation speed, reduce costs, and enhance reliability in enterprise settings.
On September 15, 2026, TypeSafe announced Jev, a groundbreaking AI model that shifts away from traditional text generation toward producing structured, typed decisions for enterprise automation. This development challenges the assumption that large language models (LLMs) are necessary for all decision-making tasks, positioning Jev as a faster, cheaper, and more reliable alternative for internal software processes.
Jev is part of TypeSafe’s broader initiative to create ‘System One’ models, inspired by Daniel Kahneman’s concept of fast, intuitive thinking. Unlike conventional LLMs that generate free-form text, Jev processes structured questions and returns typed answers with associated probabilities and confidence levels. It handles three types of questions: choices, scores, and yes/no probabilities, effectively functioning more like a software function than a conversational agent.
Built by Diogo Almeida, a co-inventor of RLHF (Reinforcement Learning with Human Feedback) at OpenAI, Jev employs a new training approach called Reinforcement Learning for Calibrated Decisions (RLCD). This method aims to improve decision reliability and calibration, addressing issues such as overconfidence and mode dropping common in LLMs. The model is optimized for speed, answering in 70 to 500 milliseconds, and claims to be significantly cheaper—at roughly $0.042 per million tokens—compared to traditional models.
TypeSafe markets Jev as having ‘zero hallucinations’—meaning it cannot invent off-schema answers or produce malformed outputs—by strictly adhering to fixed schema responses. However, experts note that this does not eliminate all errors, as Jev can still select the wrong option within its allowed answers. The model’s accuracy benchmarks are based on agreement with other frontier models, not direct correctness, with some independent tests showing lower accuracy in specific tasks.
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 of Decision-Focused AI for Enterprise Automation
The introduction of Jev signifies a potential shift in how enterprises approach AI-driven automation. By replacing text-based reasoning with structured, decision-oriented outputs, companies can automate routine judgments more efficiently, at lower cost, and with increased reliability. This approach reduces the need for human oversight in many internal processes, potentially expanding the scope of automation and decreasing operational expenses.
Furthermore, Jev’s speed and cost advantages could make decision automation feasible in contexts where traditional LLMs were prohibitively expensive or too slow. As many enterprise decisions are System 1 judgments—quick, intuitive choices—Jev’s design aligns well with automating these tasks, freeing up human resources for more complex reasoning.
However, the model’s reliance on fixed schemas and probabilistic outputs means that accuracy depends heavily on how well questions are structured and how decision thresholds are set. Its narrower error profile offers reliability in formatting but does not fully guarantee correctness, which remains a concern for critical applications.
enterprise decision automation software
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Evolution of AI Models in Enterprise Settings
Over the past three years, the AI landscape has been dominated by large language models like GPT and Claude, promising better reasoning, longer context, and improved code generation. These models, however, have faced criticism for issues such as hallucinations, overconfidence, and the need for human oversight, especially in enterprise applications.
TypeSafe’s Jev emerges amid this background, challenging the assumption that every problem requires a text-generating LLM. Its development reflects a broader trend toward task-specific, decision-focused AI models that prioritize structured outputs over free-form language. Almeida’s previous work on RLHF and InstructGPT has influenced this shift, as Jev’s training method aims to produce calibrated, reliable decisions rather than unbounded text.
While traditional models excel in conversational and creative tasks, enterprise use cases often demand precision, consistency, and speed—areas where Jev claims to excel. Its launch with $40 million in funding from DCVC underscores investor confidence in this paradigm shift.
“Jev represents a fundamental change in enterprise AI—moving from language generation to decision-making, which is faster, cheaper, and more reliable.”
— Diogo Almeida, TypeSafe co-founder
structured decision-making AI tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Uncertainties Around Jev’s Accuracy and Adoption
While TypeSafe reports promising benchmarks and claims ‘zero hallucinations,’ independent testing shows variability in accuracy, especially on complex tasks. The reliance on agreement with other frontier models rather than direct correctness raises questions about real-world performance. It is also unclear how well Jev will scale across diverse enterprise use cases or handle unanticipated questions.
Further, the long-term reliability of RLCD training and how it compares to traditional reinforcement learning methods remains to be validated in broader deployments. Adoption depends on how well companies can structure questions and integrate Jev into existing workflows, which is still evolving.
As an affiliate, we earn on qualifying purchases.
Next Steps for Jev and Enterprise AI Integration
TypeSafe is expected to roll out more case studies and real-world deployments over the coming months, focusing on automation tasks in finance, customer support, and operations. The company will likely refine its training techniques and improve calibration to boost accuracy further. Industry observers will watch for independent benchmarks and user feedback to gauge Jev’s effectiveness outside controlled testing environments.
Additionally, competitors may respond with alternative decision-focused models or hybrid approaches combining LLMs with structured decision modules. The success of Jev will depend on how well it can demonstrate reliability, scalability, and cost savings in practical applications.
For now, enterprises considering AI automation should monitor these developments closely, balancing potential efficiency gains against the need for thorough validation in critical decision-making processes.
enterprise automation tools with confidence scoring
As an affiliate, we earn on qualifying purchases.
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, rather than free-form text, making it more suitable for automation and internal decision-making tasks.
Can Jev eliminate all errors in decision-making?
While Jev reduces formatting errors and hallucinations, its accuracy depends on question design and thresholds. It cannot guarantee correctness in all cases.
What are the main advantages of Jev over existing AI models?
Jev is faster, significantly cheaper, and offers more reliable, calibrated decisions suitable for automation within enterprise software.
Will Jev replace large language models entirely?
Not necessarily; Jev targets specific decision tasks where structured outputs are preferable, but LLMs may still be needed for conversational or creative applications.
How soon can businesses start using Jev in their workflows?
TypeSafe is likely to begin broader deployments and case studies in the coming months, but full integration will depend on validation and customization for specific use cases.
Source: ThorstenMeyerAI.com
Fall Picks
fall essentials
As an affiliate, we earn on qualifying purchases.
