🔍 Read the full analysis: The Future Of AI Might Be Less About Sentences And More About Systems on ThorstenMeyerAI.com
Get the latest gadgets 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 AI has launched Jev, a novel AI model designed for decision-making within software systems, moving away from traditional text-based chatbots. This development emphasizes structured, typed responses for automation, with significant speed and cost benefits. The shift signals a potential change in enterprise AI focus from conversational models to decision-oriented systems.
On September 15, 2026, TypeSafe AI unveiled Jev, a groundbreaking AI model designed for decision-making within software systems rather than generating natural language text. This shift away from traditional chatbots aims to improve automation speed, reliability, and cost-efficiency, especially for enterprise applications. The development signals a significant departure from the dominant paradigm of large language models (LLMs) in AI, emphasizing structured, typed responses that software can directly act upon.
Jev is the first product in a new class of AI models called System One Models, developed by TypeSafe AI to prioritize decision-making over text generation. Unlike LLMs, which produce prose and require parsing and interpretation, Jev returns structured, typed answers such as ‘team: billing, confidence: 0.94,’ enabling direct integration into automated workflows. The model is optimized for rapid response times—answering in 70 to 500 milliseconds—and claims to be significantly cheaper, at approximately $0.042 per million tokens, with no output cost. This performance is based on internal benchmarks suggesting Jev is roughly 194 times faster and 445 times cheaper than comparable models, according to TypeSafe.
TypeSafe argues that many enterprise decisions are System 1 judgments—quick, intuitive decisions—rather than complex reasoning. Jev is designed to handle three types of questions: choices, scores, and yes/no probabilities, making it more akin to code than a conversational partner. The company claims that Jev’s approach eliminates errors caused by hallucinations or malformed outputs, issues common with traditional LLMs, by enforcing schema conformance and structured responses.
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
This development could reshape how companies implement AI for automation, shifting focus from language models that generate text to models that produce actionable decisions. The speed and cost advantages of Jev mean that many routine judgments—such as categorizing support tickets or making quick operational decisions—could be automated more efficiently and reliably. This transition might reduce the need for human oversight in certain workflows, lowering operational costs and increasing throughput.
Moreover, Jev’s structured decision format aligns more closely with software functions, potentially enabling seamless integration into existing systems. This could lead to broader adoption of decision-oriented AI models in industries like customer support, finance, and logistics, where rapid, accurate judgments are critical. However, the approach also raises questions about the accuracy and reliability of decisions, especially given that Jev’s benchmarks are based on agreement with frontier models rather than direct correctness.
enterprise decision automation software
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Shifting Trends in AI Development and Enterprise Use
Over the past three years, the AI industry has heavily focused on improving large language models, promising better reasoning, longer context handling, and more sophisticated text generation. Major launches from companies like OpenAI and Anthropic have centered on chatbots that simulate human conversation. Yet, critics have highlighted issues such as hallucinations, overconfidence, and difficulty in integrating outputs into automated workflows.
TypeSafe’s Jev challenges this paradigm by introducing a model that explicitly avoids text generation, instead producing structured, schema-conformant decisions. The company’s approach is informed by insights from psychology—drawing on Daniel Kahneman’s System 1 and System 2 thinking—to prioritize rapid, intuitive judgments over deliberative reasoning. The model’s funding, led by DCVC, and the pedigree of its co-inventor, Diogo Almeida, who helped develop RLHF techniques at OpenAI, lend credibility to its innovative approach.
While traditional models continue to dominate enterprise AI, the emergence of decision-focused models like Jev signals a potential paradigm shift, especially as organizations seek faster, cheaper, and more reliable automation solutions.
“Jev represents a fundamental shift from generating words to producing decisions that software can act on directly.”
— 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 Accuracy and Reliability
While Jev’s speed and cost advantages are clear, questions remain about its accuracy and real-world reliability. Benchmarks suggest it agrees with frontier models around 67%, and independent tests show lower performance—around 63% accuracy on phishing detection—compared to other models like Claude. These results indicate that Jev’s decision quality depends heavily on how well its decision-making processes are calibrated and how effectively users break down complex judgments into smaller questions.
Furthermore, it is still unclear how Jev performs across diverse enterprise scenarios, especially in high-stakes environments where errors could be costly. The company admits that accuracy is something to build, not buy, and that the model’s effectiveness depends on careful question design and context management. The long-term reliability and safety of deploying Jev at scale remain to be seen.
As an affiliate, we earn on qualifying purchases.
Next Steps for Adoption and Validation
TypeSafe plans to expand Jev’s deployment in real-world enterprise settings, gathering user feedback and conducting further independent testing to validate its accuracy and reliability. The company is also working on refining its training techniques to improve decision calibration and reduce overconfidence issues.
Industry observers will watch how Jev compares to traditional LLMs in operational environments, especially in terms of integration ease, decision quality, and cost savings. Broader adoption hinges on demonstrating that decision-focused models can outperform or complement existing language-based AI solutions in practical tasks.
In the coming months, expect more case studies, pilot programs, and technical evaluations that will clarify Jev’s role in the evolving AI landscape and whether decision-based models become mainstream for enterprise automation.
As an affiliate, we earn on qualifying purchases.
Key Questions
How does Jev differ from traditional chatbots?
Jev does not generate text or conversations. Instead, it produces structured, typed decisions such as categories, probabilities, or yes/no answers, which can be directly used by software without parsing or interpretation.
What are the main advantages of decision-focused AI models like Jev?
They offer faster response times, lower costs, and more reliable integration into automated workflows, reducing errors caused by hallucinations or malformed outputs common in traditional language models.
What are the limitations or risks of using Jev?
Jev’s accuracy depends on how well its decision processes are calibrated and how effectively users can break down complex judgments. Its performance in high-stakes or complex scenarios is still being evaluated, and errors in decision choice remain possible.
Will decision-based models replace traditional chatbots?
Not necessarily. They are likely to complement existing systems, especially in automation tasks where structured decisions are more useful than conversational text. Widespread adoption will depend on demonstrated reliability and integration benefits.
Source: ThorstenMeyerAI.com
Fall Picks
fall essentials
As an affiliate, we earn on qualifying purchases.
