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 289–312 of 853 Some public source has been reviewed; inclusion is not a performance or safety endorsement
289
SDK & Decision Frameworks

Effect-agnostic Scala 3 client for the System One API that runs on any sttp backend (Future, cats-effect, ZIO, Monix, or blocking) with answers typed by question value.

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.

290
Classification & Taxonomy source reviewed

An async LangGraph example that classifies mocked emails as invoice-related or general.

JEV · Decision point

Jev returns invoice or general; graph nodes choose the corresponding demo handler.

Separates model classification from local workflow routing.

domain-workflowsclassification-ranking

typesafe-local

aabolfazl

291
Evaluation & Observability

Inspired by TypeSafe Ai, Ask a local LLM typed questions, get calibrated probabilities instead of text. Structured output without generation or parsing. MLX / Apple Silicon.

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.

292
Creative Tools source reviewed

Turns UI descriptions into selections from existing shadcn/ui components, fields and styles.

JEV · Decision point

Breaks requests into choice and score questions and maps answers to a bounded component catalog.

Demonstrates UI composition through decisions; Jev itself does not generate page code or copy.

creative-multimediatyped-decisions
293
MCP & Integrations

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

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.

ai-elo-ranker

opaielsheikh

294
Domain & Vertical Tools

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

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.

Augustus

24601

295
Evaluation & Observability

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.

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.

Canny

qkal

296
Evaluation & Observability MIT source reviewed

Keeps an execution ledger for Claude Code and Codex CLI to check for passing validation after edits.

JEV · Decision point

Jev can identify completion claims and semantic-rule issues; stop gates depend on ledger facts and local rules.

Separates execution evidence from model opinion rather than letting Jev alone certify completion.

coding-agentscli-git-gatesevaluation-benchmarks

jev-architect

karanb192

297
Evaluation & Observability

Find, design, and evaluate TypeSafe Jev decision loops.

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-autopilot

arielweinberger

298
Demos & Playgrounds

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.

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.

299
Security & Guardrails MIT source reviewed

An Android notification and SMS filter that applies local OTP rules before asking Jev whether a message is advertising noise.

JEV · Decision point

Classifies text that passes local gates; local mapping decides whether to allow or suppress it.

Makes OTP handling and fail-open behavior explicit in code.

desktop-osclassification-rankingad-blocker
300
High-Frequency & Simulation source reviewed

A browser Doom experiment comparing Jev-controlled players from the same initial state.

JEV · Decision point

Jev reads structured health, ammunition and targets and selects tactical controls executed by a local controller.

Exposes model decisions alongside explicitly labeled offline and fallback policies.

games-simulationtyped-decisions

jev-harness

AntonioCoppe

301
Evaluation & Observability

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.

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.

302
Evaluation & Observability

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

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.

303
High-Frequency & Simulation MIT source reviewed

An island-airport simulator using Jev for routes, yielding, emergency broadcasts and landing order.

JEV · Decision point

Turns aircraft and nearby traffic state into questions whose answers drive simulated actions.

Shows requests, answers and simulation state, with a separate mock path available.

games-simulationtyped-decisions

jev-lm

y0usaf

304
Evaluation & Observability MIT source reviewed

A word-level generation experiment that asks Jev to select words or verify locally drafted continuations.

JEV · Decision point

Choice selects the next word; Noul evaluates candidate chunks and stopping conditions.

Exposes the limitations of using a decision model as a text generator.

evaluation-benchmarkstyped-decisions
305
Agent Tooling

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

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-router

rajdhakad9826

306
Routing & Cost Optimization MIT

Cost-aware LLM router that picks the cheapest model capable of handling a query, using TypeSafe's Jev for fast classification instead of an LLM call.

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.

llm-routing-costtyped-decisions

jev-search

larguesa

307
Data & Search MIT

Experimental semantic line search with TypeSafe Jev via OpenRouter. Python CLI with no runtime dependencies.

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.

search-retrievalcli-git-gatestyped-decisions
308
Games & Simulation

Jev play Tetris in real-time against other AI models

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.

309
Browser & OS Action

Hand the browser work off: an MCP server where a decision model drives the page for your agent, so a flow costs one tool call instead of a turn per click. Ref-based element tables, code-checked assertions, zero-model macro replay. Speaks CDP to your Chrome.

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.

310
Browser & OS Action

This project integrates Jev to provide structured decisions for its workflow. See the repository for implementation details.

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.

browser-automationtyped-decisions

JevBird

leftspace89

311
High-Frequency & Simulation MIT source reviewed

A Python Flappy Bird game where code simulates candidate routes and Jev picks one.

JEV · Decision point

For each new pipe, Jev selects a route and the game executes its scheduled flaps.

Visualizes candidate trajectories, probabilities and the selected path.

games-simulationtyped-decisions

JevSwiftSDK

NSStudent

312
SDK & Decision Frameworks

An independent, type-safe Swift SDK for TypeSafe Jev, with async/await, batching, retries, and SPM support.

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.

PROJECT DETAILS