shipwithjev

Catalog / Agents & browsers

0303GitHub

Jev Explained

Interactive playground that walks through a typed request and its probabilities, with your own key.

davila7/jev-explainedREADME ↗
# Jev Explained

**Learn how TypeSafe's Jev makes typed, probabilistic decisions — by running it.**

Live demo: **https://jev-explained-repo.vercel.app/** (bring your own TypeSafe or Vercel AI Gateway key).

<p align="center">
  <img src="docs/jev-primitives.png" alt="Jev primitives: Noul (yes/no), Choice (which one), Score (how much)" width="640">
</p>

An interactive playground that shows, step by step, how [Jev](https://typesafe.ai/blog/introducing-system-one-models-and-jev) — TypeSafe's System One model — works.

## What is Jev?

Jev is not a chat LLM. It does not generate text. You send it a **state** (any text or JSON: an email, a market snapshot, a tool call an agent wants to run, a whole inbox) plus one or more typed **questions**, and it returns calibrated probabilities for every question in a single ~100 ms round trip. Your code, not the model, makes the final decision by thresholding on those numbers.

### The three primitives

Choose the primitive by the type of question you are asking:

| Primitive | Ask it when | Example | Returns |
| --- | --- | --- | --- |
| **Noul** — yes / no? | the question is binary | *Is this email spam?* | one probability, 0 → no, 1 → yes |
| **Choice** — which one? | you pick from known options | *Which team should handle this?* | the chosen option, a probability for every option, and a `confidence` |
| **Score** — how much / what level? | you grade on an ordered rubric | *How risky is this?* | a weighted score, a probability for every level, and a `confidence` |

Two things make this different from asking an LLM:

- **Questions run in parallel.** Jev reads the state once and answers every question at the same time, so ten questions cost about the same as one. You can fan out speculatively and let your code decide what matters.
- 

Also filed under Agents & browsers

Gregor Zunic

@gregpr07

Breaking: Browser Use + Jev = Ultrafast ⚡ Findings flights took 7s and cost only $0.0039 🤯 > new action space every step > DOM state space > small LLM fallback to type (this video is at 1x speed btw) Built a tiny open source browser agent. try it below ↓

X postAgents & browsers

★ Pick

Flight search with Browser Use

Run time
~7 s
Cost
~$0.004

oso95

github.com

Chrome extension that labels every post you scroll past on X with six typed questions per post, and counts what it costs in the corner.

GitHubAgents & browsers

x-scanner

RafalWilinski

github.com

Chrome extension that scores draft posts and reply context before posting; optional media descriptions come from a separate vision model.

GitHubAgents & browsers

Vibe Check for X