{"slug": "jev-introduces-a-new-shape-of-llm-system-one-aka-decision-models", "title": "Jev introduces a new shape of LLM - System One, aka Decision Models", "summary": "TypeSafe AI unveiled Jev, its first \"System One model\" that accepts text input but returns floating point numbers for categories, yes/no questions, ratings, and confidence scores instead of text. Jev charges only for input at $0.042 per million tokens — cheaper than OpenAI's GPT-5 Nano at $0.05 per million — with output free, and evaluates multiple questions against a single state object in parallel. The model is aimed at classification tasks such as spam detection, labeling, prioritization, and search reranking, though its black-box output raises bias concerns.", "body_md": "Last week [TypeSafe AI](https://typesafe.ai/) unveiled [Jev](https://typesafe.ai/blog/introducing-system-one-models-and-jev), their first example of a new category of model that they are calling \"System One models\" (I'm with Maggie Appleton, I think \"decision models\" is [a better name](https://twitter.com/Mappletons/status/2101560333441610133) for these). Jev is an interesting variant on the usual LLM format: it still accepts text inputs, but instead of text output it returns floating point numbers corresponding to categories, yes/no questions, ratings, and associated confidence scores.\n\nTypeSafe describe Jev like this:\n\nThink of Jev as a frontier-intelligence function call: unstructured state in, typed probabilistic decisions out.\n\nIt's also very fast, and *really cheap*. Regular LLMs [are priced](https://www.llm-prices.com) in terms of input and output tokens, with output generally charged at significantly higher rates. Jev charges only for input - output is free - and the input price of their first model is $0.042 per million tokens - cheaper even than OpenAI's [GPT-5 Nano](https://developers.openai.com/api/docs/models/gpt-5-nano) ($0.05/million).\n\nJev lets you ask questions about text or semi-structured data. You compose a \"state\" object containing a string, array of strings, or set of name-value pairs - this might describe an article, or a customer, or any other kind of record. You then send that to their API with one or more questions, and get a reply back for each.\n\nYou can ask three kinds of questions:\n\nThe Jev API can accept a single document (\"state\") and as many questions as you can cram into the context window. Questions are evaluated in parallel, so sending many questions should take a similar time to sending just one.\n\nI think the **decision model** framing is useful for understanding where to use Jev. It's great for anything that can be expressed as a classification task - think spam detection, suggesting labels, prioritization and ranking.\n\nI've also been experimenting with it for search reranking, where you fetch 100 likely matches using an inexpensive algorithm like BM25, then have Jev score those 100 candidates for relevance against the original query.\n\nSomething I've found a little uncomfortable about Jev is how it very much represents a regression even further towards black box machine learning systems.\n\nLLMs are black boxes already - you can ask them to justify their decisions, but you can't guarantee that what they say is useful or accurate.\n\nJev doesn't even give you that: put in all the text you want, the only thing you're going to get back is a floating point number. If Jev marks something as spam, which content signals tipped it off?\n\nThis also means that concerns about bias should be front and center. I really hope nobody uses Jev to rank job applicants - that floating point number could conceal all manner of unseen bias baked into the models, and experimentally picking that bias apart is going to be a tricky business.\n\n(I tried one experiment where I had Jev score every city in the San Francisco Bay Area on a yes/no answer to whether they were a \"Good city?\" - it rated [Cupertino](https://en.wikipedia.org/wiki/Cupertino,_California) top and [East Palo Alto](https://en.wikipedia.org/wiki/East_Palo_Alto,_California) bottom. Huh.)\n\nIn practice, this all means that evals and structured experiments are even more important than they are for regular LLM projects. Thankfully, Jev is so cheap that running hundreds or even thousands of experimental prompts through it costs just a few cents.\n\nIt's been really fun watching the wider community come up with potential use-cases for Jev over the past few days. Here are some creative ones that caught my eye:\n\nThere's also been a flurry of projects attempting to create a model like Jev using on top of open weight models. [Kev](https://github.com/jaredpalmer/kev) is one interesting example, using Qwen 3.5 to produce 0.8B, 4B, and 9B models. Here's the [accompanying Hacker News thread](https://news.ycombinator.com/item?id=49783999), where someone linked to a [JevBench](https://benchmarkheaven.com/jev-models) benchmark that has already cropped up to compare \"Jev-class decision models\".\n\nGiven Jev was released just under a week ago, the amount of activity around it is extremely impressive.\n\nTags: [ai](https://simonwillison.net/tags/ai), [generative-ai](https://simonwillison.net/tags/generative-ai), [llms](https://simonwillison.net/tags/llms)", "url": "https://wpnews.pro/news/jev-introduces-a-new-shape-of-llm-system-one-aka-decision-models", "canonical_source": "https://simonwillison.net/2026/Sep/21/jev/", "published_at": "2026-09-21 23:09:20+00:00", "updated_at": "2026-09-21 23:24:08.638333+00:00", "lang": "en", "topics": ["large-language-models", "ai-products", "ai-tools", "ai-startups", "machine-learning"], "entities": ["TypeSafe AI", "Jev", "OpenAI", "GPT-5 Nano", "Maggie Appleton", "Kev", "Qwen 3.5", "Cupertino"], "alternates": {"html": "https://wpnews.pro/news/jev-introduces-a-new-shape-of-llm-system-one-aka-decision-models", "markdown": "https://wpnews.pro/news/jev-introduces-a-new-shape-of-llm-system-one-aka-decision-models.md", "text": "https://wpnews.pro/news/jev-introduces-a-new-shape-of-llm-system-one-aka-decision-models.txt", "jsonld": "https://wpnews.pro/news/jev-introduces-a-new-shape-of-llm-system-one-aka-decision-models.jsonld"}}