JevMade hello@JevMade.com

A public registry · independent & community-run

Explore the Jev ecosystem.

Learn, build, and play with Jev — from deep technical guides to creative experiments.

Make & explore

Experiments.

See what builders made with Jev. Games, tools, repositories, articles, and more — traced to their sources.

Featured experiment Jev experiments by Nader Dabit
Recorded frame from Jev experiments
Explore 1,613 entries
The directory03 / 03 · Experiments

Find something worth exploring.

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 1381–1440

Raptor puts Jev in the decision layer of a dual-arm robot while code handles inverse kinematics and physics.

Recorded frame of Jev dual-arm robot
ACTUAL RECORDING11 SEC ↗
— Playable demos & bots

Emogee is a public Jev demo shared by Justin Youens after he could not find a link for the original example.

Source screenshot of Emogee
SOURCE SCREENSHOTEXPAND ↗
— Playable demos & bots

Ackerman’s feed filter asks Jev four binary questions about every post before deciding what reaches the reader.

Recorded frame of Jev feed filter
ACTUAL RECORDING12 SEC ↗
noul Apps & data pipelines

Hover Explanations uses Jev to reveal contextual explanations, with its maker reporting about $0.006 for the demo test.

Recorded frame of Hover Explanations
ACTUAL RECORDING12 SEC ↗
— Playable demos & bots

Action Gate asks Jev to score risky agent actions and routes a simulated $50,000 transfer to human review.

Recorded frame of Action Gate
ACTUAL RECORDING12 SEC ↗
scorechoice Agent tooling

Give jev-browser a site and task; it opens the browser and lets Jev choose each click from the visible page.

Recorded frame of jev-browser
ACTUAL RECORDING12 SEC ↗
choice Browser & computer use

JevBest collects Jev demos so visitors can watch each build and find its original post.

Recorded frame of JevBest
ACTUAL RECORDING12 SEC ↗
— Community lists

Jev Calc is Kitze’s smart calculator notebook for working through free-form calculations.

Recorded frame of Jev Calc
ACTUAL RECORDING12 SEC ↗
— Apps & data pipelines

Dario Crespo puts Jev behind a no-install, no-registration chat and shares the implementation as open source.

Source screenshot of Jev Chat
SOURCE SCREENSHOTEXPAND ↗
— Playable demos & bots

Jev Detector scans text for AI slop without sign-up; its maker reports processing roughly 10,000 words in two seconds.

Recorded frame of Jev Detector
ACTUAL RECORDING12 SEC ↗
score Apps & data pipelines

Jevの扉 lets people create and upload genres, with WebMCP support so an agent can make them too.

Source screenshot of Jevの扉
SOURCE SCREENSHOTEXPAND ↗
— Apps & data pipelines

JevedIn is Akshat’s LinkedIn extension that uses Jev to detect and block AI slop in the feed.

Recorded frame of JevedIn
ACTUAL RECORDING12 SEC ↗
— Apps & data pipelines

Kai’s crawler starts at company homepages, finds careers pages, and selects jobs matching a profile.

Recorded frame of jev-job-hunter
ACTUAL RECORDING12 SEC ↗
— Apps & data pipelines

B.AI offers Jev through its API for typed, probabilistic decisions over application state.

Source screenshot of Jev on B.AI
SOURCE SCREENSHOTEXPAND ↗
— Integrations

Jev, briefly

A decision model, not a chatbot.

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.

choice Pick one of these.

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.

score Rate this on a rubric.

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.

noul Is this statement true?

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

Patterns that keep showing up.

One decision per tick

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.

Confidence as a gate

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.

Shrink the choice space in code

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.

Jev judges, LLMs talk

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.

Made something with Jev?

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