NanoJev
TianyuCodings
Nano replica of Jev featuring parallel decisions, dynamic candidate sets, and an end-to-end training and evaluation pipeline.
- License
- MIT
- GitHub Stars
- 657
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Evaluates multiple questions and dynamic candidate spaces concurrently in a single forward pass, logging navigation choices.
What this project offers
Provides open-source training infrastructure and game environment benchmarks for investigating non-generative discrete decisions.
Review scope
Source code verified against pinned commit. Complete training and benchmark suite; generalization depends on dataset diversity.
Sources and implementation
Related projects
OneVOneJev
emrickgarrett · High-Frequency / Games
A browser-based 1v1 shooter where Jev reads structured match state and chooses movement, aim, and firing.
jevpilot
standardagents · High-Frequency / Games
A browser driving simulator where Jev chooses among locally generated paths and speeds.
live-jev
vinilana · High-Frequency / Games
A browser-based top-down driving simulator using Jev for lane and speed choices, with an optional chat-model comparison.
JevBird
leftspace89 · High-Frequency / Games
A Python Flappy Bird game where code simulates candidate routes and Jev picks one.