Jevで動くリアルタイムDoomデモ
ゲームデモがリアルタイムの意思決定を示します。Diogoによると、このデモは毎秒約10回Jevを呼び出し、元投稿には2分43秒の動画があります。

開発者がTypeSafeのJev意思決定モデルを使ったテトリスを構築。合法な着地リストから選択し、1手約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