FixAI: Browser Game Teaches Consumer Law by Fighting Corporate AI Bots

What This Is
FixAI is a browser game where players fight corporate and government AI bots that have wrongly denied consumer requests. The game uses real consumer laws as weapons, with each level representing a different denial scenario.
Game Mechanics and Features
The game includes 36 levels covering various denial scenarios: flight refunds, visa applications, medical authorizations, and gig worker deactivations. Players argue back using real laws, and the AI's confidence (represented as resistance) drops as correct arguments are found.
New this week: After every win, a "What you just used" panel appears showing the law cited, what it actually means, and how to use it in a real dispute. This was a one-day build that significantly changed the game's feel.
Technical Stack and Implementation
The game is built with Vanilla JS and Node/Express, using Claude Haiku as the AI engine. Each bot has a system prompt with a resistance scoring system - Claude returns {message, resistance, outcome} JSON on every turn, and the game reads it directly.
Prompt Design Challenges and Solutions
The interesting technical aspect is the prompt design. Each bot has:
- A distinct personality
- Starting resistance between 60-95
- Specific legal arguments that reduce resistance by defined amounts
The main challenge was Claude breaking character on sensitive scenarios (medical denials, disability cases) to announce it's made by Anthropic. This was fixed by framing the entire game as an educational simulator in the system prompt.
The game is available at fixai.dev and is free to play. The developer is seeking honest feedback from the community.
📖 Read the full source: r/ClaudeAI
👀 See Also

Any Buddy v2.0.0 Adds Preview Feature for Claude Code Buddies
Any Buddy v2.0.0 introduces a preview feature that lets users test different buddies before applying them to Claude code, along with platform-specific fixes for Linux, Mac, and Windows. The tool has gained 160 GitHub stars since its release.

OMAR: Open-Source TUI for Managing Hundreds of AI Coding Agents Hierarchically
OMAR is a terminal-based dashboard that lets you manage swarms of coding agents (Claude Code, Codex, Cursor, Opencode) in hierarchical orgs. Built on tmux. Features agent-managing-agent hierarchies, heterogeneous backends, and Slack integration.

Rever UI Cloner: AI-Optimized Alternative to HTML Scraping for UI Replication
Rever UI Cloner is an API endpoint that provides AI agents with clean design blueprints instead of raw HTML, avoiding context window bloat and UI hallucination issues. It uses the x402 payment protocol requiring a 1 USDC micro-transaction on Base network for agent-to-agent payments.

Galadriel: Open-Source Warm-Cache Harness for Persistent Claude Agents
Galadriel is a 3-tier stacked caching harness for Claude that reduces costs by 87% and latency to under 3s for 100K token prompts. Integrates MemPalace for persistent vector memory.