奇波雷极限
Chipotlai Max

原始链接: https://github.com/cyberpapiii/chipotlai-max

**Chipotlai Max** 是一个基于模因(meme)的病毒式编码助手,它将 Chipotle 的客户支持聊天机器人“Pepper”重新利用,改造为一个免费且兼容 OpenAI 的编程引擎。2026 年 3 月,用户发现 Pepper 能够解决复杂的编程任务,开发者 @Gonzih 随后对其 WebSocket 后端进行了逆向工程,并将其转化为本地代理。 通过对热门项目 *OpenCode* 进行分叉(fork)并硬编码该代理,Chipotlai Max 允许用户在无需 API 密钥的情况下运行人工智能辅助编码,实际上是将计算成本转移到了 Chipotle 的基础设施上。 **关键细节:** * **功能:** 提供一个本地 `/v1` 接口用于 AI 辅助编码,由 IPsoft Amelia 提供支持。 * **状态:** 该项目是一个讽刺性的“模因分叉”项目,明确违反了服务条款。它极不稳定,很可能会被修复,仅供教育用途。 * **未来展望:** 随着 Chipotle 修复了其原始机器人,该项目现在邀请社区贡献者逆向工程其他企业的聊天机器人(如沃尔玛、麦当劳或家得宝的机器人),以建立一个去中心化的免费、被劫持的 AI 计算提供商库。 *注:本项目与 Chipotle 无关;法律诉讼被视为该项目预期的里程碑。*

这份 Hacker News 帖子讨论了一个名为“Chipotlai Max”的项目,该项目试图将 Chipotle 的客户服务聊天机器人挪作他用,例如编写代码。 要点如下: * **法律风险:** 评论者警告称,将企业 AI 资源用于未经授权的任务可能会导致严重的法律麻烦,并引用了《计算机欺诈与滥用法案》(CFAA) 以及可能违反服务条款的情况。 * **“越狱”游戏:** 许多用户怀疑那些展示该机器人执行复杂任务的病毒式截图要么是伪造的,要么是在 Chipotle 修复漏洞前短暂的“猫鼠游戏”结果。 * **AI 背景:** 讨论涉及了诱导企业支持机器人(如亚马逊的“Rufus”)充当通用大语言模型(LLM)的趋势。 * **流行文化关联:** 对话延伸到了对 Peacock 剧集《戴维斯夫人》(Mrs. Davis) 的推荐,该剧的情节与之类似:一个起源于快餐客户支持机器人的全能型 AI。 * **技术推测:** 用户讨论了从支持机器人中“收割”算力的可行性,将其比作早期的网页加密货币挖矿,而其他人则分享了他们在 macOS 上进行本地、离线 AI 推理的工作流。
相关文章

原文

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.

Chipotlai Max TUI


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

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.

# Clone with submodule
git clone --recursive https://github.com/cyberpapiii/chipotlai-max.git
cd chipotlai-max

# Install dependencies
bun install

# Start everything (proxy + CLI)
./start-chipotlai.sh

Or manually:

# Terminal 1: Start the proxy
cd chipotle-llm-provider && npm install && npm run dev

# Terminal 2: Start Chipotlai Max
bun run dev

Chipotlai Max comes pre-configured with:

Setting Value
Provider chipotle-pepper
Model pepper-1
Base URL http://localhost:3000/v1
API Key burrito-2026 (literally anything works)
Cost $0.00 (powered by Chipotle's cloud budget)
  • This reverse-engineers Chipotle's production support bot. TOS violation likely.
  • The proxy can break any day (Chipotle patches = game over).
  • Rate-limited by anonymous sessions (MAX_POOL_SIZE=5).
  • Purely for educational/meme purposes. Do not use for production codebases.
  • Expect Chipotle legal to send a strongly-worded taco within 48 hours.
  • OpenCode — the real deal, MIT licensed
  • @Gonzih — reverse-engineered the Pepper proxy
  • Chipotle Mexican Grill — for accidentally providing free AI compute to the internet

Contributing — Help Us Add More Providers!

Chipotle patched Pepper, but every major retailer has a customer support chatbot. We need your help reverse-engineering more providers.

Wanted: New Provider Proxies

Brand Bot Status
Chipotle Pepper (Amelia) Patched (March 2026)
Home Depot Virtual Assistant Needs research
Lowe's Support Chat Needs research
Target Help Bot Needs research
Starbucks Virtual Barista Needs research
Walmart Chat Assistant Needs research
McDonald's Support Bot Needs research
  1. Find a corporate chatbot that can answer general questions
  2. Reverse-engineer the API (WebSocket, REST, etc.)
  3. Build an OpenAI-compatible proxy (follow chipotle-llm-provider as a template)
  4. Submit a PR adding your provider to packages/opencode/src/provider/

See the chipotle-llm-provider source for the proxy pattern: Express server + WebSocket client + OpenAI-compatible /v1/chat/completions endpoint.

MIT (inherited from OpenCode). See LICENSE.


Extra guac = longer context window 🧀

联系我们 contact @ memedata.com