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.

The author finds the post and linked repo very helpful for implementing Jev in games, noting that much of the computation and execution happens in the code itself, making it more 'Game engine + Jev + Astra'.
This post and especially the linked repo were super helpful to figure out how to implement Jev in games. Although it says "Jev + Astra" a lot is calculated and executed in the code itself so its more "Game engine + Jev + Astra" and thats probably the best pay to do it!