OPEN-SOURCE PROJECT DIRECTORY

Jev project radar

Browse community-built Jev projects, see what they solve and where Jev makes a decision, then open the repository and reviewed source links.

Data imported from AgentBuff Awesome Jev snapshot 2026-09-21 Review method

853open projects
23project categories
587Kcombined GitHub stars
295fixed-source reviews
01 / DIRECTORY

Browse Jev projects

Search by project, author, use, or tag, then filter by category or activity. Open project details to see how it uses Jev and review its source links.

Showing 241–264 of 853 Some public source has been reviewed; inclusion is not a performance or safety endorsement

jev_stock

sosopop

241
Evaluation & Observability

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

BASIC LISTING

This listing includes an overview and project link; a reviewed Jev decision point is not yet available.

Open the project link to review its source material and implementation.

242
Domain & Vertical Tools

Classify your inbox with Jev (TypeSafe's System One model) — tag, move, flag, and notify, all config-driven.

BASIC LISTING

This listing includes an overview and project link; a reviewed Jev decision point is not yet available.

Open the project link to review its source material and implementation.

243
Security & Guardrails MIT

Reviews Agent Skills and MCP configurations and source code with local static checks and TypeSafe Jev before installation or execution, reporting file and line evidence, risk categories, model probabilities, and coverage gaps.

JEV · Decision point

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

security-guardrailstyped-decisions

jevcal

abhixhek

244
Evaluation & Observability MIT source reviewed

A toolkit for evaluating Jev probabilities on labeled data, selecting confidence thresholds and checking model drift.

JEV · Decision point

Runs fixed questions and measures accuracy, calibration, coverage and escalation rates.

Connects threshold selection and model-change checks to reports and CI.

evaluation-benchmarkstyped-decisionscalibration

jevql

kylemclaren

245
Data & Search MIT source reviewed

Adds Jev semantic filtering, grouping, and ranking around ordinary PostgreSQL without installing a database extension.

JEV · Decision point

The CLI or service layer evaluates jev_* calls over row text before completing the query.

Shares semantic SQL interfaces across a CLI, HTTP, MCP, and SDKs.

database-vectorclassification-rankingjev

jgrep

kyu1204

246
CLI & Pipelines MIT

grep for what code does, not what it's called. Semantic code search powered by TypeSafe Jev.

JEV · Decision point

Measured (2026-09-19, jev-1.13.0): a 896-chunk TypeScript `src/` tree in 1.8 s for $0.010 (240k input tokens); repeat query 0 s from cache.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

cli-git-gatessearch-retrievalcoding-agents

pi-jev-router

mejiasd3v

247
Routing & Cost Optimization MIT

Automatic model router for Pi coding assistant: integrates Jev via Vercel AI Gateway to dispatch tasks efficiently.

JEV · Decision point

Quickly estimates task complexity from code context and user query, routing between SLMs and frontier models.

Brings out-of-the-box intelligent cost-saving routing directly into the Pi terminal workflow.

llm-routing-costtyped-decisions
248
Community Lists

Public examples of Jev used for robot control, 3D modeling and adjacent control tasks, with sources and archived media

BASIC LISTING

This listing includes an overview and project link; a reviewed Jev decision point is not yet available.

Open the project link to review its source material and implementation.

249
Community Lists

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

BASIC LISTING

This listing includes an overview and project link; a reviewed Jev decision point is not yet available.

Open the project link to review its source material and implementation.

250
Agent Tooling

Typed, confidence-aware agent skill routing with TypeSafe Jev.

BASIC LISTING

This listing includes an overview and project link; a reviewed Jev decision point is not yet available.

Open the project link to review its source material and implementation.

jev-cli

tumf

251
CLI & Pipelines MIT source reviewed

A CLI and stdio MCP server for typed Jev judgments over text or JSON.

JEV · Decision point

Submits noul, choice and score questions and emits JSON or a primary value.

Accepts files and stdin for use in shell scripts and MCP clients.

cli-git-gatesmcp-integrationstyped-decisions

jev-commit

valentynkit

252
Decision Tools MIT

A commit-msg hook that scores the message against the staged diff with one Jev request of five Nouls and warns by default. Default blocking is a local regex belt on high-precision added-line hits; the secret_shaped Noul blocks only with --strict.

JEV · Decision point

Five Noul questions in one request: checkable message, hunk match, debug leftovers, unmentioned work, and credential-shaped added lines. Default blocking is the regex belt; secret_shaped participates only under --strict.

Turns commit-message review into thresholded probabilities instead of prose; API failures still allow the commit.

typed-decisionsclassification-ranking

jev-radar

everyinfra

253
Community Lists

📡 全网最全 · The world's most comprehensive tracker of the Jev (TypeSafe AI System One) ecosystem — 220+ documented cases · 108 confidence-graded entries · verified & rescanned every 3 hours · API access guide included

BASIC LISTING

This listing includes an overview and project link; a reviewed Jev decision point is not yet available.

Open the project link to review its source material and implementation.

jev-studio

utk2103

254
Evaluation & Observability

if you're experimenting with jev it will be easier from here

BASIC LISTING

This listing includes an overview and project link; a reviewed Jev decision point is not yet available.

Open the project link to review its source material and implementation.

jevfire

kikoncuo

255
Evaluation & Observability

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

BASIC LISTING

This listing includes an overview and project link; a reviewed Jev decision point is not yet available.

Open the project link to review its source material and implementation.

jevlogs

reachjalil

256
Context GC & Filter MIT source reviewed

Adds Jev diagnostic-value, priority and routing signals to OpenTelemetry logs before deeper analysis.

JEV · Decision point

Scores log records and judges whether they merit further model analysis.

Can annotate records while preserving the existing archive path.

context-compactionevaluation-benchmarksclassification-ranking

jsort

keltokhy

257
CLI & Pipelines MIT

Ranks text along a plain-English criterion using pairwise Jev Noul comparisons and a locally fitted Bradley-Terry scale.

JEV · Decision point

Jev judges whether text A ranks higher than text B on the supplied criterion; local code schedules comparisons and fits a Bradley-Terry scale with standard errors.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

cli-git-gatesclassification-rankingtyped-decisions

pi-jev-sentinel

harshwasan

258
Security & Guardrails MIT

Open-source Pi coding-agent extension that uses Jev to check tool calls before they run, scan files for prompt injection, flag risky replies, and keep secrets out of what it sends.

JEV · Decision point

Before each tool call, Jev receives the user's request (or pinned task), the proposed command, the agent's explanation, and recent conversation. It answers a Choice for intent (on task / off task / injected / needs more context) and a Score for risk (safe / needs approval / harmful). Local code turns these into run, ask the user, or warn. If Jev says more context would help, the extension adds it and asks again.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

security-guardrailstyped-decisions

pi-quiet-ask

HyunjunJeon

259
Agent Tooling

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

BASIC LISTING

This listing includes an overview and project link; a reviewed Jev decision point is not yet available.

Open the project link to review its source material and implementation.

260
Data & Search Apache-2.0 source reviewed

A Python reranker that packs a query and up to 30 candidates into one Jev state, with one Noul relevance question per document.

JEV · Decision point

One Noul relevance question per document; long lists are chunked and scored, then filtered by threshold or sorted.

Uses a probability as a threshold or sort key instead of a generative reranker.

search-retrievalclassification-ranking
261
SDK & Decision Frameworks MIT source reviewed

A Go TypeSafe SDK for defining typed questions and reading Jev choices, scores, and probabilities.

JEV · Decision point

Validates requests, calls System One, and decodes typed answers.

Packages authentication, requests, and error handling in a reusable Go client.

multilanguage-sdktyped-decisions
262
Routing & Cost Optimization MIT source reviewed

An opt-in Hermes Agent plugin that asks Jev to suggest one relevant skill before a model call.

JEV · Decision point

Compares the request with the skill roster; inserts a suggestion only when suitable and abstains on failure.

Adds a targeted skill hint that the Agent can still ignore.

llm-routing-costmcp-integrationsai-agents

xtags

manifoldor

263
Browser & OS Action

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

BASIC LISTING

This listing includes an overview and project link; a reviewed Jev decision point is not yet available.

Open the project link to review its source material and implementation.

aside-jev

himomohi

264
Browser & OS Action MIT source reviewed

An MCP server and skill adding Jev decisions to Aside browser Agents.

JEV · Decision point

The Agent supplies action candidates; Jev picks an ID, then the Agent executes and verifies it through Aside.

Keeps choices within an application-owned action table while requiring separate outcome verification.

browser-automationmcp-integrationsaside
PROJECT DETAILS