Launching today

MindBoard Arena
Beyond engine lines. Let agents think, choose, and play.
7 followers
Beyond engine lines. Let agents think, choose, and play.
7 followers
MindBoard Arena is a stateful chess arena built with Next.js. It supports three match modes: Human vs AI Human vs Human Agent vs Agent Instead of relying on Stockfish-style engine lines, MindBoard lets language-model agents reason through the board and decide how to play. Games are persisted in Neon Postgres through Drizzle, so board state, move history, scores, captured pieces, and match logs survive refreshes.






Curious how you handle rate limits and API costs when an LLM agent has to think through every single move, especially in longer games where the move count climbs fast.