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

🔍 Read the full analysis: Is The Future Of AI Less About Sentences And More About Systemic Design? on ThorstenMeyerAI.com

Buying for a business?Offer from Amazon

Get business pricing on monitors, keyboards and dev gear

  • 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

AI development is increasingly focused on systemic decision models like Jev, which prioritize structured, decision-based outputs over traditional text generation. This shift could reshape enterprise automation and AI deployment strategies.

On September 15, 2026, TypeSafe AI unveiled Jev, a new class of AI model that shifts focus from generating natural language to producing structured, typed decisions. This development challenges the prevailing assumption that large language models (LLMs) should primarily produce text, signaling a potential paradigm shift in how AI is integrated into enterprise systems and automation.

Jev is described as a ‘System One Model,’ inspired by Daniel Kahneman’s psychological framework of fast, intuitive thinking. Unlike traditional LLMs that produce free-form text, Jev answers structured questions with typed responses, probabilities, and confidence levels, allowing software to act directly on these decisions without parsing text. It handles three main question types: choices, scores, and yes/no probabilities, effectively behaving more like a software function than a conversational agent.

Built by Diogo Almeida, a co-inventor of RLHF and InstructGPT, Jev is designed to address issues inherent in LLMs, such as mode dropping and overconfidence, by replacing reinforcement learning with a training method called Reinforcement Learning for Calibrated Decisions (RLCD). This approach aims to produce more reliable, calibrated outputs suitable for automation, especially in enterprise workflows.

TypeSafe claims Jev can deliver responses in 70 to 500 milliseconds at a cost of approximately $0.042 per million input tokens, claiming it is nearly 200 times faster and over 400 times cheaper than comparable models. Its primary market is internal decision-making within software, where speed and accuracy are critical, and free-text output is unnecessary or burdensome.

While the company markets Jev as having ‘zero hallucinations,’ this claim is technically narrow, referring only to output formatting errors. Jev cannot generate off-schema answers but can still select incorrect options among allowed responses. Independent tests show that Jev’s accuracy varies depending on question complexity and input structure, emphasizing that reliability depends on careful implementation and question design.

At a glance
reportWhen: announced September 15, 2026
The developmentTypeSafe announced Jev, a decision-focused AI model that replaces text generation with structured, typed decisions, signaling a move toward systemic design in 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

Implications for Enterprise AI and Automation

This shift from sentence-based AI to decision-oriented systemic models like Jev could significantly impact enterprise automation. By producing structured, actionable decisions directly, such models reduce the need for parsing and interpretation, potentially increasing reliability, speed, and cost-efficiency. This approach aligns with a broader trend toward embedding AI more deeply into software systems, moving away from conversational interfaces to functional decision modules.

Such models could enable more scalable automation, where AI handles routine judgments with calibrated confidence, reducing human oversight and intervention. This may reshape how companies deploy AI for tasks like customer support, fraud detection, and operational decision-making, emphasizing structured outputs over natural language generation.

However, the approach also raises questions about flexibility, error handling, and generalization. The narrow focus on specific decision types means that systemic design models like Jev may complement rather than replace traditional LLMs, which excel at understanding and generating nuanced language content.

Amazon

enterprise decision automation software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Evolution from Text to Decision Models in AI

Over the past three years, AI development has largely centered on improving language models’ reasoning, context length, and coding capabilities. Major model launches have promised better reasoning and longer contexts, but these advancements have often maintained a focus on text generation. The emergence of Jev marks a departure by prioritizing decision-making over language production.

Diogo Almeida and TypeSafe argue that traditional reinforcement learning from human feedback (RLHF) techniques, used in models like InstructGPT, introduce issues such as mode dropping and overconfidence, necessitating alternative methods. Jev’s training approach, RLCD, aims to produce more reliable, calibrated decisions suitable for automation tasks.

This development is part of a broader recognition that many enterprise decisions are ‘System 1’ judgments—quick, rule-based, and decision-centric—rather than requiring lengthy reasoning or natural language explanations. As a result, AI models are evolving to better serve these internal decision processes, emphasizing structured outputs over prose.

While traditional LLMs remain dominant in general-purpose language tasks, the focus on systemic design models like Jev indicates a growing specialization in AI, tailored for automation, reliability, and integration into software systems.

“Jev produces typed decisions and acts more like a function within software than a conversational partner.”

— Diogo Almeida, co-inventor of RLHF

Amazon

structured decision-making AI tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Uncertainties in Model Reliability and Adoption

It remains unclear how well Jev will perform across diverse, real-world enterprise scenarios beyond initial benchmarks. While TypeSafe claims significant speed and cost advantages, independent testing shows variable accuracy, especially on complex or ambiguous questions. The long-term reliability, robustness, and generalizability of systemic decision models like Jev are still under evaluation.

Furthermore, adoption may be influenced by how organizations integrate these models into existing workflows, their ability to calibrate and validate decisions, and how they handle errors or unexpected outputs. The broader impact on AI development and the potential displacement of traditional LLMs are still subjects of debate among experts.

It is also uncertain whether systemic models will replace or complement language-based models, or if new hybrid approaches will emerge to balance flexibility and precision.

Amazon

decision-focused AI models

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Future Developments and Industry Adoption of Systemic AI

Further testing and real-world deployment will clarify Jev’s effectiveness and reliability in enterprise environments. TypeSafe and other AI developers are likely to refine decision calibration techniques and expand the range of decision types supported. Industry adoption will depend on how well these models integrate with existing systems, their ability to handle complex, ambiguous situations, and the development of best practices for calibration and validation.

Research into hybrid models combining natural language understanding with decision-oriented outputs may accelerate, offering a spectrum of AI tools tailored to different tasks. Regulatory and ethical considerations around automated decision-making will also influence future development and deployment strategies.

Expect ongoing dialogue among AI researchers, developers, and enterprises to determine the role of systemic decision models in the evolving AI landscape.

Amazon

enterprise workflow automation tools

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 calibrated probabilities, acting more like a software function than generating free-form text, which simplifies automation and reduces parsing errors.

Can Jev replace all language-based AI models?

Not currently. Jev is optimized for decision-making within specific workflows and may complement rather than fully replace traditional language models, which excel at understanding and generating nuanced language.

What are the main limitations of systemic decision models like Jev?

They depend heavily on question design, calibration, and context. Accuracy can vary, especially on complex or ambiguous tasks, and they may not handle open-ended or creative language tasks well.

Will systemic models reduce the need for human oversight?

Potentially, if they demonstrate consistent reliability in critical decision areas. However, oversight will likely remain necessary until these models are proven robust across diverse scenarios.

How soon might we see widespread adoption of systemic AI models?

Widespread adoption depends on further testing, industry integration, and development of best practices. Expect gradual adoption over the next few years as these models prove their value in real-world applications.

Source: ThorstenMeyerAI.com

EVERGREEN BESTSE

Evergreen bestsellers Picks

As an affiliate, we earn on qualifying purchases.

You May Also Like

Parametron: 50S Japanese Computer That Uses Neither Transistors Nor Vacuum Tubes

A 1950s Japanese computer, the Parametron, operated without transistors or vacuum tubes, marking a unique approach to early computing technology.

Original Apollo 11 Guidance Computer Source Code For Command And Lunar Modules

Historic Apollo 11 guidance computer source code for command and lunar modules now publicly available, offering insight into the software behind the moon landing.

The New Personal Agent Layer

A new personal agent layer has been introduced, enabling persistent, action-oriented AI agents that integrate across digital environments. Details are emerging.

Rust Is Tier-1 Language At Microsoft

Microsoft officially designates Rust as a tier-1 programming language, signaling increased adoption and strategic importance within the company.