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

Efficient Token Management with Open-Source MCP Servers: Pare
Pare MCP servers reduce token waste and enhance efficiency when AI coding agents use developer tools by providing structured output.

iai-mcp: A local daemon for persistent OpenClaw memory across sessions
iai-mcp is an open-source daemon that captures all OpenClaw conversations, stores them in three memory tiers with local neural embeddings and AES-256 encryption, and feeds relevant context back on new sessions — verbatim recall >99%, retrieval <100ms, session-start cost <3k tokens.

Cowork Context Management Kit Solves Claude's File Overload Problem
A developer built a context management kit for Cowork after Claude AI was reading all 462 files in their project folder, causing performance issues and contradictions. The solution includes global instructions, a manifest file system, and a Cowork skill to prioritize relevant documents.

LocalSynapse MCP Server Adds macOS Support and Search Improvements
LocalSynapse, an offline MCP server for searching local documents, now supports macOS and includes fixes for multi-word search queries. The developer has implemented feedback-driven improvements including position-adjusted click boosting and time decay as promotion.