Jean-Claude: A Satirical LLM Frontend Mocking EU AI Regulation, with 412 Cookie Partners and VAT Invoices Every 5 Messages

Jean-Claude is a satirical LLM frontend that takes EU bureaucracy to its logical extreme. Built by Ivan Saorin, it wraps any BYOK provider (OpenAI, Anthropic, Gemini — key never leaves browser) in a layer of over-regulation. Jean-Claude refuses roughly half of all prompts on procedural grounds, demands your spouse co-sign anything substantive (four-eyes principle), reports per-token CO₂ in micrograms, and every 5 messages issues a VAT invoice payable within 14 calendar days.
Key Features
- Cookie banner with 412 trusted regulatory partners — all browsable
- Audit Log where every prompt is retroactively flagged for some violation
- Compliance Center with live (fake) GDPR / AI Act / Joy Quotient metrics
- Carbon footprint tracker with mandatory €offset
- Subsidies form (up to €4.20 per 1,000 prompts, Form 27-bis required)
- 404 page says “the page you're seeking is currently Ukraine”
- Von Der Chatbot help widget — Brussels press conference vibes, drops Ursula references, drafts perfect-citizen agendas
- 4 languages with citizenship-aware tone (warmer to EU citizens)
- BYOK — bring your own key for OpenAI / Anthropic / Gemini
Try It & Repo
- Live site: https://ivan-saorin.github.io/JeanClaude/
- GitHub repo: https://github.com/ivan-saorin/JeanClaude
It's satire — the European Onion is not real, and Jean-Claude has no affiliation with the EU or any actual public figures. Article references are fabricated for comedic effect (mostly). The post was proudly produced by Jean-Claude teacher Claude.
For developers AI agents, this could serve as an amusing test harness for handling absurdly strict guardrails — or just a fun demonstration of how far you can take regulation parody.
📖 Read the full source: r/ClaudeAI
👀 See Also

Chromeflow: Chrome Extension Automates Web UI Tasks for Claude
Chromeflow is a free, open-source Chrome extension and MCP server built with Claude Code that gives Claude browser control to automate manual web UI tasks like setting up Stripe, Supabase, or SendGrid. It highlights elements to click, fills fields, clicks Save, and writes API keys directly to .env files.

Symphony workflow automation tool works with Claude Code
A developer got the Symphony spec working with Claude Code to automate ticket-to-PR workflows, using Node/TypeScript initially but noting Elixir might be better. The tool requires separate API key setup and billing beyond Claude subscriptions.

CAL: Open-Source Context Optimization Layer for LLM Agents
CAL (Context Assembly Layer) is a Python library that reduces Claude API token usage by 83% through intelligent context selection and compression. It's available via pip install and MIT licensed.

engram: Claude memory plugin with salience-gated capture and dream cycles
engram is a Claude memory plugin that filters observations at capture time using 5 salience dimensions, persisting only high-scoring events to SQLite with no LLM calls in scoring. It features automatic injection through 5 hooks and dream cycles that extract recurring workflows at session end.