Read & learn
Guides.
Understand Jev, one idea at a time. Walkthroughs, recipes, and writeups — our notes first, the original next.
A public registry · independent & community-run
Learn, build, and play with Jev — from deep technical guides to creative experiments.
Read & learn
Understand Jev, one idea at a time. Walkthroughs, recipes, and writeups — our notes first, the original next.
Make & explore
See what builders made with Jev. Games, tools, repositories, articles, and more — traced to their sources.

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.
1507 experiments · showing 61–120
yibie's directory groups public Jev projects, integrations, and discussions by practical use case.
Compare Jev with other controllers on simulated Panda pick-and-place, stacking, and obstacle-crossing tasks.
Combine cryptocurrency market data with a sample of X posts to produce a buy, sell, hold, or take-profit decision card.
Provides a visual editor for connecting Jev decision nodes into runnable workflows.
Jev steers through traffic, junctions, and highway merges by choosing from paths generated inside a 3D driving simulator.
A Claude Code router that uses Jev to choose the cheapest suitable model for each task.
See Jev's published chess row alongside language models in a benchmark that separates wins, losses and illegal moves across repeated games.
Filters oversized Bash output into verbatim chunks before Claude Code or Codex has to read it.
A mobile automation demo where Jev navigates Uber from route entry to payment selection.
A web playground compares parallel and one-shot LLM judgments with a compatible open decision-model backend.
The official TypeScript and JavaScript SDK for the TypeSafe API.
Search multilingual text by meaning, with grep-like thresholds and AND, OR and NOT combinations over exact source lines.
A Python replacement for TypeSafeClient that runs against general-purpose LLM APIs.
A local-first MCP plugin for continuous software-quality reviews by coding agents.
cobanov maintains a source-linked catalog of projects built with Jev.
An Apple Silicon experiment scores visual candidates directly against shared context using a local model.
Prism shadows deterministic Solana liquidity rules with Jev judgments about strategy, toxic flow, recovery, and market stress.
fatwang2 pairs a sourced Jev project directory with a reusable GitHub review workflow dedicated to Jev submissions.
Indexes visible browser controls, lets Jev choose an allowed operation and target, then verifies page evidence with Playwright.
An MCP server that lets agents navigate a browser with Jev decisions.
JevK5 trains and serves an open-weight decision model that returns closed-choice probabilities in one forward pass; it is not TypeSafe's Jev.
An agent skill for writing and improving programs that call Jev.
A web-search tool that uses Jev for query interpretation, source selection, and relevance ranking.
A browser extension that uses Jev to identify page clutter and save reusable cleanup rules.
Laya and Jev play the same T-Rex course; watch their choices, response times, and last-second safety saves as the dinosaurs dodge obstacles.
Crawls a site from its homepage and uses Jev to judge page-level SEO findings for downloadable reports.
Read English aloud and see word-level mismatches plus passage-level meaning judgments as the transcript settles.
A Codex plugin where Jev handles browser clicks while Codex plans and verifies the larger task.
Paste a chat with a crush and inspect Jev’s per-message readings of emotion, intent, affinity, and reply quality.
The official Python SDK for the TypeSafe API.
Collects Jev applications, developer resources, and small runnable examples in an independent community directory.
A benchmark of how Jev and a language model choose among 100 tools for a personal assistant.
Find sponsor reads in YouTube captions or live transcription, then skip only the time ranges controlled by the extension.
Control macOS by voice or text as Jev navigates the Accessibility tree without screenshots.
Exposes DiffusionGemma typed readouts through Jev-compatible choice, score, Noul, span, and spans requests.
Classify data with Jev from inside PostgreSQL.
Left-pad a string by asking Jev how many spaces it needs. Yes, padStart already exists.
Reimplements Jev-style bounded decisions locally, exposing a compatible contract over prompt-only and open-weight backends.
An unofficial TypeScript client for Jev's choice, score and yes-or-no questions.
Use a chat-shaped command bar where Jev chooses real tools and arguments but never writes the response itself.
Let Jev choose quick browser actions while a separate language model plans, reads, and drafts answers grounded in page quotes.
Helps a Grok bot decide when to reuse work, stop retrying, limit research, delegate or bring in a person.
A linter for mistakes that pass the type checker, like a comment promising null while the function throws.
Runs bounded Jev action selection inside Codex Computer Use for observed browser and macOS controls, with local outcome checks.
A voice-controlled browser where Jev selects an intent and target as speech arrives, then Playwright performs the action.
Let Jev check a Pi agent's proposed tool calls before they run.
A Go MCP connector that gives AI agents direct access to Jev.
AnotiaWang collects Jev applications, libraries, and learning resources in one community list.
A Pi guardrail that steers agents away from risky, irrelevant, or low-quality tool use.
An Effect provider that turns Jev's choice, score and yes-or-no answers into typed values for custom agent loops.
Gives coding agents a Rust CLI and MCP server for deterministic SEO checks, live crawls, and optional Jev judgements.
Reflex is an open Qwen3.5-based model that maps state and typed questions to calibrated probabilities.
Speak a task to your Mac and let local transcription plus one Jev decision choose the operation and target.
Jev pilots a MuJoCo drone by making a fresh flight decision from physics state on every tick.
Runs semantic grep over a live source tree and returns scored matches with their file and line ranges.
Run browser, computer-use, game, and robotics agents through one interface for Jev, Laya, and Cua-S1.
Make Jev “chat” by sampling its probability distribution over the next character or token, one request at a time.
Screens datasets with Jev, separates keep, review, and reject records, then trains and compares a configured language model.
Replay Jev and chat-model judgments side by side on comment datasets imported from CSV or Excel.
A video-editing tool that scores each spoken sentence with Jev and renders the results as a live 16:9 meter.
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