<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: jev</title><link href="http://feeds.simonwillison.net/" rel="alternate"/><link href="http://feeds.simonwillison.net/tags/jev.atom" rel="self"/><id>http://feeds.simonwillison.net/</id><updated>2026-09-22T15:54:16+00:00</updated><author><name>Simon Willison</name></author><entry><title>llm-typesafe 0.1a0</title><link href="https://simonwillison.net/2026/Sep/22/llm-typesafe/" rel="alternate"/><published>2026-09-22T15:54:16+00:00</published><updated>2026-09-22T15:54:16+00:00</updated><id>https://simonwillison.net/2026/Sep/22/llm-typesafe/</id><summary type="html">
    
        &lt;p&gt;&lt;strong&gt;Release:&lt;/strong&gt; &lt;a href="https://github.com/simonw/llm-typesafe/releases/tag/0.1a0"&gt;llm-typesafe 0.1a0&lt;/a&gt;&lt;/p&gt;
        &lt;p&gt;I built this new plugin for &lt;a href="https://llm.datasette.io/"&gt;LLM&lt;/a&gt; to add support for &lt;a href="https://simonwillison.net/2026/Sep/21/jev/"&gt;TypeSafe AI's new Jev model&lt;/a&gt;. Install it like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;llm install llm-typesafe
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Then set an API key (&lt;a href="https://console.typesafe.ai/"&gt;get one here&lt;/a&gt;, the waitlist seems to move pretty fast):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;llm keys set typesafe
# Paste key
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And now you can ask yes/no "noul" questions like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;llm -m jev 'Please refund my last payment.' \
  -s 'Does this message explicitly request a refund?'
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Output:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{"type": "noul", "noul": 0.99}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Or choice questions like this:&lt;/p&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;cat message.txt &lt;span class="pl-k"&gt;|&lt;/span&gt; llm -m jev \
  -s &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;'&lt;/span&gt;Which team should handle this message? If billing and technical issues both occur, choose billing.&lt;span class="pl-pds"&gt;'&lt;/span&gt;&lt;/span&gt; \
  -o answer_type choice \
  -o criteria &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;'&lt;/span&gt;{&lt;/span&gt;
&lt;span class="pl-s"&gt;    "billing":"Charges, invoices, payments, or refunds",&lt;/span&gt;
&lt;span class="pl-s"&gt;    "technical":"Problems installing or using the product",&lt;/span&gt;
&lt;span class="pl-s"&gt;    "other":"Neither category fits"&lt;/span&gt;
&lt;span class="pl-s"&gt;  }&lt;span class="pl-pds"&gt;'&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Or scoring questions like this:&lt;/p&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;cat report.txt &lt;span class="pl-k"&gt;|&lt;/span&gt; llm -m jev \
  -s &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;'&lt;/span&gt;How reproducible is the problem described in this report?&lt;span class="pl-pds"&gt;'&lt;/span&gt;&lt;/span&gt; \
  -o answer_type score \
  -o criteria &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;'&lt;/span&gt;[&lt;/span&gt;
&lt;span class="pl-s"&gt;    "No reproduction instructions",&lt;/span&gt;
&lt;span class="pl-s"&gt;    "Some instructions, but important steps are missing",&lt;/span&gt;
&lt;span class="pl-s"&gt;    "Complete steps with expected and actual results"&lt;/span&gt;
&lt;span class="pl-s"&gt;  ]&lt;span class="pl-pds"&gt;'&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;See &lt;a href="https://github.com/simonw/llm-typesafe/blob/main/README.md"&gt;the README&lt;/a&gt; for more details.&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/projects"&gt;projects&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llm"&gt;llm&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jev"&gt;jev&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="projects"/><category term="llm"/><category term="jev"/></entry><entry><title>Jev introduces a new shape of LLM - System One, aka Decision Models</title><link href="https://simonwillison.net/2026/Sep/21/jev/" rel="alternate"/><published>2026-09-21T23:09:20+00:00</published><updated>2026-09-21T23:09:20+00:00</updated><id>https://simonwillison.net/2026/Sep/21/jev/</id><summary type="html">
    &lt;p&gt;Last week &lt;a href="https://typesafe.ai/"&gt;TypeSafe AI&lt;/a&gt; unveiled &lt;a href="https://typesafe.ai/blog/introducing-system-one-models-and-jev"&gt;Jev&lt;/a&gt;, 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 &lt;a href="https://twitter.com/Mappletons/status/2101560333441610133"&gt;a better name&lt;/a&gt; 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.&lt;/p&gt;
&lt;p&gt;TypeSafe describe Jev like this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Think of Jev as a frontier-intelligence function call: unstructured state in, typed probabilistic decisions out.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It's also very fast, and &lt;em&gt;really cheap&lt;/em&gt;. Regular LLMs &lt;a href="https://www.llm-prices.com"&gt;are priced&lt;/a&gt; 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 &lt;a href="https://developers.openai.com/api/docs/models/gpt-5-nano"&gt;GPT-5 Nano&lt;/a&gt; ($0.05/million).&lt;/p&gt;
&lt;p&gt;Jev 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.&lt;/p&gt;
&lt;p&gt;You can ask three kinds of questions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Yes/No questions, which Jev calls "Noul" questions - their CEO &lt;a href="https://news.ycombinator.com/item?id=49717558#49718407"&gt;confirmed on Hacker News&lt;/a&gt; that this is short for Bernoulli, from the &lt;a href="https://en.wikipedia.org/wiki/Bernoulli_distribution"&gt;Bernoulli distribution&lt;/a&gt;. You pose a statement and get back a floating point number between 0 and 1 for how confident the model is that the statement is true.&lt;/li&gt;
&lt;li&gt;Choice questions, where the model picks one from a set of provided options - actually a confidence score plus a probability distribution across all of the options.&lt;/li&gt;
&lt;li&gt;Score questions, where you provide sequence of numeric levels with descriptions and it provides a floating point score somewhere along that range.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The 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.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://docs.typesafe.ai/model-jaggedness/jev-1.13"&gt;Jev 1.13 jaggedness&lt;/a&gt; documentation offers useful guidance as to Jev's strengths and weaknesses. It's currently not great with numbers, dates, or "adversarial content".&lt;/p&gt;
&lt;p&gt;I think the &lt;strong&gt;decision model&lt;/strong&gt; 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.&lt;/p&gt;
&lt;p&gt;I'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.&lt;/p&gt;
&lt;h4 id="black-boxes-are-back-in-fashion"&gt;Black boxes are back in fashion&lt;/h4&gt;
&lt;p&gt;Something I've found a little uncomfortable about Jev is how it very much represents a regression even further towards black box machine learning systems.&lt;/p&gt;
&lt;p&gt;LLMs 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.&lt;/p&gt;
&lt;p&gt;Jev 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?&lt;/p&gt;
&lt;p&gt;This 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.&lt;/p&gt;
&lt;p&gt;(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 &lt;a href="https://en.wikipedia.org/wiki/Cupertino,_California"&gt;Cupertino&lt;/a&gt; top and &lt;a href="https://en.wikipedia.org/wiki/East_Palo_Alto,_California"&gt;East Palo Alto&lt;/a&gt; bottom. Huh.)&lt;/p&gt;
&lt;p&gt;In 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.&lt;/p&gt;
&lt;h4 id="unconventional-uses-for-jev"&gt;Unconventional uses for Jev&lt;/h4&gt;
&lt;p&gt;It'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:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/kyle-pena-nlp/jevchat/"&gt;jevchat&lt;/a&gt; by Kyle Pena turns Jev into a (terrible) chat model. "At every step it asks Jev one question: Given the user's question and the reply written so far, which symbol comes next?". &lt;a href="https://news.ycombinator.com/item?id=49778162#49778423"&gt;ericpruitt on Hacker News&lt;/a&gt;: "It's the digital equivalent of Morty speaking with the death crystal".&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/f/jev-leftpad"&gt;jev-leftpad&lt;/a&gt; by Fatih Kadir Akın implements &lt;a href="https://www.npmjs.com/package/left-pad"&gt;left-pad&lt;/a&gt; with the prompt "How many spaces are needed before value to reach targetLength?" and &lt;a href="https://github.com/f/jev-leftpad/blob/4f405354de756cc372826d19aa8dfbee2b675778/src/index.js#L9-L30"&gt;a choice query&lt;/a&gt; allowing options from "0 spaces are needed" to "10 spaces are needed".&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://gist.github.com/cablehead/bdf9ad946ceb26d9008976e49c9bfbbb"&gt;jev-2048&lt;/a&gt; by Andy Gayton uses Jev to play &lt;a href="https://simple-jev.featherless.ai/cool-demo/2048/"&gt;the 2048 sliding puzzle game&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="open-weight-recreations"&gt;Open weight recreations&lt;/h4&gt;
&lt;p&gt;There's also been a flurry of projects attempting to create a model like Jev using on top of open weight models. &lt;a href="https://github.com/jaredpalmer/kev"&gt;Kev&lt;/a&gt; is one interesting example, using Qwen 3.5 to produce 0.8B, 4B, and 9B models. Here's the &lt;a href="https://news.ycombinator.com/item?id=49783999"&gt;accompanying Hacker News thread&lt;/a&gt;, where someone linked to a &lt;a href="https://benchmarkheaven.com/jev-models"&gt;JevBench&lt;/a&gt; benchmark that has already cropped up to compare "Jev-class decision models".&lt;/p&gt;
&lt;p&gt;Given Jev was released just under a week ago, the amount of activity around it is extremely impressive.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/evals"&gt;evals&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai-bias"&gt;ai-bias&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jev"&gt;jev&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="ai"/><category term="generative-ai"/><category term="llms"/><category term="evals"/><category term="ai-bias"/><category term="jev"/></entry></feed>