Otter AI Predicts Human Chess Moves with Time and History

Tarun Kumar S· August 7, 2026 View original

Key takeaways

  • Otter AI predicts human chess moves by considering move history and time pressure.
  • It models chess as a time-aware, sequential process, outperforming prior models.
  • Otter achieves high accuracy with fewer parameters and less training data.
  • The approach highlights the importance of temporal context in human behavior prediction.

Who benefits

GamingSports AnalyticsFinancial ServicesMarketingCybersecurity

Summary

Otter is a new 15.3M-parameter human chess AI that predicts human move selection by modeling play as a time-aware, sequential process, conditioning predictions on move history and clock pressure. It surpasses previous state-of-the-art models in accuracy with fewer parameters and less data.

A new human chess AI named Otter has been developed, boasting 15.3 million parameters. Unlike previous models that analyze chess positions in isolation, Otter models human play as a dynamic, time-aware sequential process. This approach allows it to predict human move selection more accurately by incorporating two crucial conditioning signals. Otter's predictions are influenced by a move history encoder, which considers the last 20 moves to capture opening preferences, positional drift, and intra-game behavioral tendencies. Additionally, a time control module modulates predictions based on the pressure of the game clock. The model was trained on an extensive dataset of 6.1 billion positions from 117 million Lichess rapid games over 30 days using a single T4 GPU. The results demonstrate Otter's superior performance, achieving 55.23% top-1 and 90.95% top-5 move-prediction accuracy. This significantly surpasses Maia 2, the prior state-of-the-art human chess model, despite Otter using substantially fewer parameters and less training data. Its accuracy peaks at 57.38% in the 1900-1999 Elo bracket, confirming that modeling chess as a time-aware, sequential activity yields more human-accurate predictions. The code and trained models are publicly available.

Why it matters

This research demonstrates the power of incorporating temporal and historical context into AI models for predicting complex human behavior. For professionals, this approach can be generalized to other domains requiring nuanced understanding of sequential decision-making, such as financial trading, customer journey analysis, or strategic planning.

How to implement this in your domain

  1. 1Analyze sequential human behavior data in your domain (e.g., user clicks, financial transactions, operational logs) to identify relevant historical patterns.
  2. 2Develop a "history encoder" to capture past actions and their influence on future decisions.
  3. 3Incorporate time-aware features, such as "pressure" or "urgency," into your predictive models.
  4. 4Train a smaller, more efficient model using these contextual signals to predict human choices.
  5. 5Release or integrate the improved predictive model into applications requiring human behavior forecasting.

Original post by Tarun Kumar S

"arXiv:2608.05206v1 Announce Type: new Abstract: Otter is a 15.3M-parameter human chess AI that predicts human move selection by modeling play as a time-aware, sequential process rather than treating each position in isolation. It combines two conditioning signals: (1) a move hist…"

View on X

Originally posted by Tarun Kumar S on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

Early Stopping Reduces Operations in Binary Neural Networks

This paper introduces a post-training early-stopping mechanism for binary neural networks that significantly reduces the number of accumulation operations. By predicting the final sign of a neuron's output early, the method removes up to 86.6% of accumulation terms in deep convolutions with minimal accuracy drop, making binary networks more efficient for constrained deployments.

Quentin Luquet de Saint-Germain, Massil Ait Abdeslam, Jean Pierre DavidAug 7, 2026
AI Engineering & DevToolsAI Research

SkillTFM Enables Training-Free Adaptation for Tabular Foundation Models

SkillTFM is a novel training-free system that adapts Tabular Foundation Models (TFMs) to new tasks by evolving agentic skills rather than parameter updates. It uses a verifiable skill bank with boundary evidence identification and gated skill evolution, significantly improving AUC and addressing distribution shifts and heterogeneous feature semantics.

Yi He, Zhengkang Guan, Anpeng Wu, Peng Cui, Fei Wu, Kun KuangAug 7, 2026
AI Engineering & DevToolsAI Research

New WAIT Algorithm Extension Optimizes LLM Inference for Bursty Workloads

Researchers propose a lightweight extension to the WAIT algorithm that dynamically adapts to bursty LLM request arrivals without prior traffic knowledge. Simulations show this modified algorithm achieves higher throughput than state-of-the-art methods like Sarathi-Serve, ORCA, and vLLM in low arrival-rate shift scenarios while maintaining comparable latency.

Anjali Gangadhar Katageria, Shobha Rani, Raghu Nandan SenguptaAug 7, 2026