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.
1612 experiments · showing 841–900
A Jev-powered permission gate for the omp coding agent.
A Pi extension that sends agents back to work when Jev determines they stopped before completing the task.
A Pi coding coprocessor that uses Jev gates to review changes from the initial baseline and record an append-only activity trail.
Ask Jev to choose, score or answer yes-or-no questions without leaving a Pi coding session.
A Pi extension that exposes five tools for narrow Jev judgments while leaving thresholds and actions in application code.
A standard-library Python gateway that checks prompts for risk and routes safe requests to a suitable model.
An MCP server that exposes Jev's Noul, Choice, and Score judgments as agent tools.
A Python tool that uses TypeSafe AI to review code diffs.
A provider-agnostic judgment layer that gates a coding workflow from product requirements through release.
A five-event browser-use benchmark with one prompt and one shared clock, accompanied by a compact Jev-driven agent.
A local browser automation interface where Jev selects bounded page actions and a text model supplies form values.
A browser MCP server that uses Jev rather than a generative model to choose actions.
A Python control loop that combines Jev action choices with Mobile MCP for Android automation.
A drop-in Playwright MCP wrapper that uses Jev to triage page state, prune snapshots, gate risky actions, and screen prompt injection.
A bounded exploratory browser-testing tool with Jev-guided actions, deterministic assertions, and replayable evidence.
A Chrome extension that reranks Google results with Jev and collapses sales pages and SEO filler.
An open-source Chrome extension that uses Jev to filter ads and prose identified as AI-generated.
A Go browser-automation tool where Jev selects each semantic action.
A research tool that checks whether cited papers support the sentences that reference them.
An alternative X client that uses Jev rules to decide which timeline posts to keep or hide.
An experimental tool that scores X drafts on viral dimensions while the author writes.
A Jev-powered emoji autocomplete app designed to keep up with live typing.
A web interface for classifying text with Jev.
A proof of concept that uses Jev judgments and FFmpeg to censor selected words in audio with low latency.
A React and FastAPI application that uses Jev to diagnose CVs and compare them with job requirements.
A single-call guardrail API for detecting prompt injection, jailbreaks, data leaks, and unsafe content with Jev.
A writing tool that uses Jev's feedback to help an AI draft sound more like you.
A pre-install security gate that uses Jev to inspect npm lifecycle scripts before they run.
Find your way around a codebase with search results and flow diagrams linked to the source.
Scam Shield checks text messages for signs of fraud with Jev.
Watch a support call's scorecard update as the transcript arrives.
This Python package grades code comments against a set of practical heuristics.
Ask Jev which support tickets and alerts need attention, or whether a deployment looks risky.
Jev chooses moves for a playable version of Tetris.
A small browser game challenges players to outguess Jev.
Jev controls the paddle of a Next.js brick-breaker in real time.
Play either side of a browser chessboard while Jev chooses the opposing moves from structured board state.
An endless Three.js cyberpunk arena shooter uses Jev to drive combat decisions.
A game about linking two seemingly unrelated things in as few steps as possible.
Arrive in a village of Jev-driven characters and earn their trust before nightfall—or try to get away with a lie.
A hundred AI residents go about their lives in a tiny town, with Jev choosing what each does next.
Jev Arcade pairs an industrial duel with a neon survival game, both playable against live AI.
Play tic-tac-toe or Connect Four against Jev while conventional code enforces the rules.
A terminal tool races through Wikipedia links by asking Jev to rank each possible next page.
A visual lab runs Jev and scripted agents across several games and emulator platforms.
A MoonBit playground for trying Jev's Choice, Score and Noul question types.
Jev plays browser table tennis from structured telemetry and sends its choices through ordinary Chrome inputs.
Jev plays Snake by reading the board and picking a direction on every tick.
Jev plays the Chrome dinosaur runner.
A playable Tetris asks Jev to choose each piece's rotation and column from the board state.
Spawn Minecraft bots and give them goals, with a planner choosing the task and Jev handling the immediate actions.
A cyberpunk game of bluffing your way past a border guard powered by Jev.
A cooperative platform shooter puts a Jev-controlled partner beside the player.
Jev plays Atari Pong by answering one movement question per frame without receiving raw coordinates.
An autonomous agent plays PlayStation 2 games while a live HUD shows Jev's visual telemetry.
Jev supplies the decisions for non-player characters living in a simulation of River Oaks, Houston.
A Jev pilot flies through a Python river shooter inspired by Atari's River Raid.
A 3D planetary rover sandbox tests autonomous choices made with TypeSafe AI.
Jev moderates a living-room social-deduction game designed for a shared television.
Two hundred people try to break an agent's defenses while a defender uses each breach to improve them.
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