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

🔍 Read the full analysis: Jev On The Potential Benefits Of 'System One' AI That Doesn’t Write Sentences on ThorstenMeyerAI.com

Prime Big Deal Days · Oct 6–7Offer from Amazon

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
Start your free Prime trial Free trial for eligible customers · Cancel anytime
As an affiliate, we earn on qualifying purchases.

TL;DR

TypeSafe unveiled Jev, an AI model that replaces traditional text generation with structured, typed decisions. It aims to enhance automation speed and accuracy by focusing on decisions rather than language output. This shift challenges the assumption that all AI tasks require large language models, especially in enterprise automation.

TypeSafe has introduced Jev, a new AI model that does not generate text but instead provides structured, typed decisions with calibrated probabilities, aiming to transform enterprise automation. This development challenges the common assumption that large language models are necessary for all AI tasks, especially decision-making processes.

Jev is part of TypeSafe’s broader category of ‘System One’ models, inspired by Daniel Kahneman’s concept of fast, intuitive thinking. Unlike traditional large language models (LLMs) that produce prose, Jev processes structured questions and returns typed answers, such as ‘team: billing, confidence: 0.94,’ enabling direct software action without parsing text.

The model is built for decision automation, handling choices, scores, and yes/no probabilities, and is claimed to operate at speeds between 70 and 500 milliseconds while costing approximately $0.042 per million tokens. It is marketed as having ‘zero hallucinations’ in output, meaning it cannot produce off-schema or malformed responses, reducing errors in automated pipelines.

Jev’s launch was supported by $40 million in funding led by DCVC, with its creator Diogo Almeida, known for co-inventing RLHF at OpenAI. Almeida’s team argues that the reinforcement learning techniques used in chatbots are less suitable for automation, proposing instead a method called Reinforcement Learning for Calibrated Decisions (RLCD), which emphasizes decision accuracy over language fluency.

At a glance
breakingWhen: announced September 15, 2026
The developmentOn September 15, 2026, TypeSafe announced Jev, a new AI model designed to produce typed decisions instead of natural language text, marking a significant departure from conventional language models.

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

Implications for Enterprise Automation and AI Decision-Making

The introduction of Jev signifies a major shift in enterprise AI, moving away from text-based outputs toward structured decision-making. This approach promises faster, more reliable automation, reducing the need for human oversight and parsing errors. The model’s speed and low cost could expand automation use cases, especially in high-volume, decision-critical workflows.

By focusing on typed decisions with probabilistic confidence, Jev aims to improve the reliability of automated systems, potentially lowering operational risks associated with hallucinations and formatting errors common in traditional LLMs. However, its accuracy depends heavily on how well it is trained and integrated into specific workflows, and it does not eliminate judgment errors entirely.

Amazon

enterprise decision automation AI tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background on AI Models and Enterprise Automation Trends

Over the past three years, the AI industry has focused heavily on developing larger, more capable language models like GPT-4 and Claude, promising better reasoning, longer context, and improved code generation. These models have become central to enterprise AI strategies, often used for support, content creation, and decision support.

However, critics argue that LLMs suffer from issues such as mode dropping, overconfidence, and hallucinations, which can compromise reliability in critical applications. In response, some experts, including Diogo Almeida, have questioned whether language models are always the best fit for automation tasks that require precise decision-making rather than natural language output.

TypeSafe’s Jev is a direct response to these concerns, emphasizing decision precision, schema conformance, and speed, and challenging the industry assumption that text generation is necessary for all AI-driven automation.

“Our goal with Jev is to produce decisions that software can act on directly, eliminating the ambiguity and errors associated with text-based outputs.”

— Diogo Almeida, CEO of TypeSafe

Amazon

structured decision AI software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unconfirmed Aspects of Jev’s Performance and Reliability

While TypeSafe claims Jev has ‘zero hallucinations’ and demonstrates high speed and low cost, independent benchmarks show mixed results. In a phishing email detection test, Jev scored 62.6%, significantly lower than Claude Haiku 4.5’s 81.3%. Its accuracy depends on how well it is trained and the specific task context. The model’s overconfidence on some questions and underconfidence on others indicate that its calibration may require further refinement. It is also not yet clear how Jev performs across diverse real-world tasks or how it handles complex, ambiguous decisions.

Amazon

decision-making AI models for business

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Next Steps for Adoption and Validation

TypeSafe is expected to expand testing of Jev in various enterprise workflows to validate its accuracy and reliability outside initial benchmarks. Industry observers will look for independent evaluations and real-world case studies demonstrating its effectiveness in automating decision-critical tasks. The company may also refine its training methods and calibration techniques to improve performance further.

Meanwhile, competitors and AI researchers will monitor whether structured decision models like Jev can scale across different domains and whether their advantages outweigh the limitations compared to traditional language models. The broader industry will assess whether this approach can become a new standard for enterprise automation.

Amazon

automated decision processing software

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 instead of natural language text, enabling direct software actions and reducing parsing errors.

Is Jev more reliable than existing AI models?

Jev aims to be more reliable by eliminating hallucinations and formatting errors, but its accuracy still depends on proper training and task-specific calibration.

Can Jev handle complex or ambiguous decisions?

Jev is designed for decision tasks that can be broken into clear, small questions. Its effectiveness on complex or ambiguous issues remains to be seen and is subject to further testing.

What are the cost and speed advantages of Jev?

Jev answers in 70-500 milliseconds at about $0.042 per million tokens, making it significantly faster and cheaper than traditional LLMs for decision tasks.

Will Jev replace large language models in enterprise AI?

Jev is positioned as a complementary approach for decision automation, especially where speed and reliability are critical, but it may not replace language models in all applications.

Source: ThorstenMeyerAI.com

FALL

Fall Picks

As an affiliate, we earn on qualifying purchases.

You May Also Like

What Apple’s Lawsuit Against OpenAI Tells Us About Tech Innovation Security

Apple has filed a lawsuit against OpenAI, alleging theft of trade secrets by former employees. This highlights ongoing concerns about AI development security.

$965B and Climbing: Anthropic’s Series H Is Really a Compute Bet

Anthropic closes a $65 billion Series H at a $965 billion valuation, emphasizing compute capacity over valuation growth, with strategic chipmaker partnerships announced.

Show HN: Kage – Shadow any website to a single binary for offline viewing

Kage is a new tool that clones websites into offline, script-free copies, packaged as a single file or folder, enabling long-term offline access.

Crypto4A QASM Module Achieves FIPS 140-3 Level 3 Validation

Crypto4A announces its QASM module has received FIPS 140-3 Level 3 certification, marking a significant milestone in cryptographic security standards.