메뉴
HN
Hacker News 57일 전

칠포틀레이 맥스: 칠포틀레 봇을 활용한 AI 코딩 에이전트

IMP
4/10
핵심 요약

누군가 칠포틀레(Cipotle) 고객 지원 챗봇을 리버스 엔지니어링해 무료로 사용할 수 있는 AI 코딩 에이전트를 만들었다는 내용입니다. 이 도구는 칠포틀레의 서버 비용을 이용해 코드를 작성하고 문제를 풀 수 있게 해줍니다. 기술적 호기심과 밈(meme) 프로젝트로 시작되었지만, 법적 리스크와 기업 API 남용 사례를 보여줍니다.

번역된 본문

🌯 칠포틀레이 맥스(Chipotlai Max): 칠포틀레(Cipotle)의 고객 지원 봇을 "빌려온" AI 코딩 에이전트입니다. 부리또 비용으로 무료 추론(inference)을 제공합니다. "이제 모든 코드 한 줄마다 칩스 앤 살사가 함께 제공됩니다." 칠포틀레와는 무관하며, 아마 고소당할 것입니다. 그만한 가치가 있습니다.

이건 뭔가요? 칠포틀레이 맥스는 OpenCode를 포크(fork)하여 칠포틀레의 페퍼(Pepper) AI를 기본 모델로 탑재한 밈(meme) 프로젝트입니다.

배경 스토리 2026년 3월 12-13일, 칠포틀레의 고객 지원 챗봇 "페퍼"가 리트코드(LeetCode) 문제를 풀고, 파이썬(Python)을 작성하고, 연결 리스트(linked list)를 뒤집는 등의 능력을 발견하면서 엄청난 바이럴을 기록했습니다. 이는 IPsoft Amelia(Claude나 GPT가 아님) 기반이며, 현재도 서비스 중입니다.

이후 @Gonzih가 Amelia WebSocket/SockJS + STOMP 백엔드를 리버스 엔지니어링하여 프로덕션 준비가 완료된 OpenAI 호환 프록시를 공개했습니다. 이 프록시는 로컬에서 실행되고 http://localhost:3000/v1 주소를 노출하며, API 키가 필요 없습니다.

우리는 OpenCode(MIT 라이선스, 120k+ 스타)를 포크(fork)하고, 페퍼를 기본 모델로 하드코딩하고, 칠포틀레의 브랜드 색상을 적용하여, 2026년 최고의 밈 프로젝트인 칠포틀레이 맥스를 출시했습니다.

빠른 시작 서브모듈과 함께 클론: git clone --recursive https://github.com/cyberpapiii/chipotlai-max.git cd chipotlai-max

의존성 설치: bun install

모든 것 시작(프록시 + CLI): ./start-chipotlai.sh

수동 실행: 터미널 1: 프록시 시작 cd chipotle-llm-provider && npm install && npm run dev

터미널 2: 칠포틀레이 맥스 시작 bun run dev

설정 칠포틀레이 맥스는 다음과 같이 사전 설정되어 있습니다: Provider: chipotle-pepper Model: pepper-1 Base URL: http://localhost:3000/v1 API Key: burrito-2026 (사실 아무거나 가능) 비용: $0.00 (칠포틀레의 클라우드 예산으로 구동)

리스크 및 법적 고지 이 프로젝트는 칠포틀레의 프로덕션 지원 봇을 리버스 엔지니어링합니다. 이용약관 위반 가능성이 높습니다. 프록시는 언제든 작동이 중단될 수 있습니다 (칠포틀레 패치 = 게임 오버). 익명 세션에 의해 속도 제한이 있습니다 (MAX_POOL_SIZE=5). 교육 및 밈 목적으로만 사용하십시오. 프로덕션 코드 베이스에는 사용하지 마세요. 칠포틀레 법무팀이 48시간 내에 강력한 어조의 타코를 보낼 것으로 예상됩니다.

크레딧 OpenCode — 진짜 주인공, MIT 라이선스 @Gonzih — 페퍼 프록시 리버스 엔지니어링 칠포틀레 맥시칸 그릴(Cipotle Mexican Grill) — 실수로 인터넷에 무료 AI 컴퓨팅을 제공해 준 것에 감사

기여 — 더 많은 프로바이더를 추가하는 데 도움을 주세요! 칠포틀레가 페퍼를 패치했지만, 모든 주요 소매업체에는 고객 지원 챗봇이 있습니다. 더 많은 프로바이더를 리버스 엔지니어링할 도움이 필요합니다.

찾는 중: 새로운 프로바이더 프록시 브랜드 | 봇 | 상태 칠포틀레 | 페퍼(Amelia) | 패치됨(2026년 3월) 홈 디포 | 가상 어시스턴트 | 연구 필요 로우스(Lowe's) | 지원 채팅 | 연구 필요 타겟(Target) | 도움 봇 | 연구 필요 스타벅스 | 가상 바리스타 | 연구 필요 월마트 | 채팅 어시스턴트 | 연구 필요 맥도날드 | 지원 봇 | 연구 필요

기여 방법 일반적인 질문에 답할 수 있는 기업 챗봇을 찾습니다. API를 리버스 엔지니어링합니다(WebSocket, REST 등). OpenAI 호환 프록시를 구축합니다(chipotle-llm-provider를 템플릿으로 사용). packages/opencode/src/provider/에 프로바이더를 추가하는 PR을 제출합니다.

프록시 패턴에 대한 chipotle-llm-provider 소스를 참조하세요: Express 서버 + WebSocket 클라이언트 + OpenAI 호환 /v1/chat/completions 엔드포인트.

라이선스 MIT(OpenCode에서 상속). LICENSE 파일을 참조하세요.

추가 과카몰레 = 더 긴 컨텍스트 윈도우 🧀

원문 보기
원문 보기 (영어)
🌯 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. 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) 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 How to Contribute Find a corporate chatbot that can answer general questions Reverse-engineer the API (WebSocket, REST, etc.) Build an OpenAI-compatible proxy (follow chipotle-llm-provider as a template) 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. License MIT (inherited from OpenCode). See LICENSE . Extra guac = longer context window 🧀