🔍 Read the full analysis: Jev Examines Why The Most Practical AI Might Not Write Sentences At All on ThorstenMeyerAI.com
Get the little things that make your day 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’s Jev is a new AI model that produces typed decisions instead of text, aiming to improve automation accuracy and efficiency. Its approach challenges the traditional use of large language models for all tasks.
TypeSafe has introduced Jev, a new AI model that does not generate text but instead provides structured, typed decisions with probabilities, challenging the common assumption that all AI tasks require language generation. This development has implications for enterprise automation, where speed and reliability are critical, and may influence future AI deployment strategies.
Jev is described as a System One Model, optimized for decision-making within software systems, and is built to respond to structured questions with typed answers, such as choices, scores, or yes/no probabilities. Unlike traditional large language models (LLMs), Jev does not produce free-form text, which reduces errors related to formatting or hallucinations. It was launched with $40 million in funding led by DCVC and was developed by Diogo Almeida, a co-inventor of RLHF and InstructGPT at OpenAI.
TypeSafe claims Jev can deliver responses in 70 to 500 milliseconds at a cost of approximately $0.042 per million tokens. The model is marketed as more reliable for automation because it produces decisions, not words. Its training method, called Reinforcement Learning for Calibrated Decisions (RLCD), aims to address issues like overconfidence and mode dropping associated with RLHF, the technique used in most current LLMs.
Initial benchmarks show Jev achieving about 67.8% agreement with reference models, with independent tests indicating lower accuracy (around 62.6%) on phishing email detection tasks. The company acknowledges that accuracy depends heavily on how questions are structured and that the model’s effectiveness improves with more precise, narrow queries.
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 and Automation
The introduction of Jev signifies a potential paradigm shift in enterprise AI, emphasizing decision-focused models over text generation. By providing structured outputs with calibrated probabilities, Jev aims to reduce errors common in traditional LLMs, such as hallucinations and formatting issues, which can cause failures in automated pipelines. Its speed and low cost make it attractive for automating routine judgments, potentially broadening the scope of tasks that can be fully automated without human oversight.
This development challenges the prevailing industry assumption that AI must produce human-like language to be useful, especially in decision-making contexts. If successful, Jev could lead to more reliable, efficient, and cost-effective automation solutions, transforming how companies deploy AI for operational decisions and support systems.
enterprise decision-making AI tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Background on AI Decision-Making and Model Evolution
Over the past three years, most major AI launches have focused on improving language models’ reasoning, context handling, and code generation, driven by models like GPT-4 and Claude. These models produce human-like text, which is useful for conversation, content creation, and some decision support. However, their tendency to hallucinate false information and produce inconsistent outputs has raised concerns, especially in high-stakes enterprise use.
TypeSafe’s Jev diverges from this trend by focusing on structured, schema-conformant decisions, inspired by psychological concepts of System 1 thinking—quick, intuitive judgments—versus slow, deliberate reasoning (System 2). Almeida and his team argue that many enterprise decisions are inherently System 1 judgments that can be automated more reliably with decision models rather than language models.
The model’s development builds on critiques of RLHF, which, while improving conversational AI, has been linked to issues like mode dropping and overconfidence. Jev’s training approach, RLCD, aims to produce more calibrated, trustworthy decisions, tailored for automation rather than conversation.
“Jev is designed to produce decisions, not words. It’s more like a function call than a chat.”
— Diogo Almeida, co-inventor of RLHF
structured decision automation software
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Unanswered Questions About Jev’s Performance
It remains unclear how Jev’s accuracy and reliability will scale in complex, real-world enterprise environments. Benchmarks show moderate agreement with reference models, but independent tests reveal lower performance on certain tasks, such as phishing detection. The long-term robustness of its calibration and decision-making under diverse conditions is still being evaluated. Additionally, the impact of question design on accuracy suggests that effective implementation will require careful prompt engineering.
Further, it is not yet confirmed how Jev compares to traditional models in high-stakes scenarios or how well it handles ambiguous or conflicting data inputs. The company acknowledges that accuracy depends on question granularity and structure, and real-world results may vary.
AI decision-making models for business
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Next Steps for Adoption and Evaluation
TypeSafe plans to release more detailed benchmarks and case studies demonstrating Jev’s performance across a range of enterprise tasks. Expect further independent testing and peer review to assess its reliability and calibration in operational settings. The company also aims to develop best practices for question design to maximize accuracy and decision quality.
Meanwhile, early adopters will likely pilot Jev in specific automation workflows, such as support ticket routing and compliance checks, to evaluate its practical benefits and limitations. Future updates may include expanded decision types and integrations with existing enterprise systems.
decision automation software for enterprise
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 decisions with probabilities, rather than free-form text. It acts more like a function call within software, providing decision outputs that can be directly acted upon, reducing errors caused by formatting or hallucinations.
Can Jev replace human judgment entirely?
Jev is designed to automate routine decisions where structured answers suffice. However, for complex or high-stakes judgments, human oversight may still be necessary, especially as the model’s accuracy depends on question design and context.
What are the main limitations of Jev currently?
Its accuracy is moderate and varies depending on question structure. It also requires careful prompt engineering to optimize performance, and its reliability in diverse, real-world scenarios remains under evaluation.
Will Jev be integrated into existing enterprise systems?
TypeSafe is likely to develop integrations and APIs to embed Jev into workflows such as support automation, compliance, and decision support, with further testing and validation expected before broad deployment.
Source: ThorstenMeyerAI.com
Fall Picks
fall essentials
As an affiliate, we earn on qualifying purchases.
