y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#game-ai News & Analysis

5 articles tagged with #game-ai. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

5 articles
AIBullisharXiv โ€“ CS AI ยท Mar 57/10
๐Ÿง 

AutoHarness: improving LLM agents by automatically synthesizing a code harness

Researchers developed AutoHarness, a technique where smaller LLMs like Gemini-2.5-Flash can automatically generate code harnesses to prevent illegal moves in games, outperforming larger models like Gemini-2.5-Pro and GPT-5.2-High. The method eliminates 78% of failures attributed to illegal moves in chess competitions and demonstrates superior performance across 145 different games.

๐Ÿง  Gemini
AIBullisharXiv โ€“ CS AI ยท Mar 126/10
๐Ÿง 

Resource-constrained Amazons chess decision framework integrating large language models and graph attention

Researchers developed a lightweight AI framework for the Game of the Amazons that combines graph attention networks with large language models, achieving 15-56% improvement in decision accuracy while using minimal computational resources. The hybrid approach demonstrates weak-to-strong generalization by leveraging GPT-4o-mini for synthetic training data and graph-based learning for structural reasoning.

๐Ÿง  GPT-4
AINeutralMIT Technology Review ยท Feb 275/104
๐Ÿง 

The Download: how AI is shaking up Go, and a cybersecurity mystery

The article discusses how AlphaGo's victory over Lee Sedol ten years ago has fundamentally changed how top Go players approach the game. AI has rewired the strategic thinking of the world's best Go players, representing a significant shift in the ancient game's evolution.

AINeutralarXiv โ€“ CS AI ยท Mar 174/10
๐Ÿง 

Evolutionary Transfer Learning for Dragonchess

Researchers developed an evolutionary transfer learning approach to adapt chess AI heuristics for Dragonchess, a 3D chess variant. While direct transfers from Stockfish failed, evolutionary optimization using CMA-ES significantly improved AI performance in this complex multi-layer game environment.

AINeutralarXiv โ€“ CS AI ยท Feb 274/108
๐Ÿง 

Generalized Rapid Action Value Estimation in Memory-Constrained Environments

Researchers introduce GRAVE2, GRAVER and GRAVER2 algorithms that extend Generalized Rapid Action Value Estimation (GRAVE) for game playing AI. These new variants dramatically reduce memory requirements while maintaining the same playing strength as the original GRAVE algorithm.