Video walkthroughs · Claude Code Club
TL;DR
Jev AI is a new model from TypeSafe AI that picks answers from a list you give it, in well under a second, for almost nothing. It can't write, code, or chat, so it does not replace Claude. Use Claude to do the work and consider Jev only for high-volume sorting and routing jobs where you already know every possible answer.
Jev AI is the new model everyone is posting about. The short answer to the question most people are typing: no, Jev is not better than Claude, because it does a different job. Claude writes, codes, and talks with you. Jev picks one answer from a list, very fast and very cheap. This guide explains what Jev is, what it costs, what it is actually good for, and how to decide if it belongs in your workflow at all.
Watch the full breakdown: every big Jev demo, tested on one question. Would a normal person actually use it?
Jev is the first public model from TypeSafe AI, a company founded by Diogo Almeida. Before TypeSafe, Almeida was a researcher at OpenAI and worked on the methods that made language models good at following instructions, which became part of the research behind ChatGPT. TypeSafe launched Jev on September 15, 2026 and calls it a "System One Model."
That name borrows from a simple idea about how people think. System one is the fast, gut-level kind of thinking. You glance at an email and you already know it is spam. System two is the slow, careful kind, like writing a proposal. Jev is built only for the fast, gut-level kind of decision. It looks at an input and makes a choice. It does not reason out loud, and it does not write anything.
In plain words, Jev is a classifier. A classifier is a tool that sorts things into buckets. You give it something to look at, plus a question and a fixed list of possible answers. It hands back a score for each answer, showing how sure it is about each one.
For almost everyone reading this, Claude is the better tool, because Claude can do the actual work. Jev can only make a choice about the work. The two models are built for different jobs, so the honest comparison looks like this:
So the real question is whether you have a job where you need thousands of quick, cheap choices from a fixed list. If you don't, Jev has nothing to offer you yet. If you do, Jev can sit next to Claude and handle that one narrow part.
Here is the full picture, pulled from TypeSafe's launch post and from testing the public demos. Jev is good at three things:
And here is what it can't do. It can't reply to you in words. It can't write code. It can't tell you why it chose an answer. It can't see pictures, video, or sound. It can't do math, count, or work with dates. TypeSafe describes this as "giving up strings," meaning it gave up generating text so it could be fast, cheap, and always return an answer in the exact shape you asked for.
That last part is TypeSafe's biggest claim: because Jev can only pick from the answers you list, it can't make up an answer that isn't there. That is a real advantage when software needs to read the result. It is also the source of Jev's biggest weakness, which the next section covers.
Every Jev request needs a schema. A schema is just the question plus the list of allowed answers. The example from the Greg Eisenberg podcast with Ryan Vogel makes it clear. The input is a description of an iPhone. The question is "what color is this phone?" The allowed answers are blue, orange, red, green, and yellow.
Jev reads the input and returns something like 80% orange, 10% red, 10% blue. It never says "orange" as a sentence. It gives you odds across the answers you allowed, and your software picks what to do with them. TypeSafe says Jev supports up to 255 answer options in one list.
Now picture that the phone is black. Black is not on the list. Jev can't answer "black" because you never gave it that option. It will still hand back a confident-looking score for one of the five colors, and that score will be wrong.
A simple guard helps. Always add a catch-all answer such as "other" or "not sure," and send anything that lands there to Claude or to a person. That one extra option turns silent mistakes into items you can review.
Jev is not free, but it is close. TypeSafe's official price is $0.042 per million input tokens, or $42 per billion. Output tokens cost nothing, which TypeSafe calls "too cheap to meter." A token is a small chunk of text, roughly three quarters of a word, so a million tokens is a lot of reading.
For comparison, TypeSafe lists frontier model input prices at $0.20 to $10 per million tokens, with output around five times more expensive than input. In the video's comparison, that works out to Jev being about 24 times cheaper than Claude Haiku and far cheaper than larger models like Fable.
You sign up at console.typesafe.ai and the documentation lives at docs.typesafe.ai. New accounts have been reported to get a small amount of free credit to start, so check the console for the current offer before you plan around it.
Jev is a real, working model from a real company with a well-known founder, and the demos are real. What deserves care is the headline numbers. The "20 to 200 times faster" and "40 to 400 times cheaper" figures come from TypeSafe's own tests. As of launch, we could not find an independent benchmark that checks them.
TypeSafe is open about how it tested. In its launch demo, the chat models had reasoning turned off to keep the demo watchable. In its accuracy tests, the "right" answer was the answer GPT-6 Astra and Fable 5.1 gave, so the tests measure how often Jev agrees with those models. Both details matter. Speed and accuracy numbers depend on exactly what you compare against. The speed gap will look smaller against a small, fast model and larger against a big reasoning model.
In the first week, builders posted a flood of Jev demos. Here is how the popular ones hold up for someone running a real business, from least to most useful.
Notice the pattern. Labeling on its own does almost nothing for you. The value always comes from what you do next with the label. If a demo stops at the label, it is a speed test, not a workflow.
Yes, but not as a replacement for Claude. The useful setup is a model router. A router is a small step that runs before each task and decides which model should handle it. Jev reads the task, picks "simple" or "complex," and the task goes to Haiku or to a bigger model. The same idea works for picking which skill should run, using each skill's short description as the list of answers.
TypeSafe does not ship an official router. The Jev model routers you'll see online are built by community developers on top of the Jev API. Some plug into Claude Code directly. Read the code, or ask Claude to read it for you, before you install one, and make sure it falls back to your normal model if Jev fails.
Also know that you don't need Jev to route models. You can tell Claude Code which model to use for which kind of work today. Jev only makes the choosing step faster and cheaper, which matters most when you run a very large number of tasks.
A new model drops almost every week, and each one shows up with a headline number. Here is the test we use, and it works for Jev and whatever comes next. Ask what job the model does, not how fast it does it. Then ask whether you have that job, today, at a volume where the gain would matter.
Jev fails that test for most creators and small business owners right now. You don't have millions of sorting decisions to make every day. You have posts to write, offers to build, and customers to answer, and that is Claude's job. Jev passes the test for people building agents, games, simulations, and big data pipelines, where a machine makes huge numbers of fast choices.
The same test protects you from the churn. Most of the time, the right move after a launch is to keep your workflow the same, watch what builders do with the new model for a few weeks, and adopt it only when someone shows a use that matches your real work.
If you have a sorting job and want to know if Jev fits, this is the shortest honest path to an answer.
You're done when you know your real accuracy on your own data. That number, not the launch chart, tells you whether Jev earns a place next to Claude.
Is Jev AI better than Claude?
Not for most people. Jev is a classifier that only picks an answer from a list you give it. It can't write, code, or explain its choices. Claude does the actual work. Jev is only better for very fast, very cheap sorting and routing at high volume.
Who made Jev AI?
Jev is made by TypeSafe AI, founded by Diogo Almeida, a former OpenAI researcher who worked on the methods behind ChatGPT. TypeSafe launched Jev on September 15, 2026 as its first System One Model.
Is Jev AI free?
No. It costs $0.042 per million input tokens, and output tokens are free. New accounts have been reported to get a small free credit, so check console.typesafe.ai for the current offer.
What is Jev AI used for?
Labeling, routing, and rating: sorting emails, tagging comments, picking which model or skill should handle a task, and making fast decisions in games and simulations. It works on text only.
Can I use Jev with Claude Code?
Yes, as a model router that decides which Claude model handles each task. TypeSafe does not make an official router, so the ones online are community built. Review one before installing it, and make sure it falls back to your normal model if Jev fails.
Can Jev AI hallucinate?
TypeSafe says Jev can't make up an answer outside the list you give it. It can still pick the wrong answer from your list, especially when the right answer is missing from it, so always add an "other" option.
The thinking on this page is yours to use. The model routing setups, the copy-paste prompts, and a room full of people testing every new release live inside Claude Code Club for $9 a month.
Join the Club — $9/mo