Jev 驱动的实时 Doom 演示
发布线程展示游戏场景中的实时决策效果。Diogo 说明演示约每秒调用 10 次 Jev,并附有 2 分 43 秒视频。

开发者用 TypeSafe 的 Jev 决策模型构建俄罗斯方块,模型从合法落点列表中选择一步,每步约 400 毫秒、每 100 块约 1 美分,且受 schema 约束无法产生非法落子。
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