Claude Code Chess Mod Adds Jev Opponent
The Chess mod for Claude Code now supports TypeSafe’s Jev through an API key, letting developers play against Jev in a terminal side pane. Jev selects from the exact legal moves using one typed decision per turn.
This is a clever latency showcase, but its real value is demonstrating how typed decision models can drive interactive developer tools without consuming Claude session tokens.
- –Jev receives the position, move history, and legal moves, while the mod enforces chess rules.
- –Each move uses one HTTP request to TypeSafe’s decision API.
- –Developers can switch between Claude, Jev, and the Vercel AI Gateway.
- –Failed requests fall back to a random legal move, so games continue.
- –It is a fun integration demo, not evidence that Jev rivals dedicated chess engines.
DISCOVERED
1h ago
2026-09-27
PUBLISHED
1h ago
2026-09-26
RELEVANCE
AUTHOR
dani_avila7