Skip to content
JevDirectory.org

Sites & Guides

18 curated entries. Documentation, write-ups, and community hubs for learning Jev, from the canonical docs to independent tutorials, reviews, and videos.

Start here

Featured entries in sites & guides.

End-to-end guide to a ticket-routing workflow with confidence thresholds, zero-data-retention options, and mock-based tests that need no network call.
Sites & GuidesArticle#community#vercel#tutorial
Community
A practical tour with JavaScript examples: typed choices, scores, probabilities, real latencies and costs, the jagged edges, and how to split jobs correctly.
Sites & GuidesArticle#community#tutorial#javascript
Community
The launch story: why TypeSafe built decision models, the side-by-side demo, the Doom and Wikiracing bots, and the published workflow evals.
Sites & GuidesArticle#official#announcement#benchmarks
Official

125 resources

The raw HTTP contract behind every SDK: POST a state plus typed noul, choice, and score questions to /v1/systemone, and get one answer per question, with error codes and retry guidance.
Sites & GuidesDocs#official#docs#api
Official
The model card for jev-1.13.0: $42 per billion input tokens with free output, a 64k context, 250k tokens per second, and how to list the models your account can call.
Sites & GuidesDocs#official#docs#models
Official
The idea behind Jev: models that return typed decisions and probabilities instead of generated text, named after Kahneman's fast-thinking System 1, with confidence to route around uncertainty.
Sites & GuidesDocs#official#docs#architecture
Official
Why TypeSafe trains decision models with RLCD instead of RLHF: calibrated probabilities where 0.2 outcomes happen about 20% of the time, and the case for machine-to-machine automation.
Sites & GuidesDocs#official#docs#evaluation
Official
TypeSafe AI's official launch post: the company is out of stealth and developers can get access to Jev from the website, alongside the founder's launch thread.
Sites & GuidesPost#official#x#launch
Official
A Python walkthrough of typesafe-sdk: sync and async clients, grouping answers into choices, scores, and nouls, and routing uncertain cases to review, with arithmetic kept in Python.
Sites & GuidesArticle#community#tutorial#python
Community
A practical guide through SDK setup, the three primitives, and five patterns including speculative fan-out, confidence-gated routing, composite scoring, and a retrieval-then-judge cascade.
Sites & GuidesArticle#community#tutorial#python
Community
A plain-English guide to Choice, Score, and Noul with Python and curl examples, confidence-gated branching for support, moderation, and fintech, plus a skeptical read of the benchmarks.
Sites & GuidesArticle#community#guide#python
Community
Diogo Almeida's launch thread: after co-inventing ChatGPT, he spent two years on RLCD and Jev, a System One model he pitches as 20-200x faster and 40-400x cheaper for typed decisions.
Sites & GuidesVideo#community#x#video
Community
A hype-free framing of Jev: not a replacement for GPT or Claude, but a new tool class for fast, cheap structured decisions, like 2016-era classifiers with 2026-level intelligence.
Sites & GuidesPost#community#x#explainer
Community
A curated thread of the strongest Jev community projects found on X within the first days of launch, from the creator behind the Jev voice browser and a full video tutorial.
Sites & GuidesPost#community#x#roundup
Community
A 22-minute walkthrough covering what Jev is, API setup, and three demos: a voice-controlled browser, AI memory, and a YouTube predictor, with chapter timestamps in the post.
Sites & GuidesVideo#community#x#video
Community
End-to-end guide to a ticket-routing workflow with confidence thresholds, zero-data-retention options, and mock-based tests that need no network call.
Sites & GuidesArticle#community#vercel#tutorial
Community
A practical tour with JavaScript examples: typed choices, scores, probabilities, real latencies and costs, the jagged edges, and how to split jobs correctly.
Sites & GuidesArticle#community#tutorial#javascript
Community
Give Jev a screen snapshot and a task, and it chooses the next action for agent-driven mobile QA. Ships as a CLI you can point at a real app.
Sites & GuidesArticle#community#mobile#qa
Community
The launch story: why TypeSafe built decision models, the side-by-side demo, the Doom and Wikiracing bots, and the published workflow evals.
Sites & GuidesArticle#official#announcement#benchmarks
Official
The canonical introduction: Jev is TypeSafe's flagship model and the first System One model. Send state and typed questions, get structured answers your code can use directly.
Sites & GuidesDocs#docs#official#primitives
Official
Everything you need to make your first request: install an SDK, get an API key, and send state plus typed questions.
Sites & GuidesDocs#docs#official#quickstart
Official

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

Fast browser use with Stagehand

we built blazing fast computer/browser use with Jev + @Stagehanddev. this task cost $0.001 and executed at near instant speed (in a remote browser btw) the loop: observe the page, send a11y tree as state + actions as questions, Jev decides the next action, then Stagehand Show more

Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply

LLM-as-a-judge, sped up

Jev has spoken. It picked which model is AGI. 20–200x faster. 40–400x cheaper. This could make things like LLM-as-a-judge insanely fast and nearly free. (I tried a bunch of prompts and still didn’t burn through $0.10.)

Image
Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply

Instant compaction with Jev

A Claude session from 1M to 86K tokens

This is actually insane. This uses @typesafeai Jev model, as a plugin in Claude to review all the un-nesseasary tool calls, and it takes 1s to run! Like, literally, 1 second to take my Claude session from nearly 1M to ... 86K tokens! 😮 Ask your claude to install it and be  Show more

Image
Image
tamara
tamara
@tamarajtran

found the perfect use case for @typesafeai Jev: instant compaction in 2026, why is compaction still a summarization prompt? Jev can make it instant by scoring every tool call and dropping what’s irrelevant

Reply

Vercel's fx safety reviewer, 18x faster

We're seeing extraordinary results from @typesafeai. Default mode in 𝚏𝚡 is auto, with a safety reviewer analyzing every command. That reviewer runs on GPT Luna today. Jev is up to 18x faster (p95) *and* more accurate. It's coming to @vercel AI Gateway and likely new default.

Pranit
Pranit
Vercel
@fazxes

We benchmarked fx auto mode (safety) classifier with @typesafeai's Jev. tl;dr: ~5-18x faster and more accurate than 𝚐𝚙𝚝-𝟻.𝟼-𝚕𝚞𝚗𝚊, our current top choice

Image
Reply

Jev lands on OpenRouter