Skip to content

Open ecosystem

Jev’s launch week produced a flood of GitHub projects. We verified the existence, license, and stars of these 24 repositories one by one via the GitHub API (2026-09-22) and grouped them by category.

Stars and repo status as of 2026-09-22 (verified via GitHub API) and reflect attention only. “Official” is reserved for first-party repos under the typesafe-ai org; replicas reimplement the interface idea — Jev’s weights are not open source.

ProjectCategoryRelationshipLicenseSummary
typesafe-ai/skillsOfficial SDKs & toolsOfficialMIT1,472Official agent skills teaching coding agents such as Claude Code and Codex how to call the System One API.
typesafe-ai/system-one-adapter-pythonOfficial SDKs & toolsOfficialMIT226Official adapter that emulates TypeSafeClient on top of ordinary LLM APIs for A/B testing or fallback.
typesafe-ai/typesafe-sdk-jsOfficial SDKs & toolsOfficialMIT206Official TypeScript/JavaScript SDK (npm package @typesafe-ai/sdk) with inferred answer types, built-in retries and error classes.
typesafe-ai/typesafe-sdk-pythonOfficial SDKs & toolsOfficialMIT178Official Python SDK (pip package typesafe-sdk, Python >= 3.10) with sync/async clients and Choice/Score/Noul types; reads TYPESAFE_API_KEY by default.
browser-use/jev-ultrafastBrowser / computer useCommunity integrationMIT14,820Browser Use's fast web agent: Jev picks each action and target element while a small LLM only types when needed. The most-starred Jev project of launch week.
jkudish/jev-browserBrowser / computer useCommunity integrationMIT221Browser automation driven by Jev.
tamaratran/fast-jev-compactionCoding agent pluginsCommunity integrationMIT5,845Claude Code plugin that replaces compaction summaries with Jev decisions on every past tool call; kept content stays verbatim. The approach is debated in the community.
devagrawal09/jev-reviewCoding agent pluginsCommunity integrationMIT460A staged code-review workflow with a local dashboard.
gargpratyush/jev-routerCoding agent pluginsCommunity integrationMIT299Claude Code plugin that routes each task to the cheapest sufficient model.
jkudish/jev-mcpMCP & agent skillsCommunity integrationMIT213MCP server exposing typed judgments (screening, filtering, ranking) as agent tools.
itsmostafa/typesafe-mcpMCP & agent skillsCommunity integrationMIT187MCP connector giving agents direct access to Jev.
yusukebe/hono-jev-routerRouting & gatewaysCommunity integrationMIT45Hono middleware that routes HTTP requests by meaning.
superagents-lab/jev-searchData / SQL / retrievalCommunity integrationMIT363Web search where Jev picks sources, interprets queries, and ranks relevance (built on Search1API).
realZachi/pg-jevData / SQL / retrievalCommunity integrationunknown272A PostgreSQL extension for asking plain-language questions over table rows. Its license is not recognized by GitHub as a standard open-source license.
sutro-sh/jev-alignData / SQL / retrievalCommunity integrationApache-2.0258Calibrates Jev judgment functions from human feedback using GEPA.
jerryjliu/docjevData / SQL / retrievalCommunity integrationApache-2.0165From LlamaIndex: fast document classification and sub-document boundary detection with Jev.
leepokai/jev-guardSafety & moderationCommunity integrationMIT18A safety gate for coding agents: risk-scores every tool call as deny/ask/allow and flags prompt injection across many coding assistants.
win4r/jev-security-scanSafety & moderationCommunity integrationMIT9Reviews agent skills and MCP code for suspicious behavior using Jev (Chinese-language project).
TheoLeeCJ/SemIfOpen replicasInspired replicaMIT2,935An inspired open-source reimplementation of the 'semantic if' interface on open models, runnable on a single RTX 3090. Formerly OpenJev; the author states it is independent of TypeSafe. Not the Jev weights.
jaredpalmer/kevOpen replicasInspired replicaApache-2.01,968A tiny Jev-like decision-model family built on Qwen3.5 that you can train and run yourself.
TianyuCodings/NanoJevOpen replicasInspired replicaMIT1,751A 0.6B-parameter Jev replica with parallel decisions, dynamic candidates, and an end-to-end training pipeline. Community project, unrelated to TypeSafe.
jarrodwatts/jev-traderTrading (research only)Community integrationMIT1,740Makes one buy/sell decision per Monad block (dry-run by default). Research only — not investment advice; live trading carries real risk.
yibie/awesome-jevCurated listsCommunity integrationunknown881A curated English list of hundreds of projects and discussions across 13 categories; the author warns that same-day batch submissions are unvetted.
yzfly/awesome-jev-zhCurated listsCommunity integrationCC0-1.052A Chinese curated list of official resources, apps, agent tooling, and replicas, with a Chinese quick-start guide.
  • Adopting an SDK: start in “Official SDKs & tools”; the skills repo teaches Claude Code / Codex-style agents to call the API correctly
  • Building agents: the MCP servers expose judgments as tools; the guard projects implement tool approval (see Tool approval)
  • Local experiments: replicas run a “Jev-style” interface on consumer GPUs — great for understanding the concept, never a basis for extrapolating Jev’s own production behavior

This table follows our verification policy: the repo exists, the README matches the description, and the license is confirmed. Report problems with a project to its original repository; to correct this table or recommend a project, email contact@typesafe-jev.com.

Video tutorials · Open-replica video roundup (Sam Witteveen, title verified) · Use cases