134 projects · checked 2026-09-20

Built with decision models

What people are actually putting these models inside, five days after the category existed. Sorted by the job, not by star count.

The shape of this list says more than any individual entry does.

Developer tooling dominates, because a coding agent makes hundreds of cheap decisions per session and each one used to cost a full model call. Browser extensions come next, where a decision that takes a second is a decision nobody waits for. Almost nothing here is a chatbot.

109 of the 134 call the hosted API rather than running open weights. That is worth knowing if you are choosing between the two: the ecosystem is currently built on a single vendor, and the open-weight side is younger than the interface. If you would rather not depend on that, start at self-hosting.

By what it does

Developer tooling 35

Code review gates, CI checks, agent harnesses and editor plugins. The densest cluster in the ecosystem, because a coding agent makes hundreds of small decisions per session and each one costs something.

Browser 18

Extensions and automation that judge pages: what to hide, what to click, what is worth reading. Latency matters here in a way it does not on a server.

Open reimplementations 15

People rebuilding the category from open weights: one-pass scorers, constrained decoding over local models, and small models trained to return a calibrated distribution. The fastest-moving cluster here.

Content 10

Moderation, summarisation triage, voice and video. Judging content rather than producing it.

Robotics and games 10

Embodied agents and game-playing systems, where a decision happens every tick and a generated reasoning trace per step is not affordable.

Agents 9

Tool selection, routing and step gating. An agent choosing its next action is the purest version of the problem this class of model exists for.

Search and retrieval 9

Source selection, query routing and relevance filtering. Deciding which retrieved chunks are actually worth passing on is a classic typed decision.

Evals and benchmarks 8

Head-to-head races, task suites and benchmark harnesses. Read the method before the headline: most of these compare on speed and cost, and very few report calibration.

Language integrations 7

Libraries that make a typed decision feel native to a language: pattern matching on an answer in Elixir, a probabilistic if in Ruby, a typed method via BAML.

Trading 5

The highest-stakes cluster here, and the one where calibration matters most. A confidence number you cannot trust is worse than no confidence number.

Databases 4

Extensions that put a typed decision next to the data: classify a Postgres row in SQL, or navigate a graph one choice at a time.

Everything else 4

Projects that do not fit the larger clusters, including data tooling, recruiting and one-off experiments.

Most starred

Star counts read on 2026-09-20. They measure attention, not whether the project works.

QuantDinger11.8k ★OpenByteIncOpen-source AI Trading OS, agent trading, and vibe trading, with Jev System One integration. Research, build Python strategies, backtest, and paper/live trade across crypto, stocks, and forex. Launch your own multi-tenant trading SaaS with built-in user management, billing, payments, and settlement.Python · Apache-2.0jev-ultrafast11.7k ★browser-usei. am. speed.Python · MITfast-jev-compaction5.1k ★tamaratranClaude Code plugin that replaces the compaction summary with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim.TypeScript · MITSemIf2.4k ★TheoLeeCJSemantic ifs from open models, on a 3090 at home. Independent; not affiliated with Jev or TypeSafe.Python · MITjevlike1.1k ★vinnylarougeA Jev-like model takes a piece of text and a list of N text options. It returns one probability for each option. It doesPython · MITkev983 ★jaredpalmertiny Jev-like family of decision models built on top of Qwen3 you can train and run on your ownPython · Apache-2.0reticle773 ★reticlehqAI agents can generate code, but still struggle to understand what they build. Reticle brings Jev-style machine-native runtime perception to web & desktop applications.TypeScript · NOASSERTIONdistill681 ★samuelfajDistill is a lightweight coding agent harness and TUI built to get more done with FAR FEWER tokens 🔥Rust · Apache-2.0foreman435 ★thruwireSoftware factory foreman based on TypeSafe's Jev modelPython · MITtypesafe-mario297 ★fhshaikA TypeSafe/Jev agent that plays Super Mario Bros. from structured emulator state.Pythonjev-search294 ★superagents-labSearch the web with TypeSafe's Jev: source selection, query understanding and relevance ranking. Built with Search1API.TypeScript · MITmobile-jev272 ★droidrun▶ Watch the demo — Jev opens Uber, enters a route from San Francisco Airport to the Golden Gate Bridge, and reaches paymJavaScript · MIT

By language

Python and TypeScript split the ecosystem almost evenly, which is unusual and tells you this is being adopted by application developers rather than only by ML teams.

TypeScript 47Python 45JavaScript 19Rust 4Go 4HTML 4C 2Shell 1

Find out what your data actually supports

We turn your historical decisions into a frozen test set, then tell you which model, which threshold, and how much of it you can safely automate.