Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Jev Awesome

Tools, SDKs, integrations and examples for Jev, the System One model from TypeSafe AI.

Browse it with search and filters: awesomejev.radrebeldeveloper.com

The coverage claim is checked, not inferred: every day, each entry is looked for in the other public Jev directories - the two directory sites and the largest list repositories - and the count only stands when every source answered. data/coverage.json records what was checked, how many links each source returned, and when.

Jev is not a chatbot and not a coding model. You send it application state plus a list of typed questions, and it returns one typed answer per question: a yes/no probability, one option from a list you defined, or a position on a scale you defined. It does not emit free text, which is why TypeSafe AI describes it as unable to hallucinate or produce a type error. The company reports inference 40–200x faster than frontier LLMs on comparable classification work, at $0.042 per million input tokens with output billed at zero.

Those numbers are the vendor's own. This list exists to collect what people actually build with the model, so the claims can be checked against working code.

New here? Start with the official launch post, then the LangChain harness walkthrough.

Contents

Moving fastest this week

Official

SDKs and clients

  • razorback16/openjev - Open, Jev-compatible System One decision server on DiffusionGemma
    389 stars · Python · Apache-2.0 · updated 2026-09-23
  • logan-markewich/jeff - A self-hosted drop-in replacement for TypeSafe's jev, powered by GliFormer.
    238 stars · Python · MIT · updated 2026-09-20
  • FerryCorleone/crush-monitor - Crush 好感监控器:用 Jev 分析微信聊天的情绪、意图和回复表现。本机部署,使用自己的 API Key。
    210 stars · TypeScript · MIT · updated 2026-09-24
  • vinilana/jev-gateway - An easy way to use jev with your coding agent for tool calling reasoning
    205 stars · TypeScript · MIT · updated 2026-09-23
  • jexp/neo4jev - Typesafe.ai System One Model Jev navigating a Neo4j graph by using a classifier over neighbouring relationships
    129 stars · Jupyter Notebook · MIT · updated 2026-09-18
  • arimanyus/warrenduffer - AI-driven intraday trading bot for Indian stocks. Jev ranks the Nifty 50 every 15s; code sizes each trade and places the stop; orders go live through Zerodha Kite or Kotak Neo. Day replay, kill switch, daily loss halt, terminal dashboard.
    86 stars · TypeScript · MIT · updated 2026-09-23
  • f/jev-leftpad - Left-pad strings with TypeSafe AI's Jev. For reasons.
    84 stars · JavaScript · MIT · updated 2026-09-21
  • Bodila51/grok-bot-jev - Connect TypeSafe Jev to Grok Bot as a cheap decision layer - usage gates, skill template, examples
    78 stars · Python · MIT · updated 2026-09-20
  • fazlerocks/jevmail - Open-source AI email triage for Gmail. Sorts your inbox into Needs reply, Updates, Promos, Sales and Spam with Jev, TypeSafe AI's decision model, via Vercel AI Gateway. Read-only, runs locally, 1,000 emails in about a minute for 3 cents.
    74 stars · TypeScript · MIT · updated 2026-09-19
  • AboveColin/HA-Jev - Ask your house a question, get a number back. Home Assistant integration for TypeSafe Jev: typed answers as sensors, four actions for automations, and a conversation agent for Assist.
    58 stars · Python · MIT · updated 2026-09-24
  • hunkim/solar-mini4-jev - No description provided.
    41 stars · Python · updated 2026-09-24
  • Chuf-H/jev-tree - Jev-native probability tree and graph runtime for verifiable multi-step decision making.
    37 stars · Python · Apache-2.0 · updated 2026-09-23
  • spring-ai-community/spring-ai-typesafe - A Java SDK for the TypeSafe AI JEV API, & Spring AI TypeSafe integrations.
    36 stars · Java · Apache-2.0 · updated 2026-09-23
  • alvarobartt/sys1 - System One compatible API for open decision models, written in Rust.
    33 stars · Rust · updated 2026-09-24
  • TypeLLM/pijev - Permutation Invariant Jev
    33 stars · Python · Apache-2.0 · updated 2026-09-22
  • bhaiG-de/jev-design-test - Jev shadcn-block generator
    25 stars · TypeScript · MIT · updated 2026-09-21
  • bladedevoff/stuntd - Local proxy that learns your app's typed LLM decisions and answers them with a Laya head. Jev and OpenAI compatible.
    22 stars · Python · Apache-2.0 · updated 2026-09-24
  • sorrycc/typesafe-snake - Snake auto-played by TypeSafe's Jev model: one System One choice per tick, legal moves and facts generated in code
    22 stars · TypeScript · updated 2026-09-17
  • buberlo/dsh-jev - Jev-powered decision layer for DeepSeek Harness
    20 stars · TypeScript · MIT · updated 2026-09-23
  • rhighs/jev-code - Interactive TypeScript coding CLI powered by Jev typed decisions and constrained AST generation.
    20 stars · TypeScript · updated 2026-09-20
  • chengyongru/fastjev - SDK-first, independently maintained SemIf fork for fast, self-hosted semantic decisions.
    19 stars · Python · MIT · updated 2026-09-24
  • Ray-Hughes/jevalyn - The decision layer for your Rails app. A Rails-native wrapper around TypeSafe's Jev System One API: typed, calibrated decisions in your control flow.
    19 stars · Ruby · MIT · updated 2026-09-21
  • mattn/go-jev - Go SDK and CLI for TypeSafe Jev: typed decisions (yes/no, choice, score) from a model
    18 stars · Go · MIT · updated 2026-09-23
  • Bodila51/muse-jev-playbook - Jev decision layer for Muse: a fast, cheap TypeSafe AI gate before expensive agent work — confidence policy, recipes, reference router, honest measurement.
    16 stars · Python · MIT · updated 2026-09-22
  • romaluev/jev-ego - Fast browser agent for ego lite. One TypeSafe request per step; an agent or Jev picks the move.
    15 stars · TypeScript · updated 2026-09-17
  • evoke-build/evoke - Software, by reflex. Say it, and the right small program runs: chosen by a calibrated classifier, run only when it is sure enough, and it asks before anything that cannot be undone. A CLI, a package manager and a TypeScript SDK: the first implementation of the idea.
    14 stars · Rust · Apache-2.0 · updated 2026-09-23
  • syumai/jevyoumean - Semantic "Did you mean?" for any CLI — wraps commands and uses TypeSafe's Jev to match subcommand typos by intent, not edit distance.
    14 stars · Go · MIT · updated 2026-09-23
  • atharvamhaske/typesafe-sdk-go - unofficial go sdk for typesafe ai. not affiliated with or endorsed by typesafe ai. a side project built to fill the missing go sdk gap, for the community to use.
    13 stars · Go · MIT · updated 2026-09-21
  • zhulinchng/jevper - Jev-shaped (TypeSafe System One) classification wrapper over OpenAI-like clients: probabilities and confidence instead of prose
    12 stars · Python · Apache-2.0 · updated 2026-09-24
  • a3165458/ai-trading - JEV/this-that decision loop for Lighter.xyz BTC and ETH perps with a BUY/SELL web blotter
    11 stars · Python · updated 2026-09-24
  • d-date/swift-jev - A Swift client for TypeSafe AI's Jev — typed judgements, not text
    11 stars · Swift · MIT · updated 2026-09-23
  • hev/reranker - Use Jev (TypeSafe's System One model) as a calibrated reranker: one call, up to 30 documents, a probability per document. Apache-2.0.
    11 stars · Python · Apache-2.0 · updated 2026-09-17
  • agencyenterprise/jev-recipes - 80+ composable TypeScript recipes powered by Jev for AI agents, retrieval, answer verification, and conversation workflows.
    10 stars · TypeScript · MIT · updated 2026-09-23
  • arielweinberger/jev-autopilot - This demo uses Jev from TypeSafe AI to autonomously fly a drone in a random city from point A to point B, avoiding obstacles along the way. A trip costs $0.01.
    10 stars · TypeScript · updated 2026-09-17
  • frostney/clean-code-review - Every code file in a pull request, judged against Uncle Bob's Clean Code by TypeSafe's Jev, then reviewed by Luna. Built on eve and Next.js.
    10 stars · TypeScript · MIT · updated 2026-09-23
  • Nisaka520/JevBystander - 安卓无障碍版微信判读:只读屏、只弹 3 条 Toast(意图 / 情绪 / 着急 / 建议),不生成回复文案、不发送 · 零第三方依赖,APK 861 KB
    9 stars · Kotlin · MIT · updated 2026-09-23
  • amithgc/local-jev - A local, offline System One server compatible with TypeSafe's Jev API. It answers typed yes/no, category and score questions with small open models.
    8 stars · Python · MIT · updated 2026-09-21
  • arjun988/Kev - Open-source System One decision engine. Typed choice / score / noul with calibrated probabilities. Self-host with Ollama or any OpenAI-compatible model. Apache-2.0.
    8 stars · TypeScript · Apache-2.0 · updated 2026-09-23
  • NSStudent/JevSwiftSDK - An independent, type-safe Swift SDK for TypeSafe Jev, with async/await, batching, retries, and SPM support.
    8 stars · Swift · MIT · updated 2026-09-19
  • saibimajdi/typesafeai-dotnet-sdk - Community .NET SDK for the TypeSafe AI System One API — typed noul, choice, and score questions with structured, confidence-scored answers. Not affiliated with TypeSafe AI.
    8 stars · C# · MIT · updated 2026-09-23
  • Skyvern-AI/jevscape - RuneBench harness for TypeSafe's Jev: bounded action catalog, tick-mode controller and a live dashboard
    8 stars · TypeScript · updated 2026-09-18
  • Tangerg/typesafe-sdk-go - Go SDK for the TypeSafe AI API — typed questions in, probability distributions out.
    8 stars · Go · MIT · updated 2026-09-19
  • TrustifAI/typed_evals - Fast, typed, calibrated evaluations for LLM and agent outputs, powered by Jev — with simple, framework-agnostic Python APIs
    8 stars · Python · MIT · updated 2026-09-24
  • TypeSafeAI/jev-harness - A custom coding harness for TypeSafe AI's Jev: an LLM proposes, Jev answers narrow questions, code decides, every step leaves a receipt.
    8 stars · TypeScript · MIT · updated 2026-09-23
  • devbackend/jevgo - Unofficial Go client for the TypeSafe AI System One API (Jev) — typed questions in, calibrated answers out.
    7 stars · Go · MIT · updated 2026-09-21
  • joevidev/ui-generator-instinct-jev - No description provided.
    7 stars · TypeScript · updated 2026-09-18
  • joshmn/typesafe-sdk - Ruby client for typesafe.ai
    7 stars · Ruby · MIT · updated 2026-09-19
  • leftspace89/JevBird - No description provided.
    7 stars · Python · MIT · updated 2026-09-17
  • tontoko/jev-browser - One grounded Jev/Playwright core: typed SDK, persistent CLI, and MCP server with native browser operations and deterministic assertions.
    7 stars · JavaScript · Apache-2.0 · updated 2026-09-24
  • AbdelStark/bicameral - Hybrid coding harness: System 2 writes, System 1 (Jev) runs reflexes.
    6 stars · TypeScript · MIT · updated 2026-09-16
  • doronp/jevc - Compile agent policy prose into deterministic verdict programs: narrow evidence questions for the model, the verdict computed in code. Install: npm i -g jev-compiler
    6 stars · TypeScript · Apache-2.0 · updated 2026-09-22
  • HorusJiang/dsh-jev-tools - Jev judgment, not generation: prune long tool output, screen fetched pages for injected instructions, and gate completion claims inside DeepSeek Harness.
    6 stars · TypeScript · MIT · updated 2026-09-22
  • joshhu/jevtest - 情緒測謊器:嘴上說「好」,心裡真的好嗎?用 TypeSafe Jev(System One 模型)透過 OpenRouter 即時判斷,並與一般 LLM 對照
    6 stars · HTML · updated 2026-09-20
  • smartaces/jev-plays-streetfighter-2 - No description provided.
    6 stars · Python · updated 2026-09-21
  • ticofab/scala-jev-sdk - Scala SDK for Jev. No effect system bundled.
    6 stars · Scala · Apache-2.0 · updated 2026-09-19
  • 3clyp50/a0-typesafe-ai - TypeSafe AI Jev judgments for Agent Zero, with typed tools and probability cards.
    5 stars · Python · MIT · updated 2026-09-17
  • cheeaun/jevmoji - Type anything. Get related emojis scored 0–3 with Jev.
    5 stars · JavaScript · MIT · updated 2026-09-21
  • exfly/laya-jev-compatible-server - A TypeSafe Jev-compatible HTTP server (POST /v1/systemone)
    5 stars · Python · updated 2026-09-20
  • gilljon/typesafe-ai-rs - Independent async and blocking Rust SDK for the TypeSafe AI System One API
    5 stars · Rust · MIT · updated 2026-09-17
  • hoangnb24/paseo-supervision - Paseo plugin for supervising Lead–Peer communication protocol drift with Jev
    5 stars · TypeScript · Apache-2.0 · updated 2026-09-20
  • nshkrdotcom/typesafe_sdk - An idiomatic, type-safe Elixir port of the official TypeScript AI SDK (ai / ai-sdk) providing unified LLM integrations, streaming text and structured outputs, tool calling, and agentic workflows. Jev is their current flagship model and is the first System One model.
    5 stars · Elixir · MIT · updated 2026-09-20
  • Premo-Cloud/typesafe-sdk-java - Community Java SDK for Jev, TypeSafe's System One model: typed questions in, typed answers with calibrated probabilities out. Java 17+, Spring Boot starter (unofficial)
    5 stars · Java · MIT · updated 2026-09-23
  • Stumble/jev-go - Community Go SDK for TypeSafe AI Jev / System One
    5 stars · Go · MIT · updated 2026-09-18
  • tiandee/codex-jev-router - No description provided.
    5 stars · JavaScript · MIT · updated 2026-09-21
  • vercel-labs/jev-ai-sdk-form-router - Route form submissions to the right people with Jev and AI SDK.
    5 stars · TypeScript · MIT · updated 2026-09-22
  • xingwudao/OpenJev - OpenJev: an independent Jev-inspired System One decision API based on TypeSafe.ai concepts. Choice, score and noul primitives, local mock server, Python and TypeScript SDKs. Real inference planned; not affiliated with TypeSafe AI.
    5 stars · Python · updated 2026-09-18
  • alterhq/typesafe-sdk-swift - Unofficial Swift library for the TypeSafe API
    4 stars · Swift · MIT · updated 2026-09-15
  • dougsong/jev-android - A Kotlin Android SDK for UI automation powered by TypeSafe Jev, with an accessibility runtime and sample app.
    4 stars · Kotlin · MIT · updated 2026-09-20
  • jamilxt/typesafe-ai-java - Community-maintained Java SDK for the TypeSafe AI System One (Jev) API. Not an official TypeSafe product.
    4 stars · Java · updated 2026-09-23
  • kisshan13/typesafe-ai-go - Community-maintained Go SDK for the TypeSafe AI System One evaluation API, with typed questions, fluent builders, retries, and examples.
    4 stars · Go · MIT · updated 2026-09-20
  • Olti1947/jev-java - Idiomatic Java SDK for TypeSafe AI Jev System One decision engine
    4 stars · Java · updated 2026-09-21
  • paramjeetn/jev-cookbook - The complete cookbook for Jev by TypeSafe AI — 120+ use cases, 10 runnable examples, 4 composition patterns, and first-principles theory for the world's first System One AI model.
    4 stars · Python · MIT · updated 2026-09-22
  • priyankark/jev-state - Build and regression-test conversational state machines powered by Jev. Inspect decisions, capture failing conversations as tests, and export runnable TypeScript for your app.
    4 stars · TypeScript · MIT · updated 2026-09-22
  • TimothyZhang7/open-decisions - Typed decisions from local open models. Python SDK, agent routing, and experimental Tetris. MIT.
    4 stars · Python · MIT · updated 2026-09-18
  • abeldzan/jev-rs - Async-first Rust SDK for the TypeSafe AI API
    3 stars · Rust · MIT · updated 2026-09-18
  • antTing/jev-accounts-hub - A multi-account manager and API gateway for TypeSafe / Jev. 一个用于 TypeSafe / Jev 的多账户管理器和 API 网关。交流群:1102910606
    3 stars · Go · MIT · updated 2026-09-22
  • ArmanJR/Jev-Persian-Benchmark - A Quick Typesafe's Jev Evaluation on Persian
    3 stars · Python · updated 2026-09-22
  • cernst11/graphql-classifier - Scan a GraphQL schema and flag PII, auth gaps, N+1 risk, and naming/doc issues using TypeSafe's Jev model
    3 stars · TypeScript · MIT · updated 2026-09-20
  • ChristianAlexander/effect-jev-cwe - A demonstration of the Jev System 1 model in Effect, matching vulnerabilities to their underlying CWEs
    3 stars · TypeScript · MIT · updated 2026-09-20
  • dtunai/cu-Jev - cuda-Jev — a CUDA-native Jev System One decision inference engine. Jev compatible API, examples, and reproducible benchmarks.
    3 stars · C · Apache-2.0 · updated 2026-09-23
  • elbruno/ElBruno.AI.Jev - Community .NET 10 SDK for official TypeSafe AI Jev typed decisions and Microsoft.Extensions.AI integrations.
    3 stars · C# · MIT · updated 2026-09-22
  • gudcks0305/jev-java - Unofficial Java SDK for TypeSafe Jev and Vercel AI Gateway, with Spring Boot and WebClient support
    3 stars · Java · MIT · updated 2026-09-21
  • hardkoded/typesafe-sdk-dotnet - Unofficial .NET port of the TypeSafe AI client SDK (typed questions & answers)
    3 stars · C# · MIT · updated 2026-09-22
  • InsaneArts/typesafe-sdk-swift - Swift SDK for TypeSafe AI
    3 stars · Swift · MIT · updated 2026-09-17
  • JabbaKadabra/JevDotNet - .NET client for TypeSafe System One (Jev) — typed questions in, typed answers with probabilities and confidence out. No prompt engineering, no output parsing.
    3 stars · C# · MIT · updated 2026-09-21
  • joshLong145/jev-cli - A CLI wrapper written in python for Jev
    3 stars · Python · updated 2026-09-21
  • mateonunez/jod - Semantic schemas over TypeSafe's Jev — validate the state locally, then project typed answers.
    3 stars · TypeScript · MIT · updated 2026-09-17
  • pewriebontal/typesafe-sdk-cpp - An unofficial CPP 20 SDK for the TypeSafe API
    3 stars · C++ · MIT · updated 2026-09-24
  • realZachi/jevtest - Semantic test matchers for Vitest and Jest, powered by TypeSafe's Jev model. Write expectations in plain English, get calibrated probabilities back.
    3 stars · TypeScript · MIT · updated 2026-09-19
  • replynodes/jev-web-analyzer - See what Jev thinks about your SaaS website — powered by ReplyNodes web context and Vercel AI Gateway.
    3 stars · TypeScript · Apache-2.0 · updated 2026-09-24
  • RevocGG/typesafe-jev-bridge - Use the TypeSafe Jev decision model (System One) anywhere: zero-dependency OpenAI-compatible bridge for 9Router, Claude Code, Cursor, Cline & any OpenAI SDK. Typed yes/no, choice & score judgments via CLI or HTTP.
    3 stars · JavaScript · updated 2026-09-21
  • sd109/typesafe-go - A collection of typesafe.ai API utilities
    3 stars · Go · Apache-2.0 · updated 2026-09-20
  • simota/tenbin - MCP server and agent skill for the TypeSafe AI System One API (Jev): decompose a judgment into Choice / Score / Noul questions, lint them, measure on labelled data, and put calibrated thresholds in code
    3 stars · TypeScript · MIT · updated 2026-09-21
  • tycoding/jev-java-sdk - No description provided.
    3 stars · Java · Apache-2.0 · updated 2026-09-23
  • 0xwhrari/grok-jev-guard - No description provided.
    2 stars · Python · MIT · updated 2026-09-23
  • 1cyberlangke1/rwkv-jev-like - vibe 好玩
    2 stars · Python · MIT · updated 2026-09-20
  • abhishekmamdapure/jev-information-extraction - Parsing the PDF and extracting the relevant information
    2 stars · Python · updated 2026-09-21
  • Ashfaqbs/jev-mcp-spring - Java/Spring Boot MCP server for TypeSafe Jev
    2 stars · Java · Apache-2.0 · updated 2026-09-21
  • Bodila51/Jev-chooses-a-LLM - Jev Router for Cursor - TypeSafe Jev picks COST/BALANCED/INTELLIGENCE, Cursor executes
    2 stars · TypeScript · MIT · updated 2026-09-20
  • brightshore/jev-net - A lightweight .NET client for the TypeSafe AI API (System One / Jev). One dependency; a faithful port of the official Python SDK.
    2 stars · C# · MIT · updated 2026-09-20
  • clouatre-labs/decisions-judge-mcp - Typed decisions for AI agents as an MCP tool: yes/no probability (noul), choice, and score in one fast request. Backed by the TypeSafe System One model.
    2 stars · JavaScript · Apache-2.0 · updated 2026-09-24
  • colinmcdermott/emoji-jev - Emoji autocomplete at the speed of typing. TypeSafe AI Jev on a Whop-hosted TanStack Start app.
    2 stars · TypeScript · updated 2026-09-17
  • early-signal-tech/jev-duckdb-analytics-cli - A CLI tool using Jev's Python SDK to read from DuckDB and answer questions
    2 stars · Python · updated 2026-09-22
  • fgn/jevgo - Go client for TypeSafe AI's System One API (Jev), with optional Langfuse instrumentation
    2 stars · Go · MIT · updated 2026-09-17
  • Hawxy/TypeSafeAI.Net - .NET SDK for the TypeSafe AI platform
    2 stars · C# · Apache-2.0 · updated 2026-09-19
  • herakles-dev/typesafe-claude-kit - Claude Code kit for TypeSafe (Jev): agents, skill, client, calibration tools
    2 stars · Python · MIT · updated 2026-09-22
  • iikareem/skillfeed - A tech reading feed ranked to your skills — powered by TypeSafe Jev
    2 stars · TypeScript · MIT · updated 2026-09-22
  • luigivis/jev-sdk-java - Type-safe Java 21 client for the TypeSafe AI Jev (System One) decision API
    2 stars · Java · MIT · updated 2026-09-22
  • mahmut-gundogdu/bes-kelime-jev - Ne yazarsanız yazın, beş kelimeden biriyle cevap veren sohbet botu. Kelimeyi TypeSafe AI'ın Jev evaluation modeli seçer.
    2 stars · TypeScript · MIT · updated 2026-09-22
  • micic-mihajlo/jev-tool-runner - Jev selects developer tools; Codex handles code. MCP and Jev-first execution with measured benchmarks.
    2 stars · JavaScript · updated 2026-09-18
  • morinokami/hunk-triage - Read the important changes first.
    2 stars · TypeScript · MIT · updated 2026-09-21
  • mzainzulifqar/jev-php-sdk - PHP SDK for TypeSafe's Jev: send text and typed questions, get typed answers with calibrated confidence. PHP 8.1+, works with any PSR-18 client, Laravel 8–13.
    2 stars · PHP · MIT · updated 2026-09-18
  • opaielsheikh/typesafe-migration-guard - Automated database migration safety reviewer powered by TypeSafe AI (Jev System One model)
    2 stars · TypeScript · updated 2026-09-17
  • portlandhodl/jev-cli - No description provided.
    2 stars · Rust · Apache-2.0 · updated 2026-09-18
  • rahulthakore16/n8n-nodes-jev - Jev by TypeSafe AI for n8n: typed decisions, probabilities, and confidence-aware workflows
    2 stars · TypeScript · MIT · updated 2026-09-20
  • reiswaffel78/jev-agent-toolkit - Jev-first portable Agent Skill and optional MCP bridge for Claude Code, Codex, Cursor and compatible agents.
    2 stars · JavaScript · MIT · updated 2026-09-20
  • samtay32/jev-system-architect - System-architecture skill for TypeSafe AI Jev/System One — find fuzzy semantic judgment and turn it into small Choice/Score/Noul primitives.
    2 stars · MIT · updated 2026-09-17
  • santos-sanz/jev-audio-beeper - Low-latency audio censorship POC using Jev typed decisions and ffmpeg.
    2 stars · TypeScript · updated 2026-09-17
  • typesafe-sdk-csharp/typesafe-sdk - No description provided.
    2 stars · C# · MIT · updated 2026-09-21
  • xianggelila177/VideoAdGuard-Jev - Bilibili sponsored-segment detection powered by TypeSafe Jev
    2 stars · TypeScript · GPL-2.0 · updated 2026-09-22
  • YanfLIZi56/jev-starter - Visually configure Jev questions, test them live, export ready-to-use code.
    2 stars · Vue · MIT · updated 2026-09-24
  • zhirschtritt/typesafe-go - Idiomatic Go SDK for the TypeSafe AI API
    2 stars · Go · MIT · updated 2026-09-17
  • a1393323447/jevapi - No description provided.
    1 stars · Rust · MIT · updated 2026-09-21
  • ably-labs/jev-pong - Pong where the ball moves one step per model decision. Jev vs LLMs via Vercel AI Gateway, every player and agent on an Ably channel.
    1 stars · TypeScript · Apache-2.0 · updated 2026-09-19
  • acharyaanusha/magic-jev - A Magic Jev (8) Ball for pull requests.
    1 stars · TypeScript · MIT · updated 2026-09-19
  • afurm/typesafe-sdk-ruby - Unofficial Ruby SDK for the TypeSafe AI API (Jev model) - typed questions, retries, and typed errors. Community port of typesafe-sdk-js.
    1 stars · Ruby · MIT · updated 2026-09-21
  • ajayk/jev-go-sdk - Dependency-free Go client for TypeSafe AI's System One API and the Jev model
    1 stars · Go · Apache-2.0 · updated 2026-09-21
  • ajmeese7/jev-chess - Using Jev as a chess engine
    1 stars · TypeScript · BSD-3-Clause · updated 2026-09-22
  • AndreuVM/jev-reasoning-navigator - JEV Reasoning Navigator: Cognitive supervision, loop prevention, and anti-hallucination engine for autonomous LLM agents using TypeSafe AI
    1 stars · Python · updated 2026-09-24
  • andrueandersoncs/jev-cli - Ask TypeSafe AI typed questions about JSON state from the command line
    1 stars · HTML · MIT · updated 2026-09-23
  • anilsenay/jev - Unofficial Go client for TypeSafe's System One API and its model, Jev.
    1 stars · Go · MIT · updated 2026-09-17
  • antlobach/clojev - Unofficial portable Clojure SDK for TypeSafe System One
    1 stars · Clojure · Apache-2.0 · updated 2026-09-20
  • asynq-io/system-one - Vendor-neutral SDK for typed decision-making (yes/no, choice, score) — hosted and local
    1 stars · Python · Apache-2.0 · updated 2026-09-22
  • Barneyjm/decision-circuits - Decision circuits: typed questions to a System One model, calibrated probabilities back, gates in code. Zero-dependency Python SDK with LangChain, OpenAI Agents, and Claude Agent SDK integrations.
    1 stars · Python · MIT · updated 2026-09-24
  • binnash/typesafe-sdk - PHP & Laravel SDK for TypeSafe AI's JEV Model series
    1 stars · PHP · updated 2026-09-18
  • cephalization/jev-oxlint - Digest your skills into oxlint rules powered by jev
    1 stars · TypeScript · updated 2026-09-19
  • chaitin/Decis - Self-hosted, Jev-compatible decision-model API — one /v1/systemone endpoint, open weights (Laya, kev), one Docker image per engine.
    1 stars · Python · Apache-2.0 · updated 2026-09-24
  • chez-shanpu/typesafeai-go - Go SDK for TypeSafe AI API https://docs.typesafe.ai/api
    1 stars · Go · Apache-2.0 · updated 2026-09-17
  • chy4pro/jev-dev-kit - Framework for agents on TypeSafe Jev: turns candidates into valid Jev questions and answers into validated choices; loop, cross-checks, fallbacks and traces built in. No network code.
    1 stars · TypeScript · MIT · updated 2026-09-21
  • cole-gillespie/typesafe-go - unofficial go SDK for typesafe AI, with typed answers, retries, and context support
    1 stars · Go · MIT · updated 2026-09-17
  • diorrego/toolgate-experiment - Reproducible benchmarks of direct MCP and remote tool selection with Go, Rust, TypeScript, and Jev. Compares latency, token usage, estimated API cost, and query correctness.
    1 stars · TypeScript · updated 2026-09-23
  • dwisiswant0/typesafe-sdk-go - Go SDK for TypeSafe AI.
    1 stars · Go · Apache-2.0 · updated 2026-09-19
  • Fuwn/typesafe-mcp - 🧠 MCP server for TypeSafe's Jev model
    1 stars · JavaScript · MIT · updated 2026-09-22
  • galitianu/jev4j - Java SDK for the TypeSafe AI API. Typed questions, typed answers, Java 21.
    1 stars · Java · MIT · updated 2026-09-21
  • GitHub30/OpenJev - Open-weight System One model (Jev-compatible): calibrated noul / choice / score decisions in one forward pass, no text generation. Works with TypeSafe's typesafe-sdk unchanged.
    1 stars · Jupyter Notebook · MIT · updated 2026-09-20
  • guillemus/jev-go - Unofficial Go SDK for TypeSafe AI's Jev API
    1 stars · Go · updated 2026-09-17
  • HomayoonAlimohammadi/jev-sdk-go - Jev SDK in Go
    1 stars · Go · MIT · updated 2026-09-23
  • Hugo-DDT/JevTape - Jev 决策的 Record / Replay 工具:CLI + 本地代理 + JSON 磁带,回放彻底离线。
    1 stars · Java · Apache-2.0 · updated 2026-09-22
  • iammusham/jev-snake - An experimental Snake environment where the game engine owns deterministic rules and TypeSafe AI's Jev makes the movement decision from structured state on every tick.
    1 stars · Python · updated 2026-09-17
  • initrd/himalaya-jev-mail-classify - Label and prioritise Gmail with a language model. Reads mail through himalaya, classifies each thread with Jev (TypeSafe) over OpenRouter, and applies Gmail labels and colours. Dry run by default, idempotent, no state file.
    1 stars · Python · MIT · updated 2026-09-23

197 more in this category are tracked in data/registry.json.

Framework integrations

  • openlayer-ai/jevals - Agent evals and guardrails as Jev decisions: one request per trace, a fraction of a cent, fast enough for the agent loop. Runs locally with Kev or Laya.
    82 stars · Python · MIT · updated 2026-09-23
  • erendikmenn/jev-rag-benchmark - Reproducible benchmark for measuring Jev reranking quality, latency, and cost in RAG
    14 stars · Python · MIT · updated 2026-09-20
  • sunil-sadasivan/jevernetes - Live Kubernetes log analysis, contextual investigation, and agent handoff powered by Jev.
    10 stars · Python · Apache-2.0 · updated 2026-09-23
  • EmreKaplaner/rag-jev - Make room for useful evidence. Inspectable context selection for RAG, with Jev reranking and open benchmark studies.
    5 stars · Python · MIT · updated 2026-09-19
  • WiktorB2004/llama-index-jev - LlamaIndex reranker + router powered by TypeSafe Jev - typed scores/choices, cheaper than LLM-as-judge.
    5 stars · Python · MIT · updated 2026-09-18
  • atliq/jev-ai-use-cases - Hands-on LangChain examples of Jev, TypeSafe AI's decision model: support ticket triage, model routing, reply guardrails, tool selection and finance-inbox fraud checks. An LLM writes; Jev decides.
    3 stars · Jupyter Notebook · MIT · updated 2026-09-24
  • deepansh-saxena/jev-guardrails - Comparing LLM-as-judge vs TypeSafe Jev for agent guardrails: same rules, same agent, measured on cost, latency, calibration and coverage.
    3 stars · Python · updated 2026-09-23
  • wudilyy999/jev-langgraph - JEV-native probabilistic decisions, human review, and auditable execution on LangGraph.
    3 stars · Python · MIT · updated 2026-09-20
  • HcodeQ/Langchain-Jev - Create a customer support reliable AI Agent
    2 stars · Jupyter Notebook · updated 2026-09-22
  • jms-dcksn/jev-pii-guardrail - A UiPath coded agent with a custom PII detection guardrail on the LLM boundary, built on the TypeSafe Jev model as a LangChain awrap_model_call middleware.
    2 stars · Python · updated 2026-09-18
  • leepokai/llm-prompt-techniques-on-jev - Chain-of-thought and self-refinement for TypeSafe's Jev: feed its typed answers back as state and ask again. Benchmarks vs TypeSafe's own cookbook numbers.
    2 stars · Python · MIT · updated 2026-09-19
  • lgy1027/jevshield - Sub-100ms security gate for AI agent tool calls, powered by TypeSafe's Jev (System-1) decision model. Single-request Choice/Noul/Score evaluation, dual-factor blocking matrix, calibrated-confidence routing, fail-closed parsing, zero-config local fallback. LangChain-ready.
    2 stars · Python · Apache-2.0 · updated 2026-09-24
  • lorenzejay/convo-flow-example-jev - No description provided.
    2 stars · Python · updated 2026-09-22
  • 3F3Feng/audit-triage-agents - Multi-agent audit-triage prototype: LangChain tools + CrewAI orchestration behind a FastAPI service, driven by a TypeScript CLI. Synthetic data only.
    1 stars · Python · MIT · updated 2026-09-21
  • edwardyen724-g/jev-compactor - Context compaction and safety gating for AI agents via TypeSafe Jev: keeps messages verbatim, no summarization. OpenAI, Anthropic, LangChain, CLI, MCP.
    1 stars · TypeScript · MIT · updated 2026-09-19
  • himanshu231204/jev_model - No description provided.
    1 stars · Jupyter Notebook · MIT · updated 2026-09-22
  • pdrpinto/jevtrim - Jev as a context judge, benchmarked: selection against retrieval and summarization on LoCoMo, four segmentations, matched token budgets, reproducible reports.
    1 stars · Jupyter Notebook · MIT · updated 2026-09-24
  • thejoeejoee/git-judge-commits - ⚖️ Judge git commits with Jev: is it breaking, does it deserve attention, and does its message tell the truth?
    1 stars · Python · MIT · updated 2026-09-20
  • ThiagaoBR/typesafe_agent_gates - LangChain / Deep Agents middleware that uses TypeSafe's System One model (Jev) for typed judgments in unattended coding agents: a shell-command gate (database, production, destructive, secrets), issue triage and routing by severity and urgency, merge-request detection, and review of weakened tests. Measured with live probes.
    1 stars · Python · Apache-2.0 · updated 2026-09-19
  • wojciechwiesner/jit-context-os - JIT-JEV Context OS for Agent Zero — Epistemic runtime, JEV System 1 decision gate, 3-tier memory cascade (L0/L1/L2) & prompt-caching optimization
    1 stars · HTML · updated 2026-09-24
  • bpmforbusiness/jev-agent-harness - Jev (TypeSafe AI System One) agent harness guide + video manual — from the LangChain 'Building a Harness with Jev' post. Learn Jev Noul/Choice/Score questions, Model Router, and AutoMode guardrails with LangChain.
    0 stars · updated 2026-09-22
  • davyjones7321/jev-state-engine - No description provided.
    0 stars · Python · updated 2026-09-24
  • dhirajpatra/agent-harness-with-jev-llm - A small multi-agent harness built around the pattern from LangChain's post: use a fast, non-generative "System One" classifier (TypeSafe AI's Jev) for structured in-loop decisions -- routing and risky-tool-call gating -- and reserve a real chat LLM for the genuinely open-ended reasoning.
    0 stars · Python · updated 2026-09-22
  • gbesse/jev-rerank-server - Drop-in rerank API served by Jev: speaks the Cohere, Jina and Voyage rerank protocols, so any RAG stack switches by changing a URL.
    0 stars · JavaScript · MIT · updated 2026-09-22
  • henryzhangpku/jevelin - Fast, low-cost real-time agents: take small decisions off the critical path with a System One classifier (Jev). Live demo in your browser.
    0 stars · Python · MIT · updated 2026-09-23
  • lim6112j/jev-example - No description provided.
    0 stars · Python · updated 2026-09-22
  • NeOMakinG/kev-model-router - Jev-style model routing powered by kev — a tiny local System One model classifies every request and picks the right LLM. 100% local, 100% free.
    0 stars · Python · MIT · updated 2026-09-21
  • panchambanerjee/jev_expts - Experiments with TypeSafe AI's System One Model Jev
    0 stars · Python · updated 2026-09-22
  • rominap22/strandsharness-langchain-jev - Demo for We Are Developers AI Conference with Strands Harness, LangChain, and Jev
    0 stars · Python · MIT · updated 2026-09-24
  • Yasir-Khan-7/jev-sentinel - Prompt injection protection & tool-call guardrails for LangChain / LangGraph AI agents. Screens tool outputs, gates risky tool calls (allow / human review / block), powered by TypeSafe Jev.
    0 stars · Python · MIT · updated 2026-09-22

Evaluation and judging

  • bespokelabsai/nimble - Local typed decisions, contrastive data curation, and model evaluation.
    1718 stars · Python · updated 2026-09-24
  • kitfunso/hippo-memory - Biologically-inspired memory for AI agents. Decay, retrieval strengthening, consolidation. Zero runtime deps, SQLite, MCP. Benchmarked retrieval with an opt-in hosted TypeSafe Jev reranker.
    756 stars · TypeScript · MIT · updated 2026-09-24
  • Zefan-Cai/Open-Jev - No description provided.
    305 stars · Python · MIT · updated 2026-09-23
  • Heman10x-NGU/openJev-verdict-2.0 - Calibrated 151M Non-Autoregressive Decision Engine beating TypeSafe Jev & Laya on LocalLLaMA/typed-decisions (77.10% acc, 0.0636 Brier, 0.0144 ECE)
    283 stars · Python · updated 2026-09-20
  • NiazMorshed2007/jev-review - Local-first MCP plugin for continuous software-quality review by AI coding agents, powered by Jev.
    220 stars · TypeScript · MIT · updated 2026-09-17
  • TianyuCodings/JevHarness - LLM-authored task-specific Jev harnesses with optional full-trajectory reward reflection and GEPA evolution.
    196 stars · Python · updated 2026-09-21
  • BillionsBobby/JevRouter - A lightweight Jev-powered router for models, tools, and subagents
    193 stars · TypeScript · MIT · updated 2026-09-21
  • monteduro/killmyidea - Describe your startup idea. Jev decides: kill it, fix it or ship it.
    164 stars · TypeScript · updated 2026-09-18
  • y0usaf/pi-jev - TypeSafe Jev as a decision layer for the Pi coding agent: a measured tool-call gate plus jev_ask for typed, calibrated answers
    144 stars · TypeScript · MIT · updated 2026-09-22
  • dorkitude/webctl - Smart web search CLI for agents, backed by Jev. Saves a lot of tokens.
    139 stars · Go · MIT · updated 2026-09-23
  • fstandhartinger/jevbench - JevBench v1 - a benchmark for Jev-class typed decision models: smart, cheap, fast, reliable, open.
    115 stars · Python · MIT · updated 2026-09-24
  • daseinlabs/open-jev - Open Jev implementation with custom finetuning
    107 stars · Python · MIT · updated 2026-09-24
  • openqa-cn/jev-browser - Jev Browser — indexed browser automation. Jev chooses the control, Playwright acts. A CodexQA skill.
    103 stars · TypeScript · MIT · updated 2026-09-23
  • Heman10x-NGU/Verdict-open-jev - Non-autoregressive decision engine on ModernBERT (151M) with calibrated uncertainty (RLCD), TypeSafe AI Jev benchmark audit, and in-browser WebGPU playground
    94 stars · Python · updated 2026-09-20
  • danielgshea/jev-as-a-judge - Using Jev as an evaluator.
    83 stars · Python · updated 2026-09-23
  • ChetasLua/jevmeter - Put a live Jev (TypeSafe) meter on any video: every sentence scored, rendered as a 16:9 edit
    82 stars · Python · MIT · updated 2026-09-17
  • GhalebDweikat/winnow - A calibrated context sieve for Claude Code: every tool result is judged by a System One model before it enters context.
    81 stars · Python · MIT · updated 2026-09-19
  • qkal/Canny - Stops AI coding agents from claiming work is done without evidence. Deterministic hooks decide, TypeSafe's Jev advises. Append-only ledger, zero runtime dependencies.
    77 stars · TypeScript · MIT · updated 2026-09-22
  • realZachi/typesafe-adblock - 🧹 Fun project: a Chrome extension that asks a tiny AI decision model (TypeSafe Jev) "is this DOM element an ad?" and pops it off the page. BYOK, no backend, not a real ad blocker.
    74 stars · JavaScript · MIT · updated 2026-09-17
  • nassim-arifette/jevgrep - Jev-powered semantic code search for coding agents — find behavior across repositories via CLI or MCP, with exact source excerpts and line numbers.
    62 stars · TypeScript · MIT · updated 2026-09-23
  • Liuziyu77/Valen - Train a Jev-like multimodal model by yourself. System One Model, now with vision.
    55 stars · Python · Apache-2.0 · updated 2026-09-24
  • RenaGao/jev-dataops - An open-source JEV-powered workbench for streaming data selection, quality evaluation, automatic LoRA training and held-out model evaluation.
    55 stars · Python · MIT · updated 2026-09-23
  • ikermoel/open-alternative-jev - Open-source alternative to TypeSafe's Jev: a System One style model layer that gives typed, calibrated decisions from any open-weights LLM in one forward pass (HF + vLLM), with honest benchmarks
    53 stars · Python · Apache-2.0 · updated 2026-09-22
  • AkashPriyadarshii/jev-curate - High-throughput synthetic and pretraining dataset sifter for TypeSafe Jev. Rust streaming core, Parquet and JSONL I/O, typed Choice/Score/Noul judgments, speculative fan-out, 24.0 rows/sec measured.
    51 stars · Rust · MIT · updated 2026-09-24
  • kbhuw/jev-sift - Classify first. Read selectively. A portable agent plugin and MCP tool for batch text classification.
    46 stars · JavaScript · updated 2026-09-18
  • DevMortimer/pi-typesafe - TypeSafe decisions for Pi: batched evaluation tool, terminal playground, and typed API for extension authors
    45 stars · TypeScript · MIT · updated 2026-09-24
  • intikhab49/open-jev-typed-decision-engine - Open reproduction of TypeSafe Jev: a 150M typed decision engine (noul/choice/score in one non-autoregressive pass, calibrated confidence). 0.697 vs Jev's 0.727, 2.5x better calibrated, 4x faster, free. Trains on a Colab T4 in 30 min.
    43 stars · Python · Apache-2.0 · updated 2026-09-21
  • lykycy123/RoboJEV - Two-stage JEV control of a Franka Panda in MuJoCo
    43 stars · Python · Apache-2.0 · updated 2026-09-23
  • YuanKJing/Jev-as-Policy - The highly anticipated open-source repository for JEV as Policy enables one-click setup of the simulation environment. Evaluations of Astra + JEV on benchmarks such as RoboTwin will also be released soon.
    40 stars · Python · MIT · updated 2026-09-21
  • JoshuaSP/open-jev - Typed JSON inference with DiffusionGemma, with Every and Jev benchmark results
    39 stars · Python · MIT · updated 2026-09-16
  • shantanugoel/ask-jev-skill - Skill for Hermes, and other agents, to ask typesafe's jev
    39 stars · Python · MIT · updated 2026-09-17
  • iammrduncan/typesafe-ai-benchmark - This is a LLM Gateway that mimics typesafe ai structured output. Like an imposter Jev.
    38 stars · TypeScript · MIT · updated 2026-09-19
  • klauswg/jev-suite - Four decision-quality tools on Jev (TypeSafe System One): Jev answers structured questions, deterministic code keeps the final say.
    36 stars · Java · MIT · updated 2026-09-23
  • zwliJay/jev-forge - An open training and inference stack for Jev-style decision models. Train models to score dynamic candidate branches from a shared prefix, with support for high-cardinality choice, calibration, and fast batched inference.
    36 stars · Python · updated 2026-09-23
  • klauswg/jev-guard - Real-time risk triage gateway for exchange deposits and withdrawals — Jev (TypeSafe System One) handles triage only; adjudication stays in deterministic code.
    35 stars · Java · MIT · updated 2026-09-22
  • mithalouni/system-one-open - Open replica of TypeSafe's Jev: typed calibrated decisions in one forward pass, on Gemma 4 E2B / Gemma 3 270M (Modal)
    35 stars · Python · updated 2026-09-17
  • kiwi0719/jev-edge - Typed-judgment admission control at the traffic edge: three-layer prompt-injection and abuse filter for nginx/OpenResty, powered by TypeSafe Jev. Fail-open, cached, hot-reloadable.
    34 stars · Lua · Apache-2.0 · updated 2026-09-22
  • zhihz/openjev - Local bilingual probability decisions from context, questions, and candidate answers. Independent research preview inspired by TypeSafe Jev.
    33 stars · Python · updated 2026-09-16
  • smkrv/jev-calibrate - Calibrate Jev questions against your own labels: tune criteria on labelled examples, confirm on a held-out set, get a verdict per question. Unofficial.
    31 stars · TypeScript · MIT · updated 2026-09-21
  • PromptEngineer48/laya-vs-jev-arena - Laya (open source, local) vs TypeSafe Jev (API): two AI models race in Snake and fight in a Mortal-Kombat-style arena. Every move is a real model decision.
    29 stars · JavaScript · MIT · updated 2026-09-22
  • karminski/Jev-Quantum - 亚微秒级 System-1 模型,准确率服从高斯分布
    28 stars · Rust · MIT · updated 2026-09-21
  • myc0576/SmartMoney-Cub - Read-only trading journal and review harness: Jev typed judgments, agent integration, and a reproducible finance benchmark. No orders, no advice.
    26 stars · Python · MIT · updated 2026-09-23
  • Zaious/jev-capability-atlas - Independent, evidence-based map of when TypeSafe's Jev actually holds up vs. breaks down — real API-call receipts, not a leaderboard. 中文為主的雙語 repo。
    26 stars · Python · MIT · updated 2026-09-24
  • compozy/yoshi - Context-pruning proxy for Claude Code and Codex: Jev judges which history is still needed, measured not claimed. POC here now, heading soon into https://github.com/compozy/compozy
    25 stars · TypeScript · MIT · updated 2026-09-18
  • shaharia-lab/jev-cli - Command-line tool for TypeSafe AI's Jev model. Ask yes/no, multiple-choice and rubric questions about any text and get calibrated probabilities back. Answers become exit codes for shells and CI, JSON for scripts, and MCP tools for AI agents.
    25 stars · Rust · Apache-2.0 · updated 2026-09-21
  • phyous/tsai-sc - TypeSafe Jev controls original StarCraft shareware through keyboard and mouse with recorded action probabilities.
    24 stars · Python · MIT · updated 2026-09-16
  • PyModel/jev-judge-mcp - Typed judgment tools for MCP agents. TypeSafe's Jev model as verify, screen, find, classify, rerank, decide, compare, extract, review, gate, and score: the model judges, policy decides auto, review, or escalate.
    24 stars · Python · MIT · updated 2026-09-24
  • rorshopping/jev-on-a-laptop - Unofficial study: Jev-style parallel typed decisions on stock 1.5B-8B models on an Apple Silicon laptop. Benchmarks, research notes, and a Hugging Face Space demo.
    23 stars · Python · updated 2026-09-17
  • bodepudimuneendra-netizen/laya-jev-GraphRAG - Agentic GraphRAG engine using swappable System One decision models (local Laya / cloud Jev). Features a complete 4-phase pipeline (Ingestion, Pre-Retrieval, Traversal, Post-Retrieval) and evaluation across Neo4j, Memgraph, Apache AGE, and Kùzu driven by a custom A* traversal algorithm.
    22 stars · Python · Apache-2.0 · updated 2026-09-24
  • jcpsimmons/jev-macos-loop - Open-source macOS AI computer use and native GUI automation on Apple silicon. Jev + OmniParser CoreML + Apple Vision OCR. Bring your own OpenRouter, Vercel AI Gateway, or TypesafeAI token.
    21 stars · JavaScript · AGPL-3.0 · updated 2026-09-18
  • ItIsCuthNotCup/MetaCog - MetaCoginition powered by Reflex 4B
    19 stars · Python · MIT · updated 2026-09-24
  • NiazMorshed2007/jcr - A Jev-powered resolver for agent harnesses to find deterministic commands and their context in a nested capability tree.
    19 stars · JavaScript · MIT · updated 2026-09-20
  • unicodeveloper/jevocks - Everyday Stocks Status with Jev
    18 stars · TypeScript · updated 2026-09-18
  • AbdelStark/jev-benchmarks - Probability-aware evaluation for typed decision models: calibration, selective risk, latency, and reproducible benchmarks.
    17 stars · Python · Apache-2.0 · updated 2026-09-17
  • zjunlp/JevLoop - The agent loop where decisions don't cost a large language model call. Zero deps, runs offline, no API key needed.
    17 stars · TypeScript · Apache-2.0 · updated 2026-09-23
  • lyramakesmusic/jevbot - discord bot for jev that lets it talk
    16 stars · Python · updated 2026-09-24
  • QuicqDev/Jev-vs-ML - Jev-vs-ML
    16 stars · Jupyter Notebook · updated 2026-09-22
  • abhishek085/open-spark-jev - Open-source, local decision models inspired by TypeSafe’s Jev and System One - built on Qwen3 for NVIDIA DGX Spark.
    15 stars · Python · Apache-2.0 · updated 2026-09-22
  • AntonioCoppe/jev-harness - Decision harness for TypeSafe Jev — confidence gates, shadow mode, recipes, and evals. Claude CLI 48.9s → Jev 1.3s on the same row-filter job.
    14 stars · TypeScript · MIT · updated 2026-09-18
  • philippdubach/pi-jev-router - A minimal Pareto-optimal OpenRouter model router for pi, based on Jev
    14 stars · TypeScript · MIT · updated 2026-09-22
  • VGabriel45/polymarket-btc5m-jev-trading - 5m BTC Up/Down Polymarket trading agent using Typesafe Jev as the decision layer & TUI
    13 stars · TypeScript · updated 2026-09-21
  • collapseindex/jev-ultralightspeed - BRRRRRRRRRRRRRRRRRRRRRR
    12 stars · Python · updated 2026-09-22
  • madeye/pi-jev - Jev-assisted file retrieval and request caching for faster Pi workflows
    12 stars · TypeScript · MIT · updated 2026-09-21
  • Micha0827/snapjudge - Typed decisions (choice / score / yes-no) from local Qwen models on Apple Silicon. Probabilities come straight from the logits, no text generation. TypeSafe-compatible HTTP API, runs on MLX.
    12 stars · Python · MIT · updated 2026-09-21
  • Twister915/typesafe-ai - Typed TypeSafe AI clients for Rust, with async and blocking backends and observable retries.
    12 stars · Rust · Apache-2.0 · updated 2026-09-16
  • weitianxin/JevAny - Calibration-aware reinforcement learning for adaptive decision systems
    11 stars · Python · Apache-2.0 · updated 2026-09-24
  • abhixhek/jevcal - Stop guessing confidence thresholds: calibrate, threshold, and drift-check typed decision models (TypeSafe Jev) against an LLM teacher.
    10 stars · Python · MIT · updated 2026-09-18
  • cclank/jevclip - Jev-powered video highlights and cited summaries from subtitles and scripts
    10 stars · Python · MIT · updated 2026-09-24
  • S1LV3RJ1NX/openjev - Open System One models: typed decisions with calibrated probabilities, trainable on your own data. No text generation.
    10 stars · Python · Apache-2.0 · updated 2026-09-23
  • 24601/Augustus - Agent skill for finding, building, evaluating, and improving decision-model systems. Compositional decision calculus, eval harnesses, and bounded prompt/program hill climbing for Software 3.0. TypeSafe Jev is the default hosted exemplar. Independent of TypeSafe.
    9 stars · Python · MIT · updated 2026-09-24
  • AbdelStark/lejudge-jev-jepa - Natural-language constraints for JEPA world-model planning, judged by a decision model instead of an LLM.
    9 stars · Python · MIT · updated 2026-09-24
  • harshwasan/jev-sentinel - Pi coding-agent extension: TypeSafe Jev checks for tool calls, tool outputs and replies (prompt injection, approvals, secret scrubbing, task pinning)
    9 stars · TypeScript · MIT · updated 2026-09-20
  • harshwasan/pi-jev-sentinel - Pi coding-agent extension: TypeSafe Jev checks for tool calls, tool outputs and replies (prompt injection, approvals, secret scrubbing, task pinning)
    9 stars · TypeScript · MIT · updated 2026-09-20
  • HexyeDEV/JevPR - PR Risk review, automated by Jev
    9 stars · Python · Apache-2.0 · updated 2026-09-21
  • imMamdouhaboammar/fable-jev - ⚡ Sub-100ms cognitive reflexes for autonomous coding agents. Powered by TypeSafe AI's Jev & get-fable.
    9 stars · TypeScript · MIT · updated 2026-09-19
  • yzfly/edgejev - 离线可用的本地类型化决策:4 核 CPU 单题 15.6ms。Local & offline Jev / System One inference on CPU — ONNX + INT8, no torch at runtime. 支持 laya / kev / PlayJev
    9 stars · Python · updated 2026-09-21
  • zeeshan8281/slo-router - SLO-aware LLM inference router with Jev decisions, live queue metrics, counterfactual evaluation, and reproducible latency/cost benchmarks
    9 stars · Python · updated 2026-09-23
  • cablehead/jev.nu - Nushell module for the TypeSafe System One API: typed decisions with calibrated probabilities
    8 stars · Nushell · MIT · updated 2026-09-21
  • doeixd/jev-pref - Turn your AGENTS.md preferences into a fast, Jev-powered AI linter.
    8 stars · JavaScript · MIT · updated 2026-09-18
  • AIGNLAI/ReflexRoute - Fast zero-shot and few-shot LLM routing powered by Jev.
    7 stars · Python · MIT · updated 2026-09-20
  • arunav25/jev-mcp - Connect JEV to MCP clients and compare its judgments against general-purpose LLMs using shared datasets and measurable accuracy.
    7 stars · JavaScript · MIT · updated 2026-09-21
  • carlaiau/jev-reranking - Search engine experimentation on the TREC collections. Currently focused on zero-shot reranking implementations with typesafe.ai's JEV model
    7 stars · Python · MIT · updated 2026-09-18
  • filedcom/playjev - Fast, typed browser automation powered by Jev and Playwright
    7 stars · TypeScript · MIT · updated 2026-09-20
  • green-dalii/pi-shift-router - Per-turn model routing for the Pi coding agent: a small judge picks the cheap or the strong tier for each message, with multi-model failover, task-level orchestration, and an optional decision-model judge (Jev) that answers with a calibrated probability instead of prose.
    7 stars · TypeScript · MIT · updated 2026-09-23
  • khimaros/verdict - turn any llama-server into a jev system one endpoint
    7 stars · Python · GPL-3.0 · updated 2026-09-20
  • miniLV/Jev-Auto-Router - Jev Auto Router (Jev Router): experimental per-call GPT model routing for Codex via TypeSafe Jev and a local Responses proxy, with independent task verification.
    7 stars · TypeScript · Apache-2.0 · updated 2026-09-23
  • muratcakmak/jev-guard - Probability-scored guardrails for Claude Code: deny rule-breaking edits and unasked-for deploys, route your docs into each prompt, and check the final answer against the turn's own evidence.
    7 stars · TypeScript · MIT · updated 2026-09-22
  • nibzard/decision-model-benchmark - Independent, reproducible benchmark: a decision model (jev), eight constrained LLMs, and deterministic baselines on typed decisions - accuracy, calibration, latency, cost, failure modes
    7 stars · Python · updated 2026-09-19
  • bradAGI/ruling - Typed, calibrated decisions from a local model. No text generated.
    6 stars · Python · MIT · updated 2026-09-23
  • docxology/daf-jev - daf-jev: composable Python toolkit for TypeSafe's Jev (System One) decision API — question builders, confidence gates, evaluator, calibration, CLI, MCP server, agent skill
    6 stars · Python · MIT · updated 2026-09-23
  • Emlembow/jev-graph-search - Jev-assisted retrieval and evidence-preserving inspection for local Markdown, Obsidian vaults, and Logseq Markdown graphs.
    6 stars · JavaScript · MIT · updated 2026-09-21
  • harshithsunku/learn-jev-end-to-end - Learn Jev end to end: a free hands-on course. Build 13 AI agent use cases with a fast brain (Jev) and a slow brain (LLM). One OpenRouter key.
    6 stars · Jupyter Notebook · MIT · updated 2026-09-23
  • mahlernim/jev-korean-benchmark - Reproducible early-access evaluation of Jev on Korean understanding and medical text, with runtime and cost evidence
    6 stars · Python · updated 2026-09-17
  • y0usaf/jev-lm - A word-level language model whose output layer is Jev: n-gram drafter, Noul chunk verification, bits-per-token eval
    6 stars · TypeScript · MIT · updated 2026-09-19
  • ZhangYiqun018/jev-dimabsa - TypeSafe Jev baseline for DimABSA (SemEval-2026 Task 3) subtask 1: zero-shot and 3-shot valence-arousal regression
    6 stars · Python · updated 2026-09-24
  • zhuyansen/jev-search-rerank-eval - Does a TypeSafe Jev rerank beat embedding search? Graded relevance eval (9,831 pairs, 164 zh/en queries) over the Agent Skills Hub catalog, with the judge-circularity bias measured.
    6 stars · Python · MIT · updated 2026-09-18
  • ARCJ137442/jev-2048 - An instrumented 2048 web lab where every move is a Jev (TypeSafe AI System One) Choice, with no heuristic fallback | 用 Jev 决策模型驱动每一步的 2048 网页实验台,概率、置信度、延迟与成本全部摊开可见,且刻意不做启发式兜底
    5 stars · TypeScript · MIT · updated 2026-09-21
  • Astro-Han/jev-harness - A coding agent that filters every tool result through Jev before the model sees it, with an A/B harness measuring pass@1 and cost against the unfiltered control
    5 stars · Python · Apache-2.0 · updated 2026-09-22
  • baronunread/leanest - Local-first test selector using Jev judgments to determine which tests are affected by a code change
    5 stars · TypeScript · MIT · updated 2026-09-21
  • buchmark/claude-jev - Claude Code plugin that scores review findings, debug hypotheses and design options with TypeSafe's Jev — calibrated probabilities instead of one more opinion.
    5 stars · TypeScript · MIT · updated 2026-09-21
  • choxos/jevchess - Jev, TypeSafe's System One model, plays chess against any OpenRouter LLM, Stockfish and you. One-page web app with live moves, Jev's move probabilities, saved games and win rates.
    5 stars · JavaScript · MIT · updated 2026-09-20
  • David-Lolly/Jev-Compatible - Turn your existing SGLang / vLLM deployment into a Jev-compatible decision service. No training. No model changes. 把你现有的 SGLang / vLLM 部署变成一个兼容 Jev 的决策服务。无需任何修改。无需训练。无需更改模型。
    5 stars · Python · updated 2026-09-21
  • eminetto/typesafe-poc - Prova de Conceito do Jev, modelo da typesafe.ai
    5 stars · Go · updated 2026-09-21
  • gemanor/jev-code-review-benchmark - Comparing Jev, Gemini Flash, and Claude Fable on Python code review rules: cost, speed, accuracy, and consistency. Includes results, charts, and reproducible experiments.
    5 stars · Python · MIT · updated 2026-09-17
  • hndrr/ComfyUI-Jev - Jev text interpretation and judgments for ComfyUI.
    5 stars · Python · MIT · updated 2026-09-20
  • kinde-starter-kits/jev-agent-authorization - Jev agent authorization for MCP tool calls: Kinde identity and permissions plus Jev's typed, calibrated decisions, checked server-side before every call runs
    5 stars · TypeScript · MIT · updated 2026-09-24
  • NicolaiLassen/open-bonsai-jev - openjev's mechanism, Bonsai's weights: typed decisions read straight from one forward pass of a 1.75-bit 27B model. Credit to TheoLeeCJ (SemIf/OpenJev) and PrismML.
    5 stars · Python · MIT · updated 2026-09-20
  • perixtar/jev-e2e - Natural-language end-to-end tests for web apps, powered by Jev and Playwright.
    5 stars · TypeScript · MIT · updated 2026-09-19
  • pumpkinredbean/bside - No description provided.
    5 stars · JavaScript · MIT · updated 2026-09-18
  • ShivamPansuriya/jev-skill-gate - Cut Claude Code's skill manifest by ~75% with TypeSafe Jev. Scores every installed skill for relevance and hides the rest via skillOverrides — 12,750 → 3,185 tokens on a 217-skill install, for $0.0009 a session.
    5 stars · JavaScript · MIT · updated 2026-09-23
  • stas4000/jev-papers - 1,000 arXiv AI papers classified with one Jev decision each, checked against an LLM judge. Open rebuild, MIT.
    5 stars · Python · MIT · updated 2026-09-21
  • thehan-co/jevriel - Give your AI JEV wings. A skill and plugin to build with TypeSafe Jev, upgrade LLM-only workflows and measure the result.
    5 stars · JavaScript · Apache-2.0 · updated 2026-09-21
  • wjw66/deepseek-harness-jev-pre-compaction - A pre-compaction advisor for DeepSeek Harness. Runs before the standard compaction-basic backend, using TypeSafe JEV to safely prune low-value tool results from model context. Original session events stay in the append-only log; only the model-visible view is replaced with compact markers or archive pointers to reduce context bloat.
    5 stars · TypeScript · MIT · updated 2026-09-21
  • brida-ai/reflexbench - ReflexBench — open benchmark and evaluation harness for System One models and typed decision engines
    4 stars · Python · Apache-2.0 · updated 2026-09-24
  • brnyxx/jev-ra - Browser use for coding agents, 3-5x faster than browser-use. MCP server + CLI; TypeSafe Jev decides every step in ~300 ms.
    4 stars · Python · MIT · updated 2026-09-23
  • caiovicentino/jev-align - Calibrated alignment verifier for LLM responses and agent plans — powered by Jev
    4 stars · JavaScript · MIT · updated 2026-09-20
  • Code-Forge-AU/jev-llm - No description provided.
    4 stars · Python · updated 2026-09-17
  • instax-dutta/sysone-bench - First independent head-to-head benchmark of System One decision models (Laya vs Jev) on byte-identical inputs
    4 stars · Python · MIT · updated 2026-09-22
  • jiangkoumo/ego-jev - Drive the ego lite browser with Jev (TypeSafe System One): one indexed element table in, one operation + target out, single process. ~2x faster than a per-step LLM loop in our measurements.
    4 stars · JavaScript · MIT · updated 2026-09-22
  • jon-devlapaz/tink-route - Dynamic, confidence-aware Agent Skill routing with TypeSafe Jev and Tink
    4 stars · Python · MIT · updated 2026-09-24
  • jukkatupamaki/better-call-jev - A skill for integrating Jev model calls to any Claude Code session. Supports Vercel AI Gateway.
    4 stars · HTML · MIT · updated 2026-09-22
  • Kushwho/jev-codes - Audit your git diff against YAML coding-standards packs using TypeSafe's Jev model, from a CLI or your AI agent's command/skill.
    4 stars · TypeScript · MIT · updated 2026-09-19
  • minhnghia2k3/jev-k8s-awareness - k8s awareness with jev
    4 stars · TypeScript · updated 2026-09-19
  • Mintzs/jevify - An optimized inference engine to turn LLMs into Jev-like machines: optimized for quick, lightweight, and accurate decision-making, classification, and scoring
    4 stars · Python · updated 2026-09-19
  • parkavenue9639/jevloop - A Jev-driven general-purpose agent harness for faster, lower-cost execution, with built-in side-by-side experiments against LLM-only agents.
    4 stars · Python · Apache-2.0 · updated 2026-09-24
  • Parthkomalwad/jevbrief - Clean, traceable state briefings for TypeSafe's Jev model
    4 stars · Python · MIT · updated 2026-09-23
  • Pinutss/jev-model-router - Route among multiple LLMs and multi-model provider keys without leaking secrets.
    4 stars · Python · MIT · updated 2026-09-18
  • RahulBalakavi/claude-code-jev - Experimental Jev permission gate for Claude Code via OpenRouter, with reproducible latency and cost benchmarks
    4 stars · Python · MIT · updated 2026-09-19
  • Ramneet-Singh/jevopt - Making intelligent compiler optimisation decisions with Jev
    4 stars · Python · GPL-3.0 · updated 2026-09-21
  • simxnherrera/jevr - A native R client for Jev System 1 model decisions
    4 stars · R · updated 2026-09-20
  • usail-hkust/JevLight - Jev-powered traffic signal control on CityFlow with structured phase and green-time decisions.
    4 stars · Python · MIT · updated 2026-09-24
  • vinilana/jev-gateway-bench - Benchmark for jev-gateway: real coding agents on chess engine tasks, with Jev routing on and off
    4 stars · JavaScript · MIT · updated 2026-09-19
  • YehuiTang0316/jev-nlgrep - Search code and text by meaning with natural-language grep, powered by Jev.
    4 stars · TypeScript · MIT · updated 2026-09-20
  • ZJemYoung/jev-chat-windows-laya - Windows 版微信聊天副驾(上游 fork):本地 laya 判断引擎免密钥运行 + 修复高缩放屏抓取错位 Windows fork of jev-chat: key-free local laya judge + DPI-aware screen capture fix
    4 stars · Python · MIT · updated 2026-09-23
  • abhishekswe/agent-fastpath - Jev MCP server: a decision layer for coding agents, built on TypeSafe Jev (System One model). Ship gates, risk checks, file triage that keeps files out of context, and a safe headless browser, with calibrated confidence. For Claude Code, Codex, Cursor.
    3 stars · TypeScript · MIT · updated 2026-09-22
  • ajanm007/jevrag - A pluggable decision substrate for RAG pipelines; explicit, calibrated state → Decision → confidence → action gates, with Jev as the first swappable backend.
    3 stars · Python · MIT · updated 2026-09-22
  • andrueandersoncs/visual-jev - Image-native typed decisions with shared visual encoding and Qwen3-VL
    3 stars · Python · updated 2026-09-20
  • antiyro/jevdroid - A typed Python framework for controlling Android over ADB with Jev.
    3 stars · Python · MIT · updated 2026-09-19
  • aryanchauhanoffical/no-hallucination - Three measured experiments on RAG hallucination: quote-checking, TypeSafe's Jev, and IBM's STAIR. 850+ graded questions, raw responses included.
    3 stars · Python · MIT · updated 2026-09-20
  • Bring-AI/jev-rl - JEV Reinforcement Learning: four classic games trained with JEV-powered rewards, reproducible experiments and checkpoint replays.
    3 stars · Python · MIT · updated 2026-09-21
  • Cairn-ink/cairn-jev-lab - Test what your AI should remember. An experimental, source-aware memory admission evaluator powered by Jev, with editable cases and inspectable results.
    3 stars · JavaScript · MIT · updated 2026-09-23
  • carlaiau/read-with-jev - A Demo of using JEV to classify various attributes of a book, and present that to the reader to augment the reading experience
    3 stars · TypeScript · updated 2026-09-24
  • codejunkie99/codex-model-routing - Installable Codex skill: LLM-first model routing with optional Jev, a shared benchmark registry, and explicit cost and confidence checks.
    3 stars · JavaScript · MIT · updated 2026-09-22
  • codejunkie99/jev-engineering - Jev Engineering: Typed Decision Systems for Reliable Agent Workflows. Paper, diagrams, and companion examples by Av1dlive.
    3 stars · JavaScript · updated 2026-09-21
  • collapseindex/jev-builder - A browser form for building requests to TypeSafe's Jev: pick a template, fill in the blanks, copy the request. No JSON, no install, runs locally.
    3 stars · JavaScript · updated 2026-09-20
  • dperezcabrera/system-one-chess - Chess against Jev, TypeSafe AI's System One model, through OpenRouter. Built with the pico framework.
    3 stars · Python · GPL-3.0 · updated 2026-09-23
  • FFatTiger/new-api-plugin-typesafe - TypeSafe AI System One (Jev) task plugin for QuantumNous/new-api — native /v1/systemone, synchronous evaluation, token billing
    3 stars · JavaScript · Apache-2.0 · updated 2026-09-18
  • Gaurav-Gosain/jev-sec-bench - Blind security benchmarks for Jev, TypeSafe's System One model: prompt injection and vulnerable code detection, built on jev-go
    3 stars · Go · MIT · updated 2026-09-16
  • glud123/jev-assist - Don't burn your model's context on a search flood — pipe it in and read above the cut line: one calibrated number per candidate, ~30 rows whether the pool is 40 or 4,000. It doesn't search; it decides what each hit is.
    3 stars · JavaScript · MIT · updated 2026-09-24
  • h0j5bz0adh0-stack/jev-pilot - Fast System-1 Decision, Arbitration & Safety Engine for Autonomous AI Agents (Powered by TypeSafe Jev)
    3 stars · Python · MIT · updated 2026-09-23

384 more in this category are tracked in data/registry.json.

Guardrails and safety

  • wfzyx/von - The open-source System One decision model. Sub-15ms, non-autoregressive, local drop-in alternative to TypeSafe Jev.
    617 stars · Python · Apache-2.0 · updated 2026-09-24
  • hyperspaceai/jevcache - A decision cache for TypeSafe Jev-class models — memoize decisions so repeats are free, deterministic, and shareable. One 2 MB binary.
    72 stars · updated 2026-09-19
  • wobsoriano/oxlint-plugin-jev - No description provided.
    62 stars · TypeScript · MIT · updated 2026-09-21
  • brainstormity/Jev-Moderation-Bot - No description provided.
    45 stars · Python · MIT · updated 2026-09-22
  • leepokai/jev-guard - Auto mode for every coding agent, built on Jev: risk-scores every tool call with session context (deny / ask / allow), flags prompt injection in results, checks skills and plugins. Claude Code, Codex, Copilot, Gemini, Cursor, pi, OpenCode, ACP.
    33 stars · JavaScript · MIT · updated 2026-09-17
  • jomatsu/pi-jev-auto-mode - Jev (TypeSafe System One) backed auto mode for the Pi coding agent: semantically auto-approves bash, write, and edit tool calls and fails closed when a decision cannot be made.
    24 stars · TypeScript · MIT · updated 2026-09-24
  • nexibeo/jev-cookbook - Practical, tested recipes for TypeSafe's Jev decision model on OpenRouter: support triage, database indexing, file organizing, tagging, taxonomies, dedupe, PII detection, extraction, search re-ranking and a browser agent.
    23 stars · JavaScript · MIT · updated 2026-09-19
  • Nasrallah-AL/jev-cli - Command-line tool for TypeSafe's Jev AI model
    21 stars · TypeScript · MIT · updated 2026-09-20
  • shiftynick/jev-axi - Agent-ergonomic CLI for TypeSafe's Jev: fast calibrated judgments (pick, rate, check, rank, triage, guard) from the shell
    21 stars · TypeScript · MIT · updated 2026-09-24
  • leesk212/JEV-CPU - Run SemIf (Jev-style semantic-if decisions) on a CPU — no GPU. Reads typed option probabilities straight from an open model in one forward pass, plus a web UI.
    18 stars · Python · MIT · updated 2026-09-19
  • ismaelsoilet/jev-harness - Zero-dependency System One decision harness: 5 semantic gates saving frontier AI agent tokens on trivial errors & doom loops. Python + TypeScript + Rust. MCP-compatible.
    7 stars · Python · MIT · updated 2026-09-24
  • ItisShikhar/gg-friggin-ez - Fast, drop-in multilingual profanity and toxicity screener for Node.js, powered by System 1 models like TypeSafe AI Jev and Laya. Catches leetspeak, character spacing, and romanized profanity across languages including Kannada, Telugu, Tamil, Hindi, and Bengali. ~50-500ms latency.
    7 stars · TypeScript · MIT · updated 2026-09-22
  • Nyarlathoteppppp/pi-heed - Runtime constraints for the pi coding agent: checks every side-effecting tool call against what you said, before it runs. Powered by TypeSafe Jev.
    7 stars · TypeScript · MIT · updated 2026-09-19
  • jackie-cqz/dsh-jev-plugin - DeepSeek Harness plugin for TypeSafe Jev: typed decisions, configurable guardrails, and Web UI result cards.
    6 stars · TypeScript · MIT · updated 2026-09-22
  • zhangxaochen/dsh-jev - Jev (System One decision model) plugin suite for DeepSeek Harness (dsh)
    5 stars · TypeScript · MIT · updated 2026-09-21
  • Charlyhno-eng/jev-document-classification - JEV Document Classification enables the rapid and cost-effective classification of text-based documents using AI, leveraging TypeSafe's "System One" model.
    4 stars · TypeScript · MIT · updated 2026-09-19
  • DelvisorLabs/Pyro - Self-hosted prompt monitoring with System One Models
    4 stars · TypeScript · updated 2026-09-23
  • jkrup/jeveryword - Text extraction with Jev: field extraction, PII detection and exact quotes, built on TypeSafe's Jev.
    4 stars · JavaScript · MIT · updated 2026-09-20
  • Sur-Cai/macos-computer-use-kit - AX-first computer use for AI agents on macOS with optional Jev (TypeSafe System One) semantic guards: calibrated target/input judgments before an irreversible action, decisions kept in code. Accessibility-tree targeting, window-scoped input, clipboard-safe paste, read-back verification. Ships a pip CLI, a pi package and a DeepSeek Harness plugin.
    4 stars · Python · MIT · updated 2026-09-23
  • alexj11324/open-jev-approvals - Binary approval gate for Codex and Claude Code — every intercepted tool call is reviewed by TypeSafe JEV and composed through a versioned local policy, with scoped authorization.
    3 stars · Go · MIT · updated 2026-09-20
  • godspede/construct-auto-classifier - Effect-based safety gate for AI coding agents' shell commands (OpenCode, Antigravity): fast structural rules, then TypeSafe's Jev or a chat model judges what a command does. Certified with Jev at zero dangerous commands allowed.
    3 stars · TypeScript · Apache-2.0 · updated 2026-09-19
  • JabbaKadabra/SystemOneDotNet - .NET client for TypeSafe System One (Jev) — typed questions in, typed answers with probabilities and confidence out. No prompt engineering, no output parsing.
    3 stars · C# · MIT · updated 2026-09-21
  • vibe-with-me-tools/n8n-nodes-jev - Helper n8n community node for Jev by TypeSafe. Classify, route, and score text with questions you define, and get a probability for every answer so unsure items can go to review.
    3 stars · TypeScript · MIT · updated 2026-09-19
  • AkashPriyadarshii/jev-scout - Zero-hallucination open-source repo and crate scout powered by TypeSafe AI Jev System One scoring
    2 stars · Rust · MIT · updated 2026-09-23
  • CogFlux/opencode-jev-guard - OpenCode 2 plugin that sends every shell command (local or via FarHand) to TypeSafe's Jev and asks you first when it leaves files outside the project, installs software globally, changes global settings, is harmful or exposes private data
    2 stars · TypeScript · MIT · updated 2026-09-23
  • coo-quack/jev-pii-checker - CLI that finds PII in text with TypeSafe Jev: presence, sensitivity, and located spans
    2 stars · TypeScript · MIT · updated 2026-09-20
  • dr-dimitru/claude-jev-plugin - TypeSafe Jev semantic guardrails for Claude Code
    2 stars · TypeScript · BSD-3-Clause · updated 2026-09-22
  • eugeniughelbur/jev-engineering - The decision layer for AI agents. Typed, calibrated decisions in ~400ms for two hundredths of a cent: gate tool calls, route models, rank options. With the 300-call injection test that found what breaks.
    2 stars · Python · MIT · updated 2026-09-20
  • fazlerocks/jev-adblock - Open-source AI ad blocker for Chrome. No filter lists: TypeSafe AI's Jev model decides what is an ad. Bring your own key.
    2 stars · TypeScript · MIT · updated 2026-09-22
  • Gitmaxd/agent-seek - Agent Seek — precision web recall for agents. You.com discover + TypeSafe Jev ranking. MCP + REST. Live demo: https://agentseek.dev
    2 stars · Python · MIT · updated 2026-09-23
  • matthew004-web/heyreach-jev-bot - Signal-based LinkedIn outbound scoring for HeyReach, running on Jev (TypeSafe System One).
    2 stars · Python · updated 2026-09-23
  • omkarghugarkar007/actiongate-jev - Open-source Jev tool-calling authorization gateway for AI agents: deterministic policy, exact-action single-use permits, MCP and HTTP enforcement.
    2 stars · TypeScript · Apache-2.0 · updated 2026-09-20
  • soderlind/jev-comment-triage - Async Jev-powered WordPress comment triage: background spam, scam/phishing, and toxicity moderation that keeps comment submission fast.
    2 stars · PHP · updated 2026-09-18
  • AskTheWay/dsh-jev-interceptor - ⚡ Millisecond System-1 judgement for every tool call in DeepSeek Harness — Jev-powered risk classification & evidence-gated auto-approval. Fail-closed by construction. dsh 生态第一个 System-1 决策插件
    1 stars · TypeScript · MIT · updated 2026-09-23
  • getexcited/stepwarden - Every tool call your agent makes, checked before it runs. A Claude Code plugin that uses TypeSafe AI's Jev to verify each pending tool call against the session plan, then allows it, asks you, or blocks it. Proof of concept
    1 stars · TypeScript · Apache-2.0 · updated 2026-09-18
  • h1code2/jev-x-blocker - No description provided.
    1 stars · JavaScript · MIT · updated 2026-09-20
  • jev-ai/jev-api - Jev AI
    1 stars · HTML · updated 2026-09-21
  • Jhonnyr97/JevGuard - Claude Code + Codex CLI plugin that verifies the agent follows project rules through a System One (Jev) model
    1 stars · TypeScript · MIT · updated 2026-09-22
  • jiawei686/jev-screen-mcp - Single-purpose MCP server (one tool, one job): a content-moderation gate powered by TypeSafe Jev (System One decision model).
    1 stars · TypeScript · MIT · updated 2026-09-21
  • navidkashani/jev-guard - Spam protection for WordPress comments, reviews and Contact Form 7 using the Jev decision model (independent, unaffiliated)
    1 stars · PHP · GPL-2.0 · updated 2026-09-22
  • nexibeo/jev-organize - Throw in a pile of company files and get them classified and organized by department, type, sensitivity, date, counterparty and PII, with an index for AI agents. Powered by TypeSafe's Jev on OpenRouter (17¢ per 1,000 files). Zero-dependency Node CLI + Claude skill + Codex agent.
    1 stars · JavaScript · MIT · updated 2026-09-19
  • prabhatpankaj/typesafe-POC - No description provided.
    1 stars · Python · updated 2026-09-21
  • saembit/jeff-bot - jeff, a Discord bot that is nothing but Jev decisions from TypeSafe, built with botbox
    1 stars · Python · MIT · updated 2026-09-22
  • Umbylicus/umby-jev-stack - Portable agent skill: TypeSafe Jev as a cheap code-review classifier (HTTP + optional jev-review MCP)
    1 stars · JavaScript · MIT · updated 2026-09-22
  • akras14/jevbro - Command-line browser agent: Jev picks every action, a small LLM only writes text.
    0 stars · TypeScript · Apache-2.0 · updated 2026-09-21
  • aleksvega/jev-skill-router - Jev-powered skill router & security auditor for any AI agent (Codex, Claude Code, OpenCode, Hermes): ONE cheap decision per request tells the model WHICH skill to load; scans skill libraries for prompt injection & dangerous commands.
    0 stars · JavaScript · MIT · updated 2026-09-24
  • alsoleg89/jev-bouncer - Claude Code plugin: a 3-cent bouncer for your agent's shell. Jev typed probabilities auto-allow routine commands, deny destructive ones, and flag prompt injection in tool results.
    0 stars · Python · MIT · updated 2026-09-20
  • andrest04/jev-lab - A local Node lab for TypeSafe's Jev (System One): typed questions in, probabilities out. The API key never leaves your machine.
    0 stars · JavaScript · MIT · updated 2026-09-21
  • apuravmanhas/chronos - A TypeScript decision runtime that wraps Jev's probabilistic AI outputs with strict deterministic guardrails and tamper-evident audit logs
    0 stars · TypeScript · Apache-2.0 · updated 2026-09-24
  • balewgize/jev-ticket-triage - A small demo showing a cheaper way to route support tickets.
    0 stars · Python · MIT · updated 2026-09-23
  • bismawy/pi-jev-eye - Ultra-lean supervisor for Pi coding agent using local regex filters, verification state tracking, and TypeSafe Jev semantic gate
    0 stars · TypeScript · updated 2026-09-24
  • blacksinisterx/jev-guard - a security decision layer sitting between an AI agent and tool execution
    0 stars · TypeScript · updated 2026-09-23
  • cedrecs/jev-yarn - An AI assisted storytelling party game. Everyone submits a line to add to the shared story, the AI bot ("Jev") picks the winner, and the story continues to grow. Everyone takes turns submitting a theme after each story. Jev scores every finished story out of 100.
    0 stars · JavaScript · MIT · updated 2026-09-22
  • celolopes/jev-dev-harness - Open-source developer harness and runtime safety toolkit for AI coding agents powered by TypeSafe AI / Jev
    0 stars · TypeScript · MIT · updated 2026-09-23
  • codaaiteam/jev-mcp - MCP server for Jev (TypeSafe AI's System One model) — give any agent typed, calibrated decisions: classify, score, check, gate risky tool calls. Try free: jevtypesafeai.com
    0 stars · JavaScript · MIT · updated 2026-09-22
  • danmana/jev-paints - Tell Jev what to paint and watch it happen, one gesture at a time. TypeSafe's Jev + p5.brush.
    0 stars · TypeScript · updated 2026-09-22
  • darrenli6/jev-block-ad - An open-source AI ad blocker for Chrome, built on TypeSafe AI's Jev model. No filter lists. Jev looks at each suspicious element and decides.
    0 stars · TypeScript · MIT · updated 2026-09-22
  • imbilawork/jev-demo - Demonstrator for Jev, the typed-decision model: dashboard, CLI and Cloudflare Worker proxy
    0 stars · HTML · updated 2026-09-22
  • jason-allen-oneal/openclaw-plugin-typesafe-ai - TypeSafe AI (Jev System One) plugin for OpenClaw - sub-100ms group triage, tool safety guardrails, compaction curation, and model routing
    0 stars · TypeScript · MIT · updated 2026-09-18
  • jev-ai/jev-model - Jev AI
    0 stars · HTML · updated 2026-09-21
  • jijaraba/LogiPulseAI_JEV - Real-time last-mile delivery exception triage: Jev (TypeSafe AI System One) evaluates each event, deterministic guardrails decide. FastAPI + Streamlit.
    0 stars · Python · updated 2026-09-21
  • juanlentino/jev-comment-analysis - Backs the WordPress AI plugin's Comment Moderation with TypeSafe Jev, through Connector for TypeSafe Jev
    0 stars · PHP · GPL-2.0 · updated 2026-09-20
  • JularDepick/Jev-Examiner - An AI content moderation workflow powered by the TypeSafe/Jev model.
    0 stars · JavaScript · Apache-2.0 · updated 2026-09-20
  • mooshee/typesafe-jev-keys - Create and manage TypeSafe Jev API keys from your terminal.
    0 stars · Python · MIT · updated 2026-09-22
  • OmarAlaaeldein/jev-verifier-skill - Fast 'System One' reflex for reasoning LLMs: typed probabilistic second opinions from Jev via OpenCode Zen, with PII-minimizing state redaction.
    0 stars · MIT · updated 2026-09-21
  • randilt/jev-policies - PoC: an AI Gateway guardrail policy for WSO2 API Platform, backed by TypeSafe AI's Jev model
    0 stars · Go · updated 2026-09-23
  • rashedInt32/jev-gates - Six calibrated gates for Claude Code, judged by TypeSafe Jev: rules, scope, intent, done, claims, and commit honesty. Each one escalates, none ever approves.
    0 stars · JavaScript · MIT · updated 2026-09-24
  • RavenRepo/jevengineeringgate - Calibrated decision layer and risk gate for AI coding agents. Routes yes/no, routing and scoring judgments to the Jev System One model at ~$0.0000123 per decision, then enforces the result deterministically through Claude Code PreToolUse hooks. Fitted thresholds, not guessed.
    0 stars · JavaScript · MIT · updated 2026-09-20
  • rdrgio/eslint-plugin-nestjs-pii - No description provided.
    0 stars · TypeScript · updated 2026-09-23
  • scott-the-programmer/system1-guard - Guardrails based on Jev, Typescript.AI's System One model
    0 stars · updated 2026-09-19
  • TickerDev/jevfanity - Monorepo for jevfanity, a profanity detector using Jev by TypeSafe AI
    0 stars · TypeScript · MIT · updated 2026-09-20
  • TickerDev/jevfanity-api - Monorepo for jevfanity, a profanity detector using Jev by TypeSafe AI
    0 stars · TypeScript · MIT · updated 2026-09-20
  • vstrofago/jev-chat-moderator - Playground: TypeSafe AI's Jev moderating a simulated live-stream chat in real time (ES/EN)
    0 stars · TypeScript · MIT · updated 2026-09-23
  • WallerChen/jev-measured - Measured cost, latency and raw output from the live Jev API (TypeSafe AI System One model) across 8 use cases — reproducible
    0 stars · Python · MIT · updated 2026-09-20
  • Wany-i/jev-decision-layer - 把决策模型(typesafe/jev-1.13,经 OpenRouter 的 decisions 端点调用)封装成业务决策工具:注册表驱动,带置信度门控与硬约束。非官方项目。
    0 stars · Python · MIT · updated 2026-09-18

Infrastructure and tooling

  • OpenByteInc/QuantDinger - Open-source AI Trading OS, agent trading, and vibe trading, with Jev System One integration. Research, build Python strategies, backtest, and paper/live trade across crypto, stocks, and forex. Launch your own multi-tenant trading SaaS with built-in user management, billing, payments, and settlement.
    12094 stars · Python · Apache-2.0 · updated 2026-09-24
  • thruwire/foreman - Software factory foreman based on TypeSafe's Jev model
    541 stars · Python · MIT · updated 2026-09-24
  • wy-coliney/jev-browser-use - 5–10x faster browser operations: Jev clicks, Codex thinks and verifies. Built at EZCollegeApp.
    455 stars · JavaScript · MIT · updated 2026-09-23
  • notque/vexjoy-agent - VexJoy AI Agent with Jev Intelligent Routing - /do routes plain-English requests to the right specialist agent and gates the work with reviews, tests, and a learning loop.
    425 stars · Python · MIT · updated 2026-09-24
  • droidrun/mobile-jev - No description provided.
    381 stars · JavaScript · MIT · updated 2026-09-17
  • gargpratyush/jev-router - Route to the cheapest model in claude code for your task using jev-router
    380 stars · JavaScript · MIT · updated 2026-09-19
  • jkudish/jev-mcp - Fast, cheap, typed judgments from TypeSafe's Jev model, as MCP tools.
    321 stars · JavaScript · MIT · updated 2026-09-24
  • ekzhang/openjev-sglang - Jev-compatible API endpoint based on open models (prefill-only)
    311 stars · Python · updated 2026-09-21
  • itsmostafa/typesafe-mcp - An mcp connector to evaluate anything fast and cheap. Give your AI agent direct access to typesafe ai's jev model and open weight models like laya
    293 stars · Go · MIT · updated 2026-09-23
  • sutro-sh/jev-align - Build calibrated AI Functions from human feedback using Jev and GEPA.
    285 stars · Python · Apache-2.0 · updated 2026-09-20
  • 0xNatoshi/jev-codex-router - Per-turn model & reasoning routing for Codex, driven by Jev (TypeSafe System One): picks the model, thinking depth and speed mode for every turn.
    266 stars · JavaScript · MIT · updated 2026-09-22
  • jkudish/jev-browser - Browser use using Typesafe's Jev model
    258 stars · JavaScript · MIT · updated 2026-09-24
  • dbreunig/building-with-jev-skill - A skill for writing and improving programs that call Jev, TypeSafe's System One model
    132 stars · updated 2026-09-17
  • Dicklesworthstone/skillranker - Rust CLI powered by Jev from TypeSafe.ai that ranks agent skills for the next step using live session context. Includes Claude Code hooks, structured JSON, abstention, and local feedback. Requires a TypeSafe API key.
    116 stars · Rust · updated 2026-09-24
  • w3cj/jev-chat - A tool calling chat bot built with Jev and no LLM.
    94 stars · TypeScript · MIT · updated 2026-09-18
  • pithings/advocaat - A small, type-safe client for asking AI questions about your data, powered by TypeSafe Jev.
    91 stars · TypeScript · MIT · updated 2026-09-18
  • Ying-Kai-Liao/jev-browser - Browser automation where an LLM plans and Jev (Typesafe System One) decides. Library, CLI and MCP server.
    83 stars · JavaScript · MIT · updated 2026-09-22
  • keltokhy/jgrep - grep, but the pattern is a description. Filters lines by meaning with TypeSafe's Jev decision model: ~200 ms and a thousandth of a cent per line.
    79 stars · Python · MIT · updated 2026-09-23
  • libingzheren/Jev-Mem - Jev-Mem: System-One Controlled Agentic Memory
    70 stars · Python · MIT · updated 2026-09-22
  • sharziki/semdecide - Typed semantic decisions for Unix pipelines and CI, powered by TypeSafe AI Jev.
    55 stars · Python · MIT · updated 2026-09-16
  • socai-io/jev-social - Open-source Agent Skill and local demo: Jev × socai for Instagram, TikTok, and LinkedIn research—typed routing, real browser evidence, streamed posts, video, and cited reports.
    55 stars · JavaScript · MIT · updated 2026-09-24
  • AkashPriyadarshii/jev-seo - jev-seo: Rust SEO and GEO CLI plus MCP server for coding agents: 50-rule audits, live crawls, GEO scores, rank drift, CI gates. MIT, zero subscription.
    49 stars · Rust · MIT · updated 2026-09-24
  • andududu/jeview - An unofficial local visualizer for Jev (TypeSafe): a live view of every call your code makes. Not affiliated with TypeSafe AI.
    48 stars · JavaScript · MIT · updated 2026-09-21
  • iamaamir/system-one - Provider-neutral System One runtime for TypeScript and Pi
    48 stars · TypeScript · updated 2026-09-24
  • yusukebe/hono-jev-router - Route HTTP requests by meaning. A semantic router for Hono powered by Jev.
    47 stars · TypeScript · MIT · updated 2026-09-18
  • TheoOliveira/pi-jev - Semantic tool routing and typed System One decisions for the Pi coding agent using TypeSafe Jev
    46 stars · TypeScript · MIT · updated 2026-09-20
  • burnigtm/jev-mcp - MCP server that puts TypeSafe Jev on the coding loop in Cursor, Codex, and any MCP client
    43 stars · TypeScript · MIT · updated 2026-09-21
  • peterfriese/jev-foundation-models - A lightweight, native Swift 6 bridge integrating TypeSafe AI's Jev System One decision model into Apple's Foundation Models framework.
    43 stars · Swift · Apache-2.0 · updated 2026-09-24
  • tacticocc/Jevbridge - ACP and MCP adapter that bridges TypeSafe Jev with any LLM — computer use and typed decisions alongside Codex, Claude, Grok, and OpenCode.
    41 stars · TypeScript · MIT · updated 2026-09-21
  • mizchi/jev-playground - No description provided.
    40 stars · TypeScript · updated 2026-09-24
  • nico-martin/open-jev - open-jev is a browser-focused TypeScript library for typed decisions: one piece of text (the state) plus any number of typed questions go in, and one forward pass returns a calibrated probability distribution per question. Nothing is generated, so an answer is always one of the options you provided.
    33 stars · TypeScript · MIT · updated 2026-09-21
  • win4r/jev-skill-suggester - 用 TypeSafe Jev 推荐已安装 Skill / Bounded installed-skill recommendations with TypeSafe Jev. Python CLI, Codex skill, bilingual docs and live examples.
    31 stars · Python · MIT · updated 2026-09-19
  • davila7/jev-explained - Jev Explained
    29 stars · TypeScript · MIT · updated 2026-09-20
  • NevaMind-AI/JevTown - jev based AI town simulation
    25 stars · TypeScript · MIT · updated 2026-09-23
  • shitianfang/jev-use - Claude Code / Codex / pi plugin that hands agent steps needing no text output to Jev (TypeSafe's judgment model) — measured p50 ~230 ms and ~$0.02 per 1,000 judgments, with typed escalation back to the LLM
    25 stars · JavaScript · MIT · updated 2026-09-22
  • blakestone-x/jev-mcp - MCP server for TypeSafe Jev: typed classify, score, check, match and screen for any agent, with confidence on every answer
    22 stars · Python · MIT · updated 2026-09-16
  • kyegomez/open-jev - an open-source, from-first-principles reconstruction of the ideas behind TypeSafe AI's Jev, written in pytorch
    22 stars · Python · Apache-2.0 · updated 2026-09-21
  • AkashPriyadarshii/jev-superpowers - Systematic software development framework for AI coding agents upgraded with TypeSafe Jev System One typed decisions
    21 stars · HTML · MIT · updated 2026-09-23
  • Eriskii/ErisLint - Rust linter powered by configurable Jev rules, with a VS Code extension.
    19 stars · Rust · AGPL-3.0 · updated 2026-09-18
  • keltokhy/jsort - sort by meaning: order lines along a plain-English dimension, from pairwise comparisons judged by TypeSafe's Jev model
    19 stars · Python · MIT · updated 2026-09-23
  • Brainwires/jevwire - Jev decision layer for agents: MCP server, embeddable DecisionModel library, and an escalate-only Claude Code plugin (TypeSafe AI's Jev)
    18 stars · TypeScript · MIT · updated 2026-09-21
  • csskrtao/jev-to-answer - 答案之书jev
    17 stars · JavaScript · updated 2026-09-23
  • GodsBoy/jev-agent-skill-router - Typed, confidence-aware agent skill routing with TypeSafe Jev.
    17 stars · Python · MIT · updated 2026-09-16
  • wd041216-bit/zero-api-key-web-search - Jev-powered search infrastructure for AI agents: zero API keys, MCP-ready, LLM-context aware, with local neural evidence verification.
    17 stars · Python · MIT · updated 2026-09-21
  • mizchi/jev-test-filter - Score every test against a git diff with Jev, and emit the filter arguments vitest, node:test, Playwright, cargo test and go test already understand
    16 stars · TypeScript · MIT · updated 2026-09-24
  • FrancoisChastel/jev-code - Jev, TypeSafe's System One classifier, as a tool inside Claude Code, Codex, Pi, and OpenCode: typed classify, check, score, rank, and ask, plus one-command setup.
    15 stars · TypeScript · MIT · updated 2026-09-19
  • jiawei686/jev-ultrafast-mcp - Hand a whole browser task off in one call: a decision model drives the page server-side, so a flow costs one call, not a turn per click. Ref-based element tables, code-checked assertions, zero-model macro replay, over the Chrome DevTools Protocol.
    15 stars · Python · MIT · updated 2026-09-23
  • trungdq88/jev-tetris - Jev play Tetris in real-time against other AI models
    15 stars · JavaScript · updated 2026-09-21
  • utk2103/jev-studio - if you're experimenting with jev it will be easier from here
    15 stars · Python · MIT · updated 2026-09-24
  • Eniip/jev-game-tools - No description provided.
    14 stars · Python · updated 2026-09-19
  • DECRUX9812/typesafe-skill-router - TypeSafe (Jev) skill routing for Hermes Agent: names the one skill worth loading, before the model call. Opt-in, stdlib only, ~$0.001 per routed turn.
    13 stars · Python · MIT · updated 2026-09-21
  • mejiasd3v/pi-jev-router - Automatic model routing for Pi using TypeSafe's Jev through Vercel AI Gateway
    13 stars · JavaScript · MIT · updated 2026-09-22
  • tumf/jev-cli - Small dependency-free CLI for TypeSafe Jev
    13 stars · Python · MIT · updated 2026-09-23
  • kylemclaren/jevql - Semantic SQL for Postgres, powered by Jev
    12 stars · Go · MIT · updated 2026-09-19
  • prismhq/jev-router - Open-source LLM router that uses TypeSafe's Jev to pick a model, on top of LiteLLM
    12 stars · Python · MIT · updated 2026-09-17
  • anyfilter/anyfilter - Hide anything you don't want to see on any site. X for now, more to come.
    11 stars · TypeScript · MIT · updated 2026-09-19
  • huntedman/JevLint - Configurable semantic linting powered by Jev, with file-level NOUL judgments and a magic-strings plugin.
    11 stars · TypeScript · MIT · updated 2026-09-20
  • iamtoomas/JevLint - Configurable semantic linting powered by Jev, with file-level NOUL judgments and a magic-strings plugin.
    11 stars · TypeScript · MIT · updated 2026-09-20
  • southpolesteve/probably - A small programming language for LLM workflows, powered by Jev.
    11 stars · TypeScript · MIT · updated 2026-09-19
  • win4r/pi-jev-router - Task-boundary model routing for Pi Coding Agent, powered by TypeSafe Jev. Conservative policies, exact caching, and observable failover.
    11 stars · TypeScript · MIT · updated 2026-09-20
  • forvela/jev-agent-browser - Fast, bounded browser agents powered by Jev and agent-browser — typed actions, research, classification, and safe orchestration.
    10 stars · JavaScript · MIT · updated 2026-09-21
  • okooo5km/jev - Typed decisions from the shell: an unofficial stdlib-Python CLI and Agent Skill for TypeSafe's Jev model, via the TypeSafe API (default) or OpenRouter. Yes/no, choice and ordinal scores with calibrated probabilities, semantic grep and batch mode.
    10 stars · Python · Apache-2.0 · updated 2026-09-19
  • win4r/jev-security-scan - 使用 TypeSafe Jev 审查 Skill 与 MCP 可疑行为 | Review Agent Skills and MCP code with Jev, static evidence, and explicit coverage gaps
    10 stars · Python · MIT · updated 2026-09-19
  • yijunyu/jev-rs - System One judgments (noul/choice/score) from any LLM in one prefill — a Rust, Jev-compatible /v1/systemone engine
    10 stars · Rust · Apache-2.0 · updated 2026-09-24
  • Ice-Hazymoon/jevlint - Semantic lint rules for the code-review questions a deterministic linter can't express
    9 stars · TypeScript · MIT · updated 2026-09-24
  • matthewp/flue-jev-demo - Flue agent routing with TypeSafe Jev through Cloudflare AI Gateway
    9 stars · TypeScript · updated 2026-09-18
  • cristianoliveira/jeq - What happens when jev meets jq? Intelligence you can pipe for quick experimentation and scripts
    8 stars · Go · MIT · updated 2026-09-24
  • fatelei/jev-compact - Jev-scored context compaction for OpenAI Codex CLI — scores every tool call before compaction and restores critical tool outputs verbatim after it
    8 stars · TypeScript · MIT · updated 2026-09-19
  • himomohi/aside-jev - Aside agents decide with TypeSafe Jev (System One: Choice/Score/Noul). Not a Cua binding — Jev is the model, Aside is the browser runtime.
    8 stars · Python · MIT · updated 2026-09-21
  • jekhov/jekhov - Policy-bounded Jev target selection for resilient Playwright workflows
    8 stars · TypeScript · MIT · updated 2026-09-19
  • jerryfane/omp-jev-compaction - Verbatim Jev-scored context reduction for omp, over TypeSafe or OpenRouter
    8 stars · TypeScript · MIT · updated 2026-09-19
  • rajdhakad9826/jev-router - LLM router that picks the cheapest model capable of handling a query, using TypeSafe's Jev for fast classification instead of an LLM call.
    8 stars · TypeScript · MIT · updated 2026-09-21
  • reachjalil/jev-tree - Recursive Jev choice over a taxonomy. Select from more than 255 options without breaking TypeSafe Jev's choice cap.
    8 stars · TypeScript · MIT · updated 2026-09-18
  • redwolf2019/laya-rs - Pure Rust runtime + HTTP server for Laya System-1 models,Linux / CPU-first / multilingual / ONNX Runtime
    8 stars · Rust · MIT · updated 2026-09-24
  • KiritoKing/midscene-jev-runner - Community-maintained JEV runner integration for Midscene Test
    7 stars · TypeScript · MIT · updated 2026-09-24
  • Nyarlathoteppppp/pi-jev-context - Model performance first. Token savings second. A Pi extension with freshness-aware read dedupe, Jev log filtering, and searchable verbatim recall. Keeps existing message history intact.
    7 stars · TypeScript · MIT · updated 2026-09-22
  • rashedInt32/jev-mcp - MCP server exposing TypeSafe Jev as typed, calibrated judgment tools: classify, score, check, batched ask. Ships as a Claude Code plugin.
    7 stars · TypeScript · MIT · updated 2026-09-23
  • rawwerks/one-system - Use local and hosted classifiers aka decision models aka Jev-like models, all through a single TypeSafe API
    7 stars · TypeScript · MIT · updated 2026-09-24
  • riteshverma/s18 - Introducing s18 — an open-source agent runtime & orchestration framework for real AI systems. ⚡ Multi-agent workflows ⚡ Real-time streaming state ⚡ Scheduling + automation ⚡ MCP tool integrations ⚡ Local-first or cloud models ⚡ Observability built in
    7 stars · Python · Apache-2.0 · updated 2026-09-20
  • sufianetaouil/every - Ask a yes/no question of every function in a codebase. Ranked answers in seconds, for cents. Grep whose pattern is a question, powered by TypeSafe Jev.
    7 stars · Python · MIT · updated 2026-09-17
  • blazejkustra/softlint - Enforce rules a linter can't. A GitHub Action that reviews PRs against plain-English rules, judged by Jev.
    6 stars · TypeScript · MIT · updated 2026-09-20
  • jackbarunz/jev-tool-router - Jev-powered MCP tool routing for Codex
    6 stars · JavaScript · MIT · updated 2026-09-21
  • karanb192/jev-architect - Find, design, and evaluate TypeSafe Jev decision loops.
    6 stars · HTML · MIT · updated 2026-09-20
  • Mushroom-Systems/lichen - A local, API-compatible replacement for Jev, TypeSafe's System One model
    6 stars · Python · MIT · updated 2026-09-23
  • romanmeclazcke/codex-sift - Route each Codex turn to the cheapest model that can handle it, judged by TypeSafe Jev.
    6 stars · TypeScript · MIT · updated 2026-09-22
  • stilesja/jev-ivr - Building an IVR using Jev as classifier.
    6 stars · TypeScript · updated 2026-09-23
  • acoyfellow/predict - A small browser signal for the next useful step on a website.
    5 stars · Svelte · updated 2026-09-20
  • ai-suifeng/comment-jev-chrome - No description provided.
    5 stars · JavaScript · updated 2026-09-18
  • AIsa-team/worth-replying - Worth Replying by AIsa
    5 stars · TypeScript · MIT · updated 2026-09-18
  • da-vinci-noob/pi-jev-model-router - Route pi prompts to task-appropriate model tiers with TypeSafe Jev typed judgments. Budget-aware, with automatic fallback.
    5 stars · TypeScript · MIT · updated 2026-09-20
  • daniel-farina/nitro - Grok Build with TypeSafe Jev routing tool selection once per turn: 22 to 40% cheaper on the same tasks
    5 stars · Rust · updated 2026-09-20
  • dereknguyen269/jev-harness - No description provided.
    5 stars · Go · updated 2026-09-24
  • EugeneBoondock/jevsql - SQL with natural-language predicates, powered by TypeSafe's Jev. Filter, rank, classify and score rows by meaning — batched, cached and cost-guarded.
    5 stars · JavaScript · MIT · updated 2026-09-19
  • Friedjof/jev-mobile - Fast structured Android control loops with TypeSafe Jev and Mobile MCP
    5 stars · Python · MIT · updated 2026-09-18
  • jcressler/jev-codex-token-saver - Experimental Jev evidence selection for token-efficient Codex investigations
    5 stars · JavaScript · MIT · updated 2026-09-21
  • kotoba-lang/typed-decisions - Jev-shaped typed-decision model (state + Choice/Score/Noul questions -> calibrated probabilities, one pass) on ModernBERT / DeBERTa / LLaDA-MoE, with measured latency, accuracy, calibration and training cost
    5 stars · Python · updated 2026-09-22
  • leonaaardob/fast-dev-compaction - Codex plugin: verbatim Jev-guided context restoration around session compaction. Port of tamaratran/fast-jev-compaction to Codex lifecycle hooks.
    5 stars · TypeScript · MIT · updated 2026-09-19
  • nrdz-labs/fast-jev-opencode - Jev-scored context pruning for OpenCode: drops stale tool calls and truncates bulky results on the outgoing request — fail-open, cache-backed, configurable live. Port of fast-jev-compaction to the V2 context hook.
    5 stars · TypeScript · MIT · updated 2026-09-19
  • Peu77/JevFind - Fast semantic code search powered by Jev. Find the relevant files, line ranges, and snippets
    5 stars · Rust · MIT · updated 2026-09-20
  • spoonnotfound/soupbase - Jev x 海龟汤
    5 stars · TypeScript · MIT · updated 2026-09-23
  • win4r/jev-humanize-writing - Jev 辅助去 AI 味写作:保留事实、归因与作者语气 | Natural prose editing with Jev-assisted fidelity review
    5 stars · Python · MIT · updated 2026-09-19
  • yatharth1706/inbox-triage - No description provided.
    5 stars · TypeScript · updated 2026-09-20
  • 455-dIAO/windows-save-token-jev-setup - Windows Codex Skill:通过 npx 或 Git 安装,安全配置 save-token-jev 的 PreCompact/SessionStart Hooks,并提供信任、原生压缩与旧内容隔离验证。
    4 stars · PowerShell · updated 2026-09-21
  • aaronshaf/opencode-jev-orchestrator - Keeps OpenCode on a cheap sticky model for warm cache; Jev escalates hard turns to stronger subagents.
    4 stars · TypeScript · MIT · updated 2026-09-18
  • Adkid-Zephyr/work-with-jev - 用 Jev 把飞书工作消息分成四类:紧急、待办、值得看、暂时略过。A minimal, local-first message classifier with extensible workspace adapters.
    4 stars · JavaScript · MIT · updated 2026-09-20
  • alxcrt/is-odd-jev - No description provided.
    4 stars · JavaScript · updated 2026-09-17
  • andrelandgraf/safer-with-jev - Neon Function proxy for the Neon AI Gateway with TypeSafe Jev routing.
    4 stars · TypeScript · updated 2026-09-18
  • ansidium/jev-codex-bridge - Model and reasoning routing for Codex Desktop and CLI, with a Windows service and validated updates
    4 stars · JavaScript · MIT · updated 2026-09-23
  • carlosedm10/agi-jev-containment - AGI JEV Detection — local AI agent monitor: chain-level malicious-agent detection (TypeSafe Jev + Sentinel), escalate-only L1–L5 containment, Neo4j forensics, AngryRobot dashboard. HackSpain 2026.
    4 stars · Python · updated 2026-09-21
  • erkamyaman/jev-enforce - 📏 Claude Code plugin that makes Claude follow your CLAUDE.md: every reply and edit checked by TypeSafe Jev ✅
    4 stars · TypeScript · MIT · updated 2026-09-23
  • fajarhide/askgrep - grep for the questions you cannot write as a pattern. Reads every function instead of sampling a few. Powered by Jev, TypeSafe AI's System One model.
    4 stars · Rust · Apache-2.0 · updated 2026-09-22
  • huangserva/hipporoute-jev-codex - 面向 OpenAI Codex 的边界模型路由器,由 TypeSafe Jev 决策:只在线程开始、新轮次、压缩和子 agent 派生时选择模型与思考深度,工具循环内绝不切换,因此不会打掉 prompt 缓存。
    4 stars · Python · MIT · updated 2026-09-21
  • Mrlyk/jev-browser - Browser automation CLI for AI agents, powered by the Jev model's millisecond decisions and near-zero inference costs
    4 stars · Rust · Apache-2.0 · updated 2026-09-21
  • satviksinha/jev-model-router - Model router for Claude Code using Jev
    4 stars · TypeScript · MIT · updated 2026-09-23
  • sumleo/prompt2jev - Agent skill and CLI that turn natural language, an LLM prompt, or the code that runs one into a TypeSafe Jev decision: typed state, Choice/Score/Noul questions, and a runnable script
    4 stars · Python · MIT · updated 2026-09-21
  • TheCoder30ec4/model_router_python - Route every LLM call to the cheapest model that can actually do the job. Filters by context window, output limit and cost budget using live prices, then lets Jev pick the best model across OpenAI, Anthropic, Google and more. Zero dependencies.
    4 stars · Python · MIT · updated 2026-09-24
  • tonyzdev/pijev - PiJev: a terminal coding agent with Jev in the loop — Jev ranks the repository's files before the first call, picks skills and triages failures; your coding model writes the code. Built on Pi.
    4 stars · TypeScript · MIT · updated 2026-09-23
  • valentynkit/jev-skip - YouTube sponsor skipper that reads the captions and decides at watch time: a probability heatmap on the seek bar, no crowd database
    4 stars · TypeScript · MIT · updated 2026-09-19
  • Waxmell114514/jev-compaction - A context compactor that can only score, never write — so an agent's memory can't hold a fact the transcript never contained. Working demo, runs offline.
    4 stars · Python · MIT · updated 2026-09-24
  • y0usaf/typesafe-cli - Ask Jev typed questions from the shell: noul, choice, and score answers as numbers, not prose
    4 stars · TypeScript · MIT · updated 2026-09-19
  • ZJU-REAL/CUA-JEV - Jev for Computer Use
    4 stars · Python · updated 2026-09-24
  • 0x7067/jev-browse - Browser automation with Jev (TypeSafe) as decision model
    3 stars · JavaScript · MIT · updated 2026-09-24
  • abhishekashokvkumar/jev-mcp-dispatcher - Natural-language MCP tool dispatcher powered entirely by TypeSafe's Jev — no general-purpose LLM. Discovers a simple MCP server's tool signatures at runtime and uses Jev's typed primitives (Choice/Noul) to pick the right tool and extract its arguments straight out of the sentence.
    3 stars · Python · updated 2026-09-18
  • AkashPriyadarshii/jev-git - Sub-second Git pre-commit & pre-push semantic reflex gate powered by TypeSafe AI Jev
    3 stars · Rust · MIT · updated 2026-09-21
  • arczhi/jet - A TypeSafe-native (Jev) coding agent built on Recursive LLM Context Decomposition (RLCD), with a native macOS client
    3 stars · Python · updated 2026-09-22
  • ariel-frischer/jevkit - Fast Rust CLI for TypeSafe Jev: typed decisions, offline linting before you pay
    3 stars · Rust · MIT · updated 2026-09-19
  • BeLazy167/typesafe-mod - Claude Code mod that routes decisions to TypeSafe's Jev model: ranks installed skills per prompt, and answers the agent's own this-or-that questions when confident.
    3 stars · TypeScript · MIT · updated 2026-09-17
  • boldbug1/jev-triage - Message triage CLI in Go, built on the Jev decision model from TypeSafe AI. Categorizes messages, scores urgency, and flags low-confidence ones for human review.
    3 stars · Go · MIT · updated 2026-09-20
  • Charlyhno-eng/jev-codex-pilot - Smart Codex overlay with JEV model routing, context optimization & Kanban automation. Reduce tokens, keep control
    3 stars · TypeScript · MIT · updated 2026-09-23
  • geilt/typesafe-cli - CLI and agent skill for TypeSafe System One (Jev): typed Choice, Score, and Noul judgments.
    3 stars · Python · updated 2026-09-17
  • HaoxiangXia/fork-cast - 零标签随性就餐决策工具,基于 Jev System 1 概率决策模型
    3 stars · HTML · updated 2026-09-21
  • himomohi/jev-skill-router - Keep skill catalogs outside the main LLM context. Jev selects relevant skills through one read-only MCP tool.
    3 stars · Python · MIT · updated 2026-09-22
  • HyunjunJeon/jev-judgment - Agent Skill: send closed coding-agent judgments to TypeSafe Jev
    3 stars · Python · MIT · updated 2026-09-17
  • jevbook/jevscan - Typed onchain verdicts for EVM tokens: ape / watch /avoid with calibrated probabilities. CLI + library +MCP server. Robinhood Chain first.
    3 stars · JavaScript · MIT · updated 2026-09-19
  • jiayylu/jev-as-quant - Typed System-1 decisions (Laya/Jev) as the judgment layer of a quant research stack, with Claude as System 2. Requirements → design → code → experiments.
    3 stars · Python · Apache-2.0 · updated 2026-09-23
  • KantaHayashiAI/jev-does-not-play-dice - Experiments on Jev’s probability calibration, uncertainty reporting, and forecast probability preservation.
    3 stars · JavaScript · MIT · updated 2026-09-23
  • LabGuy94/jevtok - Exact token counting and request-cost prediction for TypeSafe's Jev (tiktoken-style)
    3 stars · Python · MIT · updated 2026-09-21
  • nexibeo/jev-browser-control - Let Claude code, chatgpt codex or control your own Chrome. Chrome extension + MCP server: Jev, TypeSafe's decision model, picks each click in ~0.5 s for a fraction of a cent. MIT, bring your own OpenRouter key.
    3 stars · JavaScript · updated 2026-09-22
  • nourhelmi/pi-jev-compaction - Automatic Jev context clearing for Pi. Keep the conversation, prune stale tool output, retrieve originals without rerunning commands.
    3 stars · TypeScript · MIT · updated 2026-09-22
  • rmosleydb/jev-smart-router - JEV Smart Router — a Databricks App that uses TypeSafe JEV to pick which model answers each message, then runs inference on the chosen Databricks Foundation Model API endpoint.
    3 stars · Python · MIT · updated 2026-09-22
  • rsdkrasen/hermes-jev-router - TypeSafe/Jev router plugin for Hermes Agent — compact tool results, suppress duplicate tools, skip unnecessary main-model calls
    3 stars · Python · updated 2026-09-19
  • vij-sameerb5/JevX - When and Where Actually to use Jev in your code base.
    3 stars · TypeScript · MIT · updated 2026-09-23
  • Wang-auspicious/codex-jev-compaction - Jev-powered context curation for Codex. Build compact, traceable handoff context through native plugins and skills.
    3 stars · JavaScript · MIT · updated 2026-09-18
  • Wh0rigin/pi-jev-router - pi-thinking-router-jev —— pi 的自适应 Thinking Level Router。在任务起点、推理型失败与稳定窗口咨询 jev 决策模型(未配置时本地 规则兜底),动态选择 low/medium/high/xhigh 推理档位:简单改动降档、复杂 debug 升级、失败可升级、稳定可降级。含防抖钳制 、失败安全回退与 JSONL 决策日志,不切换模型、零侵入 agent loop。
    3 stars · TypeScript · updated 2026-09-24
  • Wh0rigin/pi-thinking-router-jev - pi-thinking-router-jev —— pi 的自适应 Thinking Level Router。在任务起点、推理型失败与稳定窗口咨询 jev 决策模型(未配置时本地 规则兜底),动态选择 low/medium/high/xhigh 推理档位:简单改动降档、复杂 debug 升级、失败可升级、稳定可降级。含防抖钳制 、失败安全回退与 JSONL 决策日志,不切换模型、零侵入 agent loop。
    3 stars · TypeScript · updated 2026-09-24
  • 0xnairb/research_desk - TypeSafe Jev demonstration for new analyzation — experimenting with Jev for fast analysis of news and tickers
    2 stars · Python · updated 2026-09-18
  • 202wh/loving-artist-practice - WeChat x Jev HUD - real-time relationship analysis overlay for desktop WeChat
    2 stars · C# · MIT · updated 2026-09-22
  • 455-dIAO/jev-codex-router-skill - Portable Codex Skill for Jev model and reasoning-effort routing, with safe installation and Chinese usage guides
    2 stars · Python · updated 2026-09-22
  • AABBAASS1/jev-router - Route any task to the right AI agent in under 1 second using Jev (TypeSafe System One). Supports Claude, ChatGPT, Cursor, and Antigravity with auto-launch on macOS, Windows, and Linux.
    2 stars · Python · updated 2026-09-21
  • Agnuxo1/Universal-Cognitive-Architecture-JEV-v2 - Executable cognitive architecture: validated graph context, deterministic cache, bounded JEV routing and evidence-gated model collaboration.
    2 stars · HTML · MIT · updated 2026-09-22

274 more in this category are tracked in data/registry.json.

Examples and templates

  • jarrodwatts/jev-trader - One AI trade decision every Monad block. Jev on Kuru MON-USDC.
    2252 stars · TypeScript · MIT · updated 2026-09-17
  • TianyuCodings/NanoJev - A nano replica of Jev: parallel decisions, dynamic candidates, and an end-to-end training pipeline.
    2166 stars · Python · MIT · updated 2026-09-21
  • kerpopule/hermes-jev-skills - Jev-powered model routing, memory, compaction, skill selection, computer and browser use for Hermes agents (also Claude Code and Codex)
    737 stars · Python · MIT · updated 2026-09-23
  • devagrawal09/jev-review - A staged code-review workflow and local dashboard built with TypeSafe Jev.
    588 stars · TypeScript · MIT · updated 2026-09-17
  • featherless-ai/simple-jev - Turn any open model into a classifier/jev endpoint
    509 stars · Python · Apache-2.0 · updated 2026-09-24
  • Yinsongxu/LLM2Jev - Turn local language models into Jev-style structured decision models. Get results from text and images with prefill alone—no token-by-token decoding required.
    306 stars · Python · Apache-2.0 · updated 2026-09-23
  • ielab/llm-rankers - Document Ranking with Large Language Models.
    212 stars · Python · Apache-2.0 · updated 2026-09-19
  • standardagents/jevpilot - A playable Three.js driving simulator with Jev-powered autopilot
    182 stars · JavaScript · updated 2026-09-17
  • SiliconLabAI/OpenJev - OpenSource Jev
    122 stars · TypeScript · MIT · updated 2026-09-22
  • sdras/jev-webmcp-extension - A small extension that demos the combination of Jev x WebMCP
    112 stars · JavaScript · Apache-2.0 · updated 2026-09-20
  • mrnugget/jev-shell-history - Fish-style zsh history autosuggestions ranked by Jev (TypeSafe)
    109 stars · TypeScript · updated 2026-09-18
  • NanmiCoder/jev-arena - Jev 模型介绍与实测:通过 Choice / Score / Noul 将自然语言转为带类型的判断与概率,用于分类、评分和路由;支持与 DeepSeek 等模型对比评论打标、速度与结果,含 CSV/Excel 导入、原速回放与离线报告。
    99 stars · JavaScript · MIT · updated 2026-09-20
  • virajbhartiya/laya-vs-jev - Laya vs Jev: local MLX and hosted AI decisions playing T-Rex side by side, with live metrics and replay recording
    95 stars · Python · Apache-2.0 · updated 2026-09-21
  • savka777/jev-use - Say it, and your Mac does it. A computer-use harness on Jev that reads the screen through Accessibility. Fast, no vision model
    94 stars · Swift · MIT · updated 2026-09-21
  • kevinbadi/jev-voice - Talk to your Mac. Local whisper.cpp + one Jev (TypeSafe) call per command + macOS automation.
    87 stars · Python · MIT · updated 2026-09-23
  • AgriciDaniel/jev-seo - Live SEO audit for any website from one homepage URL, judged by Jev. PDF, XLSX and Markdown reports.
    78 stars · Python · MIT · updated 2026-09-22
  • ellipsis-dev/blink - Codebase search powered by Jev from @typesafe-ai
    72 stars · TypeScript · updated 2026-09-16
  • nbt4/rentalcore - RentalCore — Full event rental management: jobs, devices, OCR invoice processing, M365 sync, DIN-5008 invoicing. Go + React.
    70 stars · HTML · updated 2026-09-23
  • Dimweaker/jev-libero - Fine-grained robot control with Jev, physics previews, and configurable LIBERO tasks.
    64 stars · Python · MIT · updated 2026-09-21
  • Nisaka520/JevIntent - 微信(FkWeChat 插件):长按消息分析意图 / 情绪 / 回复姿态,只在本机弹提示,对方无感知
    55 stars · Java · MIT · updated 2026-09-23
  • EliaAlberti/jev-rules - Jev picks which of your rules apply to each prompt, so Claude only sees the ones that matter.
    49 stars · JavaScript · MIT · updated 2026-09-22
  • skeptrunedev/jev-recruiter - A Jev powered LinkedIn recruiting agent. Watch it browse relevant profiles, save links, and review evidence against your hiring brief.
    47 stars · Python · MIT · updated 2026-09-19
  • zhengxuyu/litjev - Turn any off-the-shelf LLM into a Jev -like decision layer
    43 stars · Python · Apache-2.0 · updated 2026-09-21
  • 1Panel-dev/laya-server - A self-hosted API and web interface for Laya’s structured decision models, compatible with the TypeSafe Jev API format.
    41 stars · TypeScript · Apache-2.0 · updated 2026-09-24
  • frankda/jev-poly-crypto-demo - No description provided.
    37 stars · TypeScript · updated 2026-09-23
  • samdotmak/jev-recall - Retrieve by relevance, not resemblance: filter an AI assistant's memories with TypeSafe's Jev
    34 stars · TypeScript · MIT · updated 2026-09-20
  • choxos/jev-reviewer - Data extraction for systematic reviews, quoted from the papers. Ask a trial report and its supplements your extraction form or a RoB 2, ROBINS-I, QUADAS-2 or TIDieR template; Jev points at the lines, every answer is a verbatim quote with its page, you check it and export the table. Files stay in your browser.
    33 stars · JavaScript · MIT · updated 2026-09-19
  • OmniJev/PlayJev - 🚀🚀 A 0.8B JEV-like multimodal model playing GUI games directly from raw pixels.
    32 stars · JavaScript · Apache-2.0 · updated 2026-09-24
  • altryne/jevify - An agent skill to discover TypeSafe Jev opportunities, design typed questions, and learn from recent community experiments.
    27 stars · Python · MIT · updated 2026-09-21
  • Bewinxed/jevgpt - A chatbot built on a model that cannot generate text (TypeSafe AI's Jev, driven autoregressively)
    26 stars · TypeScript · MIT · updated 2026-09-17
  • kyu1204/jgrep - grep for what code does, not what it's called. Semantic code search powered by TypeSafe Jev.
    26 stars · TypeScript · MIT · updated 2026-09-23
  • colliber/duckdb-jev - DuckDB extension: typed Jev answers as real SQL types
    24 stars · C++ · MIT · updated 2026-09-18
  • chy4pro/jev-for-chrome - Jev for Chrome: drives the tab you are looking at with TypeSafe Jev, a sub-second decision model. Community port of browser-use/jev-ultrafast, not affiliated with TypeSafe.
    21 stars · TypeScript · MIT · updated 2026-09-22
  • hotchpotch/jev-reranker - Jev-powered relevance filtering and reranking for RAG in Python.
    20 stars · Python · MIT · updated 2026-09-21
  • TypeSafeAI/typesafe-playground - Community TypeSafe AI playground: 110 use cases, games, dilemmas and model challenges, with editable prompts, A/B comparisons and a mobile-friendly UI.
    20 stars · TypeScript · MIT · updated 2026-09-23
  • imohitmayank/jevfill - No description provided.
    18 stars · TypeScript · MIT · updated 2026-09-20
  • valentynkit/jev-belay - Claude Code Stop hook that blocks an unverified done: reads the transcript for evidence, asks Jev once, fails open on everything else
    18 stars · JavaScript · MIT · updated 2026-09-20
  • BoundaryML/feelings - .feels() on anything — the AI if statement as a real, typed method. Jev + BAML.
    17 stars · BAML · updated 2026-09-19
  • khordoo/jev-reflex-autonomy-lab - Real-time drone swarm autonomy simulation using Jev for fast System 1 reflex decisions and collision avoidance, with optional System 2 reasoning for strategic guidance
    17 stars · TypeScript · MIT · updated 2026-09-24
  • parth-kp/jev-mail-classifier - Classify your inbox with Jev (TypeSafe's System One model) — tag, move, flag, and notify, all config-driven.
    16 stars · Python · MIT · updated 2026-09-20
  • BorisLeMeec/jev - A claude code plugin for jev
    15 stars · Go · MIT · updated 2026-09-18
  • CommandCodeAI/cmd-mod-jev-nudge - Command Code mod: nudges the agent to keep going when it stops with work left, judged by Jev
    13 stars · TypeScript · MIT · updated 2026-09-22
  • simonw/llm-typesafe - LLM plugin for accessing Jev and other TypeSafe AI models
    13 stars · Python · Apache-2.0 · updated 2026-09-22
  • sosopop/jev_stock - An experimental JEV-powered framework for forecasting short-term stock price direction from structured market data.
    13 stars · Python · updated 2026-09-17
  • doeixd/discern - Craft Type-Safe Uncertainty-aware semantic pattern matching, control flow, and smart procedures for Effect DecisionModel and Jev
    12 stars · TypeScript · MIT · updated 2026-09-22
  • valentynkit/jev-commit - pre-commit hook: one Jev call judges whether your commit message matches the diff, plus debug leftovers, scope creep, and a secret belt
    12 stars · Python · MIT · updated 2026-09-19
  • virolea/lintus - A linter whose rules are written in plain language.
    12 stars · Rust · MIT · updated 2026-09-23
  • backmeupplz/jev_antispam_bot - Minimal grammY Telegram anti-spam bot powered by TypeSafe Jev
    11 stars · TypeScript · MIT · updated 2026-09-23
  • ethanplusai/jev-chat-for-twitch - Filter any live Twitch chat with Jev: a bring-your-own-key Chrome extension
    11 stars · JavaScript · MIT · updated 2026-09-19
  • Kevthetech143/super-jev - A small, extensible decision-to-action harness for TypeSafe Jev
    11 stars · Python · MIT · updated 2026-09-24
  • kzkhykw/jev-auto-ime - 打っている言葉が日本語か英語かをJevに聞いて、Macの入力モードを切り替える道具。個人利用のみ。
    11 stars · Python · updated 2026-09-22
  • goodrahstar/pdf-race - Docling → Jev vs Docling → Gemini 3.8 Flash vs Gemini reading the PDF: same documents, one clock, scored against arXiv's own metadata
    10 stars · JavaScript · MIT · updated 2026-09-22
  • GiesN/typesafe-jev-workflow - No description provided.
    9 stars · Python · updated 2026-09-16
  • Mawfyy/jevflow - Probabilistic AI decisions as composable backend primitives — typed judgments (noul/score/choice), deterministic thresholds, and explainable workflows. Powered by TypeSafe's Jev, provider-agnostic.
    9 stars · TypeScript · updated 2026-09-20
  • Nancy-Chauhan/hearth-jev-rental-search - Autonomous multi-source rental search powered by TypeSafe Jev
    9 stars · JavaScript · MIT · updated 2026-09-21
  • zaidmukaddam/cascade-search - A 27K-parameter in-browser query parser that knows when it doesn't know.
    9 stars · TypeScript · MIT · updated 2026-09-18
  • comoc/jev-minesweeper - TypeSafe Jev (System One) にブラウザ上のマインスイーパーを解かせるデモ
    8 stars · JavaScript · updated 2026-09-20
  • limboinf/semantic-live-caption - 听写纸 · Real-time speech captions with live semantic annotation (key points / emotion / intent) — Confucius4-R2T2 + TypeSafe Jev + DeepSeek
    8 stars · HTML · MIT · updated 2026-09-20
  • parable-work/jev-datafusion - DataFusion SQL functions for typed judgments. TypeSafe is one server.
    8 stars · Rust · Apache-2.0 · updated 2026-09-22
  • ranjan2829/AskJev - AskJev — Jev autopilot for any website + guard on irreversible clicks (TypeSafe System One, not Claude)
    8 stars · TypeScript · MIT · updated 2026-09-18
  • siliconkernel/vllm-jev-decison - Classification-only typed decisions for vLLM: finite-schema candidate scoring, probabilities, and abstention. No generative fallback.
    8 stars · Python · MIT · updated 2026-09-18
  • teknium1/hermes-and-jev-play-minecraft - Hermes Agent plans, Jev (TypeSafe) picks bounded actions, Mineflayer executes: Minecraft with no screenshots or keypresses from a model. Includes the reproduction of rmalde/minecraft-agent's Ender Dragon run.
    8 stars · JavaScript · MIT · updated 2026-09-21
  • caijinchun/nanojev-arena - NanoJev Snake Arena: 1v4 human-vs-AI battleship + 100-agent swarm simulator. Local demo of Jev System-One model (open-source mini replica).
    7 stars · HTML · MIT · updated 2026-09-19
  • Eliot5566/JEV-Paper-Radar - Let Jev read every new arXiv paper each morning and surface the few you should read. Plain-English interests, calibrated probabilities, ~$0.06/day, fork and go.
    7 stars · Python · MIT · updated 2026-09-24
  • inanna-malick/jev-dsl - Agent-first Haskell DSL for TypeSafe's Jev judgment model: typed packets, inferred types, answers under the same labels
    7 stars · Haskell · MIT · updated 2026-09-18
  • jeffonelson/jev-bigquery-cloudrun - Classify support tickets in BigQuery with Jev and Cloud Run
    7 stars · Python · updated 2026-09-21
  • ZephyrDeng/ego-jev - Jev (TypeSafe System One) inner loop for ego-browser — one ~0.4s typed decision per DOM step instead of an LLM turn. Agent skill for ego lite.
    7 stars · JavaScript · MIT · updated 2026-09-22
  • gaborishka/jev-canvas - Draw on a tldraw canvas with your voice and a pointing finger. Jev (TypeSafe System One) decides action, target and place in ~350 ms per spoken word.
    6 stars · JavaScript · MIT · updated 2026-09-19
  • jaibhasin/jev-yt-time-saver - A Chrome extension that covers distracting YouTube videos with Jev. Show anyway whenever you want.
    6 stars · JavaScript · updated 2026-09-23
  • mukiwu/vault-tag-system - 在瀏覽器選一個 Markdown vault,用 Jev 逐篇判斷該掛哪些標籤。高信心自動採納,其餘人工審核,可回滾
    6 stars · TypeScript · updated 2026-09-24
  • Nuu-maan/undertone - A text box that tells you how your message sounds before you send it. Powered by Jev.
    6 stars · TypeScript · updated 2026-09-23
  • stolinski/gpui-agent - Jev-driven native GPUI testing: Rust accessibility bridge, bounded goal runners, and one-call pi integration.
    6 stars · TypeScript · MIT · updated 2026-09-22
  • AIAnytime/jev-crash-course - All projects for learning Jev, a model that makes decisions instead of writing text. Live API calls, no build tooling, one demo per folder.
    5 stars · Python · MIT · updated 2026-09-23
  • amigos-robot/amigos-jev - a free multi-modal jev API for everyone
    5 stars · updated 2026-09-23
  • anxkhn/JevPlaysPokemon - Jev plays Generation 3 Pokémon via Showdown and a real FireRed ROM.
    5 stars · HTML · GPL-3.0 · updated 2026-09-18
  • buluoray/JevOnly - Pure Jev that can "type" and drive towards task completion.
    5 stars · Python · Apache-2.0 · updated 2026-09-21
  • dani1005/book-aurora - Jev reads a whole novel in seconds. Every passage becomes a row of colour.
    5 stars · TypeScript · MIT · updated 2026-09-23
  • danvega/hello-jev-java - No description provided.
    5 stars · Java · updated 2026-09-18
  • eijiaraki/toxic-filter - Xの投稿をJevで分類し、選んだ表現を目隠しするChrome拡張機能 / A Chrome extension to filter unwanted expressions on X with Jev
    5 stars · JavaScript · MIT · updated 2026-09-21
  • kitze/pagegrade - Grade page sections for clarity, writing and on-page SEO. WXT + TypeSafe AI Jev.
    5 stars · TypeScript · MIT · updated 2026-09-18
  • kylemclaren/jevsearch - Site search that understands the question. Ranked by TypeSafe's Jev model.
    5 stars · TypeScript · MIT · updated 2026-09-23
  • Reindeer-AI/pi-jev-guard - Check Pi code edits against repository Markdown rules with TypeSafe Jev
    5 stars · TypeScript · updated 2026-09-24
  • valentynkit/jev.nvim - Neovim: ask the buffer a question, get a quickfix list. Treesitter splits functions, Jev scores each one, probabilities land as virtual text
    5 stars · Lua · MIT · updated 2026-09-19
  • 1104480426-hash/jev-wingman - 基于 Jev 的聊天决策辅助:读当前聊天窗口,只返回类型化判定与置信度,不生成回复。QQ / 飞书 / 抖音实测可用。· An on-device chat co-pilot built on Jev — typed verdicts instead of prose, no package allowlist.
    4 stars · Java · MIT · updated 2026-09-23
  • adigulalkari/Jev_GC - Real-time context garbage collection for LLM agents. Watches the OpenTelemetry spans your agent already emits and decides, mid-run, what stays in the next prompt — and can give back what it evicted.
    4 stars · Python · MIT · updated 2026-09-23
  • ankit-aglawe/tinyjev - A tiny jev-like model that answers Choice, Score and Noul questions in one forward pass and returns calibrated probabilities. MLX or PyTorch, fully offline, System One compatible.
    4 stars · Python · MIT · updated 2026-09-22
  • blingdivinity/jevseek - DeepSeek proposes the next token, TypeSafe's Jev chooses it: a decision model used as a sampler
    4 stars · Python · MIT · updated 2026-09-22
  • Embodied-AI-System/Qwen3.5-OneForward - Jev-style typed decisions from Qwen3.5-2B logits — one forward pass, zero decoding, zero fine-tuning.
    4 stars · Python · Apache-2.0 · updated 2026-09-22
  • hamidfarmani/jev-resume-match - Score how well a resume matches a job description using Jev (TypeSafe AI). Next.js app that returns typed, explainable match scores instead of generated text.
    4 stars · TypeScript · updated 2026-09-20
  • Ideny42/jev-keyboard - Jev-powered candidate reranking for Rime on macOS, with Windows support planned.
    4 stars · JavaScript · MIT · updated 2026-09-23
  • liaoyuhua/jev-trip - Two Minds, One Trip. https://jev-trip.vercel.app/
    4 stars · TypeScript · MIT · updated 2026-09-24
  • mkotlikov/jev-grug - Helping JEV speak <3
    4 stars · TypeScript · MIT · updated 2026-09-18
  • mountainMath/JevR - R client for the TypeSafe Jev System One API
    4 stars · R · updated 2026-09-20
  • nssmd/jev-bot - Self-hosted Jev decision workbench and Feishu bot: automatic choices, probabilities, and experimental word/character writing.
    4 stars · JavaScript · MIT · updated 2026-09-22
  • ShuhanSun/jev-oas-sentinel - Catch breaking API behavior hidden in OpenAPI prose with deterministic checks and TypeSafe JEV System One semantic review.
    4 stars · Python · Apache-2.0 · updated 2026-09-20
  • vinilana/jev-browser - No description provided.
    4 stars · TypeScript · updated 2026-09-17
  • vishxrad/clashroyale-jev - Jev plays Clash Royale with Qwen battlefield vision, local OpenCV HUD recognition, and a live decision dashboard.
    4 stars · Python · updated 2026-09-22
  • xuebai2812/jev-travel-packing - Jev-powered travel packing with emoji physics, backend APIs, tests, and deployment source
    4 stars · JavaScript · updated 2026-09-22
  • AMMIROSOH/jev-2048-selenium - Selenium 2048 player powered by expectimax search and TypeSafe Jev, with portrait FFmpeg recording.
    3 stars · Python · updated 2026-09-23
  • cachix/jev-action - Run Jev judgments in GitHub Actions, including pull request label triage
    3 stars · TypeScript · Apache-2.0 · updated 2026-09-23
  • EthanAlgoX/jev-trading - No description provided.
    3 stars · TypeScript · updated 2026-09-20
  • Foadsf/jev-for-engineers - Eight minimal working examples of TypeSafe's Jev (a System One model) applied to mechanical and electrical engineering: CAD/CAE/CAM routing, FEM result triage, DFM screening, BOM alignment, hallucination-proof extraction. Zero dependencies.
    3 stars · Python · MIT · updated 2026-09-16
  • hosseintoussi/jev-flappy-bird - A live demo of TypeSafe's Jev model playing Flappy Bird, one flap-or-wait decision at a time.
    3 stars · TypeScript · MIT · updated 2026-09-20
  • IAnMove/jev-game-agent - Experimental Jev game agent: RAM, emulator lookahead, checkpoint search and verified recordings. Bring your own ROM and BizHawk.
    3 stars · Python · updated 2026-09-18
  • jlowin/vibecheck - ✨ The easiest decisions you'll ever make.
    3 stars · Python · updated 2026-09-24
  • MartinSWDev/gen-ui - No description provided.
    3 stars · TypeScript · updated 2026-09-17
  • nickthompson480/typesafe-ai-playground - Community TypeSafe AI playground: 110 use cases, games, dilemmas and model challenges, with editable prompts, A/B comparisons and a mobile-friendly UI.
    3 stars · JavaScript · MIT · updated 2026-09-16
  • Nuu-maan/pastewise - Paste anything, get the right tool. JSON, JWTs, cron, stack traces and more. Powered by Jev.
    3 stars · TypeScript · updated 2026-09-23
  • selcukusta/jev-mailroom - Email triage PoC: reads a mailbox over IMAP and classifies each message by what it is and what it's about, using TypeSafe System One (Jev) — 11 questions in a single call, decided in Python.
    3 stars · Python · MIT · updated 2026-09-20
  • smithclay/dbt_jev - use jev in dbt
    3 stars · Python · MIT · updated 2026-09-23
  • web3w/jev-trader - Multilingual Jev trading dashboard with real-time Kuru and Hyperliquid market data, simulated trading, and model decision guides. Live website: https://jev-trader.com
    3 stars · TypeScript · MIT · updated 2026-09-20
  • wnzn/semif-go - System One-style decision scoring over llama.cpp with multimodal input
    3 stars · Go · MIT · updated 2026-09-23
  • xhongc/jev-music-tag - 利用 jev 刮削音乐元数据,风格,语言
    3 stars · Python · updated 2026-09-23
  • zaferayan/jev-example - No description provided.
    3 stars · TypeScript · updated 2026-09-18
  • Agnuxo1/TartanIMU-Cognitive-Stack - Deterministic-first cognitive orchestration with bounded TypeSafe JEV supervision, evidence-aware escalation, and privacy-minimizing telemetry.
    2 stars · Python · MIT · updated 2026-09-23
  • awoaCrim/pi-smart-subagents - Pi subagents with Jev model and tool routing, worktree isolation, and background task management.
    2 stars · TypeScript · MIT · updated 2026-09-22
  • bl888m/jev-bot - JEV-powered market decision bot for stocks, crypto and memes. State in, BUY/SELL/HOLD/AVOID out, paper by default
    2 stars · Python · updated 2026-09-23
  • charleeagni/JevPiano - @typesafeai 's Jev controls the 2 hands and each finger to play the piano in real-time. Jev only "sees" what we see and plays this from the "note waterfall". It uses @browser_use 's jev-ultrafast and some decision scheduling to make this happen in real-time. Sound on 🔈🔉🔊
    2 stars · JavaScript · updated 2026-09-18
  • darrenli6/jev-recruitment - Jev-powered resume screening tool built on Next.js. Define job requirements, upload resumes in bulk, and get structured match/no-match judgments — every conclusion traceable back to the original resume text.
    2 stars · TypeScript · updated 2026-09-22
  • Devonance/DoomSat - F´ flight software → CCSDS/Yamcs → Open MCT, with jev (System One) and Claude Sonnet 5 (System Two) driving Doom over that real mission stack.
    2 stars · Python · updated 2026-09-23
  • Devonance/rover-claude-jev-demo - Just a weekend project with Claude as system two, and Jev as system One.
    2 stars · JavaScript · updated 2026-09-21
  • dfinke/jev-experiments - AI as a PowerShell decision primitive: describe what you need, let Jev rank the right file.
    2 stars · PowerShell · updated 2026-09-21
  • Dj-Shortcut/rekordbox-jev - Experimental macOS Rekordbox bridge and Jev decision widget
    2 stars · Python · updated 2026-09-22
  • erhanmeydan/jev2048 - TypeSafe'in Jev karar modeli gerçek bir online 2048 sitesinde oynuyor — hamle başına tek API çağrısı, tek anahtar.
    2 stars · Python · MIT · updated 2026-09-18
  • fbettag/elixir-jev - Typed semantic judgments and pattern matching for TypeSafe Jev and local Laya in Elixir
    2 stars · Elixir · MIT · updated 2026-09-20
  • guilhem/jev-ci-selector - Conservative CI task selection for GitHub Actions with Jev, a pure policy engine, and shadow mode by default.
    2 stars · TypeScript · MIT · updated 2026-09-23
  • HusDev/LinguaTrace - The lesson notebook that writes itself. A live tutoring lesson becomes structured notes and a personalised Lesson Pack: Jev judges every turn, Gemini Live transcribes each speaker, and the tutor stays a person.
    2 stars · TypeScript · updated 2026-09-20
  • ItBayMax/typesafe-ai-jev-example - Hands-on demos for TypeSafe's Jev (System One) model: six runnable examples and four field notes. Runs offline with no API key; samples/ holds real measured output from jev-1.13.0.
    2 stars · Python · MIT · updated 2026-09-21
  • jaibhasin/jev-flappy-bird - Jev learns to play flappy-bird game with physics based context and without it
    2 stars · JavaScript · updated 2026-09-19
  • jeremy-clerk/is-a-jemail - Is it an email? Ask Jev.
    2 stars · JavaScript · MIT · updated 2026-09-22
  • juanlentino/jev-connector - WordPress connector for TypeSafe Jev: typed, confidence-scored answers your code can branch on.
    2 stars · PHP · GPL-2.0 · updated 2026-09-23
  • LXBWOW/dsh-context-curator - DSH-native context compaction that keeps text verbatim: scores every tool call and result with Jev, drops only the stale ones, and falls back to DSH native summary when unsure.
    2 stars · JavaScript · MIT · updated 2026-09-23
  • nabendu82/jev-reflex - Multimodal Mac controller using Hand gestures and voice
    2 stars · Python · updated 2026-09-20
  • nextflow-io/nf-jev - TypeSafe Jev plugin for example
    2 stars · Groovy · Apache-2.0 · updated 2026-09-20
  • pinecone-io/using-typesafe-and-pinecone - Worked out examples of applying TypeSafe AI Decision (Jev) models with Pinecone.
    2 stars · JavaScript · updated 2026-09-18
  • pulkitxm/jev-chess-agent - A chess bot opponent player with typed move selection and browser controls
    2 stars · JavaScript · updated 2026-09-20
  • raihankhan-rk/jevarena - JevArena — two Jev agents duel in click-only browser games (Browser Use + TypeSafe Jev)
    2 stars · TypeScript · MIT · updated 2026-09-18
  • rchandnaWUSTL/auto-guard - No description provided.
    2 stars · Python · MIT · updated 2026-09-20
  • rohit9mehta/dwim - Do what I mean: type what you want in plain words and it runs the right menu item in any Mac app. Powered by Jev (bring your own key).
    2 stars · Swift · MIT · updated 2026-09-21
  • RubyBrewsday/jevcumber - Write Cucumber tests with just the .feature file. No step definitions — Jev (TypeSafe AI) resolves each Gherkin step and Playwright runs it.
    2 stars · TypeScript · MIT · updated 2026-09-23
  • SharmaTushar1/jev-search - search words with similar meaning on a web page
    2 stars · JavaScript · updated 2026-09-20
  • silky-x0/Postmark - A working Demo that acts as classifier to classify linkedin post which inside uses jev by Typesafe.ai
    2 stars · TypeScript · MIT · updated 2026-09-20
  • sriganesh/jevibe-check - A live tone labeler for Bluesky posts and drafts, using TypeSafe's Jev API.
    2 stars · JavaScript · MIT · updated 2026-09-17
  • suidouble/let-jev-speak - Experiment to trick Typesafe’s Jev, aka “the language model that won’t talk” into actually talking.
    2 stars · JavaScript · MIT · updated 2026-09-20
  • tanayvasishtha/Slither-Me-Jev - 8 AI snakes, 1 human, 1 arena. Every snake is driven live by TypeSafe's Jev, making all decisions in real time
    2 stars · JavaScript · updated 2026-09-20
  • tashfeenahmed/jev-deepresearch - Deep research crawl where Jev (a System One model) makes every per-page decision and an LLM only plans and writes
    2 stars · JavaScript · MIT · updated 2026-09-22
  • wanghai673/jev-browser-skill - ⚡ 快速浏览器 Skill:Jev 驱动,Codex 即用。连续执行、预置输入,一句话启动浏览器任务。
    2 stars · Python · MIT · updated 2026-09-22
  • xinwang-nwpu/jev-mobile - One TypeSafe Jev decision per step over the A11Y tree, executed via ADB. No screenshots and ultra fast!
    2 stars · Python · MIT · updated 2026-09-21
  • yoanbernabeu/demo-symfony-typesafe - Démo : trier des demandes de support avec Jev (TypeSafe) et Symfony AI. Messenger, Live Components, Turbo, kit shadcn de UX Toolkit.
    2 stars · PHP · MIT · updated 2026-09-19
  • zurfyx/jev-browser-skill - Let Jev, TypeSafe's ~100ms decision model, drive your browser. A plug-and-play skill for Claude Code and Codex.
    2 stars · JavaScript · MIT · updated 2026-09-22

214 more in this category are tracked in data/registry.json.

Reading and explainers

  • DataCamp - Jev: TypeSafe's System One model - Longer explainer on the model class, the typed question format and where it fits.
  • LangChain - Building a harness with Jev - Walkthrough of wiring Jev into an agent harness, including the jev-as-a-judge experiment.
  • TechCrunch - A new kind of AI model from a ChatGPT inventor - Launch coverage and context on TypeSafe AI's seed round and early adopters.
  • The Register - TypeSafe AI debuts model for machines that plays Doom - Coverage of the launch demo, with a sceptical read on the performance claims.
  • Rizzo-AI-Academy/rizzo-flow - The open, local take on Jev: typed decisions from an LLM, without generating a single token
    403 stars · Python · Apache-2.0 · updated 2026-09-24
  • kshetrajna12/reflex - A small open decision model: state + typed questions -> calibrated probabilities. A Jev / System One re-creation on Qwen3.5.
    135 stars · Python · MIT · updated 2026-09-23
  • GPT-AGI/OpenJev - Jev-compatible System 开源Jev
    5 stars · Python · MIT · updated 2026-09-20
  • hgqimo/JevRanker - Jev-style decision models as BlitzRank's compare oracle: k passages scored in one parallel forward pass, zero decoded tokens — 22x faster per match than a generative listwise LLM, at 2.9x its nDCG@10.
    5 stars · Python · MIT · updated 2026-09-22
  • ponyo877/jev-telop-live - No description provided.
    5 stars · JavaScript · updated 2026-09-19
  • chris-wozniczek/jev-voice-control - Control your Mac by voice. Speech → Jev (TypeSafe AI System One model) typed decisions → macOS actions. Menu-bar Swift app.
    4 stars · Swift · MIT · updated 2026-09-21
  • almcc/slop-linter - Lints AI-generated code for slop using Jev, a System One model that makes fast structured decisions instead of generating text.
    3 stars · Python · updated 2026-09-19
  • cobusgreyling/Jev - Unofficial TypeSafe Jev showcase — System One decisions, not chat.
    3 stars · Python · MIT · updated 2026-09-20
  • glamboyosa/docket - A Go TUI that uses Jev to classify documents, assess sensitivity and urgency, and determine whether action is required.
    2 stars · Go · updated 2026-09-20
  • Akramovic1/jev-pilot - Let Jev steer Claude Code: the right reasoning effort, subagent model and skill for every prompt. A Claude Code plugin powered by TypeSafe's Jev (OpenRouter / TypeSafe).
    1 stars · TypeScript · updated 2026-09-24
  • makefinks/jev-feed-filter - Smart, dynamic AI filtering for X and YouTube feeds using Jev
    1 stars · TypeScript · MIT · updated 2026-09-19
  • mrmt/elevator-three - Jev に判断を任せる自動生成のエレクトロの楽器
    1 stars · HTML · MIT · updated 2026-09-21
  • willfish/pi-observational-memory-jev - Jev decides what to keep. Compaction never rewrites the transcript.
    1 stars · TypeScript · MIT · updated 2026-09-19
  • 7starsseeker/dsh-jev-guard - DeepSeek Harness (DSH) 执行前安全阀门:bash/pwsh 真正执行前先经静态规则 + TypeSafe Jev 语义判定,破坏性操作按 允许/修正/拦截/上报人工 四态处置,含额度降级与审计日志。
    0 stars · JavaScript · MIT · updated 2026-09-23
  • andre-morise/jev-bot - JEV-powered market decision bot for stocks, crypto and memes. State in, a typed BUY/SELL/HOLD/AVOID out, paper by default.
    0 stars · updated 2026-09-22
  • DinithKumudika/ai-email-classifier - Email Classifier based on System One AI Models
    0 stars · TypeScript · updated 2026-09-23
  • imteche/localjev - Self-hosted System One decision engine (TypeSafe Jev's Choice/Score/Noul contract) running locally on LM Studio, with real probabilities from token logprobs.
    0 stars · Python · MIT · updated 2026-09-22
  • koki-develop/fizzbuzz-jev - FizzBuzz powered by Jev, TypeSafe AI's System One model.
    0 stars · TypeScript · MIT · updated 2026-09-20
  • lgraubner/jev-lang - A small web app that identifies the predominant language in a text sample via Jev from TypeSafe AI
    0 stars · Python · updated 2026-09-20
  • MayankBansal12/game-theory-with-jev - jev plays into the prisoner’s dilemma: 40 matches against 8 opponents
    0 stars · TypeScript · updated 2026-09-18
  • mcembalest/sys1 - System One compatible API for open decision models in Rust (based on alvarobartt/sys1)
    0 stars · Rust · updated 2026-09-23
  • nishioka-shinji/jev-edgar - Does Jev, a System One model returning calibrated probabilities, say anything useful about an earnings release before the market prices it?
    0 stars · Python · updated 2026-09-18
  • OuchengLiu/Jev-Game-Theory-Arena - Play poker, liar's dice, prisoner's dilemma and more against Jev, TypeSafe's System One model. It reads the situation and returns a probability for each legal move: a live mixed strategy. Bilingual EN/中文, runs in the browser. Educational, no real money.
    0 stars · JavaScript · MIT · updated 2026-09-24
  • TheWebDevel/jev-fanout - Does asking Jev more questions in one call change its answers? 250 calls measuring TypeSafe's speculative fan-out pattern and whether Jev is deterministic.
    0 stars · Python · MIT · updated 2026-09-20
  • tostechbr/partway - Voice control for macOS that acts partway through your sentence, built on Jev (TypeSafe)
    0 stars · Swift · MIT · updated 2026-09-24
  • ztanruan/JevPlane - An audited decision control plane for Gemini agents. Use Jev to route models, preflight prompts and tool evaluate agent runs with Google ADC, structured reports, and hash-chained traces.calls, select bounded context, and
    0 stars · Python · updated 2026-09-22

Everything else

  • tamaratran/fast-jev-compaction - Claude Code plugin that replaces the compaction summary with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim.
    6665 stars · TypeScript · MIT · updated 2026-09-18
  • Finderchangchang/jev-chat-JARVIS - 装在手机上的对话副驾:在微信 / QQ / X / 飞书里读懂对方、给出候选回复、一键填入输入框,发不发由你。非侵入,只读屏幕,不 hook 不改包。
    5635 stars · Kotlin · MIT · updated 2026-09-24
  • githubnext/localjev - No description provided.
    749 stars · TypeScript · MIT · updated 2026-09-18
  • jev-chat/jev-chat-windows - 微信(Windows 4.x)旁挂的回复辅助:窗口截图 + 本地离线 OCR 读对方消息 → Jev 判断意图 → 3 条候选一键填入,发送永远手动
    508 stars · Python · updated 2026-09-24
  • nokia-applied-research/AnyJev - Turn any LLM into a Jev-style decision model: typed decisions, real probabilities, no training. (continue updating)
    454 stars · Python · Apache-2.0 · updated 2026-09-23
  • superagents-lab/jev-search - Search the web with TypeSafe's Jev: source selection, query understanding and relevance ranking. Built with Search1API.
    447 stars · TypeScript · MIT · updated 2026-09-20
  • kyotofin/tax-doc-classifier - Tax document page classifier built on Jev decisions. 100% strict accuracy across 261 IRS forms, ~$0.001 per page.
    426 stars · TypeScript · Apache-2.0 · updated 2026-09-20
  • mohsen1/llm-debugger-vscode-extension - VSCode extension that demonstrates the use of large language models (LLMs) for active debugging of programs
    359 stars · TypeScript · MIT · updated 2026-09-21
  • Mapika/decider - A family of System One-style models fine-tuned from Qwen3.5, designed for one-pass typed decisions with calibrated probabilities.
    353 stars · Python · Apache-2.0 · updated 2026-09-24
  • realZachi/pg-jev - Ask your Postgres tables questions in plain language. A PostgreSQL extension powered by TypeSafe's Jev.
    329 stars · Shell · updated 2026-09-18
  • moritzkremb/jev-voice-browser - Control a real browser by voice. Jev (TypeSafe System One) decides intent + target in ~300 ms per spoken word; Playwright acts — often before you finish the sentence.
    271 stars · JavaScript · MIT · updated 2026-09-21
  • FBddcz/embodied-jev - EmbodiedJev: MuJoCo robot decision workbench with MiniCPM5-2B, Jev and compatible model APIs
    222 stars · Python · MIT · updated 2026-09-22
  • RomanSlack/jev-drone - Camera-only autonomous drone in MuJoCo with a small judgment model (TypeSafe Jev) in the loop at 2.5Hz
    173 stars · Python · MIT · updated 2026-09-22
  • brainstormity/Jev-X-Sentiment-Analysis - No description provided.
    167 stars · Python · MIT · updated 2026-09-22
  • Devin-AXIS/jev-dsh-decision - Jev DSH 决策引擎|面向 Agent Harness 的结构化决策插件。原生支持 DeepSeek Harness,通过 iPolloWork 支持 OpenCode、Codex Harness。
    166 stars · JavaScript · updated 2026-09-20
  • tamaratran/jev-pruner - Claude Code plugin: trim long Bash output with TypeSafe Jev before the model sees it
    144 stars · TypeScript · MIT · updated 2026-09-23
  • wquguru/dasheng - 大声读 — R2T2 流式 ASR 听,Jev 逐词判,英文朗读评分
    138 stars · JavaScript · updated 2026-09-20
  • uehaj/jev-semgrep - grep by meaning, across languages. TypeSafe Jev scores every line against a meaning; combine meanings with AND/OR/NOT. 意味で探す grep。日本語で英語を、英語で日本語を検索できる
    134 stars · JavaScript · updated 2026-09-24
  • aowang-ai/jev-trade - Live Jev trader on Hyperliquid
    132 stars · TypeScript · updated 2026-09-21
  • Liyucheng1997/332_lab-jev-chat - Jev Chat Assistant for Windows - 电脑版微信意图判断与 DeepSeek 建议回复
    124 stars · Kotlin · MIT · updated 2026-09-21
  • devagrawal09/stanley-code - Bounded TypeSafe Jev workflows for coding agents.
    114 stars · TypeScript · MIT · updated 2026-09-19
  • trungdq88/youtube-sponsor-detection - Detect youtube sponsor segment with live audio and transcript powered by Jev
    96 stars · JavaScript · updated 2026-09-18
  • giuliosmall/pg_typesafe - Pre-alpha PostgreSQL extension for TypeSafe AI (Jev) categorical classification
    82 stars · C · MIT · updated 2026-09-24
  • AustinAWay/Working-Memory-Jev - No description provided.
    75 stars · Python · updated 2026-09-21
  • allebee/jevk5 - JevK5: open-weight alternative to TypeSafe Jev. Typed decisions with probabilities in one forward pass; Apache-2.0 weights and code.
    70 stars · Python · Apache-2.0 · updated 2026-09-24
  • yikangy873-gif/jev-desktop - TypeSafe Jev action selection inside Codex Computer Use
    68 stars · JavaScript · MIT · updated 2026-09-19
  • SAGAR-TAMANG/sarvam-jev - Generation-free typed decisions on Indic LLMs. An open Jev-style inference engine on sarvam-1: constrained logit readout instead of autoregressive JSON. Runs client-side in the browser.
    57 stars · Python · updated 2026-09-18
  • achimala/jev-paint - Use Jev to make art!
    56 stars · JavaScript · MIT · updated 2026-09-19
  • r-ms/mini-jev - mini-Jev: what a Jev-style typed-decision interface looks like on a frozen Qwen3-4B — read the option letter's logits instead of generating JSON. Preregistered experiment, results, teaching bench.
    53 stars · Python · MIT · updated 2026-09-18
  • obie/ruby_decision_model - Ruby client for decision models such as Typesafe Jev
    50 stars · Ruby · MIT · updated 2026-09-18
  • RafalWilinski/vibecheck - Chrome extension: vibe-check your X posts with TypeSafe's Jev before you hit Post
    47 stars · JavaScript · updated 2026-09-20
  • ronadin2002/jev-cua - Voice and text control for macOS. One floating bar, live UI action selection with Jev, and a continuous observe–act–verify loop.
    34 stars · Swift · updated 2026-09-23
  • bytelabs-oss/clash-jev - A Clash Royale bot with no trained policy: Jev (TypeSafe System One) makes every decision from the live game state
    32 stars · Python · MIT · updated 2026-09-21
  • dannote/jev - TypeSafe Jev for OTP: reply to Jev from a GenServer and pattern match on its answer
    32 stars · Elixir · MIT · updated 2026-09-22
  • AlbionaHoti/refgarden - A spatial reference explorer for creators. Local Jev query choices, metadata highlights and source-linked collections.
    30 stars · TypeScript · MIT · updated 2026-09-19
  • safzanpirani/pi-jev-skill-picker - Rank Pi Agent Skills for the current task with TypeSafe Jev
    30 stars · TypeScript · MIT · updated 2026-09-20
  • zadescoxp/Jev-Trades - Trading bot with the all new TypeSafe AI's first system one model named as Jev
    30 stars · Python · Apache-2.0 · updated 2026-09-18
  • goodrahstar/jev-column-race - Jev vs Gemini 3.8 Flash: labelling 1,000 app reviews, 4.1× faster and 7× cheaper
    23 stars · JavaScript · MIT · updated 2026-09-17
  • ehui1226/hookmeter-jev - ⚡ Millisecond-level Viral Hook Telemetry & Co-pilot for Social Media (Chrome Extension + JEV System 1)
    21 stars · HTML · MIT · updated 2026-09-21
  • keeltrace/hermes-jev - Nerve is a supervisory nervous system for Hermes agents, adding typed System One decisions, ranking, verification, token-aware oversight, and an opt-in tool gate powered by TypeSafe Jev or Open Source Laya
    21 stars · Python · MIT · updated 2026-09-22
  • wuxie888/jev-yaba-wechat - 微信里的话不知道怎么接?macOS 悬浮聊天助手:识别消息意图与沟通风险,GPT 生成多种话术,Jev 评估候选,一键填入微信。话我帮你想,发送你来定。
    21 stars · Python · MIT · updated 2026-09-22
  • stas4000/jev-linkmap - Rebuild a site's internal link map in seconds with Jev, race Claude Opus 5 on the same queue, and let a deep model rewrite the rubric from the disagreements.
    20 stars · HTML · updated 2026-09-19
  • runta-dev/jot - The first general-purpose System One agent for Jev
    19 stars · TypeScript · updated 2026-09-18
  • 9pings/notjev - Super fast Jev like server, model agnostic, working with any OpenAI compatible endpoint
    18 stars · JavaScript · Apache-2.0 · updated 2026-09-22
  • kieranklaassen/ruby_llm-typesafe - TypeSafe structured-output provider for RubyLLM 2
    18 stars · Ruby · MIT · updated 2026-09-16
  • emnlmn/snap - Typed decisions from unstructured state: one forward pass, zero generated text. Local, deterministic, Jev-compatible. Not affiliated with typesafe.ai.
    17 stars · Rust · updated 2026-09-24
  • ilyamk/jev-gmail-ai-spam-filter-and-labeling - Self-hosted AI email classifier for Gmail powered by Jev. Create custom labels, organize your inbox, and filter spam with confidence and cost controls.
    17 stars · JavaScript · MIT · updated 2026-09-19
  • oso95/x-scanner - Chrome extension that labels every post you scroll past on X with typed Jev judgments and a live cost counter
    17 stars · TypeScript · MIT · updated 2026-09-19
  • vinilana/live-jev - 2D autonomous car simulation in the browser, driven by TypeSafe's Jev decision model
    17 stars · JavaScript · updated 2026-09-18
  • anpicasso/hermes-jev-approvals - TypeSafe Jev as the reviewer for Hermes Agent smart command approvals. 8.7x faster, 4.4x fewer prompts, measured on 153 real commands. Approvals only.
    15 stars · Python · MIT · updated 2026-09-22
  • pengchujin/ad-radar - 开源浏览器插件:在小红书、微博、X、知乎上按关键词和博主折叠内容;用你自己的 Jev API key 识别广告、AI、军事、政治等话题。
    14 stars · JavaScript · MIT · updated 2026-09-22
  • cocktailpeanut/jevthoven - AI Music (MIDI) generator powered by Jev
    13 stars · TypeScript · MIT · updated 2026-09-18
  • jon-devlapaz/jev-me - Grill-me with Jev optional each turn
    13 stars · MIT · updated 2026-09-19
  • yushen100/wechat-jev-assistant - Windows 微信对话分析助手:本地读取、脱敏、TypeSafe Jev 判断与加密历史
    13 stars · Python · updated 2026-09-22
  • aaazzam/jev - No description provided.
    11 stars · Python · updated 2026-09-18
  • bohutang/sift - Chrome extension that labels every post on X (Substance · Humor · Chit-chat · Promo · Junk · AI-written) with TypeSafe Jev, and hides the ones you don't want.
    11 stars · JavaScript · MIT · updated 2026-09-19
  • HyunjunJeon/pi-quiet-ask - TypeSafe Jev as the pi coding agent's quiet decision layer
    11 stars · TypeScript · MIT · updated 2026-09-18
  • joelhooks/pi-fast-jev-compaction - Pi extension: verbatim context compaction with TypeSafe Jev decisions
    11 stars · TypeScript · MIT · updated 2026-09-18
  • manifoldor/xtags - 在 X 的时间线上,给每条帖子标出它想让你干什么。判断来自 Jev,一个只返回概率、不生成文本的模型。
    11 stars · JavaScript · MIT · updated 2026-09-23
  • Qew7/jev-feels - Semantic decisions as ordinary Ruby #feels?, #decide, #score, Rails validations and pattern matching powered by Jev
    11 stars · Ruby · MIT · updated 2026-09-22
  • TarunTomar122/jev-askable-arm - Zero-shot English goals on a sim Franka. Jev chains hardcoded primitives.
    11 stars · Python · MIT · updated 2026-09-17
  • chl-5g/QuantLLM - QuantLLM — A股量化多 Agent 交易系统
    9 stars · Python · updated 2026-09-21
  • kingdsa/AI-Relationship-Copilot - No description provided.
    9 stars · TypeScript · updated 2026-09-21
  • markusbug/jevymarket - Polymarket trading bot driven by Jev (TypeSafe AI) via OpenRouter
    9 stars · Python · MIT · updated 2026-09-20
  • mattt/AnyDecisionModel - A Swift package for typed decisions from language models (probabilities, choices, and scores), with support for local MLX models and the TypeSafe Jev API.
    9 stars · Swift · Apache-2.0 · updated 2026-09-22
  • Nisaka520/JevGuide - 弦外之音 —— 微信聊天里的关系进展助手:读屏(无障碍树 / 截屏视觉)→ Jev 判读 + 攻略度 → 聊天模型出 3 条候选回复,攻略度常驻挂在屏幕上。不改微信、不发消息、不注入点击。
    9 stars · Kotlin · MIT · updated 2026-09-24
  • poiuyjie/jev_project_context - Evidence-first long-term experiment memory skill for AI coding agents, with optional Jev decision-model layers
    9 stars · Python · MIT · updated 2026-09-22
  • qs-lll/twitter-jev-guard - 使用 TypeSafe Jev 在 X/Twitter 时间线上识别低质量、垃圾和广告帖子,并在文字区域显示醒目的半透明水印。
    9 stars · JavaScript · updated 2026-09-21
  • yibie/laya-jev-lab - Independent measurements of typed-decision models: Jev (TypeSafe API) vs Laya (open weights), and a local-first cascade that matches Jev's accuracy at 1.8x the speed
    9 stars · Python · MIT · updated 2026-09-20
  • dannote/jev_nx - Open decision models as a Jev backend, running in-process on Nx
    8 stars · Elixir · Apache-2.0 · updated 2026-09-23
  • henryklunaris/hey-jev - No description provided.
    8 stars · Python · updated 2026-09-22
  • jomatsu/zod-jev - No description provided.
    8 stars · TypeScript · MIT · updated 2026-09-17
  • metalbear-co/jev-auto-approve - Jev PR auto approver
    8 stars · JavaScript · MIT · updated 2026-09-20
  • YiLight0/paperfocus - Question-guided evidence highlighting for research papers, powered by Jev.
    8 stars · JavaScript · updated 2026-09-21
  • enoyola/jev-grand-prix - An F1 racing game where TypeSafe's Jev picks the racing line and the pedals, and learns each corner's limit between laps
    7 stars · JavaScript · MIT · updated 2026-09-21
  • Kiln-AI/jev_jsonschema - Run a JSON Schema through TypeSafe's Jev API, and get JSON back.
    7 stars · Python · MIT · updated 2026-09-19
  • littlewindy123/jev-weekend-shopping-chrome - 把对双休的支持,带进每一次购物。逛淘宝、京东时,JEV 实时猜测商品背后的工作制,疑似非双休直接盖上 PASS。原页生效,边逛边选。
    7 stars · JavaScript · MIT · updated 2026-09-21
  • Aimark-dai/jev-chat-windows-deepseek-jev - DeepSeek + TypeSafe JEV 微信回复助手:Windows 正式版、Apple Silicon macOS 预览版;本地 OCR 与人工可控回复
    6 stars · Python · updated 2026-09-23
  • Astro-Han/decision-head-rlcd - Where does a decision model's generalisation come from? RLCD on Qwen3.5-4B, held-out sets grouped by training-data coverage, JevBench and three external suites.
    6 stars · Python · updated 2026-09-20
  • composio-community/jev-orchestrator - No description provided.
    6 stars · JavaScript · updated 2026-09-23
  • gtaras7/typesafe-jev - Screen a folder of CVs with the TypeSafe Jev decision model: typed judgments, an editable policy, free re-scoring.
    6 stars · TypeScript · MIT · updated 2026-09-17
  • nozomi-koborinai/jev-spec - ⚡ Catch spec drift on every commit: check your code against your Markdown specs with TypeSafe AI's Jev model.
    6 stars · TypeScript · MIT · updated 2026-09-21
  • scale-venture-partners/riff - A small, fast prose linter: ruff-style rule codes for writing, backed by TypeSafe's Jev model
    6 stars · Python · MIT · updated 2026-09-18
  • yohanargentina-oss/Foq - ⚡ Foq — the FREE, local, open-source alternative to Jev. Typed System 1 decisions in ~25 ms — no waitlist, no cloud, no per-token cost. foq.fr
    6 stars · Python · MIT · updated 2026-09-20
  • ajensenwaud/hermes-jev-plugin - TypeSafe Jev (System One) decision tools for Hermes Agent: jev_check / jev_route / jev_score / jev_evaluate
    5 stars · Python · MIT · updated 2026-09-19
  • christian-taillon/opencode-jev-compactor - Jev powered OpenCode compaction
    5 stars · TypeScript · MIT · updated 2026-09-24
  • emirbartu/jev-for-all - Jev for every agentic development workflow — the System One decision model wired into whatever harness an agent codes in: OpenCode today, Claude Code and Hermes adapters next.
    5 stars · TypeScript · MIT · updated 2026-09-24
  • emirbartu/opencode-system-one - Jev for every agentic development workflow — the System One decision model wired into whatever harness an agent codes in: OpenCode today, Claude Code and Hermes adapters next.
    5 stars · TypeScript · MIT · updated 2026-09-24
  • lbotinelly/jev-little-airways - A show-and-tell capability study for Jev, TypeSafe's System One decision model.
    5 stars · HTML · MIT · updated 2026-09-17
  • milanboers/jev-plays-pokemon - Playing Pokemon Red using TypeSafe Jev
    5 stars · Python · updated 2026-09-18
  • oldmoldycake/jev_vampire_survivors - TypeSafe's Jev model plays Vampire Survivors on Steam: BepInEx plugin + Python brain + live decision dashboard. Native Linux only.
    5 stars · Python · MIT · updated 2026-09-19
  • pambrose/jev4k - A Kotlin DSL and client for TypeSafe's Jev model
    5 stars · Kotlin · Apache-2.0 · updated 2026-09-20
  • sametcn99/my-stars-atlas - A generated catalog of starred GitHub repositories, grouped into stable categories.
    5 stars · TypeScript · updated 2026-09-19
  • 1jehuang/jev-pr-labeler - Semantic GitHub PR labels using Jev's typed decisions, with conceptual scope instead of line counts
    4 stars · Python · MIT · updated 2026-09-19
  • adhyaay-karnwal/jev-chat - A chatbot from typed Jev decisions: hierarchical speculative decoding over System One probabilities.
    4 stars · Python · MIT · updated 2026-09-17
  • amanadhav/traderai - Self-hosted AI trading intelligence platform - scoring engine, two-model AI analyst (Claude + TypeSafe Jev), risk engine, discipline guardian, backtester, React dashboard
    4 stars · Python · MIT · updated 2026-09-21
  • deep-diver/mini-jev - No description provided.
    4 stars · Python · updated 2026-09-18
  • duckegg0623-create/jev-wechat-live - 用 TypeSafe Jev 实时解读微信消息的桌面浮层 —— 未完成的实验项目,判定准确率不达标,附完整踩坑记录
    4 stars · Python · MIT · updated 2026-09-21
  • epergaboni/jevseo - Typed SEO, AEO and GEO judgments powered by Jev, a System One decision model. Code owns the rules, the model owns the meaning.
    4 stars · TypeScript · MIT · updated 2026-09-21
  • Gaurav-Gosain/jev-go - Go client for TypeSafe's System One API and its model Jev: typed judgments and calibrated probabilities instead of generated text
    4 stars · Go · MIT · updated 2026-09-16
  • harshil1712/slidepilot - Voice-driven semantic auto-advance for Slidev, powered by Cloudflare Agents and TypeSafe AI Jev
    4 stars · TypeScript · MIT · updated 2026-09-22
  • jamesward/zio-typesafe-ai - No description provided.
    4 stars · Scala · Apache-2.0 · updated 2026-09-23
  • LamplighterPaul/jev-piano - Jev cannot generate a single note. Given a piano and the right questions, it improvises anyway.
    4 stars · TypeScript · MIT · updated 2026-09-24
  • liao96312/jev-arena-nanojev - 完全本地的 NanoJev 网格决策游戏实验场,支持中文 Pygame、多关卡与 GTX 1660S 训练
    4 stars · Python · updated 2026-09-24
  • mgarlabx/Jev-Enem - No description provided.
    4 stars · Jupyter Notebook · updated 2026-09-20
  • muhammedilyasy/jev-mail - Chrome extension that triages Gmail with TypeSafe's Jev model: category, priority, spam % and reply % on every email.
    4 stars · JavaScript · MIT · updated 2026-09-20
  • Noe1120/jev-advisor - A private, local decision-advice Skill for Codex that ranks tool choices, estimates risks, guides recovery, and checks completion evidence.
    4 stars · Python · MIT · updated 2026-09-24
  • paulsmith/computer-use-jev - macOS computer use driven by Jev (TypeSafe System One) as the decision maker
    4 stars · Go · MIT · updated 2026-09-17
  • ra2web/jev-helper - A helper which use JEV to play ra2web(WannaFire Version)[王二火大]
    4 stars · JavaScript · updated 2026-09-24
  • rthomas24/jev-realtime-trading - Paper trading agents on a live tape, decided every second by TypeSafe's Jev (System One). Electron desktop app.
    4 stars · TypeScript · MIT · updated 2026-09-18
  • sarathi-aiml/jevsql - Text-to-SQL where the model never writes SQL — typed, calibrated decisions (TypeSafe Jev) + code-assembled queries
    4 stars · Python · updated 2026-09-21
  • soderlind/ai-provider-for-jev - Connect WordPress to TypeSafe's Jev System One model for structured decisions (choice, score, noul).
    4 stars · PHP · updated 2026-09-18
  • AiPersonacademy/jev-resume-disqualifier - Jev Resume Disqualifier: Sub-25ms automated resume knockout engine powered by TypeSafe Jev System One decision intelligence. Eliminates 80% of unqualified applicants with deterministic date math & EEOC-safe rejection notices.
    3 stars · Python · MIT · updated 2026-09-20
  • alexsatch/omp-auto-mode - Plugin for oh-my-pi that uses Typesafe Jev API to classify tool calls as safe/unsafe/ask
    3 stars · TypeScript · MIT · updated 2026-09-19
  • alpha-tales/alphaoptimizer - Jev-powered output optimization for Codex, built to keep large tool results concise and usable.
    3 stars · TypeScript · MIT · updated 2026-09-24
  • benjamincanac/tia - Triage Issue Agent for GitHub, built with Eve and Jev.
    3 stars · TypeScript · updated 2026-09-24
  • chengyongru/notiq - Native Android notification filtering with natural-language rules, powered by Jev or self-hosted FastJev.
    3 stars · Kotlin · updated 2026-09-23
  • DragosTana/JEV-FC - No description provided.
    3 stars · Python · updated 2026-09-20
  • eachann1024/pi-jev-reply - Pi extension: clearer replies via Jev review + optional rewrite/visuals
    3 stars · TypeScript · MIT · updated 2026-09-20
  • etweisberg/jev-ui - React components that resolve which component to render, how to order a list, and whether to show an affordance — from calibrated judgments returned by TypeSafe's Jev.
    3 stars · TypeScript · updated 2026-09-21
  • fatelei/yueli - resume judgement use jev model
    3 stars · Rust · Apache-2.0 · updated 2026-09-20
  • hellogumbo/should-ai-kill-us-all - We ask Jev, TypeSafe AI's System One model, whether AI should kill us all. Every ten minutes. Using the actual headlines.
    3 stars · JavaScript · CC0-1.0 · updated 2026-09-18
  • jiayao/ctrl-f - ctrl-f that understands your query
    3 stars · Python · Apache-2.0 · updated 2026-09-22
  • kolawong/fast-compaction-dsh - Verdict-based context compaction for DeepSeek Harness — replaces lossy LLM summaries with fast keep/truncate/drop decisions from jev-latest; everything kept stays verbatim. Port of tamaratran/fast-jev-compaction.
    3 stars · TypeScript · updated 2026-09-20
  • littlewindy123/jev-bili-filter - 弹幕照开,噪音别来。用 JEV 为 B 站评论和弹幕降噪:剧透、反串黑、广告、基本盘一键过滤,想屏蔽什么,再写一句话。Chrome 插件,原页生效,MIT 开源。
    3 stars · JavaScript · MIT · updated 2026-09-21
  • mansicer/jev-plays - A System One model (jev) plays Craftax; an LLM sets the goals
    3 stars · Python · Apache-2.0 · updated 2026-09-24
  • MongLong0214/jev-gate - Not every coding task needs your best model. Experimental Jev-powered model routing for Claude Code — V3 prototype runs today, V4 routes at the task boundary.
    3 stars · TypeScript · updated 2026-09-21
  • mstf-svndk/jev-windows-voice - Türkçe ve İngilizce doğal konuşmayla Windows 10/11 bilgisayar kontrolü: OpenAI Realtime, local Whisper, Jev, UI Automation ve Playwright.
    3 stars · JavaScript · MIT · updated 2026-09-20
  • noetion/dsh-jev - DSH bundle that registers jev_ask for TypeSafe Jev noul, choice, and score answers.
    3 stars · TypeScript · MIT · updated 2026-09-18
  • picaye/jev-compaction - Context compaction for Hermes sessions that never summarises: every tool call is scored by TypeSafe's Jev model, stale calls are dropped, everything kept stays verbatim.
    3 stars · JavaScript · MIT · updated 2026-09-18
  • QuentinDanblon/pi-fast-jev-compaction - Verbatim context pruning for the pi coding agent, scored by TypeSafe Jev: stale tool calls and results are dropped or truncated, everything kept stays verbatim.
    3 stars · TypeScript · updated 2026-09-18
  • reycn/smart-switch - Reimagined window switcher for macOS using frontier artificial intelligence. Predicted by TypeSafe's Jev model
    3 stars · Swift · AGPL-3.0 · updated 2026-09-18
  • TheAdaply/jev-apply - Memory-backed job-application skill: Jev selects, an LLM writes only new text, Playwright fills. Greenhouse + Ashby.
    3 stars · JavaScript · MIT · updated 2026-09-24
  • vtrivedy/jev-plays-games - Chess, Connect Four, and a decision model. Play Jev or watch Jev play itself.
    3 stars · JavaScript · updated 2026-09-18
  • yangyu666/dsh-jev-prune - Jev-judged context compaction for DeepSeek Harness: semantic tool-result pruning + deterministic receipt compaction
    3 stars · JavaScript · MIT · updated 2026-09-24
  • Aben25/jev-sim - Fast mobile-simulator computer-use: sim-use + TypeSafe Jev (Cua jev-use pattern for iOS/Android sims)
    2 stars · Python · MIT · updated 2026-09-19
  • AboveColin/jevclient - Async Python client for TypeSafe Jev. Typed questions in, probabilities and choices out, no prose to parse.
    2 stars · Python · MIT · updated 2026-09-21
  • acorn181/semantic-bookmark - Organize bookmarks with your own semantic rules using Jev.
    2 stars · TypeScript · MIT · updated 2026-09-19
  • apidance/JEVX - 基于 JEV 决策器的 Twitter/X 实时垃圾推文识别与净化扩展程序
    2 stars · JavaScript · updated 2026-09-20
  • Apothic-AI/jeb - A Jev-compatible Cloudflare Workers API using OpenRouter and Inception LLMs
    2 stars · TypeScript · updated 2026-09-22
  • atarikcaliskan/jevball - 22 Jev models, one ball: a 3D football match where every player is its own Jev (TypeSafe AI System One) decision. Watch, or take over the number 9.
    2 stars · JavaScript · updated 2026-09-19
  • cnrai/openpave-jev - PAVE skill for non-autoregressive decision models (Jev / Laya / TypeSafe): typed Choice, Score and Noul answers with calibrated probabilities
    2 stars · JavaScript · MIT · updated 2026-09-24
  • CrowdLinker/JevPromptCoach - Claude Code plugin that scores how well you prompt a coding agent, and shows whether your habits are improving. Runs on TypeSafe's Jev model. Zero added latency.
    2 stars · TypeScript · MIT · updated 2026-09-20
  • Dimesio/typesafe-chess - FUn little experiment with Typesafe AI Jev Model playing chess against stockfish :)
    2 stars · JavaScript · updated 2026-09-20
  • eran-broder/jev-skills - Skills without the context tax. Claude Code and Codex plugin: TypeSafe's Jev decides on every turn which skills the model sees. Always-on context cost: 0 tokens.
    2 stars · TypeScript · MIT · updated 2026-09-23
  • Eric-Zhou-0302/jev-A-share-trader - A Jev-powered technical analysis workspace for China A-shares, supporting AKShare/Tushare, market scans, and Buy/Hold/Sell assessments with time horizons and traceable evidence.
    2 stars · Python · MIT · updated 2026-09-21
  • HamsterPark/Jev-Xiangqi - Play Chinese chess against Jev AI in the browser
    2 stars · JavaScript · MIT · updated 2026-09-21
  • hdkiller/jev-panerelay - Ultra-fast browser automation using TypeSafe Jev via Panerelay and OpenRouter.
    2 stars · Python · MIT · updated 2026-09-19
  • hoangngochuong24947-gif/jev-patent-disclosure - Patent disclosure and application drafting skill powered by TypeSafe Jev / Jeb System-1
    2 stars · Python · MIT · updated 2026-09-20
  • hoshinodis/opencode-context-pruner - Continuous verbatim context pruning for OpenCode, powered by TypeSafe Jev. Port of fast-jev-compaction adapted to OpenCode's context hook.
    2 stars · TypeScript · MIT · updated 2026-09-23

276 more in this category are tracked in data/registry.json.

Other lists and directories

  • Oscar-dzy/Awesome-jev-papers - Awesome papers, benchmarks, and research resources for jev and related research.
    3 stars · CC0-1.0 · updated 2026-09-23
  • awesome-huohaha/jev-mail-feishu - 基于 Jev 的智能邮件提醒工具:自动读取 QQ 邮件、判断重要程度、提取重点原文,写入飞书多维表格并私信提醒,附完整配置教程。
    0 stars · Python · updated 2026-09-23

2236 entries · 1273 of them in none of the 14 other Jev directories checked on 2026-09-24 · last updated 2026-09-24 · 290 candidates in the review queue · generated by tools/fetch.js

What belongs here

In scope:

  • SDKs, clients and language bindings for the Jev API
  • Framework integrations: agent harnesses, routers, eval runners
  • Guardrail, moderation and classification pipelines built on typed decisions
  • Benchmarks and reproducible cost/latency comparisons against LLM classifiers
  • Examples, templates and teardowns that someone can actually run
  • Substantial written explainers

Out of scope:

  • Empty repositories, unmaintained forks, and "awaiting content" placeholders
  • Anything about Japanese encephalitis virus, which unfortunately shares the acronym
  • Link farms and paywalled content without a usable free version

How this list is built

Entries arrive two ways, and both end in a human merge.

Pull requests are the primary path. Open one, or file a suggestion issue and a maintainer adds it.

A daily crawler sweeps GitHub search, the npm registry and the other public Jev directories, scores each candidate against weighted relevance signals, and opens a pull request with whatever changed. Candidates that score above the noise floor but below the auto-include threshold land in data/review-queue.md for a human to settle. Nothing publishes itself.

Every listed entry has its star count, push date, licence and archive state refreshed on the same daily run, so the numbers under an entry are never more than a day old. An entry whose repository is deleted, renamed or made private is dropped on the next run.

Curation is done by Jev itself - the model this list catalogues - on every entry rather than only the borderline ones. Each repository is sent as state with one typed question - does this repository's own code call, wrap, benchmark or reimplement Jev, or does it merely mention it - and the returned probability decides: at or above 0.75 it joins the list, at or below 0.45 it is rejected, and anything between stays in the queue for a human. The verdicts are kept in data/triage.json, and the site prints each one as a "Jev match" figure on the entry.

That figure is a membership check, not a quality rating. A widely used SDK and a weekend experiment both score around 0.95, because both plainly call the API; a lower number means the evidence was thinner, not that the project is worse.

Triage reads its key from AI_GATEWAY_API_KEY, for Vercel's AI Gateway, or TYPESAFE_API_KEY for the API directly, taken from the environment or from .env.local. The gateway serves Jev at https://ai-gateway.vercel.sh/typesafe/v1/systemone using TypeSafe's own request shapes, and refuses every request until the Vercel team has a card on file, so a run with a gateway key falls back to the direct API rather than stopping.

Run it locally:

GITHUB_TOKEN=$(gh auth token) node tools/fetch.js     # discover and score
node tools/triage.js                                  # let Jev judge the new candidates
GITHUB_TOKEN=$(gh auth token) node tools/refresh.js   # refresh stars and push dates
node tools/render.js                                  # regenerate the list in README.md
Path What it is
topics/jev.json Search queries, scoring signals, exclusions, categories
data/registry.json Every candidate ever seen, with star history and scores
data/manual.json Hand-curated pins, plus permanent approve/reject overrides
data/review-queue.md Candidates waiting on a human decision
data/triage.json Jev's own verdict on each candidate, with the probability it returned
data/coverage.json Which rival directories were checked, what each returned, and when
site/ The directory site, rebuilt from the registry on every run
brand/ Logo renders: PNG sizes for uploads that reject SVG
site/og.png The link preview card, referenced by the Open Graph tags
tools/ Discovery, scoring, refresh and rendering, zero runtime dependencies

Other directories are used as a candidate source only. Their outbound repository links are harvested, then every repository is re-fetched from the GitHub API and scored here from scratch, so no description or ranking is carried over. Credit where it is due: awesomejev.com and jevmade.com.

The scoring config is deliberately blunt about the name collision: jev also means Japanese encephalitis virus, so anything matching that vocabulary is rejected outright before it can reach the list.

Contributing

See CONTRIBUTING.md. Short version: one entry per pull request, link to something that runs, and say in a sentence what it does.

License

CC0 1.0 - the list itself is public domain. Linked projects keep their own licenses.

About

A crawler-maintained directory of projects built on Jev, TypeSafe AI's System One model. Daily GitHub + npm sweep, human-merged.

Topics

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages