惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
小众软件
小众软件
D
Docker
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
V
V2EX
博客园 - 叶小钗
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
IT之家
IT之家
博客园 - 司徒正美
M
MIT News - Artificial intelligence
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
GitHub - cyberpapiii/chipotlai-max: The AI coding agent t...
nigelgutzman · 2026-06-02 · via Hacker News

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


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.

Quick Start

# 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

Configuration

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)

Risks & Legal

  • 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.

Credits

  • 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) Built in as pepper-1
Home Depot Magic Apron beta Wired as magic-apron-1; public widget assets found; needs authorized adapter endpoint
Sephora AI Beauty Chat Wired as beauty-chat-1; page is access-controlled from this environment
Nordstrom Rosie Wired as rosie-1; Sierra widget found; needs authorized adapter endpoint
Lowe's Mylow Wired as mylow-1; Mylow assets found; needs authorized adapter endpoint
IKEA Billie Wired as billie-1; FAQ/search surfaces found; needs authorized adapter endpoint
Expedia Virtual Agent Wired as virtual-agent-1; VAC assets found; needs authorized adapter endpoint

How to Contribute

  1. Find a corporate chatbot that can answer general questions
  2. Reverse-engineer the API (WebSocket, REST, etc.)
  3. Build an authorized OpenAI-compatible proxy for the bot adapter; do not hardcode browser cookies or one-time guest tokens
  4. Point the matching env var at your local /v1 endpoint
  5. Submit a PR with the adapter notes and verification

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

License

MIT (inherited from OpenCode). See LICENSE.


Extra guac = longer context window 🧀