Skip to content
JevDirectory.org
CommunityRepos & SDKs1.9k starsVerified 2026-09-22

NanoJev

An open 0.6B replica of Jev that turns states and questions into full probability distributions without decoding answer tokens, trained and evaluated on Maze, Snake, and ViZDoom.

Category
Repos & SDKs
Published by
Community
Author
TianyuCodings
Added
2026-09-22
Tagscommunitypythonopen-modelsgamesbenchmarks

Highlights

  • One shared step-400 checkpoint handles Maze, Snake, ViZDoom Basic, and Predict Position, with 18,760 questions per target data variant.
  • Held-out test results: 128/128 on ViZDoom Basic versus 56/128 for Jev, and 27/128 on Predict Position versus 11/128.
  • Choice returns a distribution over 2-255 candidates using set attention and softmax, Boolean uses a sigmoid, and Score returns a weighted level.
  • Built on Qwen3-0.6B with decision heads and a persistent inference service; checkpoints and training data are published on Hugging Face.

Quickstart

bash
python -m pip install -r requirements-toy.txt huggingface_hub

Watch out

MIT-licensed. Needs Python and a CUDA GPU to serve inference, and it is specialized to four game tasks rather than a general replacement for the Jev API.

More like this

An Apache-licensed Python library that reads option-token probabilities from open-weight models through Transformers or vLLM, giving Jev-style typed decisions in one forward pass without an HTTP server.
Repos & SDKs#community#python#open-models
14.3kGitHub stars
Open multilingual System 1 decision models with published checkpoints for choice, score and noul questions, plus a router that dispatches each request to the right checkpoint in one forward pass.
Repos & SDKs#community#python#open-models
Communitylaya
475GitHub stars
A local server and Python package that runs open models with Hugging Face Transformers or PyTorch and returns Choice, Score, and Noul answers read from next-token logits instead of generated JSON.
Repos & SDKs#community#python#open-models
Communitysimple-jev
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

Browser Use Ultrafast, powered by Jev

A really smart switch statement

hype-free explanation of jev: jev does not replace gpt / claude jev is just a *really* smart switch statement like if 2016 ml classifiers got 2026 levels of intelligence it's a new* type of tool that will make a lot of workloads insanely fast, cheap, and accurate * = and by 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

When a designer gets Jev

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