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

Claude AI Product Launch Skill: Structured Playbooks for AI Product Launches
A free Claude skill provides six battle-tested launch playbooks covering strategy, preparation, messaging, and channel execution for AI product launches. The repository includes English and Chinese materials organized by launch stage.
Surgical GitHub Extraction: A Claude Skill to Fetch One Function, Not the Whole Repo
A new open-source Claude Skill named surgical-github-extraction stops Claude Code from cloning entire repos when you only want one function or pattern. It reads the README, pulls 1–3 raw source files, and lifts the smallest useful unit with a provenance comment.

Deploy Claude Design Artifacts to Live Websites with Teenyapp
Teenyapp provides a hosting service that Claude Design can use directly from chat via an agent token link, enabling autonomous deployment of artifacts with backend support.

PgAdmin 4 9.13 Adds AI Assistant Panel to Query Tool
PgAdmin 4 version 9.13 introduces an AI Assistant panel in the Query Tool that can generate SQL from natural language when AI is configured. The update also includes a Workspace layout for distraction-free query editing and ad-hoc server connections.