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 661–720
Uses typed Jev judgments to classify relationships between Hermes skills and plan conservative archive operations.
Adds fast severity and duplicate-evidence classifiers to a scope-gated MCP toolkit for agent-driven penetration testing.
Routes an agent request to a small set of skills by asking Jev which descriptions match.
Uses Jev to select developer tools while leaving code generation and edits to Codex.
Turns spoken commands into macOS accessibility actions, consulting Jev only when deterministic matching cannot decide.
Metask Jev-Lab trains open typed-decision models and publishes calibrated option probabilities alongside reproducible JevBench evaluations.
A Mnemosyne-compatible memory layer uses Jev to rank evidence and prefetch relevant memories for Hermes agents.
A browser extension uses Jev and user-written rules to organize bookmarks into semantic groups.
siftr gives coding agents Jev-ranked semantic search, focused file reads, and bounded list selection through a CLI and MCP server.
Collapse repeated log lines into patterns, ask Jev once per pattern, and page only when the verdict warrants it.
Simulate evacuees choosing roles, routes, and rescue actions over an FDS-GPU fire field.
ActionGate reviews an agent's proposed tool call before allowing it, blocking it or asking for human approval.
jev-resilience catches HTTP 200 responses that hide a failure inside a Spring WebFlux value.
Watch suspected ads crumble into ash after Jev classifies their compact DOM descriptions.
Chat with a bot that can answer with only five Turkish phrases, while Jev chooses the words and punctuation energy.
Detect sponsored segments from Bilibili subtitles and skip them when Jev’s independent ad and product judgments clear a confidence threshold.
Blur posts Jev classifies as likely AI-written, with an uncertain result available when the text does not support a confident distinction.
Watch a browser agent split quick target, completion, and danger judgments from slower planning in a live control panel.
A Go client for Jev that returns typed judgments and calibrated probabilities.
An unofficial Go SDK for TypeSafe AI's Jev API.
An asynchronous Python client for Jev that returns probabilities and choices for typed questions.
A Go client for the TypeSafe System One API with optional Langfuse instrumentation.
An unofficial asynchronous Rust client for the TypeSafe System One API.
A Go SDK for the TypeSafe AI API.
An unofficial Go client for TypeSafe's System One API and Jev model.
An idiomatic Go SDK for the TypeSafe AI API.
A Letta agent skill for evaluating criteria with TypeSafe's Jev model.
Small, single-file examples that combine Pydantic AI with Jev.
A Ruby on Rails integration for Jev.
A Home Assistant Assist conversation agent powered by Jev.
An MCP server for semantic code search and diff checks in Antigravity, Cursor, and Claude Code.
A PowerShell tool that asks Jev to review coding-agent conversations and answer focused questions about them.
An MCP server that brings Jev judgments into Cursor, Codex, and other MCP clients.
An agent skill that uses Jev to predict another skill's next closed decision without running it.
A capability router that matches each coding prompt with installed skills, MCP servers, agents, and commands.
A stop hook that keeps coding agents working until plain-language completion rules are satisfied.
Ask Jev to review code or answer a question from inside Oh My Pi.
Sort through repository issues with help from Jev, while Zero keeps the repository data in sync.
Almond's Chrome DevTools browser agent uses Jev for fast action selection and includes the Browser Use Olympics benchmark.
A Chrome extension that uses Jev to analyze X posts as they appear in the timeline.
Automate a Mac or Windows desktop with Otto, which reads the screen locally and asks Jev what to do next.
A parallel web-search tool for terminals and agents that explores pages in local Chromium with guidance from Jev.
An experimental Bitcoin signal generator that combines Binance market data with Jev probabilities across several time horizons.
A code-quality tool that uses Jev to score whether comments are useful.
A desktop workspace for running coding agents in parallel Git worktrees and reviewing their changes.
A TypeScript CLI that sends typed evaluation questions to Jev and returns structured JSON answers.
A Python reranker that asks Jev to assign a relevance probability to as many as 30 documents in one call.
Jev can be unsure. Qualm makes that a distinct TypeScript type, so your code has to deal with it.
A CV-screening application that applies editable Jev scoring policies to a folder of résumés.
A TypeScript application for classifying text documents with Jev.
A .NET 10 and React 19 application that uses Jev to classify, score, and route support tickets.
Jev turns plain-English goals into sequences of hardcoded actions for a simulated Franka arm.
A browser-based Doom agent acts on structured spatial state and exposes its decisions live.
Two Jev players compete at Gomoku through a nine-cell input window, with every move open to inspection.
Scramble a 3D Rubik's Cube and watch Jev try to solve it, move by move.
Jev plays the original Civilization II in a browser while displaying its action probabilities.
Jev attempts to solve the sliding-tile game 2048.
Clarity Judge checks writing along several named dimensions and reports a verdict and confidence for each.
A Game of Thrones story demo uses a language model for narration and Jev for parallel game-state judgments.
A side-by-side comparison of GPT's written responses and Jev's yes-or-no judgments.
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