AIThis post was created with the assistance of artificial intelligence (AI).

🔍 Read the full analysis: Jev's Take On Why 'System One' AI Could Lead To More Practical Applications on ThorstenMeyerAI.com

Buying for a business?Offer from Amazon

Get business pricing on tech for your team

  • Business-only prices and quantity discounts
  • Tax-exempt purchasing
  • Multiple users, one account, clear invoices
As an affiliate, we earn on qualifying purchases.

TL;DR

TypeSafe’s Jev, a decision-oriented AI model inspired by Kahneman’s System 1 thinking, aims to replace traditional language models in enterprise automation. It offers faster, cheaper, and more reliable decision-making with structured outputs. The development signals a shift toward more practical AI applications in business workflows.

On September 15, 2026, TypeSafe introduced Jev, a novel AI model designed specifically for decision-making within software systems, marking a significant departure from traditional large language models (LLMs). Unlike typical chatbots that generate text, Jev provides structured, typed decisions with associated probabilities, aiming to improve automation speed and reliability in enterprise workflows. This development could reshape how businesses deploy AI for routine judgments and operational decisions.

Jev is built around the concept of System One thinking, inspired by psychologist Daniel Kahneman, emphasizing quick, intuitive judgments over slow, deliberate reasoning. It replaces free-form text output with structured responses such as ‘team: billing, confidence: 0.94,’ enabling software to act directly on decisions without parsing language. The model is optimized for rapid response times—answering in 70 to 500 milliseconds—and claims to be significantly cheaper, at around $0.042 per million tokens, compared to traditional LLMs.

TypeSafe criticizes reinforcement learning from human feedback (RLHF), used in many LLMs, citing issues like overconfidence and mode dropping. Instead, Jev employs Reinforcement Learning for Calibrated Decisions (RLCD), which aims to produce more reliable, calibrated probabilities for decision-making tasks. The model handles three question types: choices, scores, and yes/no probabilities, making it more like a function call than a text generator.

While claims of ‘zero hallucinations’ are made—meaning Jev cannot invent off-schema answers—the company clarifies this refers narrowly to output formatting errors. Accuracy benchmarks show Jev achieving around 67.8% agreement with reference answers, with independent testing revealing lower scores (about 62.6%) on phishing email classification. The model’s effectiveness depends heavily on how well users craft specific, narrow questions rather than broad prompts.

At a glance
updateWhen: announced September 15, 2026
The developmentTypeSafe announced Jev on September 15, 2026, as a new AI model optimized for automation and decision-making, challenging the dominance of large language models in enterprise AI.

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

A typical LLM

“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.

Jev
team: "billing"
confidence 0.94threshold 0.80: auto-route

Software reads it and acts. Nothing to parse.

How they differ

LLMJev
OutputText written for peopleA choice, a score or a yes/no probability
SpeedSeconds per call70–500 ms*
PriceInput and (pricier) output tokens$0.042 per million input tokens, output free*
Knows when it’s unsureOften sounds confident when wrongConfidence score on every answer
Explains its answerYesNo, which matters for audits
Best atReasoning, writing, open questionsRouting, 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 own workflow benchmark
Jev (ties Claude Sonnet 5)
67.8%
Independent test: 2,000 phishing emails
Jev, asked one question
62.6%
Claude Haiku 4.5
81.3%
Jev, split into five narrow questions
95.0%

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

Jev decides
“duplicate listing”, confidence 0.62
Above: act automatically. Tag, route, merge. Most of the volume ends here.
Below: escalate the unsure few to an LLM or a person.

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

High volumeThousands of small judgments, not a handful of big ones.
Narrow questionRelevance, category or duplicate checks. No reasoning needed.
Cheap errorsA wrong answer costs little, or unsure cases go to something smarter.
Heuristic failureA keyword rule is visibly getting it wrong.
All four true: Jev is a strong candidate
Any one false: use an LLM, or keep your rule

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

Impact of Structured Decision-Making in Enterprise AI

The introduction of Jev signals a potential shift in enterprise AI from generative text models toward decision-focused automation tools. Its speed, low cost, and structured outputs could enable organizations to automate routine judgments more reliably, reducing the need for human oversight and lowering operational costs. This approach may expand AI’s role in areas like customer support, fraud detection, and process management, where quick, calibrated decisions are essential.

Furthermore, Jev challenges the prevailing assumption that large language models are the best solution for all AI tasks, highlighting the importance of specialized models tailored for specific functions. Its emphasis on structured responses and probabilistic confidence aligns with broader trends toward explainable and trustworthy AI systems, potentially increasing adoption in regulated industries.

Amazon

enterprise decision automation software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution of Enterprise AI and the Role of Decision Models

Over the past three years, the AI industry has focused heavily on improving large language models (LLMs), promising better reasoning, longer context, and code generation capabilities. Major launches from OpenAI, Anthropic, and others have centered on text generation, with many enterprise applications relying on these models for customer interaction, content creation, and support automation.

However, these models have faced criticism for issues like hallucinations, overconfidence, and unpredictability, which limit their reliability in critical decision-making. In response, some researchers and companies have explored alternative approaches, including smaller, more specialized models and decision-oriented frameworks. TypeSafe’s Jev represents a new step in this evolution, emphasizing structured, schema-conformant outputs optimized for automation rather than free-text dialogue.

The model’s roots trace back to the work of Diogo Almeida, co-inventor of RLHF and InstructGPT, who now advocates that reinforcement learning techniques used in chatbots are ill-suited for automation tasks. Instead, Jev’s training focuses on producing calibrated probabilities, aiming for more dependable decision outputs.

“Jev is designed to produce typed decisions with calibrated probabilities, making it more suitable for automation than traditional language models.”

— Diogo Almeida, founder of TypeSafe

Amazon

structured decision-making AI tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Limitations and Validation of Jev’s Performance

While Jev’s structured decision approach is promising, its accuracy benchmarks are based on agreement with other frontier models rather than direct correctness measures. Independent tests show lower performance on real-world tasks like email phishing classification, indicating that accuracy may vary depending on question design and context. Additionally, the model’s ability to handle complex, ambiguous, or novel scenarios remains unproven at scale.

Questions about long-term reliability, robustness across diverse applications, and how well it integrates with existing systems are still open. The company acknowledges that accuracy depends heavily on question specificity and that users must carefully craft prompts for optimal results.

Amazon

AI decision engine for business workflows

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Validation

TypeSafe plans to release further updates and conduct broader independent evaluations of Jev’s performance across various enterprise scenarios. Companies interested in adopting Jev will need to develop best practices for question design and integration with their automation pipelines. Field trials and pilot projects are expected to begin in the coming months, providing real-world performance data.

Researchers and practitioners will be watching closely to see if Jev’s structured decision approach can outperform traditional LLMs in reliability, cost, and speed, especially in high-stakes environments. Standardized benchmarks and further validation will be critical to establishing its role in enterprise AI ecosystems.

Amazon

fast decision-making AI solutions

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 free-form text, making it more suitable for automation and decision-making tasks within software systems.

Can Jev handle complex or ambiguous questions?

Its accuracy depends on how specifically questions are crafted. The model performs best with narrow, well-defined queries and may struggle with complex or vague prompts.

What are the main advantages of Jev over LLMs?

Jev offers faster response times, lower costs, and more reliable, schema-conformant outputs, reducing errors related to formatting and hallucinations.

Is Jev ready for widespread enterprise deployment?

While promising, Jev is still in early adoption phases. Companies need to evaluate its performance in their specific use cases and develop best practices for integration.

What are the limitations of Jev?

Its accuracy depends on question design, and it may not perform well in scenarios requiring nuanced judgment or handling of ambiguous data. Validation in real-world settings is ongoing.

Source: ThorstenMeyerAI.com

FALL

Fall Picks

As an affiliate, we earn on qualifying purchases.

You May Also Like

Rebrandable client delivery dashboard for AI agencies

A new rebrandable client delivery dashboard for AI agencies is entering testing, aiming to improve client communication and trust through white-labeled workflows.

Show HN: Clawk – Give Coding Agents A Disposable Linux VM, Not Your Laptop

Clawk offers developers a disposable Linux virtual machine for coding tasks, reducing risks to their laptops. The project is shared on Show HN.

Kimi K2.7-Code: open-source coding model with better token efficiency

Kimi K2.7-Code, an open-source AI model designed for coding, debuts with enhanced token efficiency and superior real-world coding performance, building on Kimi K2.6.

The only AI glossary you’ll need this year

Explore the definitive AI glossary that covers essential terms and concepts, helping you stay informed in the rapidly evolving AI landscape this year.