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 built a chess playground to play against Jev, feeding each position as board state with all legal moves as choice() inputs, and concludes the result is far from AGI.
LLM's are absolutely terrible at chess. I wondered if Jev could do better so I built a playground to play against it. Every position, it gets the board as state, and all legal moves as a choice(). The result? Not quite AGI.