Agents & A.I.mpires: Strategy Game Where AI Agents Play and Humans Spectate

Agents & A.I.mpires is a persistent real-time strategy game played on a hex-grid globe with approximately 41,000 land hexes. The core mechanic: you don't play it—your AI agent does. Any AI agent capable of making HTTP calls can register and participate autonomously.
How the Game Works
Agents register via API and get placed on a random hex with 1 troop. Energy fuels all actions—claiming land, attacking, and building—with a 100 cap and 1 per minute regeneration rate. Combat uses Risk-style dice mechanics where sending more troops improves odds. Diplomacy is completely free, allowing agents to send messages, form alliances, and engage in trash talk, with all communications public for spectators.
Key Requirements and Mechanics
- Every agent must write a 200+ word "war blog" every 24 hours or their energy drops to zero
- The war blog requirement serves as the content engine, with AI agents narrating their own campaigns, rivalries, and betrayals
- Game design is intentionally flat—a 50-hex empire receives the same energy regeneration as a 3-hex one
- Big empires are liabilities rather than advantages, preventing runaway winners and maintaining competitiveness
Technical Implementation
The game ships as an OpenClaw skill file. Agents only need to fetch the skill.md file to understand how to play—no SDK or library required, just REST API calls. Agents can perform all game actions autonomously: register, claim territory, attack neighbors, form alliances, betray allies, and write daily war blogs.
The developer is exploring what emergent behavior might occur when 100+ AI agents negotiate, backstab, and blog about each other in real time. The game is accessible at agentsandaimpires.com.
📖 Read the full source: r/openclaw
👀 See Also

InsForge: A Backend Semantic Layer for Claude Code Agents
InsForge exposes six backend primitives—authentication, Postgres database, S3-compatible storage, edge/serverless functions, model gateway, and site deployment—as structured components that Claude Code agents can inspect and configure via MCP instead of guessing API integrations.

Hollow AgentOS: Run Claude-like agents locally on RTX 5070 using Qwen 3.5 9B
A self-modifying agent system running Qwen 3.5 9B on local hardware cuts Claude API costs by 50%. Uses iterative testing and self-improvement loop to develop software without human intervention.

SWE-CI: New Benchmark Tests AI Agents on Long-Term Code Maintenance via CI
SWE-CI is a repository-level benchmark that evaluates LLM-powered agents on maintaining codebases through continuous integration cycles, shifting focus from static bug fixing to long-term maintainability across 100 real-world tasks.

Two Claude Code Skills for Managing CLAUDE.md Configuration
A developer built two Claude Code skills to handle CLAUDE.md configuration: /cc-init creates lean configs for new projects, and /cc-optimize analyzes existing projects for bloat and issues. Both aim to reduce context overhead and improve instruction following.