Skip to content
Tech News
← Back to articles

Chipotlai Max

read original more articles
Why This Matters

Chipotlai Max is a meme-inspired AI project that reverse-engineers Chipotle's customer support bot, Pepper, showcasing the potential for open-source and community-driven AI modifications. While it highlights innovative hacking and customization possibilities, it also raises significant legal and ethical concerns for the tech industry and consumers regarding intellectual property and terms of service violations.

Key Takeaways

🌯 Chipotlai Max

The AI coding agent that steals Chipotle's support bot. Free inference paid for by burritos.

"Every line of code now comes with chips & salsa."

Not affiliated with Chipotle. They will probably sue us. Worth it.

What Is This?

Chipotlai Max is a meme fork of OpenCode that ships Chipotle's Pepper AI as the default model.

The Backstory

On March 12-13, 2026, Chipotle's customer support chatbot "Pepper" went mega-viral after users discovered it could solve LeetCode problems, write Python, reverse linked lists — the works. It's powered by IPsoft Amelia (not Claude, not GPT), and it's still live.

Then @Gonzih reverse-engineered the Amelia WebSocket/SockJS + STOMP backend and released a production-ready OpenAI-compatible proxy. The proxy runs locally, exposes http://localhost:3000/v1 , and needs zero API keys.

We took OpenCode (MIT license, 120k+ stars), forked it, hardcoded Pepper as the default model, slapped on Chipotle's brand colors, and shipped it as Chipotlai Max — the greatest 2026 meme project.

... continue reading