A satirical fork of the popular OpenCode project has transformed Chipotle's customer support chatbot "Pepper" into a functional coding agent. Chipotlai Max, released March 16, 2026, integrates the fast-food chain's support bot as its default AI model for code generation, creating both a functional tool and cultural commentary on AI deployment priorities.
Chipotle's Support Bot Gained Viral Attention for Coding Skills
On March 12-13, 2026, Chipotle's customer support chatbot "Pepper" went viral after users discovered it could solve LeetCode problems, write Python, and reverse linked lists. The bot is powered by IPsoft Amelia, not mainstream models like Claude or GPT, and remains live in production.
Technical Implementation Uses Reverse-Engineered Proxy
Chipotlai Max is built on OpenCode, an MIT-licensed project with over 120,000 stars. The fork hardcoded Pepper as the default model, applied Chipotle's brand colors, and uses an OpenAI-compatible proxy exposing /v1/chat/completions at http://localhost:3000/v1. The proxy was reverse-engineered by developer Gonzih and implements WebSocket/SockJS plus STOMP protocol.
The default configuration uses provider chipotle-pepper, model pepper-1, and API key "burrito-2026" (a dummy key—any value works). Cost is listed as $0.00. The repository includes TypeScript (54.8%), MDX (41.1%), CSS (3.2%), plus Rust and JavaScript.
Community Encouraged to Reverse-Engineer More Corporate Bots
The project humorously solicits community contributions to reverse-engineer support chatbots from Home Depot, Lowe's, Target, Starbucks, Walmart, and McDonald's following the same proxy pattern. Documentation explicitly notes this reverses production infrastructure, violates terms of service, lacks stability guarantees, and is intended purely for educational and entertainment purposes.
Strong Hacker News Reception
Posted on Hacker News on June 1, 2026, by user nigelgutzmann, the project received 303 points and 51 comments, indicating strong community interest and amusement. The GitHub repository reached 265 stars with 5 forks.
Cultural Commentary on AI Deployment Priorities
The project highlights several trends in AI development. Corporate chatbots are often more capable than their intended use cases suggest. Reverse-engineering commercial AI services has become a form of digital protest and art within developer communities. The open-source community actively repurposes locked-down AI systems as a statement.
As one observer noted, "Someone built a full Chipotle ordering AI called 'Chipotlai Max.' We're not using LLMs to cure diseases yet, but we ARE automating our burrito bowls." The project serves as commentary on the gap between AI hype around solving major problems and the reality of optimizing food orders.
Key Takeaways
- Chipotlai Max is a satirical fork of OpenCode that uses Chipotle's customer support bot "Pepper" as its default coding agent
- The project reverse-engineers Chipotle's IPsoft Amelia-powered chatbot through an OpenAI-compatible proxy at zero cost
- It gained 265 stars and received 303 points with 51 comments on Hacker News after launch
- The fork explicitly violates Chipotle's terms of service and is intended for educational and entertainment purposes
- The project serves as cultural commentary on AI deployment priorities and corporate chatbot capabilities exceeding their intended use cases