🔍 Read the full analysis: The Promise Of 'System One' AI For Practical And Useful Applications on ThorstenMeyerAI.com
TL;DR
TypeSafe announced Jev, a ‚System One‘ AI model designed for decision automation within software, offering faster, cheaper, and more reliable structured responses. This shift aims to replace traditional large language models in enterprise tasks.
TypeSafe announced the release of Jev, a ‚System One‘ AI model designed explicitly for decision automation within software systems, marking a departure from traditional large language models (LLMs). This development aims to improve speed, reduce costs, and enhance reliability in enterprise decision-making processes, making AI more practical and useful for business applications.
Jev is built around a new class of AI models called ‚System One‘ models, inspired by Daniel Kahneman’s concept of fast, intuitive thinking. Unlike conventional LLMs that generate free-form text, Jev produces structured, typed decisions with associated probabilities and confidence levels, enabling software to act directly on its outputs. The model handles questions as choices, scores, or yes/no probabilities, effectively functioning as a decision-making function embedded within applications.
Funded with $40 million led by DCVC, Jev was developed by Diogo Almeida, a co-inventor of RLHF and InstructGPT at OpenAI. The company criticizes reinforcement learning from human feedback (RLHF) for issues like overconfidence and mode dropping, proposing instead a method called Reinforcement Learning for Calibrated Decisions (RLCD). This approach aims to produce more reliable, calibrated decisions suitable for automation, reducing the need for human oversight.
TypeSafe claims Jev can deliver responses in 70 to 500 milliseconds at a cost of approximately $0.042 per million input tokens, asserting it is nearly 200 times faster and 445 times cheaper than comparable LLM workflows. This performance enables automation of many decisions previously handled by more expensive reasoning models, especially those that are simple, repetitive, or decision-based, such as customer support routing, billing, or account status checks.
While Jev is marketed as having ‚zero hallucinations,‘ the term is narrowly defined by TypeSafe as outputs conforming strictly to a fixed schema, eliminating formatting errors and malformed data. However, the model can still select incorrect options within its schema, meaning it does not guarantee correctness—only that the output format is reliable. Benchmark tests show Jev’s accuracy varies depending on the task and data, with some tests indicating it performs well in narrow, structured questions but less so in open-ended or complex scenarios.
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 AI Automation
The introduction of Jev and ‚System One‘ models represents a significant shift in enterprise AI, moving away from text generation towards structured decision-making. This approach promises faster, more cost-effective, and more reliable automation for routine, decision-based tasks, reducing dependence on human oversight and large, expensive reasoning models. If widely adopted, it could reshape how companies implement AI in operations such as customer support, compliance, and process automation, making AI more practical and integrated into everyday workflows.
However, the reliance on structured responses and the narrow definition of ‚zero hallucinations‘ mean organizations must carefully evaluate Jev’s accuracy and suitability for their specific use cases. The model’s performance in real-world, unstructured environments remains an open question, and its effectiveness depends on how well users design their decision schemas and questions.
enterprise decision automation AI tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Background of AI Decision Models and Industry Shift
Over the past three years, the AI industry has been dominated by large language models like GPT and Claude, which generate human-like text for diverse applications. These models, while powerful, face criticism for issues such as hallucinations, overconfidence, and high costs, especially in enterprise settings where reliability is critical. Many companies have relied on these models for customer service, content creation, and decision support, often requiring human oversight to verify outputs.
In response, a growing movement seeks to develop AI tools optimized for specific tasks, particularly decision automation, rather than general-purpose text generation. The concept of ‚System One‘ AI, inspired by cognitive psychology, emphasizes quick, structured responses that can be directly integrated into software workflows. This approach aims to address the limitations of LLMs by providing faster, cheaper, and more predictable decision-making capabilities tailored for enterprise needs.
Jev’s launch marks a notable milestone in this evolution, representing a deliberate shift away from the dominant paradigm of free-form text generation towards structured, schema-conformant responses that better suit automation and operational decision-making.
„Jev is designed to produce decisions, not words. It’s more like a function your software calls than a colleague you consult.“
— Diogo Almeida, CEO of TypeSafe
structured decision-making software
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Uncertainties Around Real-World Performance
Although Jev shows promising benchmarks, its accuracy in complex, unstructured environments remains uncertain. Tests indicate it performs well on narrow, structured questions but less reliably in broader contexts, and its overconfidence in some cases could impact decision quality. Independent evaluations have shown lower accuracy in phishing detection tasks, suggesting that real-world effectiveness may vary significantly based on application and schema design. The extent to which Jev can replace or supplement existing reasoning models in diverse enterprise scenarios is still being evaluated.
As an affiliate, we earn on qualifying purchases.
Next Steps for Adoption and Validation
TypeSafe plans to expand testing of Jev across different industries and use cases, gathering real-world performance data. Companies interested in adopting Jev will likely pilot it in controlled environments, focusing on decision tasks with well-defined schemas. Further independent benchmarking and case studies are expected to clarify its reliability, scalability, and cost-effectiveness. Meanwhile, competitors and industry observers will monitor how Jev’s structured decision approach influences enterprise AI strategies and whether it prompts a broader shift away from traditional LLMs for decision automation.
automated customer support routing system
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 associated probabilities, rather than generating free-form text. It functions like a decision-making function embedded within software, enabling faster, more reliable automation of routine tasks.
Can Jev completely replace existing AI models in enterprise workflows?
It is still uncertain. While Jev shows promise for decision automation, its effectiveness depends on task complexity, schema design, and real-world testing. It is likely to complement rather than fully replace general-purpose LLMs initially.
What are the main advantages of System One AI models like Jev?
They offer faster response times (70-500 ms), lower costs (around $0.042 per million tokens), and higher reliability for decision tasks due to schema conformity and calibrated probabilities, making them suitable for automation.
Are there any limitations or risks associated with Jev?
Yes. While it eliminates formatting errors, Jev can still select incorrect options within its schema. Its accuracy in complex or unstructured environments is still being evaluated, and overconfidence in some predictions could impact decision quality.
Source: ThorstenMeyerAI.com