Read & learn
Written 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.
Watch & learn
See an idea take shape. Tutorials, demos, and deep dives, organized by topic and credited to their creators.
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.
1613 experiments · showing 1561–1613
Compare a fixed eight-second traffic-light cycle with a simulation where Jev decides whether to retain the current green signal.
Name a dish or cocktail and its ingredients rise from a pile of roughly 1,000 illustrated stickers.
A “jevin keyboard” explores subtle ambient intelligence at the edge of generative interfaces.
A Jev-powered copy-and-paste utility with bring-your-own-key support and a local mode announced as forthcoming.
Audit Shopify catalogs for answer-engine problems such as products filed under unrelated categories.
A planning model tracks an Overcooked level while Jev agents make the game's moment-to-moment decisions.
Let Jev select sparse-attention rates across MiniMax H3 layers to shorten video generation on an RTX 4070.
A Minority Report-inspired macOS interface uses Jev to drive its futuristic computer interactions.
Read browser-agent activity logs every three seconds and average the resulting risk score across the session.
Browses Jev projects by category, recency, or name, linking each card and detail page back to its maker's original post.
Adds Jev's typed decisions as a LangChain Runnable, with experimental middleware for model routing and tool-risk checks.
wmoto ran a local decision-model prototype and published a ten-second demonstration while noting that its speed still needed work.
Erik Kokalj ran an 8-bit MLX conversion of Jev-Omni locally to choose jump, duck, or wait in Chrome Dino from cropped road images.
Jacky Ko and collaborators introduced an Apache-2.0 contrastive language model that connects states to actions as an open System One model.
Compare open-source Jev alternatives in Beam's playground, then take the request into your own application.
Browse Jev projects by category, stars or age, with links to their repositories, demos and writeups.
Find community Jev systems through their typed questions, with source snippets and maker posts alongside each listing.
Speak a voice diary, let Jev sort your thoughts, then review the notes, tasks and reminders before sending them to Notion.
Search an English–Icelandic dictionary by meaning, with Jev checking whether the shortlist contains a match and ranking the results.
Bring Jev Search's ranked links into Claude Code, Codex or a terminal through an MCP server, CLI and optional WebSearch hook.
Play Pong against Jev and watch its movement, shot selection, probabilities, and fallbacks in a live decision monitor.
Four ways of asking Jev to play 2048, compared with random moves and fixed rules, with replays of the resulting games.
OpenRouter's Jev Router picks the model and reasoning effort for each request, and holds a model while its prompt cache stays warm.
OpenCodex asks Jev to choose a model and reasoning level for each Codex request, using the proxy's configured route whenever Jev is unavailable or returns an invalid answer.
A Phoenix Evals example pits Jev against a small grounded-versus-hallucinated answer benchmark.
Docker Agent asks Jev whether a pending tool call is clearly read-only or needs the user's approval, treating uncertain calls cautiously.
GPTCache asks Jev whether a cached answer still fits a new request, taking differences in the requests, answer, and dates into account.
Agent Native asks Jev which optional tools an agent should see at the start of a request, based on the user's recent context.
Memorax asks Jev whether searching saved coding memories would materially help with the current prompt and, when available, the previous turn.
Interactive Shell uses Jev to decide when terminal work needs attention and which pre-authorized action may help.
haiku.rag provides a reusable System One judge for benchmark verdicts such as whether two answers are equivalent.
Kimaki's OpenCode auto-mode asks Jev whether a pending tool action may run without another prompt, using the action, its arguments, and the latest user message.
ctx sift uses Jev to keep useful or contradictory passages while shrinking an agent's tool output.
TypeSafe Jev Gate adds a fail-closed review step to Hermes Agent's consequential tool calls.
Lintus turns plain-language YAML rules into Jev checks and reports threshold-crossing answers as lint offenses.
Search a retained window of Kubernetes or file logs with Jev, then inspect matching, possible, and unrelated evidence.
mem-jev asks Jev to judge ambiguous agent memories, then folds five semantic signals back into retrieval ranking.
Mistype a subcommand and jevyoumean asks Jev which documented command you probably intended.
A JevNPC trial asks whether a threatened Minecraft villager should ignore danger or call the guards.
Keel can ask Jev which installed coding provider and model should receive a new task.
Triage messages, classify CSV rows, interpret voice commands, or let Jev steer Snake from a Java web playground.
Send text through a named semantic rule or your own question and receive a valid, invalid, or uncertain result.
Record live Jev decisions as redacted cassettes, then replay or perturb them without another provider call.
Watch Jev choose a legal Tetris placement from a heuristic shortlist, then play the selected move.
AutoNomousBot shows Jev a Minecraft world snapshot, lets it choose from available actions, then performs the selection.
Give Jev Pilot a mobile goal and it observes the screen, chooses a bounded UI action, and performs it.
Add Jev-backed tool approval, chat triage, transcript curation, and model routing to OpenClaw.
TweetGuard uses Jev to sort individual X posts into spam categories while leaving uncertain posts visible.
DLQ Inspector asks Jev whether an ambiguous dead-letter message should be replayed, fixed, avoided, or investigated.
Any Auto asks Jev whether coding-agent tool calls are risky, authorized, and policy-compliant before approving them.
Supercov asks named quality and security questions about source files, then turns Jev's answers into inspectable findings.
Sentio classifies email with Jev and adjusts spam scores from unsolicited-mail and phishing probabilities.
Run Laya’s typed decisions natively on Apple Silicon, then watch its terminal Snake demo choose moves with safety corrections.
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