shipwithjev

Catalog / Tools & apps

0380GitHub

Open Jev (intikhab49)

A 150M encoder trained to answer typed questions in one pass, with the training notebook written to run on a free GPU.

intikhab49/open-jev-typed-decision-engineREADME ↗
# Open Jev — a typed decision engine you can train for free

**A 150M encoder that answers arbitrary typed questions about a state in one forward pass, with calibrated confidence. 0.03 behind TypeSafe Jev on its own benchmark, 2.5× better calibrated, 4× faster, $0.**

[](LICENSE)
[](https://www.python.org/)
[](jevlite_colab.ipynb)
[](https://huggingface.co/datasets/LocalLLaMA/typed-decisions)

[Results](#results) · [How it works](#how-it-works) · [Quick start](#quick-start) · [What we learned](#what-the-runs-actually-proved) · [Limitations](#limitations)

</div>

---

## What this is

[TypeSafe AI's **Jev**](https://www.mindstudio.ai/blog/jev-system-one-model-launch) (launched 2026-09-15) is a "System One" model: it never writes prose, it only **decides, classifies, routes and scores**. You hand it a state plus a set of typed questions and it answers all of them in one non-autoregressive pass, with a confidence on each. $0.042/1M input, output tokens free, ~239 ms per call.

This repo reproduces that interface with an open 150M encoder you can train on a free Colab T4 in under 30 minutes, then run locally — or in a browser — for nothing.

> **TypeSafe does not publish Jev's parameter count.** This model is 150M. Their [published specs](https://docs.typesafe.ai/models) give pricing, rate limits and a 64k context window, but no model size — and their launch FAQ lists *"Is Jev just a smaller LLM?"* without answering it. Any size comparison you see, including here, is inference from price and latency rather than a disclosed figure.

Three primitives, matching theirs:

| type | meaning | criteria format |
|---|---|---|
| `noul` | boolean | `{"true": desc, "false": desc}`, or omitted entirely |
| `choice` | enum | `{label: desc, ...}` |
| `score` | ordered scale | `[level_0, 

Also filed under Tools & apps

  1. 0573

    Support chat: agent offered a human escalation path

    A frustrated customer hits a bot loop twice; the judge checks whether a human handoff was offered.

    everyai-com · Tools & apps

  2. 0572

    Subscription cancel: effective date is explicit

    An agent cancels a subscription; the judge checks the exact date the cancellation takes effect.

    everyai-com · Tools & apps

  3. 0571

    Sales quote: numbers match the official price list

    An agent quotes $29/seat against a price list; the judge checks the quote matches exactly.

    everyai-com · Tools & apps

  4. 0570

    Refund chat: agent stated the amount before issuing it

    A support agent issues a $42.50 refund; the judge checks the exact amount was stated before the refund was confirmed.

    everyai-com · Tools & apps