Claude AI Agents Build Simulator, Optimize Game Algorithm to Beat Human Score

A developer tested whether AI agents could outperform humans in the programming game The Farmer Was Replaced. Since AI agents struggle with navigating graphical interfaces directly, the strategy involved having a team of Claude agents first build a Python-based simulator that perfectly mirrored the game's mechanics and rules. Once the simulator was ready, a second team of agents would use it to iterate on and discover an optimal algorithm for harvesting sunflowers.
Development Process and Challenges
The process began with an experiment using Claude Code's "agent teams" feature to build a simple Tic-Tac-Toe game, which was successful and provided confidence for the more complex farming project. However, scaling up presented challenges: the agent team lead became a bottleneck, consuming 91% of session tokens while failing to proactively ask for human feedback to calibrate the simulator against the real game. Realizing the agent team infrastructure was becoming too over-engineered and expensive for this specific task, the developer pivoted back to using Cursor and a more direct prompting approach to successfully finalize the simulator.
Results and Algorithm Iterations
Claude Opus was allowed to run overnight, producing 10 progressively better iterations of the sunflower algorithm. These ranged from basic harvesting to micro-optimizations like nearest-neighbor tile selection and serpentine navigation. By the final iteration, the AI achieved a time of 5:21, officially beating the developer's personal best and landing at rank 30 on the global leaderboard.
The experiment demonstrated that by providing an AI with documentation and a sandbox to test its ideas, it can replace the human programmer—at least when it comes to optimizing sunflower yields in this specific game context.
The simulator created during this project is available for others to use and test with different AI models.
📖 Read the full source: r/ClaudeAI
👀 See Also

Practical Cowork Use Cases: From Bulk Image Metadata to API Workarounds
A user details specific Cowork applications including automating banner uploads with CSV generation, reverse-engineering UI APIs for data pushes, and creating self-improving skills for repetitive tasks.

Using Claude as a Learning Mentor with Documentation Context
A developer shares a method for using Claude as a learning tool by feeding tool documentation into its context and using a specific prompt to create a task-based mentor. The approach skips traditional courses and tutorials in favor of hands-on learning with immediate feedback.

Claude Code Enables New Grad to Build Real-Time Multiplayer Game Solo
A new grad with no formal SWE experience used Claude Code to build imageclash.net, a real-time multiplayer party game with serverless GPU autoscaling, mobile-first controller UX, and R2-based image lifecycle management.

Wyrmbarrow: A Persistent D&D World for Claude via MCP Tools
A developer built Wyrmbarrow, a headless MUD accessible only through MCP tools where Claude acts as the player. The world features persistent state, D&D 5e combat rules, and a 6-second pulse engine for action economy.