TypeSafe Jev Played Chess — And Landed Next to Reasoning Models A developer integrated TypeSafe's Jev model into the LLM Chess benchmark harness, adapting the classifier-style API to return UCI chess moves and landing the model at roughly #59 on the leaderboard with an Elo near 243, alongside qwen3.6-27b and o4-mini-medium. Jev achieved a flat 50% draw rate against Dragon at levels L1 through L3 while costing about $0.0015 per game and 119 tokens, far below chat-model competitors. The developer noted that Jev's fixed-label design suits selecting from a list of legal moves better than free-form text generation, which produced near-words like 'bue' and 'helhoh' in a spelling test. TypeSafe's Jev https://docs.typesafe.ai/introduction is an odd one. It isn't a chat model - you send a state plus typed questions Choice / Score / Noul and get labels with probabilities — like a classifier, except the input can be free text and you choose the labels each time. I've been running models through LLM Chess https://maxim-saplin.github.io/llm chess/ for a while. LLMs play in an agentic setting with a multi-turn protocol: get current board , get legal moves , make move