TypeSafe Jev: Checking the Claims One by One
TypeSafe Jev launched with three claims attached — far faster, far cheaper, cannot hallucinate — and most of what has been written since repeats them untested. We ran what could be run and checked the rest against published rates. The result, claim by claim, including what we could not settle. For the product itself start with what Jev AI is; for the mechanism, see how it works inside.
Independent site, no relationship to TypeSafe. Nothing here has been reviewed by them, and every measurement is ours, with its conditions stated.
Who TypeSafe AI is
Less is public than you would expect for a launch this loud. What can be checked: TypeSafe builds and sells the Jev decision model; it runs an open console at console.typesafe.ai; it maintains official Python and JavaScript clients, both MIT licensed; it sells through OpenRouter and the Vercel AI Gateway as well as its own endpoint; and it published the four-workflow benchmark most coverage of TypeSafe Jev is built on. The System One framing is theirs too, a coinage rather than an industry category.
What we will not tell you is who runs it, where it is based or what it has raised. We looked; the accounts disagreed on details as basic as the spelling of a name, and a site whose whole argument is that it checks things does not get to guess. Confident-sounding profiles of the company behind TypeSafe Jev exist elsewhere; we could not confirm any.
Why they built Jev instead of another LLM
The argument, reconstructed from TypeSafe’s own material: most of what production systems ask a language model to do is not writing. It is sorting, scoring and judging — work where the acceptable answers are fixed before the call. Handing that to a generative model means paying for a reasoning trace nobody reads, then parsing the result back down to the one field you wanted.
The pricing corroborates the argument rather than decorating it: output on TypeSafe Jev is billed at zero, which is only sustainable if the model genuinely does not generate. A design commitment showing up on an invoice.
What the argument steps around is accuracy, and those numbers are TypeSafe’s own: across their four workflows the specialised model did not beat the general-purpose ones. Faster and cheaper is the trade on offer, and whether it is the right one depends on what a wrong answer costs you.
Claim 1: “40–200x faster”
The TypeSafe Jev figure is 70 to 500 milliseconds, and the fine print matters more than the range: that is server-side processing and excludes the network. The multiplier compares it against a language model generating a full response — a real comparison, of the one part of the trip you never see.
What we recorded. Twenty calls, all successful:
| Measurement | End-to-end round trip |
|---|---|
| Fastest call | 309 ms |
| Median | 423 ms |
| 90th percentile | 1041 ms |
| Slowest call | 1077 ms |
The conditions, because a latency figure without them is worthless. Measured 2026-09-20, from mainland China, routed through OpenRouter rather than connecting to TypeSafe directly, on a customer-support triage payload — one choice question, one score question and one noul question in a single request. Twenty calls from one place on one day is a small sample and we will not dress it up as more.
Verdict: survives, with its subject corrected. Server-side, TypeSafe Jev plainly sits inside the range they quote. End to end, through an intermediary from the far side of the world, the median more than doubles and the tail reaches a full second. You will not experience 200x. You will experience a decision arriving in about the time a page navigation takes, which is fast enough for a request path — the actual point.
Claim 2: “444x cheaper”
$0.042 per million input tokens with output free is the published TypeSafe Jev rate, and the arithmetic is not in dispute. The comparison is. A 444x multiple is measured against frontier models — the ones you reach for to write or reason. Nobody sorts support tickets with one of those. The comparison that decides anything is against the small, cheap models built for this job.
One call, 1,000 input tokens and 10 output tokens:
| Model | Cost per call | Versus Jev |
|---|---|---|
| Jev | $0.000042 | baseline |
| GPT-5.6 Luna | $0.000212 | 5.0x |
| Claude Haiku 4.5 | $0.001050 | 25x |
Prices checked 2026-09-20.
Verdict: true against the wrong baseline. The real range is 5x to 25x, not 444x. Not a debunking — 25x changes the shape of a budget line — but a different claim from the launch page’s, and at low volume it rounds to nothing. A hundred thousand classifications a month runs about $4.20 on TypeSafe Jev against roughly $21 on the cheapest alternative above; the hours spent switching outweigh that until volume is far larger. Below that, the reasons to choose it are the typed output and the latency, not the price. The working is on pricing and access.
Claim 3: “Cannot hallucinate”
True, and consistently misread — usually by the people quoting it approvingly.
Precisely, it means the model cannot return an answer from outside the set you supplied. No invented category, no malformed output, no field that parses on most calls and breaks on the rest. A genuine property, unusual enough to deserve a headline.
What it does not mean is that the answer is correct. Forced to choose among your options, the model chooses among your options, including where none fitted. TypeSafe’s own invoice result, 61.8%, is the cleanest demonstration: each miss was a well-formed answer from the permitted set.
Verdict: accurate claim, misleading framing. “Cannot hallucinate” reads as “can be trusted,” and the two are unrelated. Anyone presenting TypeSafe Jev as the cure for language-model unreliability is selling a structural guarantee as an accuracy one. What the guarantee covers is worked out in full on how it works inside.
What we could not verify
Four things about TypeSafe Jev we would have liked to settle and could not.
Direct latency. Every number above travelled through OpenRouter. TypeSafe’s own endpoint may well be quicker; we did not measure it, so we will not estimate it.
The benchmark under the percentages. We have the published results, not the items, the prompts or the scoring. TypeSafe did disclose that the reference answers came from averaging two frontier models with no human labelling, which makes every score in it a measure of agreement rather than correctness.
A key of our own. The console takes new signups without an invitation; we confirmed that. We did not mint a key that way and put a live request through it, so “sign up and it works immediately” is not something we can promise.
Behaviour under load. Rate limits, sustained throughput, uptime across weeks rather than minutes. Twenty calls says nothing about it.
Frequently asked questions
What is TypeSafe AI?
The company that builds and sells the Jev decision model, directly and through gateways. Past the product the public record is thin, and we left the biography blank rather than repeat what we could not check.
Is TypeSafe Jev free?
No, but the meter runs one way: $0.042 per million input tokens, output free. To watch it work without an account, the playground here sends real requests, capped per day.
Is Jev production-ready?
Depends what a wrong decision costs. For TypeSafe Jev: major gateways serve it, the official clients are MIT licensed, all twenty of our calls succeeded. Against: those libraries are on 0.x versions, one public endpoint has alpha in its path, and the accuracy figures are what they are.
Do I need a waitlist invite?
No. console.typesafe.ai accepts open signups with a Google account or an emailed code. The Join Waitlist button on the TypeSafe homepage does not gate it, which has cost people an afternoon. The gateways are open routes to TypeSafe Jev too.
How does TypeSafe make money?
From input tokens, at the published rate, sold directly and resold through the gateways. That is all we can state as fact: we found no enterprise tier, no volume pricing and no support plan.