Product1 publisher3 min readPublished
TypeSafe ships a model that answers only with a decision and a confidence number
Diogo Almeida's TypeSafe put Jev into early access on 15 September with $40m from DCVC, and it sells a calibrated confidence number on every answer as the thing that makes automation possible, with the evaluations behind that claim built in-house.
The Product Desk · Product desk

What happened
- TypeSafe AI put its Jev model into early access on 15 September, with a $40m seed round led by DCVC announced the same day.
- Jev takes program state plus typed questions and answers only with a choice of up to 255 options, a score on an ordered scale, or a yes-no probability, never with text.
- TypeSafe charges $0.042 per million input tokens, or $42 per billion, and does not meter output at all.
- Within 24 hours of arriving on Vercel's AI Gateway, Jev reached nearly 13% of Vercel's paid teams, which Vercel said last week was faster than any model before it.
- Vercel replaced a safety classifier it had been running on OpenAI's Luna 5.6 to check whether commands were safe to execute, and said the step got five to 18 times faster.
Compiled by The Product DeskSomething wrong?How this is made
Why it matters
- constraint Because Jev cannot emit strings, adopting it adds a model beside the one you already pay for rather than retiring it, so any step that has to speak keeps its frontier-model bill.
- cost At input priced in cents per million tokens and output free, the decision layer stops being the expensive part of an agent, and budget pressure concentrates on the calls that still produce prose.
- exposure TypeSafe's position that users should build their own tests puts the cost of proving calibration on each buyer's evaluation harness, and on whoever signs off on the rollout.
- precedent A launch that cleared the 7% day-one band every other recent model stayed inside gives vendors a new number to quote, measured in config changes on a gateway.
The step this is for is the one in your agent that ends in a yes or a no: retry or fail, allow or block. Jev answers that kind of question and nothing else, because it cannot produce strings, so it cannot chat, draft, explain or write code [7]. Answers come back as a choice, a score or a yes-no probability, each with a calibrated confidence number attached, and TypeSafe says the confidence number is the part that matters [5].
Diogo Almeida worked on the instruction-following research behind ChatGPT at OpenAI, and the four years since left him disappointed by what it became [12]. "The problem is we are optimizing for human language," he told TechCrunch [11]. TypeSafe trains Jev entirely on synthetic data it generates itself, using a method it calls reinforcement learning for calibrated decisions [13].
The company's argument for the confidence number is narrow and testable: a model might do a job 95% of the time, and unless it also says when it is in the other 5%, nothing can be automated around it [6]. The schema fixes the option set before the call goes out, so the model cannot invent a fifth option when asked to pick among four, which TypeSafe calls a structural property and not a measured result [10].
Calibration quality is also the part no outside party has measured. TypeSafe's own model capabilities team built the workflow evaluations [18]. The comparison against language models uses an average of GPT-6 Astra and Fable 5.1 as the reference answer, which the company concedes biases the results towards OpenAI and Anthropic [19]. Its figures for rival models come from OpenRouter traffic, which may send more complex queries to better models [20]. The company has chosen not to publish results against public benchmarks, arguing that users should build their own [21].
The day-one adoption number needs the same reading. Jev's near-13% share of Vercel's paid teams was twice that of the GPT-5.6 family and more than six times Fable 5.1's [15], which works back to roughly 6.5% for the GPT-5.6 family and under about 2.2% for Fable 5.1 [23][24]; every other recent launch stayed below 7% after a full day [16]. A gateway share counts teams that changed a config value. At $0.042 per million input tokens and nothing charged for output [8], that experiment is close to free, and the figure covers the first 24 hours [14].
A team with a fixed option set and a ground-truth log can check Jev's confidence numbers against its own traffic inside a week and automate the cases above its threshold. Without the log, you are buying latency and price, and should price it that way: 500 milliseconds at Jev's slow end against three seconds at the fast end of TypeSafe's range for frontier models is about a sixfold gap [9][25]. A team whose step ends in a sentence needs a language model regardless.
TypeSafe named the model after William Stanley Jevons, the nineteenth-century economist whose paradox holds that a falling price for a commodity tends to raise consumption [22].
What to watch
- Whether Vercel publishes 30-day retention for Jev on the AI Gateway, not only its day-one share of paid teams.
- Whether TypeSafe or a third party ever posts calibration results against a public benchmark.
- Whether $0.042 per million input tokens and unmetered output survive the move out of early access.