Maia Chess Open-Sources Maia-3: New Transformer Architecture Advances Human Chess Move Prediction
Key Takeaways
- ▸Maia-3 achieves 57.1% accuracy predicting human chess moves—outperforming competitors while using a more efficient architecture
- ▸New Chessformer transformer architecture treats chess as token-based problem with position-aware attention, balancing human emulation with engine performance
- ▸Model spans 600-2600 player ratings (99% of skill spectrum), enabling tools for beginners through titled professionals
Summary
Maia has released Maia-3, an open-source machine learning model designed to predict human chess moves rather than calculate optimal play. The release marks a significant advancement in human behavior modeling for chess, achieving 57.1% accuracy on its test set—a substantial improvement over Maia-2's 52.0% and ahead of competing approaches like ALLIE, while requiring significantly fewer parameters.
Maia-3 is powered by Chessformer, a novel transformer architecture specifically designed for chess that treats board squares as tokens and incorporates Geometric Attention Bias to adapt attention patterns to chess position geometry. The model now covers players across a 600-2600 rating range on Lichess, spanning 99% of the player skill spectrum, enabling applications from beginner training to titled player coaching. Unlike specialized models that require different architectures for human emulation versus raw engine strength, Chessformer unifies these capabilities while remaining interpretable.
The complete release includes source code, pre-trained model weights, and research documentation available for free. Players can access Maia-3 on maiachess.com for training, analysis combining human and engine perspectives, tactics drills, openings practice, and community-driven applications. The open-source availability enables developers to build educational tools, human-like bots, custom puzzle generators, and novel chess applications powered by human-move prediction rather than traditional evaluation functions.
- Complete source code, weights, and research paper open-sourced, enabling community to build educational and analytical tools
Editorial Opinion
Maia-3 demonstrates how open-sourcing state-of-the-art AI models can accelerate innovation in specialized domains while maintaining interpretability. By releasing not just the model but the underlying architecture and research, the team has created a foundation for the chess community to build human-centered applications that chess engines alone cannot enable. This approach—prioritizing explainability and community access over proprietary advantage—could serve as a valuable template for AI projects seeking meaningful real-world impact beyond raw performance metrics.



