FixAI Dev: A Consumer Rights Game Using Claude Haiku with Strict JSON Contracts

A developer has created FixAI Dev, a browser game that uses Claude Haiku to simulate a corporate AI wrongfully denying consumer requests. Players argue back using real consumer protection laws, with the AI's confidence dropping when arguments are legally sound.
Architecture and Implementation
The system uses a strict separation of concerns: Claude Haiku handles language generation only, while the server defines which legal arguments reduce resistance and by how much. There's a strict JSON contract between the two components, ensuring game logic never touches freeform LLM output.
Game Details
- 37 cases across EU, US, UK, and Australia
- Scenarios include flight refunds, blocked bank cards, visa rejections, and insurance claims
- ~700 players in the first month
- Free with no account required
Current Challenges and Future Plans
The developer is encountering an issue where, at high resistance values (85-95), Haiku occasionally gives partial reduction to strong arguments instead of the expected full drop. They currently handle this with explicit resistance bands in the system prompt and are seeking cleaner approaches.
Future directions include:
- Certificate system for completed learning paths
- B2B level editor where companies build their own training scenarios on the same engine
- Potential rebranding from FixAI Dev for enterprise appeal
The developer is looking for collaborators with experience in adversarial AI simulations or prompt engineering for roleplay scenarios to make bot behavior more realistic.
📖 Read the full source: r/ClaudeAI
👀 See Also

ClamBot: AI Agent Runs LLM-Generated Code in WASM Sandbox for Security
ClamBot is an AI agent framework that executes all LLM-generated code in a WebAssembly sandbox using QuickJS in Wasmtime, eliminating the need for exec() or subprocess calls. It includes an approval gate for tool calls, persistent script caching as 'clams', and supports multiple LLM providers.

OpenClaw's atoship skill turns AI assistant into shipping manager
The atoship skill for OpenClaw allows users to describe shipping needs in plain English, then handles carrier selection, rate comparison, label purchase, and tracking. Example commands include 'ship this 1lb box to New York, cheapest option'.

Sovr MCP Proxy adds safety layer to prevent LLM destructive commands
A developer built sovr-mcp-proxy after a local LLM nearly executed rm -rf on their home folder. The tool intercepts commands before execution and blocks destructive patterns including rm -rf, DROP TABLE, curl | sh, and chmod 777.
Building a Jarvis-Style AI with MCP and Open Models
A developer built a personal AI assistant using MCP and open models like Qwen3-Coder 480B, with autonomous file editing, persistent context, and hybrid local/cloud inference.