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 1021–1080
Fly the same seeded cargo-drone corridor as a human pilot, a geometric baseline, and Jev.
A browser bird asks Jev whether to flap once, twice, or not at all as each pipe approaches.
A town simulation with twelve residents, each limited to their own view of the world.
Who would win in a fight? Jev judges an animal tournament on land, in water and in the air.
Play a complete browser chess game against Jev and inspect how it distributes confidence across legal moves.
Describe a portrait one letter at a time and watch Jev reshape a suspect lineup—or question a hidden suspect directly.
Watch Jev steer Snake toward food and power-ups while live meters reveal its intent, safety calls, and trap risk.
Play chess against Jev in pygame, or give it both colours and watch a fully automated match.
Follow a Jev-guided ROS 2 turtlesim route from an early control failure to a corrected four-waypoint run.
Compare Jev's driving choices when its road description comes from perfect simulator state or a vision model.
Play animated chess against configurable Jev strategies, or pause a Jev-versus-Jev match to inspect a decision.
Replay a documented Jev-versus-Stockfish tournament with legal moves, raw responses, complete games, and provisional ratings.
Send a Three.js spaceship on mining and combat missions while Jev selects targets and gauges danger.
Build a persistent 3D town where Jev can shape resident intentions and broad regional policies.
Watch Jev decide whether Snake should turn left, turn right or keep going.
Solve four-part harmony quizzes, then switch to an endless Rhodes piano whose chords are chosen by Jev.
Scroll X as Jev washes each tweet in a watercolor gradient mixed from thirteen palette colors.
A Snake experiment where Jev suggests moves and a safety check can reject them.
Read or autoplay an illustrated gamebook while Jev chooses among the exploration and combat actions currently available.
Watch live or recorded Jev turns across six browser games, including 2048, Snake, and a raycaster shooter.
Watch up to six personality-driven fighters battle, or enter the arena yourself while Jev controls the other combatants.
Jev helps the residents of a small simulated town decide how to spend their days.
Play Xiangqi against Jev and inspect score bars for its strongest legal moves.
A Flappy Bird test that grades Jev's decisions and lets you replay the results.
A wraparound snake keeps moving on a fixed clock while Jev periodically chooses to continue or turn.
Solve Japanese lateral-thinking mysteries by asking questions that Jev judges against a hidden truth.
A text adventure that uses Jev to understand commands you write in your own words.
Play four-seat Texas Hold'em while comparing Jev's betting judgments with a rules coach and Monte Carlo equity estimate.
Challenge Jev at 15×15 Gomoku after a tactical search narrows each turn to four promising moves.
A point-cloud rigid-body simulator asks Jev to classify possible collisions after conventional broad-phase filtering.
Uncover a hidden word with yes-or-no questions while Jev judges ambiguity and attempted cheating.
Watch Jev navigate FrozenLake with a full map or tackle MiniGrid DoorKey through a limited field of view.
Analyze a message's tone or watch Jev choose its way through a generated 15-by-15 maze.
Watch a browser snake follow short, code-generated routes selected by Jev.
Study Jev's decision concepts in Japanese, then test them in a short game about spotting a disguised delivery unit.
Play terminal Sudoku yourself or watch Jev choose cell-and-digit moves while the benchmark tracks whether it solves the grid.
A browser Snake game autoplays while Jev chooses each direction from the moves currently available.
Choose a musical scale and hear a browser synth continue the melody with Jev-selected notes and rests.
Compare Jev with a conventional language model on route planning, Minesweeper, Hanoi, and a simulated drone.
Jev picks strategic preferences while a traditional engine searches for moves on a chess.com board.
Play browser tic-tac-toe against Jev, which chooses its turn from the squares still available.
Paste a story or find one on Wikipedia, then chart three characters’ action intensity and feelings across the plot.
Experiment with pixel art by asking Jev to map simple silhouettes or judge generations of code-made sprites.
Search and browse a persistent fictional web whose generated pages are assembled under Jev’s direction.
Turn a document into a sentence-by-sentence heat map of requirements, tension, rhetorical role, or other chosen dimensions.
Direct a music-video pipeline in which Jev chooses camera, composition, lighting, and tone before other tools generate each cut.
Let Jev choose one legal land action for an OpenFront bot based on the current border situation.
Watch Jev play both sides of chess, then replay each move’s probability distribution beside Stockfish’s grade.
Compare ways of showing Jev candidate moves in a head-to-head arena for two falling-block games.
Play tic-tac-toe while Jev chooses its move from the cells that remain empty.
Compare Jev’s Battleship shots with random, hunt-and-target, and placement-density strategies on seeded games.
Compare 21 ways of describing legal SameGame moves to Jev, with every raw request and response preserved.
Pit Jev against random and hand-tuned players in Tetris, Snake, and 2048 while logging confidence for every move.
Triage simulated warehouse-robot incidents with Jev and compare its decisions with a small local classifier.
Decode an ad’s persuasion pattern, then rank template-built rewrites against a synthetic focus-group rubric.
Point an agent at a macOS canvas of live pages and let Jev resolve described elements or steer a short browser goal.
Compare Jev with general language-model judges on one multilingual booking-inquiry routing task.
Load books, PDFs, Word files or images on Windows or Android and ask bounded questions with answers expressed as probabilities.
Run a persona-driven website journey and record where the simulated visitor becomes confused, stuck, or lost.
Find code that deserves a closer look by asking Jev to rank possible design problems.
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