Jev AI is the strangest important launch of September 2026: a frontier model that never generates text. Built by TypeSafe AI — a new lab led by former OpenAI researcher and ChatGPT contributor Diogo Almeida, out of stealth with $40 million in seed funding — Jev takes your software’s messy state plus a predefined question and returns a typed decision with a calibrated confidence score, in a single parallel pass, in under half a second. No chat, no strings, no parsing. Here’s the full picture, claims separated from proof.
Short answer
- Jev is a “System One” model (launched 15 September 2026, early access via waitlist): it returns decisions — categories, scores, yes/no probabilities — never prose.
- Built by TypeSafe AI: new frontier lab, ex-OpenAI leadership (Diogo Almeida), $40M seed.
- Vendor claims: 40×–200× faster than frontier LLMs on decision tasks, $0.042 per million input tokens with free output, and schema-constrained outputs that cannot be malformed.
- The honest asterisk: every benchmark so far is TypeSafe’s own — no independent reproduction has surfaced yet.
What Jev AI actually is
Every LLM you’ve used produces strings, one token at a time, which your software then has to parse and pray over. Jev inverts the contract: you hand it unstructured program state (a support ticket, a log burst, a review) plus a schema of questions — categorical choices, numeric scores, yes/no probabilities — and it returns typed values with calibrated confidence, like category: billing (0.87), urgency: 78 (0.92). Nothing to parse, nothing outside the schema, 70–500ms latency where frontier LLMs take seconds to minutes.
The name is a double homage: economist William Stanley Jevons, and Daniel Kahneman’s System 1 — fast, intuitive judgement as opposed to slow deliberation. That’s the category TypeSafe is coining: System One models for the millions of small decisions inside software, leaving System-2-style reasoning to LLMs. Under the hood they credit a training approach they call RLCD — reinforcement learning for calibrated decisions — aimed at honest probabilities rather than answers human raters happen to like.
The numbers — and who reported them
| Model | Accuracy (4-workflow test) | Cost per case | Latency |
|---|---|---|---|
| Jev | 67.8% | $0.0004 | 0.4s |
| GPT-5.6 Terra | 67.9% | $0.0304 | 10.1s |
| GPT-5.6 Sol | 74.1% | $0.0836 | 23.3s |
| Claude Opus 5 | 73.1% | $0.1761 | 37.8s |
Read that table honestly and it says something more interesting than the hype: Jev roughly matches GPT-5.6 Terra’s accuracy at about 1/76th the cost and 25× the speed — while the heavyweight reasoners still beat it on raw accuracy. TypeSafe’s reliability numbers are the wilder part: 0% structured-output errors and 0% invalid tool calls, against error rates up to 45% for LLMs on the same harness.
Source honesty: those benchmarks are TypeSafe’s own — the workflows were written by their team, reference answers came from OpenAI and Anthropic models, and no large-scale independent reproduction exists yet (all acknowledged in coverage). TypeSafe also concedes it can’t yet prove the $0.042 pricing isn’t subsidised. Genuinely promising; not yet independently proven — as of 19 September 2026.
π₯ Want this set up without the guesswork? Working out where a decisions model fits your automation stack is exactly the kind of thing we set up together inside the AI Profit Boardroom — 3,700+ members, four live calls a week, daily tutorials, done-for-you templates and a 30-day roadmap. Prefer 1-on-1 help? Book a free SEO strategy session and we’ll map it out for your business.
Where Jev AI fits (and doesn’t)
What it’s for: classifying and routing at absurd scale (support tickets by the million), scoring 50 million reviews for roughly $20 where token-billed LLMs would charge thousands, real-time guardrail decisions inside LLM pipelines, even reacting to a game 10 times a second — the launch demo literally plays Doom at about $7 an hour. What it’s not for: chat, code, writing, open-ended reasoning, or anything that needs an explanation attached — Jev gives you a number, not a rationale.
For agent builders, the interesting slot is the decision layer: the dozens of small route-this, score-that, safe-or-not calls inside every agent loop that currently burn frontier tokens. That’s exactly the mixed-stable thinking from my auxiliary models guide — big brains for reasoning, specialist models for everything else — with Jev auditioning for the specialist chair. The deeper dives: the plain-English explainer, the practical how-to, and the full spec breakdown.
The bottom line on Jev AI
Jev AI is the most credible attempt yet to split AI in two: language models for language, decision models for decisions. The claims are vendor-reported and the waitlist is real — but the idea of typed, calibrated, half-second decisions at 1/48th of frontier input pricing is exactly the kind of unglamorous infrastructure that changes what agents cost to run. One to watch with your sceptic’s hat on and your waitlist form filled in.
FAQ: jev ai
What is Jev AI?
A “System One” model from TypeSafe AI (launched 15 September 2026) that returns typed decisions — categories, scores, probabilities with confidence — instead of generating text.
Who built Jev?
TypeSafe AI, a new lab led by former OpenAI researcher and ChatGPT contributor Diogo Almeida, launched from stealth with $40M in seed funding.
How fast and cheap is it really?
TypeSafe reports 70–500ms decisions, $0.042 per million input tokens with free output, and 40×–200× speedups — vendor-reported, not yet independently reproduced.
Can Jev really not hallucinate?
Its outputs are schema-constrained, so invalid values and type errors are impossible — but it can still pick the WRONG category; that’s what the confidence scores are for.
Is Jev a ChatGPT competitor?
No — it can’t chat, write or explain. It competes for the decision-making calls inside software that LLMs currently do expensively.
How do I get access?
Early access opened 15 September 2026 behind a waitlist at TypeSafe; API details are covered in my how-to-use-Jev guide.
Next step: if you want an agent stack that routes every job to the right brain working for you this week, join the AI Profit Boardroom for the full walkthroughs and live help — or book a free SEO strategy session and I’ll point you at the fastest path for your situation.
About Julian Goldie: SEO agency owner with 10+ years in SEO, 394K+ subscribers on YouTube, a 100% job-success score on Upwork, 75K+ members across his communities, and author of a best-selling SEO book. He runs the AI Profit Boardroom community and offers a free SEO strategy session.
Related reading
- What Is Jev AI? The No-Text Model, Explained
- How To Use Jev: Decisions-As-API, Explained
- Hermes Agent Best Auxiliary Models
Last updated September 2026. This is the living guide to jev ai — it gets updated as the tools change.