A playful collection of decision demos spanning dispatch, moderation, search, desktop control and a 32-agent arena.
Every category, from games and tools to repositories and writeups, traced to a primary source.
Same ideas.
Different paths.
This is the full registry, not just the featured picks. Figures like speed, cost, and stars are maker-reported or captured snapshots, not JevMade measurements.
1509 experiments · showing 1–60
A playful collection of decision demos spanning dispatch, moderation, search, desktop control and a 32-agent arena.
Browser Use's agent asks Jev to choose the next browser operation and target element from a fresh table on every step.
Speak an English or Ukrainian drawing command while pointing, and Jev translates it into an action on a tldraw canvas.
Jev plays headless Doom from object bearings, distances, health, and ammo rather than game frames.
Jev plays NES Super Mario Bros. by choosing controls from emulator state rather than pixels.
A simulated Panda robot asks Jev how to move a block over a barrier.
Jev picks a flight path through each pipe, then Flappy Bird turns that route into precisely timed flaps.
Jev steers a Pac-Man recreation using structured game state.
Jev places Tetris pieces by considering holes, stack height and the current board.
A Composio provider that asks Jev which tool to use and which arguments to supply.
Demonstrates a bounded Jev action chooser inside Cua Driver loops, with mock and credentialed live paths.
Run Convai Innovations' open-weight typed-decision model locally with a Jev-shaped request format; Laya is an independent model, not TypeSafe's Jev.
Train and self-host Qwen-based decision models that answer Jev-style typed questions in one pass; kev is an independent implementation, not Jev.
Reads supported Android chat screens, judges conversational intent, and offers replies that users may fill before sending manually.
Vercel's open framework for building agents.
An agentgateway example that screens LLM requests and responses with Jev guardrails.
A Claude Code plugin that uses Jev to decide which context survives compaction.
NanoJev trains a 0.6B parallel decision model and compares it with Jev across maze, Snake, and ViZDoom tasks.
An AI stock-research team that can use Jev to rate an investment and flag risks before writing its report.
SemIf runs open models locally as probabilistic semantic conditionals on an RTX 3090.
Play Snake or request typed decisions from Core ML ports of Laya on Apple hardware; the models are open-weight alternatives, not Jev.
Drive a Mac through its accessibility tree, with Jev choosing an operation and a live element on each turn.
Symfony's first-party bridge for asking Jev several choice, score and yes-or-no questions about one shared state.
Jevlike trains a compact model to choose among a list of text options that can change from request to request.
A trading bot asks Jev what to do on every Monad block.
A Vercel Labs command-line tool for generating content from the terminal.
Run a local, non-autoregressive System One model behind Python and JavaScript clients compatible with Jev’s request shape.
A macOS menu-bar companion that turns a typed click task into a short sequence over locally detected controls.
Astra plans a Minecraft route while JEV chooses bounded actions for a recorded, source-verifiable playthrough.
Uses local OCR and Jev to judge Windows chat messages, rank three drafted replies, and fill one without sending it.
Simple Jev exposes open Hugging Face models as structured classifiers and includes playgrounds, evaluations, and an autonomous-driving demo.
A cautious Codex computer-use skill that chooses UI targets from accessibility text while local policy guards consequential actions.
Adds typed probability readouts and calibration heads to ordinary language models, with Jev-style evaluations and saved results.
Indexes Jev SDKs, integrations, applications, evaluations, and learning material with source-backed annotations.
Collects Jev projects, reusable agent skills, and editable decision recipes with an optional validated Python client.
Rizzo Flow serves local Spark models through a Jev-compatible API and visual playground without generating answer text.
See where a Claude Code session made progress and where it went in circles, with Jev reviewing a redacted trace.
Shows intent, risk, and ranked reply suggestions beside supported macOS chats while keeping message sending under user control.
Browse a bilingual, source-linked index of Jev projects grouped by decision pattern, with dated link and call-site checks.
A Hermes toolkit for model routing, retrieval triage, memory, skill selection, context trimming and interface decisions.
Identify IRS forms and schedules from their text with Jev.
A Jev-compatible server reads answer-label logits from Qwen3.6-35B-A3B while SGLang reuses shared prompt prefixes.
An MCP server that lets a coding agent ask Jev whether a claim is supported, a page is worth reading, or its own patch is safe.
A software-factory foreman built around TypeSafe's Jev model.
Tunes Jev decision functions from labelled examples by surfacing uncertain cases and proposing revised definitions through GEPA.
A 151M non-autoregressive decision model pairs typed outputs with benchmark receipts, calibration analysis, and browser-oriented artifacts.
A Mac menu-bar assistant that uses Jev to choose what to click.
A staged Jev code-review workflow with a local dashboard.
Official agent skills for writing software that uses TypeSafe's System One API.
Point DocJev at a PDF and a list of categories you wrote in plain English, and Jev names the category or marks where each new document starts.
skillbox is a self-hosted, versioned Agent Skills library with MCP access, scoped clients, and optional Jev recommendations.
AbdelStark curates official references and community work around TypeSafe, Jev, and System One models.
A macOS automation loop that reads the screen with OCR, asks Jev what to do next, and clicks the chosen target.
Audits each LLM code-review finding with one credibility question before deterministic CI rules decide whether to fail.
Suggests a safe moment to compact an agent session by combining two Jev judgments with context usage.
Port browser-use's Jev-driven browser agent to local Laya on Apple Silicon while retaining an optional hosted Jev mode.
A browser video editor whose Jev-powered Director turns plain-language requests into structured timeline operations.
Notra turns material from your work into publishable content.
Adds typed tool, skill, owner, and quality decisions to agent harnesses without taking over their planning or execution.
A PostgreSQL extension for asking questions about tables in plain language with Jev.
Jev, briefly
A chat model generates text token by token and hopes you parse it. Jev never generates a word. Your code sends the state of the world plus typed questions; Jev returns every answer in one parallel pass — typed values with calibrated probabilities and a confidence score your code can trust. About 70–500 ms end to end, $0.042 per million input tokens, output free. Trained with what TypeSafe calls Reinforcement Learning for Calibrated Decisions.
You define the options. Jev returns the chosen option, a probability for every option, and a confidence. The workhorse of routing, agents, and games — the answer space is always legal, so there is nothing to parse and nothing to hallucinate.
You describe ordered levels — say trivial / normal / critical. Jev returns the level, the probability of each, and a confidence. Scores turn fuzzy judgment (“how severe is this log line?”) into a number-free decision your code can branch on.
You assert a statement; Jev returns the probability that it is true — a noul. Moderation, verification, guardrails, “does this diff actually fix the bug?”: one question, one calibrated probability.
Official material lives at typesafe.ai and docs.typesafe.ai. JevMade is an independent community registry — not affiliated with or endorsed by TypeSafe AI.
Recurring lessons
Games, drones, trading bots, and browser agents all converge on the same loop: serialize the state, ask one decisive question, act, repeat. Jev’s latency makes the loop feel instant — the model lives inside the control loop, not outside it.
The answer says what; the confidence says whether to act. The most reliable entries threshold on confidence to route edge cases to a slower model or a human — automation with an honest escape hatch.
Makers rarely ask Jev to pick from everything. Local tactics prune 225 gomoku moves to ~40; DOM filters turn a page into an element table; code narrows options, Jev judges within them.
A recurring split: Jev makes every decision cheaply and instantly, and a small LLM is only invoked when a human-facing string must actually be written. Decision and generation are separate budgets.
Send the link — repo, live demo, post, or video — plus a line on what it does and which primitives it uses. Every entry is verified against its primary source before it ships.
Submit your experiment → hello@JevMade.com