The Next Big Thing In AI: Models That Focus On Function Over Sentence Construction
AIThis post was created with the assistance of artificial intelligence (AI).

🔍 Read the full analysis: The Next Big Thing In AI: Models That Focus On Function Over Sentence Construction on ThorstenMeyerAI.com

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

Get hardware and tech essentials 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 announced Jev, a decision-focused AI model that produces structured, typed answers with probabilities instead of free-form text. This approach aims to improve automation speed, reliability, and cost-efficiency in enterprise AI applications.

TypeSafe unveiled Jev, a groundbreaking AI model that produces typed decisions with associated probabilities, rather than generating free-form text. This development marks a significant shift in enterprise AI, emphasizing structured decision-making over language-based outputs, and aims to enhance automation speed and reliability.

Jev is part of TypeSafe’s System One Models, designed specifically for decision automation within software systems. Unlike traditional large language models (LLMs), Jev responds to structured questions with typed answers, such as ‘team: billing, confidence: 0.94,’ enabling direct software actions without parsing text. The model is optimized for rapid responses, delivering answers in 70 to 500 milliseconds at a fraction of the cost of conventional LLMs—about $0.042 per million tokens, with no output charges.

Developed by Diogo Almeida, a co-inventor of RLHF and InstructGPT, Jev challenges the assumption that all enterprise AI problems require text-based models. Instead, it employs a new training approach called Reinforcement Learning for Calibrated Decisions (RLCD), which aims to reduce issues like overconfidence, mode dropping, and the need for human oversight inherent in current LLMs. Jev handles three types of questions—choices, scores, and yes/no probabilities—and produces outputs that are schema-compliant, eliminating formatting errors that can crash automated pipelines.

TypeSafe claims Jev is ‘zero hallucinations’—meaning it cannot invent off-schema answers—though this narrow definition does not address all potential errors, such as selecting the wrong answer among allowed options. Benchmarks show promising but cautious results: Jev scored approximately 67.8% agreement with reference models on certain benchmarks, with independent tests indicating lower accuracy (around 62.6%) on phishing detection tasks. The company emphasizes that accuracy depends heavily on how tasks are structured and that the model’s performance will improve with tailored tuning.

At a glance
breakingWhen: announced September 15, 2026
The developmentOn September 15, 2026, TypeSafe announced Jev, a new AI model designed for decision automation that prioritizes structured responses over traditional text generation.
Crypto market snapshot
Fear & Greed Index
70/100 — Greed
Bitcoin BTC$81,531▲ 1.6%
Ethereum ETH$2,658▲ 3.3%
Tether USDT$0.9997▲ 0.0%
BNB BNB$771.49▲ 2.9%
XRP XRP$1.44▲ 4.1%
USDC USDC$0.9997▲ 0.0%
Solana SOL$111.91▲ 3.0%
TRON TRX$0.3429▲ 0.7%
Live data · CoinGecko · alternative.me (24h change)

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

Transforming Enterprise Automation with Structured Decisions

The introduction of Jev represents a shift in how AI can be integrated into enterprise workflows. By replacing free-form text generation with structured, typed responses, companies can automate routine decisions more reliably and at a lower cost. This approach reduces errors caused by formatting issues and minimizes the need for human oversight, potentially lowering operational costs and increasing speed.

Moreover, Jev’s design aligns with a broader trend toward specialized AI models optimized for specific tasks rather than general-purpose language models. If successful, this could lead to a new class of AI tools that are more predictable, easier to audit, and better suited for critical decision-making processes in industries like finance, healthcare, and customer support.

However, the narrow scope of Jev’s current capabilities and the ongoing challenges in benchmarking accuracy highlight that this technology is still in early stages. Its real-world impact will depend on how well it can be integrated into existing systems and how its performance evolves over time.

Amazon

enterprise decision automation software

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

The Evolution of Enterprise AI and Decision Automation

Over the past three years, major AI model launches have emphasized improvements in reasoning, context length, and code generation, primarily through large language models like GPT and Claude. These models have been heavily relied upon for tasks involving language understanding and generation, but their limitations—such as hallucinations, overconfidence, and formatting errors—have prompted calls for alternative approaches.

TypeSafe’s Jev emerges amid a growing recognition that many enterprise decisions are simple, structured judgments better suited for automation than language-based reasoning. The company’s approach builds on prior innovations like RLHF but seeks to address the shortcomings by focusing on decision calibration and schema compliance. Almeida’s background in RLHF and InstructGPT underscores the technical pedigree behind Jev, which aims to shift the paradigm from language generation to decision-making.

While traditional models remain dominant, the industry is increasingly exploring models that produce structured outputs, especially for automation tasks where reliability is paramount. Jev’s announcement signals a potential turning point in this evolution, emphasizing efficiency and precision over conversational fluency.

“Jev is designed to produce decisions that software can act on directly, reducing the errors and inefficiencies associated with text-based outputs.”

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

Current Performance and Benchmark Limitations

While Jev demonstrates promising capabilities, its accuracy benchmarks are based on agreement with other frontier models rather than definitive correctness. Independent tests show lower accuracy (around 62.6%) on specific tasks like phishing detection, indicating that the model still requires task-specific tuning and validation. Additionally, the narrow definition of ‘zero hallucinations’ does not address all possible errors, especially incorrect choices among allowed options. The true reliability and robustness of Jev in diverse real-world scenarios remain to be proven as further testing and deployment occur.

Amazon

decision-focused AI models

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Roadmap for Broader Adoption and Performance Improvements

TypeSafe plans to continue refining Jev through real-world testing and user feedback, aiming to improve accuracy and expand its capabilities. The company is likely to release more case studies demonstrating its effectiveness across different enterprise workflows and industries. Meanwhile, competitors and industry observers will be watching whether decision-focused models like Jev can replace or complement traditional language models in critical automation tasks. The next steps include integrating Jev into existing enterprise systems, conducting large-scale pilot programs, and developing best practices for structuring questions to maximize accuracy and reliability.

Amazon

software automation with typed responses

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 responses with associated probabilities, enabling direct software actions, unlike traditional models that generate free-form text requiring parsing and interpretation.

What are the main advantages of decision-focused AI models like Jev?

They offer faster response times, lower costs, reduced formatting errors, and potentially higher reliability for routine decision-making within enterprise workflows.

Can Jev handle complex or nuanced decisions?

Currently, Jev is optimized for straightforward, structured judgments such as yes/no, choices, or scores. Handling complex or ambiguous decisions may require further development and tuning.

What are the limitations of Jev’s current performance?

Benchmark results show it still makes errors, especially when questions are vague or poorly structured. Its accuracy depends heavily on how questions are formulated and the specific task context.

When will Jev be widely available for enterprise use?

TypeSafe has not announced a specific release timeline but plans to expand testing and integration over the coming months as they improve performance and scalability.

Source: ThorstenMeyerAI.com

Nothing in this article is financial or investment advice. Cryptocurrency and precious-metal investments carry significant risk — do your own research and consider a licensed advisor.
FALL

Fall Picks

As an affiliate, we earn on qualifying purchases.

You May Also Like

Apple Silicon’s Quiet Memory Advantage

Apple Silicon’s unified memory architecture offers a significant capacity advantage for large AI models, despite lower bandwidth and speed compared to NVIDIA GPUs.

Quiet GPUs for Local AI: Acoustic and Thermal Roundup

A roundup of the quietest and coolest GPUs for local AI in 2026, focusing on acoustics, thermal performance, and practical recommendations for different VRAM tiers.

Stateless-Blockchains: Wie rekursive verifizierbare Berechnungen die Speicherung reduzieren

Genau wie rekursive überprüfbare Berechnungen den Speicherbedarf verringern, zeigt die Untersuchung ihrer Auswirkungen auf die Sicherheit von Blockchains unerwartete Vorteile.

The Future Of SaaS: Navigating The AI-Driven Competitive Edge

Exploring how AI is shifting SaaS competition, breaking old moats, and redefining success criteria in software markets.