Guides/Explainer
.md

What is Jev?It is not a chatbot. Here is the difference, explained like you are five.

Anni MaanFounder, SendBunnyPublished Updated 7 min read

Prices, timings and examples as posted by TypeSafe AI and its users, 15 to 18 September 2026

In short

Jev is a new AI model from TypeSafe AI that never writes text. You hand it a question with fixed answers (which one, how much, or yes or no) and it returns the answer with an honest confidence score, in under half a second, for a fraction of a cent. ChatGPT and Claude make words. Jev makes decisions.

Why everyone is asking what Jev is

Figure 1. The 90 second video version of this article. Turn on sound.

This week a new AI model called Jev showed up everywhere. People posted numbers that look made up: nearly two thousand ads sorted in nineteen seconds for twelve cents. A whole website audited for twenty one cents while Claude Opus was still on page 21. A browser that clicks before you finish your sentence.

And under every one of those posts, the same reply: "OK but what IS it? Is it like ChatGPT?"

No. It is not a better ChatGPT, a smaller ChatGPT, or a cheaper ChatGPT. It is a different kind of machine, and once you see the difference the numbers stop looking fake.

The talker and the pointer

Imagine two friends.

The first friend talks. Ask anything, and they answer in sentences. They write your birthday poem, your cover letter, your Python script. They produce the answer one word at a time, left to right, and you wait while the words come out. That is ChatGPT. That is Claude. That is every large language model, or LLM. They are talkers.

The second friend never talks. Not one word. But show them something and give them a few buttons, and they will press the right one, instantly, and tell you how sure they are. Show them a customer email and three buttons, "Refund", "Question", "Complaint", and they press "Refund. 94 percent sure." Show them a web page and ask "should this link to that one, yes or no?" and they answer "no, 88 percent." That is Jev. It is a pointer.

The talkerThe pointer
What it makesWords, one at a timeA decision, all at once
What you get backSentences, code, a summaryOne answer from your list plus a confidence score
How long it takesSeconds, sometimes longer70 milliseconds to half a second
Who it isChatGPT, Claude, every LLMJev
That is the whole difference. A talker makes words. A pointer makes decisions.

Jev only answers three kinds of question

Jev cannot answer an open question at all. It only answers three shapes of question, and you have to give it the shape in advance:

  1. Which one? Pick from a list you provide.
  2. How much? Rate something on a scale you define.
  3. Yes or no? Give the probability that a statement is true.

Every answer comes back with a confidence number. And that number is honest, which matters more than it sounds. Chatbots are famously overconfident; ask one for a probability and it will make one up. Jev was trained with a method its makers call Reinforcement Learning for Calibrated Decisions, so when it says 90 percent it is right about 90 percent of the time. That lets software do something simple and powerful: trust the answer when confidence is high, and hand the case to a human, or to a slower model, when it is low.

There is one more consequence of the three-question rule. Because the possible answers are fixed before Jev runs, it cannot invent one that is not on the list. It cannot hallucinate a fourth button.

Why it is so fast and so cheap

Here is the part most explainers get wrong.

A talker writes one word, then the next, then the next. Each word is a separate step, and every step costs time and money. That is why an LLM's output words cost several times more than its input words, and why a long answer takes seconds.

A pointer does not write anything. It reads what you gave it and produces all of its answers in one shot, at once, in a single pass. There is no stream of words to wait for. Jev's makers, TypeSafe AI, say a call takes between 70 milliseconds and half a second. Output is free; they do not even meter it. Input costs about four cents per million tokens, which works out to roughly four ten-thousandths of a dollar per decision.

That is the entire reason the posts look like magic. Sorting 1,891 ads is 1,891 "which one?" questions. Auditing 586 pages for internal links is 8,790 "yes or no?" questions. A talker pays for words it does not need. A pointer pays for nothing but the reading.

The receipts

These are the public examples from this week, in the words of the people who ran them.

WhoThe jobTimeCost
Ori SilverClassified a competitor's ad library, 1,891 ads, by customer journey stage and ad style19 s$0.12
Matthew BermanBroke down 724 live ads from 37 brands: every hook, format, offer and call to action40 s$0.09
BorjaInternal-link audit across 586 pages: 584 links placed, 139 pages refused because nothing honestly fit. Claude Opus 5 on the same pages and the same clock finished 21 of them and spent $1.4345 s$0.21
TarasScored 1.7 million social-media mentions for buying intent53 s$0.65
Moritz KrembVoice to browser: speech goes to Jev, probabilities come back, the browser clicks0.3 s each$0.0002 each

Vendor and user numbers as posted on X between 15 and 18 September 2026, not independent benchmarks.

These are vendor and user numbers, not independent benchmarks. On TypeSafe's own four-workflow test, Jev matched a mid-tier frontier model on accuracy and sat a few points below the best ones. It trades a little peak accuracy for a lot of speed and cost. That is the honest shape of it.

What Jev cannot do

Jev cannot write your email. It cannot write code. It cannot summarize a document, explain its reasoning, or hold a conversation. It gives you a number, not a rationale. If you need words, you still need a talker.

So it is not a replacement for ChatGPT or Claude. It is a different tool for a different job, and a lot of software will end up using both: the talker to write, the pointer to decide.

The big idea

Here is the thing to remember. Most of what we ask chatbots to do inside real products is not writing at all. It is "which queue does this ticket go to?", "is this review positive?", "is this lead worth calling?", "which of these five is the best match?". Those are "which one?" questions in disguise, and we have been paying talker prices, and waiting talker seconds, to get pointer answers.

Jev is a bet that this is most of the work. Its name comes from Jevons, the economist who noticed that when steam engines got more efficient, people did not use less coal. They used far more. Make decisions this cheap, and software starts asking a million tiny questions it never asked before.

Talker for words. Pointer for choices. That is the whole explanation.

FAQ

Is Jev a large language model?
No. An LLM generates text one token at a time. Jev never generates text. It reads your input and returns one answer from a fixed set (a choice, a rating, or a probability) in a single pass, together with a calibrated confidence score.
Can Jev replace ChatGPT or Claude?
No. Jev cannot write, summarize, code, or explain itself. It is a decision model. Most products will use both: an LLM to produce words and Jev to make the many small classification and yes-or-no decisions around them.
Why do people say Jev does not hallucinate?
Because the possible answers are fixed before it runs. It picks from the list you gave it, so it cannot invent an option that is not there. It can still pick wrong, which is why every answer carries a confidence number you can act on.
How much does Jev cost and how fast is it?
TypeSafe AI quotes about four cents per million input tokens with no charge for output, and 70 milliseconds to half a second per call. In practice users report fractions of a cent per decision. These are vendor numbers.
Who makes Jev and where does the name come from?
Jev is made by TypeSafe AI, which calls this family System One models. The name is short for Jevons, the economist who observed that a more efficient steam engine led to more coal use, not less. Cheaper decisions mean software will make far more of them.

For AI agents

Explains what Jev by TypeSafe AI is and when to use it instead of an LLM: Jev answers only fixed-choice questions (pick one, rate on a scale, yes or no) with a calibrated confidence score, in one pass, for a fraction of a cent. Use an LLM to generate text; use Jev for high-volume classification, scoring and routing decisions, and route low-confidence cases to a human or a slower model.

claude mcp add --transport http sendbunny https://YOUR-INSTALL/mcp
Full tool list by grant: /docs/agents.md

Sources

  1. TypeSafe AI, Introducing System One Models and Jev, launch post, 15 September 2026.
  2. DataCamp, Jev: TypeSafe's System One Model That Never Hallucinates, September 2026.
  3. Latent Space, AINews issue of 16 September 2026.
  4. Gigazine, coverage of the Jev launch, 16 September 2026.
  5. Sean Goedecke, Jev means structured output is interesting again, September 2026.
  6. Public posts on X by Diogo Almeida, Ori Silver, Matthew Berman, Borja, Taras, Roman, Tamara Tran, Moritz Kremb, Matija Sosic and Raghav Punnam, 15 to 18 September 2026.

Anni Maan

Founder, SendBunny

Builds SendBunny, the email platform that installs into your own AWS account. Writes about running email on Amazon SES and giving AI agents an address you control.

x.com/Anni_Maan

Keep reading