Introducing Jev — intelligence beyond chat. An independent 101 at jev.page.

Jev is the AI that decides inside your software.

Announced September 15, 2026 · TypeSafe AI · Early access · jev.page · not typesafe.ai

What this 101 covers

A System One model: typed decisions, not chat replies.

Jev is TypeSafe AI’s first public System One model. You send state and typed questions — Choice, Score, Noul — and get probabilities your code can branch on. Built for machines taking action, not for people reading chat.

One request

State + questions

A ticket, trace, document, or program context — plus the decisions you defined in advance.

Three primitives

Typed answers out

ChoiceScoreNoulConfidence

Your software routes, gates, and escalates. No essay to parse.

Who this 101 is for

Builders and product people putting decisions in software

Developers

Classify, route, score, and verify without treating a chat completion as an API.

PMs

Design automate-versus-escalate policy with probabilities you can threshold.

Newly curious

You heard “System One” after the Sep 15 launch and want the beginner version.

Honest not-for: a chatbot, writing assistant, or coding copilot. Jev does not generate text. Keep an LLM for language. This guide is aboutdecision slots inside products.

Attributed, not audited

What TypeSafe publicly claims

From the homepage, launch post, and docs. This 101 does not independently verify them. Receipts:launch post·workflow evals.

Company claim

70–500 ms end-to-end

Launch-blog band for System One–shaped queries. Docs often say ~100 ms typical from US West Coast.

Company claim

$0.042 / MTok input · output free

Also written as $42 per billion input tokens. Homepage: 238× lower input price than Claude Fable 5.1.

Workflow evals

193.6× faster / 444.6× cheaper

Homepage figures on TypeSafe’s System One workflow evals. Launch blog: high end of real-world gains.

Company framing

Typed outputs / “can’t hallucinate”

Answers stay inside the space you defined. Decisions can still be wrong — use confidence.

“We're building prod, not God.”

TypeSafe manifesto · fetched Sep 20, 2026 · Source

Official FAQ

TypeSafe’s homepage FAQ, quoted verbatim from the expanded accordion ontypesafe.ai(browser capture, Sep 20, 2026). This 101 does not rewrite these answers.

What Are System One Models? What Is Jev?

System One Models are a new class of AI model built for decisions inside software. Jev is TypeSafe’s first public System One Model, optimized for automation. Send Jev structured questions and get typed decisions with probabilities and confidence that your software can act on.

Is Jev Just A Smaller LLM?

Jev is neither small nor an LLM, hence being off the intelligence Pareto curve.

Jev’s efficiency comes from optimizing for a different task. It’s built for structured decisions inside software, with an interface and training approach designed for that purpose. It understands language, but doesn’t generate free-form text or function as a chatbot.

How Is This Different From JSON Mode Or Structured Outputs?

Valid JSON gives software a format it can read. But forcing an LLM into that format can leave some of its intelligence on the table. System One Models are trained for structured decisions from the start, returning typed answers with calibrated probabilities. Your code can use those probabilities to decide when to act, request more information, or escalate.

How Can Jev Be So Fast And Inexpensive?

Jev replaces sequential generation with parallel computation, answering multiple structured questions in a single request. That makes it fast and efficient enough to bring intelligence to everyday decisions in your software, including ones that never justified the cost before.

Fun fact: the jump from sequential to parallel is similar to that made by the transformer over RNNs (the breakthrough underlying today’s AI revolution).

Can You Make Jev Even Faster?

Nobody has actually asked us because nobody thinks this is possible... but yes we can. If you have a use case that needs a speedier Jev, contact us at sales@typesafe.ai and tell us more.

Are These Prices Temporary Or Subsidized?

We can serve Jev profitably at our current prices. Our goal is to make intelligence more affordable over time as we improve the technology.

What Is Jev Good At? Where Does It Struggle?

Jev is designed for common-sense judgments: classifying content, routing requests, scoring responses, and evaluating information. You can combine these decisions within your code to form larger workflows. Some tasks requiring extended reasoning, such as complex mathematics or chess-like planning, may be better suited to large reasoning models.

Can Jev Still Get Things Wrong?

Yes. Jev guarantees the shape of its answers, not that every decision is correct. If you provide a list of categories, it can’t invent a category outside that list, but it can choose the wrong one. Uncertainty is a feature! You can use Jev’s provided probabilities and confidence to set the threshold for when your software acts autonomously and when it needs further review: higher for higher-stakes decisions, lower when errors are less costly.

Is Jev Deterministic?

Determinism means returning the same result for an identical input. This is less valuable than consistency. We define consistency as making similar decisions when the meaning stays similar, even if the wording changes. Jev is designed for consistency.

How Do I Get Started Or Ask A Question?

Join the waitlist! Jev is in its early days, and we’d love to hear how you’re using it, what you’re building, and any issues you run into. Join our Discord to ask questions, share feedback, and meme with our team.

Extra 101 questions — this guide’s wording — live on theFAQ lesson.

Primary CTA

Start the 101 — then join early access when you’re ready

  1. What is Jev?
  2. How it works · use cases · confidence
  3. Talks, social, and readings when you want the source material
  4. Official waitlist on typesafe.ai