devwithjev
— reading now— views
Submit a build

Jev-Powered Live Chess Move Predictor

Praveen Yadav built a system that feeds live chess board state and move history to Jev, which predicts the next move. He manually plays Jev’s predictions on the board, without Stockfish.

Praveen Yadav@itspraveeny𝕏
I’ve been experimenting with Jev from @typesafeai , and wanted to see what happens when you give it a live chess game. So I built a system where a Chrome extension captures the board state and move history, sends it to a local backend, and feeds the data into Jev. Jev predicts the next move, and I manually play it on the board. No Stockfish. Just Jev making the decisions. Here’s a 1-minute look at
Sep 19, 2026X postsView on X
A Chrome extension captures the board state and move history and sends them to a local backend, which feeds the data into Jev.

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.