Jev로 구동되는 실시간 Doom 데모
게임 데모가 실시간 의사결정을 보여줍니다. Diogo는 초당 약 10번 Jev를 호출한다고 설명하며, 게시물에는 2분 43초 영상이 있습니다.

작성자는 Jev와 체스를 둘 수 있는 플레이그라운드를 만들어 각 국면의 보드를 상태로, 모든 합법 수를 choice()로 입력했고 결과는 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.