Skip to content
JevDirectory.org
CommunityPractices & Patterns296 starsVerified 2026-09-22

decider

An independent open reproduction of the System One model class: Qwen3.5-based 2B and 35B mixture-of-experts models that return typed Choice, Score, and Noul probabilities in one forward pass, with nothing distilled from Jev.

Category
Practices & Patterns
Published by
Community
Author
Mapika
Added
2026-09-22
Tagscommunitypythonopen-modelscalibrationbenchmarks

Highlights

  • decider-2b is built on Qwen3.5-2B-Base and decider-35b-a3b on Qwen3.5-35B-A3B-Base, trained on public data plus labels from a local Qwen3.5-27B teacher.
  • The project says nothing was distilled from Jev and it is not affiliated with or endorsed by TypeSafe AI.
  • On JevBench it ranked #10 of 36 (decider-35b-a3b, 68.9) and #21 (decider-2b, 64.6); on the Decision Index the NVFP4 build sits 4th of 32.
  • decider-2b v10 adds 384 steps of calibration-aware RL, lifting sampled browser play from 83% to 93% and belief from 0.47 to 0.22 nats above the exact laws.
  • Published on PyPI as decider-ai with MPS acceleration for Apple Silicon; Pong decisions run in 43 ms median on one B300 in bf16.

Quickstart

bash
pip install decider-ai
git clone https://github.com/Mapika/decider && pip install -e ".[serve]"

Watch out

Apache-2.0. Unaffiliated with TypeSafe; serving needs Python plus a GPU or Apple Silicon MPS, the 2B trails on calibration and the 35B on cost, and a Blackwell cached shared-state bug was fixed in 1.0.2.

More like this

3.6kGitHub stars
An independent baseline that reads typed option probabilities straight from a frozen Qwen3.5-4B's logits in one forward pass, reproducing Jev's interface pattern with open models rather than Jev's undisclosed model or training.
Practices & Patterns#community#python#open-models
CommunitySemIf
3.2kGitHub stars
Apache-licensed, locally runnable Jev-style decision models (0.8B, 4B, 9B on Qwen3.5) with released weights, training code, a System One-compatible server, frozen eval suites, and a playground.
Practices & Patterns#community#python#open-models
Communitykev
260GitHub stars
A ModernBERT-based open decision model that evaluates Choice, Score, and Noul schemas in one non-autoregressive pass; Verdict 2.0 reports 77.10% accuracy on 2,000 held-out enterprise decisions.
Practices & Patterns#community#python#open-models
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

Full Jev video tutorial

The case against Jev-scored compaction

This is a terrible compaction strategy that fundamentally doesn't understand how compaction and context management work. Seems like a lot of people are confused so let's break this down. 1. Compaction isn't a filter The role of compaction is to clean up history to keep the Show more

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

Classifying rows in DuckDB

A playable 16-judgment demo

AI multiple choice, not essay writing

Screening agent actions with Jev

Tested TypeSafe’s Jev (no-text, probability-only model) as an AI agent safety monitor. Checking each action first worked well caught most attacks with almost no false blocks, and much faster than Gemini.

Image
Image
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