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.
1611 experiments · showing 481–540
Test whether Jev can choose compiler optimisation passes from program features, with its decisions compared against measured outcomes.
A Pi extension masks stale tool output after Jev review while retaining paged access to the original session evidence.
An Agent Skill and CLI convert decision prompts or calling code into validated Jev requests and runnable integration scripts.
Review changed code for stylistic warning signs before it ships, with Jev mapping findings to a small verdict set.
Filter MySQL rows with natural-language conditions through an AILIKE plugin backed by TypeSafe Jev.
Run tool-using agents where Jev makes bounded decisions, deterministic code executes, and an LLM handles language when needed.
JevGate reviews code, tests and documentation with small typed questions, then turns the answers into located findings.
Paste JSON, a JWT, cron, stack trace, code, or prose and watch the page become the tool that content needs.
An unofficial Ruby client for the TypeSafe AI API.
An idiomatic Java SDK for TypeSafe AI's Jev decision model.
Use Zod schemas to check your data before asking Jev questions about it.
An independent Rust SDK for the TypeSafe System One API with asynchronous and blocking clients.
An unofficial Java client for the TypeSafe System One API.
A Neon Function proxy that routes TypeSafe Jev through the Neon AI Gateway.
A Jev-powered pull-request risk router and code-review coach.
A Hermes plugin for typed decisions, ranking, verification, and optional tool gating with Jev.
A Python command-line agent that uses Jev while working through file-based questions.
Give the Pi coding agent a way to ask Jev for decisions while it works.
Slidepilot advances Slidev presentations by matching live speech to the next slide with Jev.
Ask Jev questions from the command line, with answers as choices, scores or yes-or-no probabilities.
A Pi extension that checks risky tool calls and notices when a coding agent gets stuck.
A browser harness where an LLM plans verifiable subgoals, Jev selects actions and fields, and Playwright executes them.
A browser agent for Ego Lite that asks Jev or another agent to choose one action per observed page state.
An MCP browser agent that lets Jev choose each click and map supplied text values to form fields.
In this browser stealth game, Jev judges the guards' actions while deterministic code runs the world.
Jev flies a drone across a randomly generated city while avoiding obstacles between two points.
Build and test Jev decision workflows in Python, then use them from the command line or an MCP client.
A closer look at Jev 1.13.0, with controlled prompts and the raw answers available to inspect.
jev-chat constructs chatbot replies by repeatedly turning Jev probabilities into hierarchical speculative decoding choices.
Can Jev find better agent skills than embedding search? This evaluation tests both on Chinese and English queries.
jev_stock experiments with short-term market-direction forecasts derived from structured financial data.
This open-weights Jev alternative returns typed, calibrated choices in one Hugging Face or vLLM forward pass.
Sort through training data with a Rust tool that asks Jev to score rows and filter out unwanted examples.
A text-only Jev agent navigates Pokémon Red by turning parallel yes-or-no judgments into emulator button presses.
A browser piano played by Jev, with your chosen mood guiding the performance.
Watch Jev battle Pokémon in Showdown or FireRed by selecting one legal move or party switch each turn.
Play chess or Connect Four against Jev, or spectate both sides while every legal move's probability remains visible.
Let Hermes plan milestones while Jev chooses immediate actions for a Mineflayer bot in Minecraft.
Watch a ViZDoom agent move at game speed while Jev periodically chooses its goal, target, direction, aim, jumps, and shots.
Mark likely sponsor reads on a YouTube seek bar and skip them automatically using judgments made from captions.
Paper-trade live markets with agents that ask Jev once a second whether prices look ready to rise, fall, or stay flat.
Watch a U.S. equities dashboard combine fixed entry rules with Jev’s five-second review of market direction and risk.
Edit a Mermaid support-routing flow, submit a ticket, and watch Jev’s answers illuminate the route it takes.
A chat assistant for Feishu and WeCom that uses Jev to separate tasks and urgent requests from everyday chatter.
Watch posts suspected of AI writing turn red or fold away on X, LinkedIn, and Reddit as you scroll.
Give a browser one goal and watch Jev choose the next operation and indexed page element at every step.
Mark or collapse X replies that resemble generic AI-written paraphrases of the original post.
Split source code mechanically, ask Jev what each fragment is, and render the guesses as syntax highlighting.
Sort loaded social comments into malicious, low-value, inspiring, or ordinary views while surfacing uncertain cases.
Drop a folder of résumés into a desktop app and compare judgments of role, seniority, technical depth, and possible inflation.
Compare Jev with another judge in a blind arena of bounded answer choices, then reveal the models after voting.
Grade a page separately for search engines, answer engines, and generative-engine citation, then rank evidence-backed fixes.
Search a Neovim buffer by describing behavior, then see matching functions ranked in quickfix and beside the code.
Turns a straightforward request into an MCP tool call by choosing a discovered tool and filling simple arguments.
Give an Android device a goal and let Jev navigate its accessibility tree one tap, swipe or back action at a time.
Checks completed Pi replies for clarity and sends only the difficult ones to the configured model for a rewrite.
Search source files, documentation and logs by describing the idea you need rather than its exact wording.
An experimental OpenTelemetry processor that judges metric metadata before local policy annotates, reduces or drops instruments.
Predicts which tests are safe to skip for a Git change, then runs the retained set through the existing framework.
Plays Clash Royale on a real Android device by choosing a strategy, card and legal square from live screen perception.
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