🔍 Read the full analysis: Exploring The Future Of AI Beyond Sentence Generation With Jev on ThorstenMeyerAI.com
Get business pricing on tech for your team
- Business-only prices and quantity discounts
- Tax-exempt purchasing
- Multiple users, one account, clear invoices
TL;DR
TypeSafe announced Jev, a groundbreaking AI model that produces typed decisions instead of text, aiming to enhance enterprise automation. This shift challenges the dominance of large language models in internal decision processes.
TypeSafe has introduced Jev, a new AI model that departs from traditional text generation, instead producing structured, typed decisions optimized for automation within software systems. This development challenges the prevailing assumption that large language models (LLMs) should handle all enterprise AI tasks, emphasizing decision accuracy and speed over free-form text output.
Jev is part of TypeSafe’s System One Models, designed specifically for decision-making processes. Unlike conventional LLMs like GPT or Claude, Jev responds to structured questions with typed answers, including probabilities and confidence levels, enabling software to act directly without parsing text. Built with a focus on automation, Jev answers questions about choices, scores, and yes/no probabilities, functioning more like a programmable function than a conversational agent.
The model was developed by Diogo Almeida, a co-inventor of RLHF and InstructGPT, who now advocates for a different training approach called Reinforcement Learning for Calibrated Decisions (RLCD). TypeSafe claims Jev offers significant performance advantages, answering in 70 to 500 milliseconds at a cost of approximately $0.042 per million input tokens, which it says is roughly 194 times faster and 445 times cheaper than comparable models. The model’s primary value proposition is its elimination of hallucinations and output formatting errors, which are common issues with traditional LLMs, though it does not eliminate errors stemming from incorrect judgment or decision logic.
Initial benchmark results show Jev achieving around 67.8% agreement with reference models on certain workflows, with some independent tests indicating lower accuracy in complex tasks like phishing detection. The model’s effectiveness depends heavily on how well it is trained and how well users break down complex judgments into smaller, more precise questions. Its developers acknowledge that accuracy is something to be built into workflows, not bought outright, emphasizing the importance of structured prompts and careful question design.
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 signifies a potential paradigm shift in enterprise AI, moving from text-based interactions to structured decision-making. This approach could dramatically reduce costs and increase speed for routine automation tasks, such as support ticket routing, compliance checks, and decision workflows, where reliability and speed are critical. By producing typed outputs with calibrated probabilities, Jev enables software to act directly, minimizing the need for human interpretation or complex parsing, which often introduces errors or delays.
This shift challenges the dominance of large language models in business environments, suggesting that specialized, decision-focused models may outperform general-purpose chatbots in many operational contexts. It also raises questions about the future role of traditional LLMs, which may become more auxiliary or conversational tools rather than core decision engines. As companies seek to automate more decision-heavy processes, models like Jev could become central to enterprise AI strategies, especially where speed, cost, and reliability are paramount.
enterprise decision automation AI tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Background on Decision-Oriented AI Models
Over the past three years, the AI industry has focused heavily on improving large language models for tasks like reasoning, code generation, and long-form conversation. Major launches from OpenAI, Anthropic, and others have emphasized capabilities such as better reasoning and longer context windows. However, these models primarily produce text, which then requires parsing, interpretation, or additional processing for practical decision-making in enterprise workflows.
Diogo Almeida’s work at OpenAI on RLHF and InstructGPT helped popularize the use of human feedback to improve model alignment, but this technique has limitations, including issues like mode dropping, overconfidence, and the need for human oversight. TypeSafe’s Jev aims to address these limitations by replacing text generation with structured, typed decisions, designed specifically for automation. The company launched Jev with $40 million in funding led by DCVC and has positioned it as a distinct alternative to traditional LLMs in enterprise settings.
Prior to Jev, most enterprise AI solutions relied on LLMs with additional layers of parsing or human-in-the-loop systems. Jev’s approach simplifies this by directly producing machine-readable decisions, which could streamline workflows and reduce operational costs.
“Jev is designed to produce decisions that software can act upon directly, eliminating the ambiguity and errors associated with text output.”
— Diogo Almeida, co-inventor of RLHF
structured decision-making AI software
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Limitations and Accuracy Challenges of Jev
While Jev shows promise, its accuracy benchmarks indicate room for improvement. Initial tests show it achieving approximately 67.8% agreement with reference models, with some independent evaluations reporting lower performance in complex tasks like phishing detection at around 62.6%. The developers acknowledge that accuracy depends heavily on how well workflows are designed and how questions are broken down into smaller, precise prompts. It remains unclear how Jev performs across a broader range of real-world applications and whether it can reliably replace human judgment in high-stakes decisions.
Additionally, the model’s claim of ‘zero hallucinations’ pertains only to output formatting errors; it does not address errors from incorrect decision logic or judgment. The potential for overconfidence in probabilities and the need for careful calibration remain challenges that require ongoing refinement and testing.
As an affiliate, we earn on qualifying purchases.
Next Steps for Adoption and Development
TypeSafe plans to continue refining Jev through real-world deployments and broader benchmarking. The company aims to improve accuracy, calibration of probabilities, and integration with existing enterprise workflows. As organizations experiment with Jev, data gathered from practical use will inform iterative improvements.
Industry analysts expect that early adopters will focus on automating routine, decision-heavy tasks where speed and cost savings outweigh the need for perfect accuracy. Future developments may include expanding the range of question types, enhancing calibration techniques, and integrating Jev with other AI tools to build comprehensive automation pipelines. Regulatory and safety considerations will also shape how Jev is adopted in sensitive sectors.
Overall, the next phase involves validating Jev’s capabilities across diverse applications and establishing best practices for deploying structured decision models in enterprise environments.
automated decision-making tools for business
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, enabling direct software actions, unlike traditional LLMs that generate free-form text requiring parsing and interpretation.
What are the main advantages of Jev?
Jev offers faster response times—70 to 500 milliseconds—and significantly lower costs, while reducing output formatting errors and hallucinations, making it more suitable for automation.
Can Jev replace human judgment entirely?
While Jev improves decision automation, its accuracy is not perfect, and complex or high-stakes decisions may still require human oversight. Its effectiveness depends on workflow design and question breakdown.
What are the limitations of Jev’s current capabilities?
Jev’s accuracy benchmarks indicate it performs well in structured tasks but still has room for improvement in complex scenarios. Its claim of zero hallucinations applies only to output formatting, not decision correctness.
What industries are most likely to adopt Jev?
Industries with routine decision-making needs, such as customer support, finance, and compliance, are prime candidates for early adoption, especially where speed and cost are critical.
Source: ThorstenMeyerAI.com
Fall Picks
fall essentials
As an affiliate, we earn on qualifying purchases.
