THE JEV EXPLORER

从一次判断,
到一个项目。

Jev 的开源项目、SDK、教程与评测。
发现一个思路,找到工具,开始动手。

围绕 TypeSafe System One 整理
社区维护 · 中英文入门

象牙色分岔轨道与橙色路径组成的决策装置概念插画
STUDY 01 / POSSIBLE PATHS每一次选择,都通向新的可能 ↗
01 / INTEGRATE接入 Jev

SDK、客户端与集成

02 / AUTOMATE构建智能体

路由、代码审查与工具调用

03 / INTERACT操作浏览器

浏览器与电脑操作项目

04 / EVALUATE理解能力边界

评测、对比与开源实现

THE RESOURCE INDEX

找到你需要的下一步。

项目、工具、教程与文章
原始链接,按用途整理。

支持中文与多关键词,例如:浏览器 DOM。

全部资源

官方资料

TypeSafe AI

Company homepage, waitlist, and product overview.

官方资料

Documentation

API 说明、快速入门与使用示例。

Introduction, primitives, patterns, cookbooks, HTTP API, and SDK references.

官方资料

Quick start

Shortest path from an API key to a typed decision.

官方资料

Playground

Paste a state, add questions, and see typed answers in the browser.

官方资料

Primitives

Choice, Score, and Noul: the three question types and what they return.

官方资料

Patterns

Speculative fan-out, confidence-gated routing, composite scoring, and intent routing.

官方资料

Cookbooks

Reproducible recipes: parallel questions, reranking, guardrails, citation checks, extraction, hierarchical classification.

官方资料

Smart home demo

Official interactive demo of speculative fan-out: many questions in one call, code keeps the relevant answers.

官方资料

Workflow evals

厂商发布的评测,需查看参考答案与对照方法。

Published eval methodology and per-model results for System One workflows.

官方资料

Jev 1.13 jaggedness

Known failure modes of the current public model, documented by TypeSafe.

官方资料

Manifesto

The case for machine-native intelligence built for software, not conversation.

官方资料

Discord

Official TypeSafe server. Builder demos live in the Show and Tell channel.

官方资料

TypeSafe agent skills

帮助编程智能体使用 Jev 的官方说明。

Official agent skill for Claude Code, Codex, and compatible agents: primitives, patterns, and how to structure evaluations.

官方资料

TypeSafe JavaScript SDK

官方 JavaScript 与 TypeScript 客户端,用于调用 Jev API;需要 Node.js 20+ 和 TypeSafe 密钥。

Official TypeScript/JavaScript client with inferred answer types. npm install @typesafe-ai/sdk.

官方资料

System One adapter (Python)

通过相同的决策接口比较 Jev 与语言模型。

Official drop-in TypeSafeClient replacement backed by OpenAI, Anthropic, and compatible LLM APIs, for comparing Jev against chat models.

官方资料

TypeSafe Python SDK

官方 Python 客户端,用于调用 Jev API;需要 Python 3.10+ 和 TypeSafe 密钥。

Official sync and async Python client. pip install typesafe-sdk.

官方资料

Jaggedness jev-1.13

Jev 1.13 的已知限制与使用注意事项。

官方失败模式 — 必读

SDK 与客户端

advocaat

A small, type-safe client for asking AI questions about your data, powered by TypeSafe Jev.

SDK 与客户端

typesafe-ai

Typed TypeSafe AI clients for Rust, with async and blocking backends and observable retries.

SDK 与客户端

zod-jev

Zod validates the shape, Jev validates the meaning: semantic checks on request bodies become calibrated probabilities you threshold in code.

SDK 与客户端

typesafe-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.

SDK 与客户端

super-jev

A small, extensible decision-to-action harness for TypeSafe Jev

SDK 与客户端

jod

Semantic schemas over TypeSafe's Jev — validate the state locally, then project typed answers.

SDK 与客户端

typesafe-ai-rs

Independent async and blocking Rust SDK for the TypeSafe AI System One API

SDK 与客户端

TypeSafeAI.Net

API 说明、快速入门与使用示例。

.NET SDK for the TypeSafe AI platform

SDK 与客户端

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.

SDK 与客户端

jevgo

Go client for TypeSafe AI's System One API (Jev), with optional Langfuse instrumentation

SDK 与客户端

jevclient

Async Python client for TypeSafe Jev. Typed questions in, probabilities and choices out, no prose to parse.

SDK 与客户端

jev-go (Gaurav-Gosain)

Go client for TypeSafe's System One API and its model Jev: typed judgments and calibrated probabilities instead of generated text

SDK 与客户端

zio-typesafe-ai

Scala 3 / ZIO client for the System One API: typed end-to-end, several questions per round-trip via NamedTuple.

SDK 与客户端

typesafe-client

Unofficial typed async Rust client for the TypeSafe System One API

SDK 与客户端

typesafeai-go

Go SDK for TypeSafe AI API https://docs.typesafe.ai/api

SDK 与客户端

kunobi-jev

Rust client for the TypeSafe System One API (Jev)

SDK 与客户端

decido

Probabilistic decisions for Python. Use Jev or bring your own provider; crawl with Playwright.

SDK 与客户端

jev

Unofficial Go client for TypeSafe's System One API and its model, Jev.

SDK 与客户端

typesafe-sdk-php

Unofficial PHP SDK for the TypeSafe AI System One API — 1:1 parity with the official JS and Python SDKs. Not affiliated with TypeSafe AI.

SDK 与客户端

typesafe-sdk-go

Unofficial Go SDK for the TypeSafe AI System One API — 1:1 parity with the official JS and Python SDKs. Not affiliated with TypeSafe AI.

SDK 与客户端

typesafe.zig

An idiomatic Zig client for the TypeSafe AI API

SDK 与客户端

typesafe

An idiomatic Elixir client for the TypeSafe AI API

SDK 与客户端

s1-rs

Typed System One layer for Rust (Choice/Score/Noul).

SDK 与客户端

kitze/skillbox

Self-hosted, versioned skills library for AI agents. MCP, scoped clients, and optional Jev recommendations.

SDK 与客户端

gamesonrblx/Jevbridge

ACP and MCP adapter that bridges TypeSafe Jev with any LLM — computer use and typed decisions alongside Codex, Claude, Grok, and OpenCode.

SDK 与客户端

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.

SDK 与客户端

Olti1947/jev-java

Idiomatic Java SDK for TypeSafe AI Jev System One decision engine

SDK 与客户端

2389-research/typesafe-go

A Go client for the TypeSafe System One API — typed judgments and probabilities, zero dependencies outside the standard library.

SDK 与客户端

yzfly/awesome-jev-zh

Jev / TypeSafe System One 中文精选列表:官方资料、SDK、爆款应用、Agent 工具、开源复现与独立评测,附中文上手指南,每日自动收录 GitHub 热门项目。

SDK 与客户端

dakdevs/decide-mcp

Configurable decision MCP server with AI SDK, Jev, percentage scores, and bias profile routing

SDK 与客户端

david1gp/jev

Result-based TypeSafe System One client library and jev command-line interface.

SDK 与客户端

kazz187/jev-sdk-go

Go 1.27 client for TypeSafe AI's Jev (System One) API: typed questions, typed answers

SDK 与客户端

kraayenjon/awesome-jev

A curated list of Jev use cases, projects, SDKs, and resources. Jev is TypeSafe AI's System One model for fast, typed decisions in software — Choice, Score, and Noul with calibrated probabilities.

SDK 与客户端

mhmdkzr/jev

An unofficial Go client for TypeSafe's System One Jev model

SDK 与客户端

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.

SDK 与客户端

Nibir1/typesafe-go

Community-maintained Go SDK for the TypeSafe "System One" API (`Jev`)

SDK 与客户端

stillroom/agent-workflow-lab

Typed state, explicit transitions, one narrow model judgment, and a human approval gate — a rebuildable agent workflow using and testing Jev.

SDK 与客户端

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.

网关与集成

eve

包含 Jev 评估功能的智能体框架,Jev 只是其中一部分。

Vercel's open agent framework, which ships Jev as the default evaluation model in its experimental evaluate path.

网关与集成

ai-cli

包含 Jev 评估功能的命令行工具。

Vercel Labs terminal CLI that can run Jev as the evaluation model for its evaluate command.

网关与集成

Loki

Self-improving agent harness with an optional TypeSafe Jev companion for typed Choice, Score, and Noul judgments.

网关与集成

neo4jev

Typesafe.ai System One Model Jev navigating a Neo4j graph by using a classifier over neighbouring relationships

网关与集成

HA-Jev

Home Assistant integration for TypeSafe Jev. Ask a question about your house and get a probability, a choice or a score as an entity.

网关与集成

typesafe-jev-workflow

Async LangGraph workflow that gets a typed Jev Choice (invoice or general) and routes each inbound email to the matching handler.

网关与集成

a0-typesafe-ai

TypeSafe AI Jev judgments for Agent Zero, with typed tools and probability cards.

网关与集成

pg_typesafe

Pre-alpha PostgreSQL extension for TypeSafe AI (Jev) categorical classification

网关与集成

laravel-typesafe-jev

Unofficial Laravel integration for TypeSafe Jev AI with typed responses, async requests, scoped dependency injection, and testing fakes.

网关与集成

typesafe-ai-rails

Community Rails integration on the typesafe-sdk gem: configuration, persisted usage and cost telemetry, and opt-in confidence policies.

网关与集成

judging-with-typesafe

Скилл для агентов Letta: суждения по критериям через TypeSafe System One (Jev)

网关与集成

pydantic-jev-examples

Pydantic AI capabilities made stronger with Jev: small runnable demos, one file each

网关与集成

typesafe-assist

Home Assistant Assist conversation agent powered by TypeSafe's Jev (System One) model

网关与集成

n8n-nodes-typesafe-ai

API 说明、快速入门与使用示例。

n8n community node for the TypeSafe AI System One API — typed yes/no, choice and score questions with calibrated probabilities

网关与集成

typesafe-ui

shadcn-style reusable components and blocks for using TypeSafe AI.

网关与集成

Jev on Vercel AI Gateway

网关模型页面,当前接入方式与价格以服务商说明为准。

Hosted typesafe-ai/jev for AI SDK evaluate calls, no TypeSafe waitlist required.

网关与集成

TrainLCD Jev rerank

Pull request adding Jev to station-suggestion reranking in the TrainLCD transit app.

网关与集成

nidhi-singh02/agent-router

CLI that picks Cursor, Claude Code, Codex, or OpenCode + model/effort for a task, then launches it. Powered by Jev and Herdr

网关与集成

Brainwires/jevwire

Jev decision layer for agents: MCP server, embeddable DecisionModel library, and an escalate-only Claude Code plugin (TypeSafe AI's Jev)

网关与集成

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

网关与集成

harshil1712/slidepilot

Voice-driven semantic auto-advance for Slidev, powered by Cloudflare Agents and TypeSafe AI Jev

网关与集成

AkashPriyadarshii/jev-seo

100% free ₹0 agent-first SEO & GEO CLI suite and MCP server in Rust replacing Semrush and OpenSEO via DuckDuckGo and TypeSafe Jev System One

网关与集成

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.

网关与集成

lomeshdutta/skill-router

Tell Claude Code which installed skill a session needs, using Jev (TypeSafe AI) for the decision and skills.sh for discovery.

网关与集成

molis-ai/jev-workbench

Build versioned judgment functions on TypeSafe's Jev once, then call the same published version from your backend over HTTP and from coding agents over MCP. The vendor key stays on your machine.

网关与集成

MrJev/awesome-jev

A curated list of projects, integrations, and resources for Jev, TypeSafe AI's System One model.

网关与集成

qiz029/dscode

A DeepSeek coding agent harness: persistent shell, Ultra subagents, auto approval, Chrome MCP and session telemetry

网关与集成

rajdhakad9826/routeKit

Agent-native LLM model router built with JEV by TypeSafe.ai. Dynamically selects the most suitable model based on task complexity, reasoning requirements, and tool usage.

网关与集成

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.

网关与集成

BYK/jev-mcp

An eval-first MCP server for TypeSafe's Jev, a System One model that returns typed judgments (noul, choice, score) with probabilities instead of generated text.

网关与集成

daftAI2026/awesome-jev

TypeSafe System One / Jev community directory — GitHub projects & posts around typed decisions (typesafe.ai)

网关与集成

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.

网关与集成

Ravinder82/jev-flash-router

open-sourced jev-flash-router: an MCP server for TypeSafe's new Jev model. AI coding agents waste hundreds of reasoning tokens just deciding which file to edit, which route to pick, or whether a diff breaks tests. Jev evaluates state and outputs calibrated probabilities. Works with Cursor, Windsurf, & Claude Code

网关与集成

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

网关与集成

tonyzdev/PiJ

A terminal coding agent with Jev in the loop: skill selection, code ranking, and failure triage.

网关与集成

affirmitv/bitrate-advisor

Live-stream encoder settings from telemetry and history: TypeSafe's Jev decision model inside a deterministic safety envelope. Deno, Node, edge runtimes.

网关与集成

alviso/jev-precheck

A second signature on every write an AI agent makes into a system of record. MCP proxy: fetch the records, derive in code, Jev judges. 98.6% recall, 0 false holds on 288 cases.

网关与集成

armsteadj1/vibe-smart-router

A Node-first, policy-bounded payment-context scorer using Jev for held-out feature discovery and per-transaction context.

网关与集成

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.

网关与集成

cbruyndoncx/AskJev-MCP

MCP server for TypeSafe's System One API (Jev): typed choice/noul/score judgments with calibrated probabilities and confidence

网关与集成

danielhirt/jev-lab

Experiments on TypeSafe Jev (System One decision model) via OpenRouter: repeatability, perturbation, and LLM baseline comparison

网关与集成

DoGMaTiiC/hermes-jev

Hermes Agent plugin: route each turn to the one skill that fits, via TypeSafe Jev on the Vercel AI Gateway. Fail-open, opt-in, stdlib only.

网关与集成

duketopceo/jev-compact

Moving-highlight context compaction for agent harnesses — Jev-scored span retention, tombstone restore via MCP

网关与集成

gorock007/jev-atlas

An independent, evidence-first field guide to Jev (TypeSafe AI's System One model) — for people and for coding agents. Not affiliated with TypeSafe AI.

网关与集成

gzawadzki/jev-usecases

TypeSafe Jev demos: Play inbox, Czajka guard, agent-card router, seed comparator, RL data triage

网关与集成

hangarbay/jev.mcp

One MCP server for TypeSafe's Jev: typed, calibrated decisions instead of generated text

网关与集成

islee23520/omo-jevlike-router

Jev-style one-pass skill router for OmO: shrink the skill catalog in your system prompt with one forward pass (frozen Qwen2.5-0.5B + jevlike head, fail-open extension)

网关与集成

its-panzer/skilltree

A local-first skill library and visual skill tree, with Jev routing and MCP access.

网关与集成

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.

网关与集成

minhgv/jev-mcp

TypeSafe Jev MCP decision layer for coding agents and CI

网关与集成

MSalvalaggio/jev-reflex

Claude thinks, Jev reacts: an MCP server that hands browser tasks from Claude to TypeSafe's Jev (~100 ms per decision).

网关与集成

ohernandezdev/jevmod

Moderation for communities and apps, powered by Jev (TypeSafe): probabilities per category, thresholds you own. Discord/Telegram/Reddit bots, CLI, Python, npm, HTTP API, MCP.

网关与集成

okooo5km/jev

Typed decisions from the shell: a stdlib-Python CLI and Agent Skill for TypeSafe Jev on OpenRouter. Yes/no, choice and ordinal scores with calibrated probabilities, semantic grep and batch mode.

网关与集成

ourines/hermes-jev

Jev decision sidekick for Hermes Agent — TypeSafe and Cloudflare, explicit tools and official skill

网关与集成

Perferic/openjev-mcp

Open-source Jev-compatible MCP server for typed decisions (Choice/Score/Noul): local GLiNER backend with a model router, drop-in swappable with the TypeSafe System One API.

网关与集成

prasanth263/maza

Local MCP gateway with Jev tool discovery, secure credentials, CLI and dashboard

网关与集成

Rawson08/the-llm-dispatcher

An LLM router that uses Jev (TypeSafe System One) to dispatch each request to the cheapest model and lowest reasoning effort that will do the job. OpenAI-compatible proxy, Claude Code and Codex wrappers, TypeScript and C#.

网关与集成

themsquared/jev-benchmark

Reproducible benchmark for TypeSafe AI's Jev on agent tool-call risk classification: accuracy, latency, and whether the confidence score is worth routing on.

网关与集成

Verhex/xerify

Verify before you trust. Cross-provider verification with LLMs and Jev. CLI, library & MCP.

网关与集成

Xy2002/poker-jev-test-bench

Jev test bench — Texas Hold'em edition: live-fire testing of TypeSafe's Jev evaluation model through a React poker game (Vercel AI Gateway). MIT.

智能体工具

jev.nvim

Neovim 插件,根据自然语言问题对函数评分,并在 quickfix 中展示结果。

Neovim plugin that scores functions against a natural-language question and lists results in quickfix.

智能体工具

jev-commit

Git 提交信息钩子,检查提交说明与暂存改动是否一致,并检查可能的凭据。

Git commit-message hook that compares the message with the staged diff and checks for possible credentials.

智能体工具

jev-belay

Claude Code 的 Stop 钩子,结合会话证据检查未经验证的完成声明;发生错误时放行。

Claude Code Stop hook that checks transcript evidence for unverified completion claims; errors allow the turn to end.

智能体工具

foreman

使用 Jev 检查编程智能体的工作。

Software Factory Foreman: an agent supervisor that uses Jev decisions to keep coding agents on task.

智能体工具

jev-router (gargpratyush)

为 Claude Code 和 Codex 的任务选择模型;需要 Node.js 20.12+、Jev 密钥和已登录的对应 CLI。

Per-turn model routing for Claude Code and Codex; requires Node.js 20.12+, a Jev key, and the corresponding CLI.

智能体工具

jev-review (NiazMorshed2007)

通过 MCP 插件进行本地代码审查。

Local-first MCP plugin for continuous software-quality review by AI coding agents, powered by Jev.

智能体工具

jev-mcp (jkudish)

通过 MCP 工具提供 Jev 检查与查找功能。

Proof of concept MCP for Typesafe's new Jev AI model

智能体工具

pi-warden

Guardrails for Pi built on pi-typesafe that steer the agent instead of interrupting you: Jev judges irreversible and off-task tool calls, detects stuck loops, checks unverified done claims, flags slop

智能体工具

typesafe-mcp

Go CLI and single-binary MCP server exposing TypeSafe judgments to Claude Desktop, Claude Code, and Codex.

智能体工具

pi-jev (y0usaf)

TypeSafe Jev as a decision layer for the Pi coding agent: a measured tool-call gate plus jev_ask for typed, calibrated answers

智能体工具

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.

智能体工具

winnow

A calibrated context sieve for Claude Code: every tool result is judged by a System One model before it enters context.

智能体工具

jev-axi

Agent-ergonomic CLI for TypeSafe's Jev: fast calibrated judgments (pick, rate, check, rank, triage, guard) from the shell

智能体工具

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.

智能体工具

jev-mcp (blakestone-x)

MCP server for TypeSafe Jev: typed classify, score, check, match and screen for any agent, with confidence on every answer

智能体工具

pi-jev-router

Automatic model routing for Pi using TypeSafe's Jev through Vercel AI Gateway

智能体工具

JevLint

Configurable semantic linting powered by Jev, with file-level NOUL judgments and a magic-strings plugin.

智能体工具

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.

智能体工具

pi-jev (TheoOliveira)

Semantic tool routing and typed System One decisions for the Pi coding agent using TypeSafe Jev

智能体工具

typesafe-cli (geilt)

CLI and agent skill for TypeSafe System One (Jev): typed Choice, Score, and Noul judgments.

智能体工具

diffjury

DiffJury — TypeSafe Jev PR risk router + code review coach

智能体工具

jev-code

Bounded TypeSafe Jev workflows for coding agents.

智能体工具

jevex

Minimal agent loop where Jev directs control flow and a LangChain chat model writes argument values and the final response.

智能体工具

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.

智能体工具

jev-judgment

Agent Skill: send closed coding-agent judgments to TypeSafe Jev

智能体工具

jev-mcp (rashedInt32)

MCP server exposing TypeSafe Jev as typed, calibrated judgment tools: classify, score, check, batched ask. Ships as a Claude Code plugin.

智能体工具

jev-shield

Semantic MCP firewall powered by Jev — screens every tool call, tool result, and tool description with calibrated System One verification. 94% block recall, 0 false positives, ~$0.00002/check.

智能体工具

jcm-router

Local proxy that picks the Claude model and effort per message using TypeSafe Jev. Routes subagents, leaves your cached main chat alone.

智能体工具

pi-quiet-ask

TypeSafe Jev as the pi coding agent's quiet decision layer

智能体工具

ailerix

Type-safe model router. Jev (System One) banks each request to a typed catalog route.

智能体工具

bicameral

Hybrid coding harness: System 2 writes, System 1 (Jev) runs reflexes.

智能体工具

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.

智能体工具

omp-typesafe

TypeSafe AI (Jev) adversarial reviewer and typesafe_ask tool for the omp coding agent

智能体工具

ask-jev

Utilizing Jev, the RLCD-type model provided by TypeSafe AI, to independently and cheaply judge agentic coding sessions.

智能体工具

jev-predict-skill

Predict another skill's next closed decision with TypeSafe Jev — without running that skill.

智能体工具

jev-guard

Prompt-injection and dangerous-action guard for coding agents (Claude Code, Codex, pi, ACP), powered by Jev

智能体工具

jev-skillful

Per-prompt capability router for coding agents: resolves installed skills, MCP servers, agents and commands against your prompt via TypeSafe Jev, and measures whether the injection actually helps.

智能体工具

jev-router (prismhq)

Open-source LLM router that uses TypeSafe's Jev to pick a model, on top of LiteLLM

智能体工具

jev-mcp (arunav25)

Connect JEV to MCP clients and compare its judgments against general-purpose LLMs using shared datasets and measurable accuracy.

智能体工具

jev-triage

Uses typeful jev, zero sync to pull and sync large repositories for issue triage

智能体工具

jev-mcp (burnigtm)

MCP server that puts TypeSafe Jev on the coding loop in Cursor, Codex, and any MCP client

智能体工具

pi-jev-code

Single-agent Pi coding coprocessor with Jev semantic gates, baseline-to-current diff review, and append-only observability telemetry.

智能体工具

check-risk

A CLI and GitHub Action that assesses code-change risk using deterministic rules and TypeSafe Jev, recommending checks and reviewers before merge.

智能体工具

limpet

A Stop hook that stops your coding agent from stopping too early. Plain-language rules, judged by jev.

智能体工具

agent-gate-loop

Reusable GitHub Action: agent fix loop gated by checks, an AI reviewer, and TypeSafe Jev

智能体工具

switchboard

Guardrail + model router for LLM gateways on TypeSafe's Jev (System One model), with an independent accuracy/calibration/latency evaluation. Stdlib Python.

智能体工具

frost

A flexible and configurable CLI model router using TypeSafe Jev.

智能体工具

pi-typesafe-jev

A pi extension that exposes TypeSafe (Jev, System One) judgments as five pi tools, so a model can make narrow semantic judgments while your code and your users keep control of thresholds, weights, and actions.

智能体工具

pi-typesafe

Pi coding-agent extension built on the TypeSafe AI System One API (Jev)

智能体工具

jev-review (thiago-ss)

Autonomous Jev pull-request review with typed decisions, calibrated approval gates, and trusted-owner escalation

智能体工具

hermes-jev-router

Experimental Hermes plugin: Jev-assisted model routing plans with budget and capability constraints. API access pending.

智能体工具

zcode-jev

Typed judgment layer for coding agents — gates from PRD to ship. Jev-ready, provider-agnostic.

智能体工具

jev-builder-loop

Grok skill: Jev as a judgment sensor in a builder-agent loop (priors × probabilities → next act)

智能体工具

typesafe-demo-mcp

MCP server exposing TypeSafe System One judgments (noul, choice, score) as agent tools

智能体工具

agent-handoff-gate

Experimental protocol for evidence-aware agent handoffs, with Jev-assisted review before results reach the lead agent.

智能体工具

fabricioctelles/skills

A collection of skills for AI agents (Kiro, Cursor, Windsurf, Claude Code, and others). Each skill is a reusable module that teaches the agent to perform complex tasks with context, structure, and best practices.

智能体工具

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.

智能体工具

anpicasso/hermes-jev-approvals

PoC: 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.

智能体工具

doeixd/jev-pref

Turn your AGENTS.md preferences into a fast, Jev-powered AI linter.

智能体工具

iamvatsalpatel/tiershift

Shift every LLM call to the cheapest model that can handle it. Routing decided by TypeSafe Jev in ~180 ms. No training data. Policy in plain YAML. TypeScript and Python.

智能体工具

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.

智能体工具

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.

智能体工具

aegsrl7/jevmap

Map a codebase into units and let Jev (TypeSafe AI) hand an AI coding agent the ten files that matter for a task

智能体工具

altryne/jevify

An agent skill to discover TypeSafe Jev opportunities, design typed questions, and learn from recent community experiments.

智能体工具

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.

智能体工具

harrymunro/decision-first

Agent skill that spots bounded-judgment steps, tries a typed decision model (TypeSafe's Jev) first, and documents every attempt

智能体工具

poponline63/hermes-jev-north-star

Hermes Agent skill whose north-star gate is judged by Jev (TypeSafe System One): turn an intention into a checkable finish line, generate the run prompt, and let Jev rank what is still unproven.

智能体工具

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.

智能体工具

24601/Augustus

Agent skill: design judgment-assisted systems with TypeSafe Jev (System One). Maps Choice/Score/Noul onto decision theory, reranking, and routing. Composition algebra, question design, validation gates. MIT.

智能体工具

aaravriyer193/OpenSmoke

Find the AI agent runs that broke because their environment did: missing keys, tools, files, permissions, network, or context. Powered by TypeSafe Jev.

智能体工具

AlexBabescu/ActionJev

Structured code review for GitHub and Gitea Actions, powered by TypeSafe Jev and written in Rust.

智能体工具

BrunooMoniz/polymarket-btc-5m-agent

Agente de trading para o mercado BTC Up/Down de 5 minutos da Polymarket: modelo em código, Jev (TypeSafe System One) como portão, ordens maker, calibração e shadows em paper

智能体工具

ddfeyes/jev-mode

I kept watching coding agents burn context on decisions that aren't hard - triage 400 tickets, tag 600 files, route to one of six teams. jev-mode moves those verdicts to a typed-judgment model. I A/B'd it: 78% fewer tokens, 16x less work-attributable input, accuracy 96.1% vs 93.7%. Python, no deps, MIT.

智能体工具

dsandrade/jevra

An open-source decision layer connecting coding agents with TypeSafe Jev.

智能体工具

Eliran-Turgeman/reaper

Semantic linter for AI coding agents and CI code review. Detects silent failures, weakened tests, scope creep, unnecessary abstractions, and other semantic code smells.

智能体工具

eyenpi/actionreflex

A pre-execution gate for AI agent actions, powered by TypeSafe's Jev (System One) model.

智能体工具

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

智能体工具

ibrahemid/git-jev-stage

Stage the git hunks that match a sentence. Exact patch, preview first, staging only, decided per hunk by Jev.

智能体工具

ibrahemid/jevprune

Keeps the lines of a command's output that matter for the task. Exact text, full output recoverable, decided per line by Jev.

智能体工具

ivorpad/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.

智能体工具

kaustav1996/reflex

A coding agent and personal assistant with System One reflexes (TypeSafe Jev) on top of the Pi coding agent

智能体工具

kevin9327/jev-harness

JevHarness: TypeSafe Jev agent tool-call gate. execute / confirm / reject in code.

智能体工具

knowlet/Decision-Theoretic-Mixture-of-Agents

A fully audited, reproducible decision‑theoretic mixture‑of‑agents framework comparing multiple selector strategies, including OpenJev, with transparent calibration, limitations, and verification artifacts.

智能体工具

manojlds/jev-review

Standalone TypeSafe Jev code-review CLI: typed decisions over a local git diff.

智能体工具

Mentioum/judgement

Agent-friendly Go library and JSON-first CLI for TypeSafe AI's Jev and System One API

智能体工具

milokuo/tagtrim

Tag every line of a command's output, then trim by tag, so your coding agent reads the signal, not the noise. Design stage.

智能体工具

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.

智能体工具

RiskAverseTech/toolgate

Open auto mode for AI agents — a calibrated tool-call firewall powered by TypeSafe Jev. Ships as a Claude Code hook

智能体工具

Thestral12/pr-sieve

Semantic PR gate: .jev.yml rules as TypeSafe Jev questions. Not a review bot.

智能体工具

wotai-dev/typesafe-jev-tools

A Claude Code hook that asks whether the decision you are writing needs a model at all. Includes a measured 149-row comparison of TypeSafe Jev against Claude Haiku 4.5.

浏览器与电脑操作

jev-skip

浏览器扩展,使用 Jev 从 YouTube 字幕中识别可能的赞助片段。

Browser extension that uses Jev to identify potential sponsor segments from YouTube captions.

浏览器与电脑操作

Jev Ultrafast

浏览器自动化工具,由 Jev 选择操作与 DOM 元素,由语言模型生成输入文字;需要 Python 3.12+、Chrome、Jev 与文字模型服务。

Browser Use's ultrafast agent: Jev picks the operation and DOM element in one request; a small LLM only writes text when typing is needed.

浏览器与电脑操作

typesafe-computer-use

利用 OCR 识别的文字帮助 Jev 选择电脑操作。

Computer use for about $0.0002 a step: OCR the screen, classify the next action with TypeSafe, click. macOS.

浏览器与电脑操作

mobile-jev

Standalone Android agent for Mobilerun where Jev makes every decision, with a live React studio and an Uber demo.

浏览器与电脑操作

unclutter

WXT browser extension: Jev-powered page clutter removal with reusable template rules.

浏览器与电脑操作

jev-browser (vinilana)

Hybrid browser harness: an LLM turns goals into verifiable subgoals, Jev chooses each action and DOM field, Playwright acts.

浏览器与电脑操作

jev-ego

TypeScript browser agent for ego lite: Jev Ultrafast indexed actions, TypeSafe Jev decisions, persistent observe/act CLI. No Chrome or Playwright.

浏览器与电脑操作

computer_use

macOS computer use driven by Jev (TypeSafe System One) as the decision maker

浏览器与电脑操作

psearch

Parallel web search for terminals and agents, with local Chromium and Jev-guided exploration.

浏览器与电脑操作

almond-fastloop

Almond-fastloop: Almond's browser computer-use rig (Chrome DevTools + TypeSafe Jev), and the Browser Use Olympics benchmark it is measured on.

浏览器与电脑操作

barrunto

A Chrome extension that brings TypeSafe's Jev to X.com to analyze posts as you browse

浏览器与电脑操作

jev-browser (tontoko)

One grounded Jev/Playwright core: typed SDK, persistent CLI, and MCP server with native browser operations and deterministic assertions.

浏览器与电脑操作

otto

Open-source native computer use for macOS and Windows: TypeSafe Jev, local OCR, and selective planning.

浏览器与电脑操作

jev-browse

Drives a real browser with Jev making every decision and Vercel's agent-browser performing every action, with a benchmark.

浏览器与电脑操作

sift

Chrome extension that re-ranks Google results with TypeSafe Jev and folds away sales pages and SEO filler.

浏览器与电脑操作

jev-mobile

Fast structured Android control loops with TypeSafe Jev and Mobile MCP

浏览器与电脑操作

browser-use-olympics

Browser Use Olympics by Almond: one prompt, five events, one clock. Plus fast loop, a ~200-line browser computer-use agent (Chrome DevTools + TypeSafe Jev).

浏览器与电脑操作

turbo

Jev-powered semantic browser use

浏览器与电脑操作

sloppy-jevs-extension

Open-source Chrome extension that filters AI-generated prose and ads with Jev

浏览器与电脑操作

jev-browser (MahmoudAdelbghany)

Jev-powered browser MCP for LLM agents — ~300ms decisions, no LLM tokens in the loop. Benchmark vs Playwright MCP included.

浏览器与电脑操作

jev-playwright-mcp

Jev-augmented Playwright MCP proxy — page-state triage, prompt-injection shielding, goal-based snapshot pruning, risky-action gating. Drop-in wrapper around @playwright/mcp for any coding agent.

浏览器与电脑操作

jev-browser (KesavanKing)

Local browser automation UI that uses TypeSafe Jev to choose bounded page actions and a text model only for field values.

浏览器与电脑操作

JevTest

Bounded exploratory browser testing with Jev, deterministic assertions, and replayable evidence.

浏览器与电脑操作

socai-io/socai

Browser & Computer-Use Agent Optimized for Social Media: Research, Content Extraction, and Agentic Analysis

浏览器与电脑操作

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.

浏览器与电脑操作

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

浏览器与电脑操作

vinilana/live-jev

2D autonomous car simulation in the browser, driven by TypeSafe's Jev decision model

浏览器与电脑操作

mikesmullin/openjev

Local reproduction of AlexWortega/openjev (Qwen3.5-4B NLI cross-encoder playing Doom), plus real-time headed play and a browser front-end

浏览器与电脑操作

Nainish-Rai/jev-frontend-qa

Evidence-driven frontend QA built on Jev Ultrafast and Browser Harness, with a synthetic todo demo.

浏览器与电脑操作

ranjan2829/AskJev

AskJev — Jev autopilot for any website + guard on irreversible clicks (TypeSafe System One, not Claude)

浏览器与电脑操作

kw2828/OpenJev

Browser decision playground and reproducible experiments on memory, uncertainty, and Doom control

浏览器与电脑操作

raihankhan-rk/jevarena

JevArena — two Jev agents duel in click-only browser games (Browser Use + TypeSafe Jev)

浏览器与电脑操作

AE-AlphaEdge/grokskill-jev

浏览器自动化工具,由 Jev 选择操作与 DOM 元素,由语言模型生成输入文字;需要 Python 3.12+、Chrome、Jev 与文字模型服务。

Public Grok skill snapshot around Browser Use Jev Ultrafast

浏览器与电脑操作

bramtechs/Focus

Browser extension that blocks distracting websites using TypeSafe: Jev

浏览器与电脑操作

CharryLee0426/jev-test

Testing TypeSafe's Jev model on real-time browser games (flappybird.io, play.tetris.com)

浏览器与电脑操作

max1874/jev-computer-use

A macOS computer-use agent with a dynamic, indexed action space. No screenshots, no coordinates. A macOS port of browser-use/jev-ultrafast.

浏览器与电脑操作

shantanugoel/tetris-ai

Browser Tetris with a first-class AI API: play it with a built-in planning agent, TypeSafe's Jev decision model, or any OpenAI-compatible chat model

浏览器与电脑操作

thevibeworks/awesome-typesafe-jev

Curated list of projects built on TypeSafe's Jev model, read before listed. With media and our own measurements. Not affiliated with TypeSafe AI.

浏览器与电脑操作

thevibeworks/pagepilot

An agent in the browser that pays for thinking once: author a deterministic spec (Jev first, LLM on escalation), replay it for 0 tokens.

浏览器与电脑操作

yousudip/lizard-agent

A browser agent with no LLM in the loop — deterministic code plus Jev, a System One model. ~118ms per decision, typed and auditable.

应用

jev-trader

在每个 Monad 区块请求一次判断的交易实验,收录不代表其能够盈利。

One AI trade decision every Monad block. Jev on Kuru MON-USDC.

应用

notra

包含基于 Jev 的功能开关路由。

Marketing analytics platform whose feature flag routes brand-visibility classifiers off an LLM and onto Jev boolean decisions.

应用

jevmeter

Put a live Jev (TypeSafe) meter on any video: every sentence scored, rendered as a 16:9 edit

应用

Jev-Moderation-Bot

Real-time Discord moderation bot: Jev evaluates messages and metadata in parallel to catch phishing, spam, and social engineering with a progressive escalation ladder.

应用

commit-miner

Classify Git commit diffs and messages with Jev. Bug fixes, security fixes/CWEs, and change types.

应用

blink

Codebase search powered by Jev from @typesafe-ai

应用

ai-elo-ranker

High-speed recursive AI Elo tournament engine powered by Jev and Swiss matchmaking

应用

jevlogs

Open-source Jev log triage for OpenTelemetry. Score the signal before expensive LLM analysis.

应用

semdecide

Typed semantic decisions for Unix pipelines and CI, powered by TypeSafe AI Jev.

应用

typesafe-cli (y0usaf)

Ask Jev typed questions from the shell: noul, choice, and score answers as numbers, not prose

应用

jevibe-check

A live tone labeler for Bluesky posts and drafts, using TypeSafe's Jev API.

应用

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.

应用

commentcop

Put your code comments on trial. Powered by Jev.

应用

jev-cli

CLI for TypeSafe AI's Jev evaluation model — typed questions in, structured JSON answers out

应用

btc-jev-signal

Experimental multi-horizon BTC signal generator using TypeSafe Jev probabilities and Binance market data.

应用

JevTicktRouter

A .NET 10 and React 19 application for fast, structured AI-powered ticket triage using TypeSafe Jev.

应用

draftpulse

Experimental: live X draft viral scorer powered by TypeSafe Jev

应用

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.

应用

typesafe-jev

Screen a folder of CVs with the TypeSafe Jev decision model: typed judgments, an editable policy, free re-scoring.

应用

typesafe-triage-guard

Three composable judgment pipelines on TypeSafe's Jev: support-ticket triage, observability alert triage, and a deploy-risk gate.

应用

jevegis

Guardrails for LLM apps in one API call. Prompt injection, jailbreaks, leaks, unsafe content. Built on TypeSafe Jev. MIT.

应用

citation-verifier

Check whether each cited paper supports the sentence citing it. Claude proves the quote, TypeSafe's Jev scores it, a human decides.

应用

jev-rerank

Use Jev (TypeSafe's System One model) as a calibrated reranker: one call, up to 30 documents, a probability per document. Apache-2.0.

应用

emoji-jev

Emoji autocomplete at the speed of typing. TypeSafe AI Jev on a Whop-hosted TanStack Start app.

应用

typesafe-comment

Small Python package that uses typesafe.ai to evaluate code comments on certain heuristics

应用

transcript-scorecard

ACME live support-call scoring demo with TypeSafe AI, Effect, SQLite, React, Vite, and Turborepo

应用

mimicry

Rewrite AI drafts in your own voice with a bounded TypeSafe feedback loop.

应用

s1s

System One Search: navigate and trace code with TypeSafe judgments and repository evidence

应用

pkg-gate

Pre-install security gate for npm lifecycle scripts using TypeSafe System One.

应用

Jev Classifier

Local Telegram channel JSON analyzer for intent, quality, sentiment, and speaker tone.

应用

dmx.to

X client with Jev smart rules that filter the timeline by usefulness, type, and topic.

应用

TheoLeeCJ/SemIf

受 Jev 启发的独立实现,不是官方模型。

Semantic ifs from open models, on a 3090 at home. Independent; not affiliated with Jev or TypeSafe.

应用

realZachi/pg-jev

Ask your Postgres tables questions in plain language. A PostgreSQL extension powered by TypeSafe's Jev.

应用

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.

应用

dannote/jev

TypeSafe Jev for OTP: reply to Jev from a GenServer and pattern match on its answer

应用

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

应用

AlbionaHoti/refgarden

A spatial reference explorer for creators. Local Jev query choices, metadata highlights and source-linked collections.

应用

manifoldor/xtags

在 X 的时间线上,给每条帖子标出它想让你干什么。判断来自 Jev,一个只返回概率、不生成文本的模型。

应用

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.

应用

keeltrace/hermes-jev

Typed System One decisions, ranking, verification, and an opt-in Hermes tool gate using TypeSafe Jev.

应用

DECRUX9812/openjev

Open, local, zero-cost reimplementation of the Jev decision layer for job postings

应用

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.

应用

maker-KK/todo-jev

⚡ Ultra-fast, low-cost intelligent task classifier and 3-tier routing engine powered by TypeSafe Jev (System One)

应用

reachjalil/jev-tree

Recursive Jev choice over a taxonomy. Select from more than 255 options without breaking TypeSafe Jev's choice cap.

应用

reycn/smart-switch

Reimagined window switcher for macOS using frontier artificial intelligence. Predicted by TypeSafe's Jev model

应用

vmendes90/jev-shield

Privacy-first Chrome extension that semantically blocks native ads, sponsored feed cards, and video ads using TypeSafe Jev

应用

wfzyx/von

The open-source System One decision model. Sub-15ms, non-autoregressive, local drop-in alternative to TypeSafe Jev.

应用

erhanmeydan/jev2048

TypeSafe'in Jev karar modeli gerçek bir online 2048 sitesinde oynuyor — hamle başına tek API çağrısı, tek anahtar.

应用

keltokhy/jlink

Record linkage for economists: write the match rule in plain English, get a probability per pair, audit it, cite it. Python, CLI, Stata and R.

应用

kitze/pagegrade

Grade page sections for clarity, writing and on-page SEO. WXT + TypeSafe AI Jev.

应用

qddegtya/qualm

Typed decisions from a System One model. An uncertain answer is a different type from a confident one — and the compiler makes you handle it.

应用

Red5d/jev-cvss

Fast CVSS scoring from vulnerability descriptions using Typesafe Jev

应用

StefanoITA/ts-jev-cost-calculator

Unofficial CLI + Python estimator of tokens, cost and context limits for TypeSafe (System One / Jev) API requests. Not affiliated with TypeSafe.

应用

youshinh/md-memo

A zero-latency, local-first Markdown scratchpad with offline AI (Ollama/vLLM) and autonomous IME control. Built with Go and OS-native webviews.

应用

0xnairb/jevpot

AI-powered jackpot number predictor and intelligence oracle built with TypeSafe System One (Jev)

应用

0xSarnavo/potpie-doc-parser

Ask the Potpie docs a question, get the exact paragraph that answers it. Extractive search powered by Jev (TypeSafe System One) — no LLM, no embeddings, nothing generated.

应用

aoi-yoneda/haikyuBattleJev

Jev (TypeSafe AI) が打者を判断する配球バトル野球シミュレーション — 9回制・パワプロ風

应用

Ayush0054/metis

Metis: automatic GitHub issue triage powered by TypeSafe AI Jev. A reusable GitHub Action.

应用

chrisXchen/typesafe-cookie-consent

Chrome extension that reads every cookie banner and popup like a person and clicks the honest button. Judged by TypeSafe's Jev. BYOK, no backend.

应用

derinworks/penr-oz-jev-syslog-analyzer

An asyncio daemon that tails journald or syslog and asks Jev, for each event, which subsystem it belongs to, how severe it is, and whether it's noise. Plain code then ignores the event, alerts on it, or escalates it to a human when confidence is low.

应用

EdytaKucharska/ticket-quest

Playful ticket triage that shows how TypeSafe Jev's typed, probability-backed decisions compare with prompting an LLM. Cost of Delay ranking, certainty-gated routing, bring-your-own-key LLM race.

应用

farukkavlak/vocabboost

Look up a word from the subtitles and see what it means in that line, without leaving the video.

应用

hide-G/magi-system-on-jev

MAGI system (Neon Genesis Evangelion) recreated with Jev, TypeSafe AI's System One model. 3 sages deliberate your question.

应用

jflam/jev1

Jev (TypeSafe System One) proof of concept: smart-home assistant demo

应用

juanegido/jev-pr-judge

Typed verdicts on pull requests with TypeSafe System One (Jev): one parallel call, policy in code, usable as a GitHub Action

应用

kamesan1577/re-heitan

X(旧Twitter)のタイムラインから誹謗中傷を取り除く Chrome 拡張。判定を TypeSafe の System One モデル Jev で行う。

应用

kspviswa/chakravyuha-jev

Chakravyuha — a polar ring-maze where every move is a Jev (TypeSafe System One) decision. A fun experiment: the model picks each move, the walk grades it green or red, and the history page asks whether its confidence score can be trusted. BYOK, no build step.

应用

LingXuanYin/jev-chat

Jev 聊天机:一个「只选不写」的聊天机——每个回复由逐词选择拼装,词典+分级索引+输入法式联想,由真实 Jev(TypeSafe System One)驱动。非官方实验,与 TypeSafe AI 无关联。

应用

m0rphtail/triagedy

Alert triage as a UNIX filter: JSONL security alerts in, typed decisions out. Runs on TypeSafe Jev or a local model; policy routing stays in code.

应用

miounet11/jevcode

JevCode — Jev (TypeSafe System One) 技术解决方案与最佳实践 · https://www.jevcode.ai

应用

model-clis/jev

Typed judgment CLI for the Jev model (TypeSafe System One): state + questions in, calibrated answers and exit codes out

应用

nardinmarcus/pi-jev-typesafe

TypeSafe Jev (System One judgments) for Pi: zero-dependency jev_ask tool with question linting, model discovery, and budget caps

应用

noetion/dsh-jev

DSH bundle that registers jev_ask for TypeSafe Jev noul, choice, and score answers.

应用

nsillik/jevvin-off

Prototyping against TypeSafe's Jev System One API: a one-ticket quickstart and a Bluesky Jetstream firehose demo.

应用

ojusave/beat-jev

A penalty shootout powered by Render Workflows, TypeSafe Jev, and Render Postgres. Python and TypeScript examples.

应用

ozzy2438/apply-os

Apply OS — Personal career decision engine powered by TypeSafe AI (Jev). Ranks job postings, drafts applications, and automates the pipeline with typed, calibrated decisions. Agency-ready build spec included.

应用

ozzy2438/personal-decision-inbox

Agency-ready build prompt for a Personal Decision Inbox powered by TypeSafe AI (Jev). Full end-to-end spec: architecture, UI, integrations, deployment.

应用

phuthuycoding/jev-audit

AI-powered pre-commit auditor backed by TypeSafe System One (Jev) — blocks secrets, vulns & low-quality code in ~300ms. 79-case test corpus at 100% accuracy.

应用

piyush97/focus-tube

Distraction-free YouTube learning feed powered by TypeSafe AI's Jev System One model

应用

robzolkos/omarchy-issue-classifier

Classify the Omarchy issue backlog with Jev, TypeSafe's System One model. Ten typed questions per issue in one request, for a hundredth of a cent each.

应用

rolottr/x-jev-classifier

Chrome extension that stamps every X post with a type badge — alpha, shitpost, AI slop, bait — judged by Jev from Typesafe

应用

sandra-arato/icon-matcher

Match a UI section title to a Hugeicons icon using TypeSafe.ai's Choice primitive — no lexical/keyword search.

应用

shunta-furukawa/jev-tick-lab

A forward-only experiment: Jev (TypeSafe System One) making one-second trading judgments on bitbank, logged for calibration analysis.

应用

spivi/cloudforge-jev

Sidecar: grade a cloudforge student writeup with TypeSafe Jev. Not part of the OSS product.

应用

Tepes99/openjev-lite

My take on the latest hype with comparisons to cheaper traditional options for this kind of task. Quick poc vibed with my local ai rig

应用

ufec/jev-block-android-ad

JevNoiseGate filters unwanted notifications and SMS on Android. Rather than matching keywords, an LLM decides what's noise — and only what it explicitly flags is blocked. Verification codes are matched on-device and never uploaded; anything uncertain passes through.

应用

willprout/magic-8-ball

A beautifully minimal Magic 8 Ball powered by Jev from TypeSafe. Twenty classic answers, one fast AI judgment.

应用

zsoXi/FeedGate

Precision-first Chrome feed filter (v2.1.0) using TypeSafe Jev judgments: promotional posts are kept unless independently strong spam or ad evidence appears. Reversible cosmetic filtering, zero runtime dependencies.

游戏与模拟

jev-plays-pokemon-red

PyBoy 游戏智能体,由代码处理路线和计算,Jev 在决策点选择操作。

PyBoy game agent where code handles routing and arithmetic and Jev selects among actions at decision points.

游戏与模拟

typesafe-mario

使用模拟器结构化状态的游戏智能体。

A TypeSafe/Jev agent that plays Super Mario Bros. from structured emulator state.

游戏与模拟

jev-drone

在 MuJoCo 中使用 Jev 的无人机模拟实验。

Camera-only autonomous drone in MuJoCo with a small judgment model (TypeSafe Jev) in the loop at 2.5Hz

游戏与模拟

typesafe-snake

Snake auto-played by TypeSafe's Jev model: one System One choice per tick, legal moves and facts generated in code

游戏与模拟

tsai-sc

TypeSafe Jev controls original StarCraft shareware through keyboard and mouse with recorded action probabilities.

游戏与模拟

mario-jev

Python prototype that plays NES Super Mario Bros. from structured RAM observations, with Jev answering focused movement and jump questions.

游戏与模拟

OneVOneJev

1v1 Jev quickscope arena — Three.js + TypeSafe System One

游戏与模拟

heist-one

Observable browser stealth game: Jev makes typed guard judgments while deterministic code owns the world.

游戏与模拟

rubikjev

Challenge the Jev's intelligence in Rubik Cube puzzles

游戏与模拟

jev-doom-agent

A browser-native Doom agent experiment with structured spatial state, composable AI controls, live decision telemetry, and a Chocolate Doom WebAssembly runtime.

游戏与模拟

tsai-civ2

TypeSafe Jev plays original Civilization II in a browser, with live action probabilities. Experimental full-game harness.

游戏与模拟

casse-brique-typesafe

A Next.js brick breaker whose paddle is controlled in real time by TypeSafe AI's Jev model. Built with Claude Code.

游戏与模拟

pong-jev

TypeSafe's Jev plays Atari Pong. One typed Choice question per frame, no coordinates sent to the model.

游戏与模拟

cyber-breach-jev

Cyber-Breach: The Jev Protocol - A tactical cyberpunk arena combat game powered by TypeSafe AI Jev System One decision model

游戏与模拟

last-exit

A cyberpunk border encounter powered by TypeSafe Jev. Bluff the guard. Inspect the receipts.

游戏与模拟

pdoom-protocol

USER + JEV: P(DOOM) PROTOCOL — co-op platform shooter where TypeSafe Jev plays alongside you

游戏与模拟

jev-games

Visual Jev lab for multiple games and emulator platforms

游戏与模拟

jev.mods

Minecraft mod where Jev tries to finish the game from scratch without a scripted route.

游戏与模拟

jev-play-ping-pong

Jev plays browser table tennis in real time: structured telemetry, typed decisions, ordinary Chrome inputs, and auditable evidence.

游戏与模拟

jev-gomoku

MoonBit client for Jev plus a Jev-vs-Jev gomoku match, with timing logs.

游戏与模拟

typesafe-3d-chess

3D chess powered by TypeSafe AI (Jev). AI vs AI by default, or play either side. Multiple difficulty levels.

游戏与模拟

jev2048

Let Jev (TypeSafeAI) solve 2048

游戏与模拟

river-oaks

NPCs of River Oaks Houston, Texas using Jev to power NPCs

游戏与模拟

hundred

100 AI NPCs live in a tiny town. Jev chooses the next action; the world writes the story.

游戏与模拟

snake-jev

Snake controlled by parallel Jev assessments, with one API call per game tick.

游戏与模拟

jev-askable-arm

Zero-shot English goals on a sim Franka. Jev chains hardcoded primitives.

游戏与模拟

typesafe-chess

Chess where both players are TypeSafe's Jev model: every move is a typed Choice decision

游戏与模拟

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.

游戏与模拟

jev-tetris

A visual TypeSafe demo where Jev chooses verified Tetris placements.

游戏与模拟

ps2-ai-agent

Autonomous PlayStation 2 AI Agent with real-time visual telemetry HUD powered by TypeSafe Jev System One

游戏与模拟

jev-bfs

Wikipedia link races with direct Jev ranking and a live terminal display.

游戏与模拟

shady-town

Shady Town: social-deduction party game for the living room TV, moderated by TypeSafe Jev

游戏与模拟

roverlab

A 3D planetary rover sandbox for experimenting with autonomous decisions using TypeSafe AI.

游戏与模拟

river-run-typesafe

River shooter game in Python, inspired by Atari's River Raid, played by a TypeSafe AI pilot

游戏与模拟

typesafe-minecraft-demo

A Minecraft Java player controlled by TypeSafe AI, with live decisions, Canadian flag building, and a side-by-side dashboard.

游戏与模拟

terrarium

A sandbox where a TypeSafe System One model presses the controls of a small creature. Code runs the world.

游戏与模拟

siege

SIEGE: 200 people vs one agent. A typed action gate (TypeSafe System One) that learns from every breach, evaluated by W&B Weave, hardened by a defender loop. Built at CoreWeave Hacks: Agent Loops 2026.

游戏与模拟

Jev Driving Lab

Interactive experiments from support routing to a 3D driving simulation: structured sensor state in, typed steer, brake, and overtake decisions out.

游戏与模拟

Jev Tetris

Jev picks rotation and column from holes, stack height, and bumpiness.

游戏与模拟

Jev Pac-Man

The maze as JSON; Jev picks the turn at each junction in real time.

游戏与模拟

Hollow Creek

Village NPCs that judge you each tick, deciding what to do and how they feel, instead of chatting.

游戏与模拟

Jev Arcade

Krunker-style 1v1 FPS where Jev decides move, aim, ADS, fire, and jump at about 9 Hz.

游戏与模拟

Game Plan

Small game that tests how Jev handles unknown input.

游戏与模拟

chess-jev

3D chess where Jev plays both sides, or you jump in.

游戏与模拟

inanna-malick/jev-dsl

Agent-first Haskell DSL for TypeSafe's Jev judgment model: typed packets, inferred types, answers under the same labels

游戏与模拟

kevinpita/pi-jev-context

Reversible context pruning for Pi, powered by TypeSafe Jev. Keep useful context without deleting session history.

游戏与模拟

leonaaardob/fast-dev-compaction

Codex plugin: verbatim Jev-guided context restoration around session compaction. Port of tamaratran/fast-jev-compaction to Codex lifecycle hooks.

游戏与模拟

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.

游戏与模拟

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.

游戏与模拟

4esv/jev-mario

TypeSafe Jev plays Super Mario Bros from a text description of emulator RAM

游戏与模拟

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.

游戏与模拟

Query-farm/vgi-typesafe

A VGI worker exposing TypeSafe System One questions (choice, noul, score) to DuckDB/SQL as LATERAL-joinable table functions

游戏与模拟

tyleree/jevbot

Options trading bot (backtest + Alpaca paper only) with TypeSafe Jev as the decision core

游戏与模拟

aieo-product/jev-gamebenchmark

Sandbox & benchmark: optimize how you ask Jev (TypeSafe System One) to play falling-block puzzle games, head-to-head against LLMs

游戏与模拟

clankagent/pi-jev

Jev-powered semantic process conditions and skill suggestions for Pi

游戏与模拟

furedea/reflex-state

Jev-powered execution state for Pi coding agents. Track changes, checks, and blockers outside the main LLM, with evidence-backed updates and replay. Inspired by SKILL.state.

游戏与模拟

Maverick-Ansh/intentions_emergent

Latent reasoning for user-intent decomposition: does more continuous-space compute produce better goal extraction? With JEV (TypeSafe System One) as the calibrated decision layer.

游戏与模拟

nourhelmi/pi-jev-compaction

Automatic Jev context clearing for Pi. Keep the conversation, prune stale tool output, retrieve originals without rerunning commands.

游戏与模拟

Nyarlathoteppppp/pi-jev-context

Cache-neutral context trimming for the pi coding agent, powered by TypeSafe Jev: long tool output cut to verbatim key lines before it enters context, with lossless recall. Measured, with pre-registered benchmarks.

演示与示例

killmyidea

Describe your startup idea. Jev decides: kill it, fix it or ship it.

演示与示例

jev-me

A grill-me style interrogation of your idea, with Jev doing the grilling.

演示与示例

typesafe-ai-playground (BunsDev)

Community TypeSafe AI playground: 110 use cases, games, dilemmas and model challenges, with editable prompts, A/B comparisons and a mobile-friendly UI.

演示与示例

jev-system-one

A polished OpenAI + TypeSafe Jev terminal interface for answers with transparent decision reports

演示与示例

Should AI Kill Us All?

Live verdict page: feeds Jev the day’s Florida Man, odd-news, politics and world headlines and asks all three primitives whether AI should kill us all, refreshed every ten minutes.

演示与示例

clarity-judge

Multi-axis writing quality checker powered by TypeSafe AI's Jev model. Separate named checks, each with its own verdict and confidence.

演示与示例

gpt-vs-jev

Compare GPT generated language with JEV structured Noul decisions on the same input.

演示与示例

harden-jev-decides

JEV picks which stream idea becomes the live MVP. TypeSafe System One decision board.

演示与示例

toolgate

Agent tool/MCP call gate — allow / ask_human / deny via TypeSafe Jev

演示与示例

guard-jev

Comment-moderation playground: paste a comment, Jev decides what to do with it.

演示与示例

Instinct

Instinct: describe a case in free text and Jev picks the UI from a fixed catalog without generating a line of code or copy.

演示与示例

jev-dev

同じ発言を jev と LLM の両方に判定させ、感情の変動値のズレと応答速度を1画面で見比べるデモ(affectus + Vercel AI Gateway)

演示与示例

Jev Gamecast

Jev Gamecast: replay-first React app that asks Jev typed questions about live sports data.

演示与示例

human-compiler

A compiler for human language. Paste text, get diagnostics. Measured by TypeSafe Jev.

演示与示例

Search-Function-Test

A test project based on Jev AI, the goal is to build a search function for a blog/article website that has 100s of articles to search from, So the user can actually use the search as chat to question anything and find related answers/articles

演示与示例

jev-bun1

TypeSafe の Jev を TypeScript SDK で使ってみる最初の 1 歩

演示与示例

jevplay

TypeSafe Jev playground — custom Choice/Score/Noul builder with live distributions

演示与示例

mcpmatch

Match user goals to MCP catalog (two-stage) via TypeSafe Jev

演示与示例

spendbrake

Agent budget brake — continue / downgrade_model / stop via TypeSafe Jev

演示与示例

harnessjudge

Judge agent steps — ok / retry / escalate / stop via TypeSafe Jev

演示与示例

swarmrouter

Route tasks to research/code/browser/support/writer agents via TypeSafe Jev

演示与示例

hiresignal

HireSignal — resume first-pass fit+interview via TypeSafe Jev

演示与示例

lanebreak

LaneBreak — support ticket priority+routing via TypeSafe Jev

演示与示例

cartshield

CartShield — SMB checkout fraud disposition via TypeSafe Jev

演示与示例

pulselane

PulseLane — clinic triage decisions via TypeSafe Jev

演示与示例

jev-demos

Demos to test the effectiveness of TypeSafe's "Jev" System One Model

演示与示例

Job Risk Analyzer

Job Risk Analyzer: CLI and REST API that uses Jev to score an occupation's exposure to AI-driven layoffs and its resilience.

演示与示例

jev-board-lab

Interactive explorer and Jev question workspace for Jev Board datasets.

演示与示例

extremely-specific-council

Twelve members. Zero qualifications. A playful TypeSafe AI council with animated votes, inspectable decisions, and shareable verdicts.

演示与示例

Probably

Probably: live BTC, ETH, and XRP prices with a shared TypeSafe buy-or-wait demonstration. No trades placed.

演示与示例

Yes / No

Free, no-signup Noul demo. Ask a question, get yes, no, or maybe, with web search when needed.

演示与示例

Crowdcheck

Test a post against 10,000 synthetic personas before you publish it.

演示与示例

Jev mood demo

Talk nicely or nastily over time; structured state tracks the mood.

演示与示例

Jev Room

One sentence becomes six room settings. Jev chooses, the app renders.

评测与研究

jevlike

开源选项评分实现,不是 TypeSafe 的模型权重。

Train a small model that chooses among a changing list of text options, one probability per option in a single pass. Includes Doom, chess, and Wikispeedia demos.

评测与研究

jev-eval-agent

Personal-assistant agent built on Vercel's eve with 100 mocked tools, measuring how many steps it takes when Jev picks the tool versus the LLM.

评测与研究

open-jev (daseinlabs)

One-pass option scoring with a local Gemma 3 4B on Apple silicon via MLX, inspired by jevlike, with a Doom demo.

评测与研究

jevmlx

Jev-style parallel constrained decisions for any MLX model on Apple Silicon. Typed, schema-valid JSON in one forward pass.

评测与研究

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.

评测与研究

open-jev (JoshuaSP)

Typed JSON inference with DiffusionGemma, with Every and Jev benchmark results

评测与研究

jevbetter

A stronger one-pass scorer over a variable list of text options: hashed n-gram encoder, rival-aware attention, gated head, temperature scaling, benchmarked against jevlike.

评测与研究

decider

One-pass typed decisions with calibrated probabilities (System One style model), fine-tuned from Qwen3.5-2B

评测与研究

TypeAR

Type-safe one-decision-per-token decoding engine for autoregressive LLMs, inspired by Jev.

评测与研究

openvons

openvons (open-Jev): 有限選択肢に確率で答える判断層 — テキスト / 画像 / 日本語音声コマンド

评测与研究

jev-benchmarks

Probability-aware evaluation for typed decision models: calibration, selective risk, latency, and reproducible benchmarks.

评测与研究

jev-lm

A word-level language model whose output layer is Jev: n-gram drafter, Noul chunk verification, bits-per-token eval

评测与研究

jev-korean-benchmark

Reproducible early-access evaluation of Jev on Korean understanding and medical text, with runtime and cost evidence

评测与研究

jevfire

JEV-inspired parallel decisions for CUDA LLMs. One context, many decisions. vLLM API, game-agent examples, and reproducible benchmarks.

评测与研究

openjev (zhihz)

Local bilingual probability decisions from context, questions, and candidate answers. Independent research preview inspired by TypeSafe Jev.

评测与研究

system-one-open

Open replica of TypeSafe's Jev: typed calibrated decisions in one forward pass, on Gemma 4 E2B / Gemma 3 270M (Modal)

评测与研究

jev-behavior-study

Independent Jev 1.13.0 behavior study: report, controlled prompt experiments, raw results, and offline verification.

评测与研究

jev-chat

A chatbot from typed Jev decisions: hierarchical speculative decoding over System One probabilities.

评测与研究

jev_stock

An experimental JEV-powered framework for forecasting short-term stock price direction from structured market data.

评测与研究

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.

评测与研究

trade-jev

Backtest Jev (TypeSafe) as a BUY/SELL/HOLD trader on NQ L10 order-book data

评测与研究

jev-benchmark

Benchmarks and a playground for TypeSafe's Jev (System One) model: chess, and who-is-the-player-talking-to for speech-to-text game NPCs

评测与研究

calibre

在自己的数据上测量置信度阈值,再据此在大小模型之间路由。

Calibration and confidence-based routing measured on Banking77: 80.2% accuracy at $0.103 per 500 decisions

评测与研究

jevgpt

A chatbot built on a model that cannot generate text (TypeSafe AI's Jev, driven autoregressively)

评测与研究

system-one

Batched single-token choice inference for open language models, compatible with TypeSafe

评测与研究

jev-little-airways

A show-and-tell capability study for Jev, TypeSafe's System One decision model.

评测与研究

kyotsu-ai-bench

AI benchmark on Japan's 2026 Common Test: Jev vs luna-none vs luna-low (static dashboard)

评测与研究

decisionbridge

A Jev-inspired decision interface for existing LLMs. Explicit choices, scores, calibration, and review thresholds.

评测与研究

padflow-jev-evals

Typed-decision benchmark from PadFlow (land development SaaS): schemas, anonymized labeled rows, and a runner for confidence-calibrated models like TypeSafe Jev.

评测与研究

mcts-agent

Discriminative Monte Carlo Tree Search using TypeSafe Jev System One Primitives and Gemini

评测与研究

jev-rerank-bench

重排序评测,使用其结论前需查看数据集与测试方法。

Can a decision model beat dedicated rerankers? TypeSafe Jev vs Cohere Rerank 4 vs ZeroEntropy zerank-2 vs a chat-model baseline: 14 datasets, every raw API response, bootstrap ranges on every gap.

评测与研究

jev-sec-bench

Blind security benchmarks for Jev, TypeSafe's System One model: prompt injection and vulnerable code detection, built on jev-go

评测与研究

jev-agent-failure-benchmark

Benchmarking Jev (Typesafe.ai) against a strong LLM on the Who&When Pro agent-failure-attribution benchmark (text subset).

评测与研究

qwen-rlcd

Jev-style calibrated decision model (Choice/Score/Noul) on Qwen3.5-0.8B

评测与研究

RISC-jeV

I tortured Jev into being a RISC-V CPU.

评测与研究

jev-synergy-screening

Jev (TypeSafe System One) × ASReview SYNERGY abstract screening demo — Choice/Noul vs gold labels

评测与研究

jev-freeform

An observable raw-character chat experiment powered entirely by TypeSafe Jev Choice

评测与研究

jev-playground (hegargarcia)

Benchmarks Jev against other evaluation models in games with explicit states, legal actions, and measurable outcomes.

评测与研究

jev-report

中文报告与复现材料;2026-09-19 已确认仓库存在,本清单未复现其中结果。

发明 RLHF 的人,这次做了个不会说话的模型:Jev 独立研究报告。52 页 PDF + 50 条中文实测复现包 + 143 条可回溯数据表

评测与研究

jev-research-eval

Reproducible Jev Ultrafast research-browser eval harness + field note (QC’d cases, suite runner, report generator). Not investment advice.

评测与研究

jev-exploration

Jev (TypeSafe) exploratory thread: claim audit, live demos, and runnable code

评测与研究

jev-phishing-bench

钓鱼内容分类对比,包含 Jev 表现不及对照模型的结果。

Jev (TypeSafe) vs Claude Haiku 4.5 on 2 000 phishing emails: accuracy, calibration, latency, cost. Reproducible benchmark.

评测与研究

system-one-gemma

Open-source Jev-style System One decision model. Gemma 3 270M with a scoring head — fast, calibrated decisions in a single forward pass. No text generation. Inspired by TypeSafe.ai's Jev.

评测与研究

jev-routing-experiment

Benchmarking TypeSafe's Jev decision model as a cost-efficient LLM router on RouterArena

评测与研究

jev-jp-address

Jev (TypeSafe) 性能評価プロジェクト — 日本郵便 KEN_ALL をマスタに、AI SDK 経由の Jev が住所のあいまい一致にどこまで使えるかを検証

评测与研究

shade-arena-jev-monitor

Evaluating TypeSafe's Jev as a fast monitor and action gate for agent sabotage in SHADE-Arena, compared with Gemini 2.5 Flash/Pro.

评测与研究

thaiexam-jev-charts

Charts: TypeSafe Jev evaluated on Thai standardized exams vs 110 other models

评测与研究

jev-column-race

Jev vs Gemini 3.8 Flash: labelling 1,000 app reviews, 4.1× faster and 7× cheaper

评测与研究

jev-trace-classifier

Application of TypeSafe Jev (noul judgment primitive) on the collusion.wiki corpus: agent vs human page authorship, head-to-head vs local Qwen3.8-Flash-Next

评测与研究

jev-shadcn-lint-eval

A small second eval for shadcn-ui/lint that uses TypeSafe's Jev to judge the linter's own output.

评测与研究

jev-deferred-crispification

Position paper: the Hidden-Markov and fuzzy primitives missing from TypeSafe AI's Jev and System-One decision models. Two lemmas, one principle (Deferred Crispification), one architecture (BSF-S1).

评测与研究

jev-pick-and-place-study

A small reproducible MuJoCo pilot comparing Jev, Claude Haiku, and reactive rules for pick-and-place.

评测与研究

jev-spam-eval

Zero-shot spam filtering with TypeSafe Jev Noul questions, compared with TF-IDF baselines

评测与研究

jev-anotacao-sentencas

Jev (TypeSafe) vs. Gemini 3.8 Flash vs. GPT-5.6 Luna na anotação estruturada de sentenças do TJSP: qualidade, tempo e custo

评测与研究

jev-lab

TypeScript experiments, evaluations, and latency benchmarks for TypeSafe's Jev model

评测与研究

jev-headline-bench

Can Jev pick the winner of a real headline A/B test? 64.5% across 10,984 Upworthy randomized experiments, 74.7% when the difference was decisive.

评测与研究

jev-alpha-bench

Does Jev predict stock returns from news? It reads the news well; there is no tradeable alpha. Three arms separate reading from recall.

评测与研究

FinancialPredictionJev

Using Jev to test how well it predicts financial markets(just like most llms as of september 2026, it doesnt do that good)

评测与研究

Typesafe_chess_eval

An evaluation of typesafe AI chess. As it turns out, the AI isn't doing really well even though chess is not a particularly open-ended game. Still, it's only a prototype and this probably wasn't optimzied for games.

评测与研究

typesafe-oracles

Evaluating TypeSafe's System One primitives (Choice/Score/Noul) — where a typed oracle beats an LLM call

评测与研究

PocketJev

On-device iPhone visual decision tool using MLX and Qwen3-VL direct option logits.

评测与研究

misereru-slide-jev

Ongoing Japanese research deck on Jev and System One models, maintained as Markdown slides.

评测与研究

carlaiau/jev-reranking

Search engine experimentation on the TREC collections. Currently focused on zero-shot reranking implementations with typesafe.ai's JEV model

评测与研究

abhixhek/jevcal

Stop guessing confidence thresholds: calibrate, threshold, and drift-check typed decision models (TypeSafe Jev) against an LLM teacher.

评测与研究

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.

评测与研究

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.

评测与研究

0xnairb/research_desk

TypeSafe Jev demonstration for new analyzation — experimenting with Jev for fast analysis of news and tickers

评测与研究

AkashPriyadarshii/jev-curate

High-throughput synthetic & pretraining dataset sifter powered by TypeSafe AI Jev (api.typesafe.ai). Stream, filter, and score Parquet & JSONL datasets at 1,500+ rows/sec using System One typed decisions (Choice, Score, Noul).

评测与研究

hamakyo/jev-starter

Typed, policy-driven decision workflows on top of TypeSafe AI Jev: confidence routing, fallbacks, evaluation, and RAG patterns for TypeScript apps.

评测与研究

memovai/openevals

Affordable platform for parallel agent evals and observability. Powered by JEV.

评测与研究

rongxinzy/LightJev

Train lightweight language backbones for typed decisions and candidate probabilities. CE/Brier training, evaluation, and an offline end-to-end demo.

评测与研究

24601/rh-guard

Reward-hack radar for coding agents: structural denies + TypeSafe Jev System One sidecar for Claude Code & Cursor hooks

评测与研究

4esv/jev-eval

Independent eval of TypeSafe Jev vs GPT-5.6 Terra: accuracy, calibration, latency, cost

评测与研究

avshalomd/longjev

Long inputs for TypeSafe AI's Jev decision model. An experiment, published with its evals.

评测与研究

BrendanH18/jev-lab

Six small apps and a workbench that show what TypeSafe's Jev (System One) model can do

评测与研究

choxos/jev-reviewer

Ask a trial report and its supplements for systematic review data by voice, text or a questions file. Jev (TypeSafe System One) points at the lines; every answer is a verbatim quote with its file and page. PDF, Word and text files; CSV export.

评测与研究

cmartinez9/jev-judge-bench

Binary LLM-judge bench — compare Jev (TypeSafe System One) against a frontier LLM judge on speed, cost, and agreement with human labels.

评测与研究

DECRUX9812/openjev-lm

open-Jev LM arm: Qwen2.5-0.5B + LoRA reproducing a hosted decision model's judgment at 92.9% on hand-labelled gold - trained overnight on a 6-vCPU CPU-only host, $0/call. Paper, corpora, harnesses, receipts.

评测与研究

heaven-hm/jev-system-one

A polished OpenAI + TypeSafe Jev terminal interface for answers with transparent decision reports

评测与研究

Jabbslad/pi-jev-tools

TypeSafe ranking, classification, retrieval and structured-decision tools for Pi coding agents

评测与研究

jmanhype/jev-dspy-lab

Reproducible calibration and selective-risk benchmarks for Jev/TypeSafe decisions in DSPy workflows

评测与研究

misaalya/snbt-jev-bench

Jev on Indonesia's SNBT 2025 university entrance test: 159 questions, seven subtests, audited answer keys.

评测与研究

robipop22/Jev-is-odd

Ask Jev by TypeSafe AI whether a number is odd. TypeScript, real token usage, and latency benchmarks.

评测与研究

samoweb3/jev-x-posts

Sortable 48-hour X post report for Jev, TypeSafe AI and Diogo Almeida, with Jev sentiment labels

资源清单

awesome-typesafe

Curated list of official resources and community projects for TypeSafe, System One models, and Jev, with a GitHub Pages site.

资源清单

awesome-jev (yibie)

A curated list of public projects, integrations, and discussions built on Jev — TypeSafe AI's System One model for typed decisions.

资源清单

cobanov/awesome-jev

A curated, source-backed list of projects built with Jev, TypeSafe AI's System One model for typed decisions.

资源清单

fatwang2/awesome-jev

A source-backed Jev project directory with a reusable Jev-only GitHub review workflow.

资源清单

SeeAPI/awesome-jev-use-cases

Explore real-world use cases and projects built with TypeSafe AI's Jev: content moderation, AI agents, model routing, and semantic search. Curated by SeeAPI.

资源清单

aliaihub/awesome-jev-usecases

Evidence-backed use cases, patterns, and guidance for building with Jev, TypeSafe AI's System One model. Every claim is labeled and sourced.

资源清单

ozers/jevsome-projects

Open-source projects that provably call Jev, TypeSafe AI's System One model. Every entry links to the line of code that proves it. Refreshed daily.

资源清单

Awesome Jev

Community-maintained bilingual directory of Jev / TypeSafe System One projects, SDKs, tutorials, and evaluations.

资源清单

thevibeworks/jevgate

Which shell commands may your coding agent run without asking? An allowlist proves what it can; Jev, a no-text model, judges only the rest. Claude Code hook + CLI, measured.

文章与讨论

Hacker News launch thread

1,800-point thread debating whether typed decisions replace LLM calls for classification, routing, and scoring.

文章与讨论

What is Jev?

Short practical intro with a Python ticket-triage example.

文章与讨论

AI that does not talk

Practical guide: playground, Python and JS SDKs, raw HTTP, and the agent skill.

文章与讨论

Model router CLI

Task plus subscription list in, Jev picks which model or agent should handle it.

文章与讨论

Early Jev tools roundup

Thread cataloguing the first wave of Jev tools: MCP servers, routers, reviewers, and browser agents.

文章与讨论

DuckDB Jev classifier

DuckDB extension that classifies rows in CSV, Parquet, or DuckDB tables with Jev, about 10 seconds per 1,000 rows.

文章与讨论

Jev gomoku harness

Local tactics shrink 225 moves to about 40 candidates, then Jev picks among tiered options.

文章与讨论

ViZDoom Jev agent

Two decision channels on ViZDoom, navigation at 5 Hz and combat at 12 Hz, with an 18-kill test run.

文章与讨论

Spanish AEPD corpus test

Jev versus a hand-built regex on 544 public data-protection resolutions: 98.2% agreement for about five cents.

文章与讨论

agentjournal ledger tests

25,174 Jev calls for $1.43 across template-trap, multi-dimension, and real-ledger account-coding tasks.

部分项目补充了中文用途说明,原始描述保留供对照。在 GitHub 阅读完整目录 ↗

金属平衡杆、陶瓷阶梯与琥珀色校准块组成的评估概念插画
STUDY 02 / MEASURE, THEN DECIDE

UNDERSTAND BEFORE YOU BUILD

先动手,
也要看清边界。

Jev 可以选择选项、打分和判断条件。输出格式正确,并不意味着判断一定正确。

A COLLECTION GROWS BY SHARING

发现了值得一试的项目?

补充链接、修正描述,或分享一次有记录的使用经验。

参与整理