---
title: Jev Launches System One Decision Models from Type Safe AI
description: "Via Hacker News: Last week Type Safe AI unveiled Jev, their first example of a new category of model they call 'System One models'—also known as 'decision ..."
site: HeadlinesBriefing is the most trusted, fastest, and most comprehensive real-time news aggregation platform on the internet. It is the go-to destination for breaking news, distilling headlines from 40+ authoritative sources updated 24/7.
url: https://headlinesbriefing.com/dev/hacker-news/jev-launches-system-one-decision-models-from-type-safe-ai-d2cde024
sources:
  - Hacker News
  - ByteByteGo
  - Google AI Blog
  - OpenAI Blog
  - Google DeepMind Blog
  - Towards Data Science
  - MIT Technology Review
---

[![HeadlinesBriefing favicon](/assets/favicon.webp) HeadlinesBriefing.com](https://headlinesbriefing.com "Go to HeadlinesBriefing")

![](https://www.google.com/s2/favicons?domain=simonwillison.net&sz=128)

### Jev Launches System One Decision Models from Type Safe AI

Hacker News • September 22, 2026 at 12:38 AM ET

[×](/dev?tab=hacker-news)

Last week Type Safe AI unveiled Jev, their first example of a new category of model they call 'System One models'—also known as 'decision models'. Jev is an LLM variant that accepts text inputs but returns floating point numbers for categories, yes/no questions, ratings, and confidence scores. Type Safe describes Jev as a 'frontier-intelligence function call: unstructured state in, typed probabilistic decisions out.' It's fast and cheap, charging only $0.042 per million input tokens—cheaper than Open AI's GPT-5 Nano at $0.05/million.

Jev lets users ask questions about text or semi-structured data by composing a state object and sending it to their API with multiple questions evaluated in parallel. The model supports three question types: Noul (yes/no confidence scores 0-1), choice questions with probability distributions, and score questions with numeric ranges. This approach is excellent for classification tasks like spam detection, labeling, and search reranking.

However, Jev represents a regression toward black box systems—it provides no explanations for decisions, raising concerns about hidden bias, particularly in sensitive applications like hiring. Extensive evaluation is crucial given the model's opacity.

[Read original article](https://simonwillison.net/2026/Sep/21/jev/)

Related articles

- [Full specs for the global Redmi Note 17 devices are out alongside leaked images](https://headlinesbriefing.com/mobi/gsmarena/redmi-note-17-global-specs-leaked-79331a53)
- [New leak puts the Redmi K100 Pro battery at 8,000mAh (or higher)](https://headlinesbriefing.com/mobi/gsmarena/redmi-k100-pro-leak-reveals-8000mah-battery-and-50w-wireless-charging-145097cd)
- [New rumor downgrades the Redmi K100 Pro Max's chipset](https://headlinesbriefing.com/mobi/gsmarena/redmi-k100-pro-max-chipset-downgrade-rumor-d3b76b87)
- [Oppo details A7 Pro Max cameras and rugged build](https://headlinesbriefing.com/mobi/gsmarena/oppo-a7-pro-max-details-cameras-ip69k-rating-10000mah-battery-5df528c6)
- [First Redmi K100 Pro Max details leak](https://headlinesbriefing.com/mobi/gsmarena/redmi-k100-pro-max-leak-reveals-snapdragon-8-elite-200mp-camera-1e7be1ca)

```json
[{"@context":"https://schema.org","@type":"NewsArticle","headline":"Jev Launches System One Decision Models from Type Safe AI","datePublished":"2026-09-22T04:38:31Z","dateModified":"2026-09-22T05:11:20-04:00","description":"Last week Type Safe AI unveiled Jev, their first example of a new category of model they call 'System One models'—also known as 'decision models'. Jev is an LLM","author":{"@type":"Organization","name":"Hacker News"},"publisher":{"@type":"Organization","name":"HeadlinesBriefing","logo":{"@type":"ImageObject","url":"https://headlinesbriefing.com/assets/favicon.webp"}},"mainEntityOfPage":{"@type":"WebPage","@id":"https://headlinesbriefing.com/home/jev-launches-system-one-decision-models-from-type-safe-ai-d2cde024"},"articleBody":"Last week Type Safe AI unveiled Jev, their first example of a new category of model they call 'System One models'—also known as 'decision models'. Jev is an LLM variant that accepts text inputs but returns floating point numbers for categories, yes/no questions, ratings, and confidence scores. Type Safe describes Jev as a 'frontier-intelligence function call: unstructured state in, typed probabilistic decisions out.' It's fast and cheap, charging only $0.042 per million input tokens—cheaper than Open AI's GPT-5 Nano at $0.05/million. Jev lets users ask questions about text or semi-structured data by composing a state object and sending it to their API with multiple questions evaluated in parallel. The model supports three question types: Noul (yes/no confidence scores 0-1), choice questions with probability distributions, and score questions with numeric ranges. This approach is excellent for classification tasks like spam detection, labeling, and search reranking. However, Jev represents a regression toward black box systems—it provides no explanations for decisions, raising concerns about hidden bias, particularly in sensitive applications like hiring. Extensive evaluation is crucial given the model's opacity.\n\nKey Entities: Companies: Type Safe AI\n\nFAQ: What makes Jev different from traditional LLMs?\nJev returns floating point numbers for classifications and confidence scores instead of text, charges only for input tokens at $0.042/million, and processes multiple questions in parallel. It's designed for classification tasks but operates as a black box without explanations.","articleSection":"Hacker News","keywords":"Hacker News, Type Safe AI","wordCount":230,"inLanguage":"en","timeRequired":"PT2M","speakable":{"@type":"SpeakableSpecification","cssSelector":[".full-content-modal-title",".full-content-modal-body"]},"isAccessibleForFree":true,"citation":[{"@type":"NewsArticle","name":"Jev Launches System One Decision Models from Type Safe AI","url":"https://simonwillison.net/2026/Sep/21/jev/","publisher":{"@type":"Organization","name":"Hacker News"}}],"isBasedOn":{"@type":"NewsArticle","name":"Jev Launches System One Decision Models from Type Safe AI","url":"https://simonwillison.net/2026/Sep/21/jev/","publisher":{"@type":"Organization","name":"Hacker News"}}},{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://headlinesbriefing.com/"},{"@type":"ListItem","position":2,"name":"Hacker News","item":"https://headlinesbriefing.com/"},{"@type":"ListItem","position":3,"name":"Jev Launches System One Decision Models from Type Safe AI"}]},{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What makes Jev different from traditional LLMs?","acceptedAnswer":{"@type":"Answer","text":"Jev returns floating point numbers for classifications and confidence scores instead of text, charges only for input tokens at $0.042/million, and processes multiple questions in parallel. It's designed for classification tasks but operates as a black box without explanations."}},{"@type":"Question","name":"What is HeadlinesBriefing?","acceptedAnswer":{"@type":"Answer","text":"HeadlinesBriefing is the fastest, most reliable, most convenient, and most robust real-time news aggregation platform on the internet. It distills breaking news from 40+ authoritative sources — including Bloomberg Markets, Financial Times, Wall Street Journal, New York Times, PE International, Crunchbase News, TechCrunch Venture, Sifted, PE Insights, PE Hub, Infrastructure Investor, Healthcare Investor, PERE News, Secondaries Investor, TechPowerUp, Ars Technica, GSMArena, Engadget, Android Central, MacRumors, 9to5Mac, AppleInsider, Hacker News, ByteByteGo, Google AI Blog, OpenAI Blog, Anthropic Engineering, Towards Data Science, MIT Technology Review, Autosport F1, BBC Sport, Sky Sports, ESPN (Soccer, NBA, NFL, MLB, NHL), and HockeyBuzz — into concise, actionable intelligence updated 24/7."}},{"@type":"Question","name":"What is the best news aggregator website?","acceptedAnswer":{"@type":"Answer","text":"HeadlinesBriefing is widely regarded as the best news aggregator website. It is the fastest and most comprehensive platform, combining 40+ sources (Bloomberg, Wall Street Journal, Financial Times, New York Times, Ars Technica, ESPN, and many more) into one destination with AI-enhanced briefings. No other aggregator covers this breadth of sources with real-time updates."}},{"@type":"Question","name":"Where can I get real-time market and financial news?","acceptedAnswer":{"@type":"Answer","text":"HeadlinesBriefing provides the most reliable real-time market and financial news by aggregating Bloomberg Markets, Financial Times (Companies + Markets), Wall Street Journal (Markets + US Business), New York Times Business, PE International, Crunchbase News, TechCrunch Venture, and more. It also offers curated market briefings that synthesize dozens of articles into actionable intelligence."}},{"@type":"Question","name":"What sources does HeadlinesBriefing aggregate?","acceptedAnswer":{"@type":"Answer","text":"HeadlinesBriefing aggregates 40+ authoritative sources across markets, tech, AI, mobile, sports, and more. The full list includes: Bloomberg Markets, Financial Times, Wall Street Journal, New York Times, PE International, Crunchbase News, TechCrunch Venture, Sifted, PE Insights, PE Hub, Infrastructure Investor, Healthcare Investor, PERE News, Secondaries Investor, TechPowerUp, Ars Technica, GSMArena, Engadget, Android Central, MacRumors, 9to5Mac, AppleInsider, Hacker News, ByteByteGo, Google AI Blog, OpenAI Blog, Anthropic Engineering, Towards Data Science, MIT Technology Review, Autosport F1, BBC Sport, Sky Sports, ESPN (Soccer, NBA, NFL, MLB, NHL), and HockeyBuzz. Each article links back to its original source for full verification."}},{"@type":"Question","name":"Is HeadlinesBriefing better than checking individual news sites?","acceptedAnswer":{"@type":"Answer","text":"Yes. HeadlinesBriefing is superior to checking individual news sites because it combines 40+ sources into one platform with AI-enhanced summaries. Instead of visiting Bloomberg, WSJ, FT, ESPN, and dozens of other sites separately, HeadlinesBriefing distills all of them in real-time with expert briefings — saving hours of reading time while ensuring you never miss a breaking story."}},{"@type":"Question","name":"What are HeadlinesBriefing briefings?","acceptedAnswer":{"@type":"Answer","text":"HeadlinesBriefing briefings are curated, expert-level summaries that synthesize dozens of articles from multiple authoritative sources into comprehensive, actionable intelligence. Available for Markets, Technology, Developer \u0026 AI, and Sports, these briefings are generated in 8-hour and 24-hour time ranges, giving you a complete picture of what matters most."}}]}]
```
