In the past couple of weeks, one AI has been everywhere: Jev, from a new company called TypeSafe AI. The headlines call it "the AI that can't chat", which is confusing. Why would anyone want that? Here's the short answer, and then the details.
The short version
The AI you already know, like ChatGPT or Claude, is a writer. You ask something and it writes an answer, one word after another. Jev doesn't write anything. You give it some information and a multiple-choice question, and it ticks an answer and tells you how sure it is. Think of it less as a writer and more as a very fast, well-read person filling in a form.
TypeSafe calls this a "System One" model, after the idea that people have a fast, gut-feeling way of thinking (System 1) and a slow, careful one (System 2). Chat AIs are the slow, careful kind. Jev is built to be the quick one.
An everyday example
An email arrives: "My order still hasn't turned up and I want my money back." Your software asks Jev three questions at once:
- Which team should handle it: sales, support or billing?
- Is it urgent: yes or no?
- How upset is the customer, from 1 to 10?
In well under a second, Jev might answer: billing (fairly sure), urgent (very sure), and 7 out of 10. Your software can act on that straight away. A chat AI could answer too, but it would take longer, cost more, and might reply with a friendly paragraph that your software then has to untangle.
Why people are excited
- It's fast. TypeSafe says answers come back in 0.07 to 0.5 seconds.
- It's cheap. You pay only for what you send it; its answers are free. There's a price comparison with Claude and ChatGPT below.
- It stays on script. It can only pick from the options you give it, so it never invents a fourth team or answers in the wrong shape.
- It tells you how sure it is. So you can let it handle the clear cases on its own and pass the unsure ones to a person.
Jev vs Claude vs ChatGPT
ChatGPT runs on OpenAI's GPT models, and Claude is made by Anthropic. Both are writers that can also do quick sorting jobs, so they're the natural thing to compare Jev with. Prices are the ones each company published in September 2026.
JJev
Best forFast, repeated choices from a list you wrote
Doesn't write anything. It picks an answer from your options and says how sure it is, in a fraction of a second.
- Made by
- TypeSafe AI
- Gives you
- A choice, and how sure it is
- Sorting 1,000 emails
- About 2 cents
- Speed
- 0.07 to 0.5 seconds (TypeSafe's figure)
CClaude
Best forWriting, reasoning and code
Anthropic's AI. Talks with people, explains, writes code and works through hard problems. Can sort emails too, but writes its answer out word by word.
- Made by
- Anthropic
- Gives you
- Written answers
- Sorting 1,000 emails
- About 75 cents to $3
- Speed
- Slower: writes its answer out
CChatGPT
Best forWriting, reasoning and code
OpenAI's AI, running on its GPT models. Does the same kinds of jobs as Claude, and its smallest model is the cheapest writer here.
- Made by
- OpenAI
- Gives you
- Written answers
- Sorting 1,000 emails
- About 8 cents to $1.50
- Speed
- Slower: writes its answer out
How we worked out the price
We took the email example above and ran the numbers for 1,000 emails, assuming about 500 tokens (roughly 375 words) going in for each email and its questions, and a short answer of about 50 tokens coming back from the chat AIs. Model by model:
- Jev: about 2 cents ($0.042 per million tokens in, answers free).
- GPT-6 Luna, OpenAI's smallest model: about 8 cents ($0.10 in, $0.50 out, per million tokens).
- Claude Haiku 4.5, Anthropic's smallest model: about 75 cents ($1 in, $5 out).
- Claude Sonnet 5 or GPT-6 Sol, the everyday all-rounders: about $1.50 ($2 in, $10 out for both).
- Claude Opus 5.5, Anthropic's most capable everyday model: about $3 ($4 in, $20 out).
So Jev is far cheaper than the big chat AIs, but OpenAI's smallest model gets surprisingly close, at about four times the price. Treat these as ballpark figures: each company counts tokens a little differently, and chat AIs that "think" before answering use more tokens than this.
On speed, Jev's 0.07 to 0.5 seconds comes from TypeSafe. In TypeSafe's own tests, the most capable chat models took from about 3 seconds to several minutes on the same jobs. Small chat models like Claude Haiku and GPT-6 Luna are much quicker than that, but still slower than Jev claims to be, because they write their answer out.
They also work well together: an app could use Jev to sort thousands of things quickly, and hand only the ones that need a written reply to Claude or ChatGPT.
What it can't do
- It can't chat, write emails, explain things, write code or make images. If you want words back, you need a chat AI.
- You have to decide the options in advance. It chooses from up to 255 answers per question; it can't come up with its own.
- An answer in the right shape isn't always the right answer. It can still pick the wrong option, so test it on your own examples first.
- The speed and cost numbers come from TypeSafe itself, and no one has tested them independently yet. TypeSafe admits its own tests may flatter Jev a little.
Who is it for?
Good fits: anything with lots of small, repeated decisions. Sorting support tickets, spotting spam, flagging risky messages, scoring sales leads, checking another AI's answer before it goes out, or making split-second choices in games, robots and simulations.
Not a fit: a chatbot, a writing helper, research, or anything where you want the AI to explain itself.
Is it open source?
No. Jev is a paid service that runs on TypeSafe's computers, and it's in early access for now. You can't download it or run it yourself, which is why it doesn't have a page in our directory.
There is a community project called open-jev that rebuilds the idea from scratch, but it's an untrained experiment for learning how this kind of model might work, not something you can use for real jobs. If you want something free and private today, the closest option is to run an open AI model on your own computer with Ollama and ask it to answer in a fixed format. It's slower than Jev, but nothing leaves your machine and there's nothing to pay per answer.
Should you try it?
If your app makes the same kind of small decision over and over, it's worth a test. Take a hundred real examples where you already know the right answer, run them through Jev and a small chat AI, and compare how often each gets them right, how long it takes and what it costs. If you're looking for a helpful assistant to talk to, Jev isn't that, and it isn't trying to be.