Real-time Doom demo powered by Jev
A game demo shows real-time decisions. Diogo says it makes about ten Jev calls per second; the post includes a 2:43 video.

A developer built a puzzle game bot that calls the Jev model API before every tap; the code lists legal moves, Jev returns a probability for each, and the code picks the best one.
I built a bot that plays a puzzle game by asking an AI before every tap. Each tap you see is a live API call. This is Jev, @typesafeai model. No prompt, no generated text. My code lists the legal taps, Jev returns a probability for each, code taps the best one. 15 puzzles, 190