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

개발자가 TypeSafe의 Jev 의사결정 모델로 테트리스를 만들어, 합법적인 착지 목록에서 선택하며 이동당 약 400ms, 100조각당 약 1센트이고 스키마 제약으로 불법 수를 방지한다.
I built Tetris where an AI model makes every move, but it's not an LLM. Jev (TypeSafe's new "decision model") gets a list of legal landings and picks one. ~400ms per move ~1 cent per 100 pieces Can't hallucinate an illegal move, the schema won't let it