Skip to content
TrustList
Blog

Jev, the AI model that answers instead of writing: what is proven, and which Jev websites are not its maker

Editorial

By TrustList Editorial

Jev, TypeSafe AI's decision model, is September's fastest-spreading AI launch. What it does, what independent tests show, and why three 'Jev AI' websites registered after launch are not its maker.

About Jev, the AI model that answers instead of writing: what is proven, and which Jev websites are not its maker

Jev, the AI model that answers instead of writing: what is proven, and which Jev websites are not its maker

Search for "Jev AI" this week and the first results include jevai.org, jevai.net and jevai.info. None of them belongs to the company that makes Jev. We looked each one up in the public domain registries on 24 September 2026. All three were registered after Jev launched on 15 September: jevai.org on 16 September, jevai.net on 17 September and jevai.info on 20 September. TypeSafe AI, the company that built Jev, works from typesafe.ai, a domain registered in May 2024. Its own site and launch post link to none of the three.

One of the three says plainly that it is independent. One calls itself a community site but runs its own API and hands out its own keys. The third presents itself as Jev's home page, gives its own contact address rather than TypeSafe's, and sends visitors who want the API to a third-party reseller. We set out below what each one says about itself.

That is a small finding about a big launch, and it is the practical place to start. Jev is the fastest-spreading AI launch of the month, and speed is exactly when lookalike sites appear. Before a team sends a single customer record to a "Jev" endpoint, it should know whose endpoint it is. The rest of this piece explains what Jev actually is, which of the claims around it have been tested by someone other than its maker, and where it fits in a buyer's stack.

What Jev is

Jev is the first model from TypeSafe AI, a San Francisco company that came out of stealth on 15 September 2026 with a $40 million seed round led by DCVC. The founders are Diogo Almeida, a former OpenAI researcher who worked on the methods behind ChatGPT, together with Erik Gafni and Sasha Sheng. Forbes reported, citing a person familiar with the deal, that the round valued the company at $200 million. TypeSafe has not confirmed a valuation itself.

TypeSafe calls Jev a "System One Model". The name borrows from the psychology of fast and slow thinking: most of the decisions inside a piece of software are quick judgements, not essays. Is this ticket urgent? Which of these five queues should it go to? Is this refund request within policy? Does this email need a human to read it?

An ordinary language model answers questions like those by writing text, one token after another. Your code then has to read the text and hope it matches a format. Jev does not write text at all. A developer sends it some input, such as a support ticket, a document or a block of application data, together with a set of typed questions whose possible answers are fixed in advance. Jev answers every question at once. Each answer is a yes-or-no probability, a pick from a list of options or a score on a scale, and each comes with a confidence figure.

Two consequences follow from that design, and they are the whole pitch.

It cannot return an answer outside the list. Because the possible answers are defined before the call, Jev cannot invent a category, misspell an option or wrap its answer in a paragraph of explanation. TypeSafe describes this as not being able to hallucinate. A commenter in one of the long Hacker News threads put the limit more precisely: it cannot give you an invalid type, but it can still give you a wrong valid answer. Both halves of that sentence are true, and a buyer should hold on to the second.

It is fast and very cheap. TypeSafe's launch post gives an end-to-end response time of 70 to 500 milliseconds and a price of $0.042 per million input tokens, with output free. On our own board of AI model prices, where input and output are usually priced separately and output typically costs three to eight times as much as input, Jev is the one model that charges nothing for output. That is not a discount so much as a different product: there is almost no output to charge for.

TypeSafe's headline comparison says Jev is up to 193.6 times faster and 444.6 times cheaper than language models on these tasks. Those are vendor figures, and the launch post is candid about how they were produced. They come from what TypeSafe calls workflow evaluations, which measure agreement with the average of two other vendors' language models, on workflows that TypeSafe's own team wrote. The post itself says that setup may be biased. We record the speed and price on our Jev listing, but we store no score for it, because no standard benchmark has been published.

Why it spread so fast

Three signals, each from a different source, show that the interest is real rather than manufactured.

Developers adopted it on a platform that counts. On 18 September, Vercel reported that within 24 hours of Jev going live on its AI Gateway, nearly 13 per cent of the gateway's paid teams had used it. Vercel said that was more than twice the share any previous model launch had reached in its first day. Vercel measures this across its own customers, so it is a count of teams trying the model, not of teams running it in production. Even so, it is a count from a company that sells access to every major model and has no reason to flatter one.

The developer conversation has not stopped. TypeSafe's announcement, "Introducing System One Models and Jev", passed 1,900 points on Hacker News, which is a very large reception for a model from an unknown company. We track the front page every day, and Jev has been on it every day for more than a week. On 23 September the top story was a post showing how to build a Jev-style classifier in 25 lines of Python. The same week brought an essay arguing that the large labs are well placed to copy it, a benchmark project for typed decision models and a critique of its confidence scores. The argument has moved from "what is this?" to "is it defensible, is it calibrated, and will someone bigger copy it?", which is usually a sign that people are building with a thing rather than just reading about it.

Other companies built around it within days. Reporting on the launch week says Cloudflare, LangChain and Langfuse added support within three days, alongside Vercel. TypeSafe's own documentation offers Python and JavaScript SDKs and a ready-made skill for coding agents. When the tooling around a model arrives this quickly, it usually means the model fills a gap people already had.

The gap is easy to describe. Teams that put language models inside their products have spent two years writing code to force free text into structured answers, retrying when the format breaks and paying for thousands of output tokens they then throw away. A model that returns the structure directly, in a fraction of a second, for a fraction of a cent, solves a problem those teams already recognise.

What independent testing shows so far

Most of what has been written about Jev repeats TypeSafe's launch post. Two pieces of work are genuinely independent, and they point in different directions.

A hands-on test found it fast, cheap and nearly as good at simple checks. Mike Taylor at the publication Every ran eleven experiments, 1,709 judgements in all. In the largest, Jev checked 37 documents against 21 writing questions, 777 judgements, in under 0.7 seconds, for an estimated quarter of a cent. In a separate comparison, Every's chief executive Dan Shipper gave Jev and a frontier language model (Fable 5.1 at high effort) the same four checks on twelve short passages, six clean and six with problems planted in them. Jev's median response time was 0.35 seconds against 8.83 seconds, and Every estimated its cost at about 580 times lower. Jev caught six of the seven planted problems. The language model caught all seven.

That result is a fair summary of the trade. For a check you run thousands of times a day, missing one problem in seven may be an acceptable price for being 25 times faster and hundreds of times cheaper, especially if a slower model or a person reviews what Jev passes. For a check where every miss matters, it is not.

A critique argues that the confidence scores cannot be taken at face value. On 23 September the data scientist Alex Molas published "Jev can't be calibrated". His argument is not that Jev is bad. He accepts that it works well as a universal classifier that needs no training data. His point is that calibration belongs to a dataset, not only to a model. Jev gives the same probability for the same input and question to every customer, but two companies' data can be very different. The same number can be well calibrated for one and badly calibrated for the other. His advice is to treat Jev's outputs as scores rather than probabilities and to recalibrate them on your own data. He notes that a few hundred labelled examples can be enough.

Other developers have published their own calibration tests with mixed results, and none of them is large or independent enough to settle the question. Our reading is that the critique is right on the principle and cheap to act on. A confidence figure is a useful signal, but a team that sets a threshold, such as "send to a human below 0.8", should check that threshold against its own labelled cases before trusting it.

The lookalike sites, one by one

We checked each site on 24 September 2026. The registration dates come from the public registration data for each domain. The descriptions are what each site says about itself on its own pages. We have not tested any of their endpoints and have not sent any of them data.

typesafe.ai is the maker. It was registered on 7 May 2024. It links to TypeSafe's console at console.typesafe.ai, its documentation at docs.typesafe.ai and its published evaluation results, and gives hello@typesafe.ai as its contact address. The launch post and the funding announcement both point here. If you want Jev from its maker, this is the only place in this list to start. You can also reach it through the gateways and platforms that have announced official support.

jevai.org was registered on 16 September, the day after launch. It describes itself as a community site for Jev extras: widgets, workflows, demos and user-submitted apps. It says that official documentation and the API live with TypeSafe. However, its own documentation tells developers that its API calls are sent to jevai.org itself, authenticated with a personal key issued by jevai.org. Its home page promotes an open "free-play" window that it says ends on 25 September. It does not say who runs it. Its apps page credits many individual builders, and some of their projects are interesting in their own right. The practical point is simple: whatever you type into its playground or send to its API goes to an operator who has not identified themselves, not to TypeSafe.

jevai.net was registered on 17 September. It presents itself as Jev's home page. Its headline describes Jev as "the System One Model from TypeSafe AI", it repeats TypeSafe's price and founder story, and it gives a San Francisco location. Its contact address, however, is at jevai.net rather than typesafe.ai. Its "try the API" button goes to a third-party API reseller offering a 14-day free trial. Its privacy policy names only "Jev AI" as the operator and still contains a line saying the text is sample copy from a starter template. We found nothing on TypeSafe's own pages connecting TypeSafe to this site.

jevai.info was registered on 20 September. It describes itself as an independent resource hub, states that it is not affiliated with TypeSafe AI, sells nothing and sends readers to TypeSafe for access. Of the three, it is the only one whose description of itself matches what we could see.

None of this is unusual. Every fast-rising product collects fan sites, resellers and imitators within days, and some of them are harmless or even useful. The problem is not that these sites exist. The problem is that a developer in a hurry, searching for the product name, can end up sending production data and a payment card to a party they did not choose. The same rules apply to any AI launch, not just this one.

The copies are already here

The most-discussed question about Jev on Hacker News is whether anyone can build one. Within a week, three alternatives had reached our board of AI models, which is fast even by this year's standards.

  • Kev is a family of small open-weight decision models from the developer Jared Palmer, first published on 17 September. It copies Jev's API closely enough that TypeSafe's own Python SDK can be pointed at a local Kev server. Its accuracy and calibration figures come from its author's own tests, and our listing says so.
  • Laya, from Convai Innovations, is a family of three open-weight decision models released under the Apache 2.0 licence on 18 and 19 September. It returns choices, scores and probabilities in a single pass over the input.
  • CUA-S1-FORMS, from Cua, is a much narrower model for one job an agent does constantly: deciding which value belongs in which form field. Released on 18 September under the MIT licence, it is tiny, at about 700,000 parameters and 2.8 MB, and runs on the machine doing the work rather than behind an API.

The existence of these copies cuts both ways for a buyer. It suggests the idea is sound, since several teams arrived at it independently. It also means the approach is not locked to one supplier: a team that builds its product around typed decisions can, in principle, move between a hosted service and a model it runs itself. What it does not yet show is that any of the copies match Jev's quality. Every accuracy figure published for them so far comes from their own authors.

We made the wider version of this point a week ago in Small models are winning the argument and losing the evidence. Specialised models are arriving faster than anyone is testing them, and the burden of testing has quietly moved to the buyer.

Where Jev fits, and where it does not

Jev is a component, not an assistant. It does not replace a chat model, it does not write, and it does not reason through a long problem step by step. It is built for the decisions that sit between those steps.

Good fits are high-volume, repetitive judgements where the possible answers are known in advance and speed or cost matters:

  • routing and triage: which team, which queue, how urgent;
  • screening: is this message spam, is this upload allowed, does this request need a human;
  • checking agent actions before they run: is this tool call safe, does it match the user's request;
  • tagging and scoring content at a scale where a language model's bill would be the main cost;
  • guards inside a larger pipeline, where a slower, more expensive model handles only the cases Jev is unsure about.

Poor fits are anything open-ended: drafting, summarising, explaining, or any decision whose possible answers you cannot list in advance. It is also a poor fit for a decision where one wrong answer is expensive and there is no second check behind it. Every's test is the right mental model here. Jev caught six problems in seven, and the seventh is what the rest of your process has to catch.

On price, read the terms, not the headline. A free output price and $0.042 per million input tokens are TypeSafe's early-access terms. The company is weeks old and has just raised a seed round. Nobody outside it can yet say whether that price covers the cost of serving the model or is paying for adoption. We raised the same question in What makes a token expensive. Plan for the price to change, and do not build a business case that only works at today's rate.

Before you send it data: a short checklist

  1. Start from the maker's own domain. For Jev, that is typesafe.ai and its console and documentation subdomains, or a platform that has announced official support. Do not start from a search result, and treat any site registered after the launch date with suspicion until it tells you who runs it.
  2. Check whose endpoint your code calls. Look at the base URL in your client code and in any sample you copied. If it is not the maker's domain or a platform you already have a contract with, find out who operates it before sending real data.
  3. Read the data terms of the party you actually contract with. If you go through a gateway or reseller, their terms govern your data, not TypeSafe's. Early-access terms at a new company can change quickly.
  4. Test it on your own cases before trusting its confidence. Label a few hundred real examples, compare Jev's answers and confidence with the truth, and set your thresholds from that. This is the practical form of the calibration critique, and it takes an afternoon.
  5. Keep a second check behind anything that matters. Use Jev to clear the easy cases quickly and send the uncertain or high-stakes ones to a slower model or a person.
  6. Keep the switch cheap. Define your questions and answer types in your own code, not in a vendor's dashboard. Several compatible alternatives already exist, and a thin layer of your own makes it possible to move later.

What we do not know yet

We do not know how Jev performs on a public, standard benchmark, because none has been published. TypeSafe's own evaluations measure agreement with other companies' language models, not accuracy against a known answer.

We do not know its limits in detail. TypeSafe has not published a maximum input size, supported languages or a licence, which is why those fields are blank on our listing.

We do not know whether the early-access price will hold, or what service commitments come with it.

We do not know who operates jevai.org or jevai.net. We have described what each site says about itself and what the public records show. We have not accused either of wrongdoing, and we will update this piece if their operators identify themselves or if TypeSafe confirms any relationship with them.

What we do know is enough to act on. Jev is a real product from an identifiable company, with genuine and measurable developer interest, a design that solves a problem many teams already have, and one independent hands-on test that broadly supports its speed and cost claims. Its confidence scores deserve testing on your own data before you trust them. And the fastest way to get it wrong is to start from the wrong website.