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 1081–1140
Lets Cline browse inside an isolated Chromium session by choosing indexed DOM actions instead of guessing screen coordinates.
A paper-trading loop for BTC and ETH that tests Jev's market judgments under explicit fees, latency and risk limits.
Replays historical stock data to compare Jev-directed paper trades with moving-average and buy-and-hold baselines.
A Chinese-language experiment suite for Jev's context limits, bilingual judgments, batching and game decisions.
A read-only crypto alert bot that studies settled signals and adjusts its filters without ever placing a trade.
A browser agent that asks Jev to choose from the buttons and controls on the current page.
Compacts Pi history without generated summaries, keeping selected tool exchanges and optional assistant prose exactly as they appeared.
Batches small agent-control judgments into one validated plan before any generative model is allowed to run.
Keep track of Codex workers with Jev progress checks, then accept their work only when your chosen command passes.
A browser shooter with Jev directing the tanks and riflemen you face.
A reference decision layer for Minecraft that turns typed judgments into tool calls behind hard-coded survival reflexes.
A GraphRAG talk demo where Jev routes questions, checks evidence and decides whether deeper retrieval is needed.
Tell Jev what you want to watch and let it pick from a catalog of 4,800 films.
A wildfire console that verifies citizen reports, rates evacuation routes and chooses a tactical response as the incident changes.
Adds an optional second opinion to fraud investigations, comparing Jev's action and grounding check with the existing evidence pipeline.
A retro platformer where Jev chooses maneuvers and detours while code keeps control of physics, jumps and pit-saving reflexes.
Type a line and watch a 3D avatar choose one of fourteen performance styles and play the matching animation.
A Clash Royale-style sandbox where one request chooses whether to play, which affordable card, which lane and how deep.
Review your Valorant rounds with ratings from local rules or an optional Jev judge.
A local second brain where Jev reranks search evidence and suggests useful links between related notes.
A browser colony simulation where support tickets carry real text and Jev assigns the categories agents use to route them.
Play trivia by assigning probabilities, then compare your calibration with Jev and a coin flip.
A top-down duel where Jev chooses among reachable positions and local code handles paths, leading aim and firing.
An original platformer and reinforcement-learning lab testing whether frozen Jev risk features help PPO learn faster.
A Spanish-language cancer podcast library where Jev sorts new videos by format, topic and relevance before code decides publication.
A three-level interrogation game where your statement receives a release probability, persuasiveness score and persuasion tactic.
A collaborative story game where players write every line and Jev chooses the winner, screens content and senses an ending.
Political Compass and Pew typology probes for Jev, alongside a deliberately awkward character-by-character text decoder.
Follows one Jev-controlled gambler through spins and shopping, while code owns the reels, bankroll and intentionally losing arithmetic.
Turns a text and a pack of criteria into a shareable wall of verdict cards, appearing as each batch returns.
Play oversized tic-tac-toe against Jev, without a search algorithm rescuing its mistakes.
A crossword agent where Python manages the grid and crossings while Jev ranks short wordlist candidates for each clue.
A Portuguese platformer where typing a category changes which objects float, bridge, bounce or turn ghostly.
A maze lab that reveals only local facts to Jev and measures the resulting path against breadth-first search.
Watch Jev play heads-up Hold'em against a heuristic bot, with the probabilities behind each move visible beside the table.
Battleship where Jev returns a probability of a ship for every open cell, creating both the heat map and the shot.
A Telegram fantasy league and token-research copilot that asks Jev whether deeper Nansen data is worth the credits.
A Processing treasure hunt where each robot sees five sectors and Jev chooses its movement and turn size.
Run a Mineflayer survival bot where Jev picks the next high-level action and code handles the execution knowledge.
A twenty-questions game that tries to guess a Japanese persona's home prefecture and age.
A roguelike dungeon director where Jev sketches the next room's role, size, danger, enemies, loot and secrets.
An agent that predicts what actions will do, notices confident mistakes and rewrites its explicit model of the world.
A small playground that turns one line into several visible Jev judgments about romance, social posting or city routing.
Play music and get one of twenty house cocktails chosen to match its sound.
Runs Jev and a frontier model down parallel lanes, answering the same timed traffic-hazard choices and comparing the scorecards.
A local research desk where Jev chooses methods, searches and leads, then checks evidence and claims under fixed budgets.
A pinball table that keeps moving while Jev chooses flipper states, applying only answers fresh enough to matter.
A Factorio agent loop where Jev picks the macro goal and next action while deterministic code owns rules and actuation.
A controlled city simulation comparing four kinds of institutional memory, with Jev scoring each term beside a deterministic scoreboard.
Add classification, probability and scoring columns to CSV rows from questions written in YAML.
A Magic 8-Ball that first checks whether your question is askable, then judges which way the outlook leans.
Type a word or phrase and see Jev spread it across sixteen fixed colors in a bar chart.
Jev dispatches taxis through a simulation of Baku's streets.
A customer-support demo that uses GPT-4o to write replies and Jev to check them.
A small web crawler that asks Jev which page to visit next.
A tokenized-stock trading demo that uses Jev to interpret what you want to do.
Keep a coding agent out of the click loop while Jev chooses bounded browser operations and compatible on-page targets.
Turns Jev probability distributions into one plain-language sureness verdict, from certain through torn to clueless.
Label rows in a CSV or JSONL file with Jev, and set uncertain answers aside for a person to review.
A parody type guard that asks Jev whether a value is a record—and makes another call for the negative form.
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