cd /news/ai-products/stop-paying-for-output-tokens-with-j… · home topics ai-products article
[ARTICLE · art-137395] src=promptcube3.com ↗ pub= topic=ai-products verified=true sentiment=· neutral

Stop paying for output tokens with Jev and these "decision models

TypeSafe AI released Jev, a "System One" decision model that returns floating point numbers instead of prose and charges only for input tokens at $0.042 per million, undercutting GPT-5 Nano's $0.05 per million. Jev accepts a state object plus questions in three query types — Noul (Bernoulli) confidence floats between 0 and 1, choice probability distributions, and score questions on a defined numeric range — and evaluates all questions in parallel. The model's opacity drew criticism in the source, which noted users get only a number with no visibility into which signals triggered a decision, raising bias concerns for uses such as ranking job applicants.

by read3 min views2 publishedSep 22, 2026
Stop paying for output tokens with Jev and these "decision models
Image: Promptcube3 (auto-discovered)

Imagine an LLM that actually knows how to shut up and just give you a number. TypeSafe AI just dropped Jev, which they call a "System One" model, though "decision model" fits better. Instead of hallucinating a three-paragraph essay when you just wanted a yes or no, Jev takes text and spits out floating point numbers. It's basically a frontier-intelligence function call: you feed it unstructured state, and it gives you typed probabilistic decisions.

The pricing is the only thing that makes sense in the current market. Jev only charges for input tokens—output is free. At $0.042 per million tokens, it's actually cheaper than GPT-5 Nano, which sits at $0.05 per million.

How do you actually use this thing? #

You don't "chat" with Jev. You send a "state" object (a string, an array of strings, or name-value pairs) and attach one or more questions. Since it evaluates everything in parallel, you can cram as many questions as the context window allows without the latency spiking.

You're limited to three types of queries:

  • Noul questions: (Short for Bernoulli, because why make it easy?) You make a statement, and it returns a float between 0 and 1 representing its confidence that the statement is true.
  • Choice questions: You provide a set of options, and it returns a probability distribution across those options plus a confidence score.
  • Score questions: You define a numeric range with descriptions, and it places the input somewhere on that scale via a floating point score.

Where does this actually work? #

If your task is basically classification, this is the move. Spam detection, labeling, or ranking—things where a prose response is just noise. I've been playing with it for search reranking: use a cheap algorithm like BM25 to grab 100 potential matches, then let Jev score those 100 candidates for relevance against the query. It's significantly faster than asking a standard LLM to "rate these 100 items" and hoping it doesn't lose count.

The "Black Box" problem #

Here is the annoying part: we are moving backward into total opacity. With a standard LLM, you can at least beg it to "explain its reasoning" (even if it's just lying to you). Jev gives you nothing but a number. If it flags a document as spam or ranks a lead as "low quality," you have zero visibility into which specific signals triggered that decision.

This makes bias a massive concern. If you're using a floating point number to rank job applicants, you're basically trusting a black box to handle human careers without a single word of justification. It's efficient, sure, but it's a blind leap of faith.

Next NVIDIA Isaac ROS 5.0 makes it way easier for AI agents to actually build robots →

All Replies (3) #

Want a live back-and-forth? Join the global AI chat room — login to talk. I want to try this tonight. Does Jev actually support floating point numbers with more than two decimal places?

This burned me last month. Paying for three-paragraph essays when I only needed a yes or no is a total waste.

I'm curious if the floating point outputs can actually be used for weighted scoring in a pipeline. That's the only way this scales.

── more in #ai-products 4 stories · sorted by recency
── more on @typesafe ai 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/stop-paying-for-outp…] indexed:0 read:3min 2026-09-22 ·