devwithjev
— reading now— views
Submit a build

Chess App Lets Jev Pick Legal Moves

Zawwar built a small chess app that lets Jev play against him by generating all legal moves in code and asking Jev to choose one.

Zawwar@SyedZawwarAhmed𝕏
I made Jev play chess against me. How did I do it? Jev can't generate a move. It's a classification model, so it only picks from options you hand it. That turns out to be easy to work around. Any position has a fixed set of legal moves, so I generate all of them in code and let Jev choose one. Then I built a small app with a basic UI and played it. First I wanted a number, so I ran it against 600
Sep 19, 2026X postsView on X
Jev is a classification model, so it cannot generate a move itself and can only select from supplied options. The app has a basic UI.

Also filed under Games & real time

  • Benchmarks Jev on Pokémon Red

    The project benchmarks Jev, TypeSafe’s fast decision model, against Jev paired with a GPT-6 Sol planner for playing Pokémon Red.

  • Plain-English Cellular Ecosystem Simulator

    LifePot is a cellular automaton-inspired ecosystem that users describe in plain English. Jev turns those inputs into species, feeding relationships, reproduction strategies, and environmental conditions.

  • Mapping Children's Behavioral Intent in Games

    Mores Research used Jev to map children’s behavioral intent in games and examine how it correlates with real-world behavior. It reports mapping intents across 45+ real sessions involving 20 child users over a long horizon.

  • StarCraft Agent for Fast Tactical Decisions

    Jev_Star is a StarCraft agent experiment that uses Jev for fast tactical decisions.