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

TailClaude: Open Source Web UI for Accessing Claude Code Sessions from Mobile and Browser
TailClaude is an open source web UI that lets you access and continue Claude Code sessions from your phone or any browser in under a minute using Tailscale. The project was built with Claude Code assistance for scaffolding, SSE streaming backend, mobile-first chat UI, and QR code integration.

Offline Voice-to-Text Tool for macOS Using Local Whisper via MLX
A developer has open-sourced whisper-dictate, a macOS tool that provides fully offline voice-to-text transcription with real-time translation capabilities using Whisper running locally through MLX on Apple Silicon. Transcription takes about 500ms after speaking stops.

MonClaw: A Minimal OpenClaw Implementation Using OpenCode SDK
A lightweight alternative to OpenClaw built on the OpenCode SDK, featuring Telegram and WhatsApp support.

CC-Wiki: Turn Claude Code Sessions into a Shareable Quartz Knowledge Base
CC-Wiki converts your ~/.claude session history into a Quartz-based knowledge base. One command installs it; running /cc-wiki inside a Claude Code session packages the conversation.