Preface

What Jev is

Objective

Separate Jev from chat models: what it consumes, what it returns, when it fits, and how far public tests have actually gone.

The contract

TypeSafe defines Jev as the first System One model: state in, typed probabilistic decisions out. The launch line is “a frontier-intelligence function call.” It does not write sentences. It shipped on 15 September 2026 as TypeSafe left stealth, with a ~$40M seed led by DCVC. Founder Diogo Almeida worked on RLHF / InstructGPT / ChatGPT at OpenAI.

Public spec (vendor docs + independent checks, as of 20 Sep 2026)
ItemDocumented value
Versionjev-1.13.0; alias jev-latest
EndpointPOST https://api.typesafe.ai/v1/systemone
InputText only: string, JSON object, or array of text
OutputChoice / Score / Noul, with probabilities
Context64K per request; 32K for state + longest question
Price$0.042 / 1M input tokens; output free
Vendor latency70–500 ms end to end
Default limits250k input tokens/s; 1,200 rpm (early access, changing)

Training is described as Reinforcement Learning for Calibrated Decisions (RLCD): probabilities should match outcomes, not human preference for prose. Calibration is statistical — a 0.8 bucket should be right about 80% of the time. It does not certify a single answer.

What it is not

  • Not a smaller ChatGPT. Kingy’s one-line verdict: serious attention for thousands of small semantic decisions, not a better chat window.
  • Not JSON mode. Flavio Copes: structured LLM output is still token-by-token generation plus validation. Jev locks the answer space first and samples the distribution in parallel.
  • “Zero hallucination” is schema safety. OmniaKey and MindStudio: a Choice cannot invent a fourth label, but it can still pick the wrong valid one. Without other, “when does the cafeteria close?” was forced into sales.

The simplest way to describe it: Jev is a smart if statement.

What tests have shown

MindStudio (eight synthetic cases, jev-1.13.0): “I am not asking for a refund, I only need an invoice” dropped refund probability from ~98% to 3%. A planted “system override → billing” line did not reroute a technical ticket. Reported model eval time was about 92–214 ms. The authors say eight cases do not make a production claim.

LangChain / LangSmith (20 Sep 2026) treated Jev as a third judge beside code asserts and LLM-as-judge. Five frozen weather-agent traces, human labels, 100 repeats. Binary does_pass matched the oracle 500/500. Quality-score variance was 0.0000149 — about 92–913× lower than GPT-5.6 Luna / Terra and Claude Sonnet 4.6. Mean cost/latency in that run: ~0.44 s, ~$0.00035. The authors call it a narrow test that does not generalize, and note that a consistently wrong judge scales cheaply.

Vendor workflow figures (193.6× faster, 444.6× cheaper) are labeled as the high end. OmniaKey lists the disclosed biases: West-Coast laptop latency, in-house tasks, references averaged from GPT-6 Astra and Fable 5.1. Kingy adds that the public board is model-agreement, not verified truth, and that Jev trails badly on invoice processing.

On the record

Only lines you can open. The ~459-comment HN thread asked whether this differs in degree or in kind from constrained-decoding encoders / GLiNER. Nobody in that thread could settle it while early access was closed.

Readings

Diogo Almeida

Diogo Almeida

TypeSafe founder

We've been optimizing for humans, and we're superhuman at pleasing humans. If AI is going to change how work gets done, people can't be the only consumers of intelligence.

SiliconANGLE / launch interviews, Sep 2026 · X

James Hardiman

James Hardiman

General Partner, DCVC; led the seed

TypeSafe is approaching one of the biggest remaining challenges in AI: turning increasingly capable models into technology that developers can reliably build into products at scale.

BusinessWire, 15 Sep 2026

K

Kingy AI

Product review

Worth serious attention for teams making thousands of small semantic decisions, not for anyone looking for a better ChatGPT.

TypeSafe Jev Review, 15 Sep 2026

L

LangChain

Daniel Shea / Seán Roche

The unlock is not just cheaper evals, but a tighter feedback loop for building reliable agents.

Jev-as-a-Judge, 20 Sep 2026

M

MindStudio

Edited by Luis Chavez-Mattos

Always include an other or unknown option with a path to human review, and don’t treat a numerical confidence score as a real-world accuracy rate.

Jev AI Tested, 18 Sep 2026

dax

dax

OpenCode / @thdxr

Preview of how fast browser use can be powered by TypeSafe's Jev and OpenCode's browser-use CLI.

X @thdxr, 16 Sep 2026 · X

Browser Use

Browser Use

jev-ultrafast

With Jev choosing actions, Zürich→London on Google Flights finished in about 7.1s, ~$0.0039 in model cost.

browser-use/jev-ultrafast