Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

The AI coding agent that runs on stolen Chipotle compute 🌯

⁨300⁩ ⁨likes⁩

Submitted ⁨⁨1⁩ ⁨day⁩ ago⁩ by ⁨cm0002@libretechni.ca⁩ to ⁨programmer_humor@programming.dev⁩

https://github.com/cyberpapiii/chipotlai-max

source

Comments

Sort:hotnewtop
  • Mika@piefed.ca ⁨1⁩ ⁨day⁩ ago

    So AI took our videocards, then ram, now it will take chipotle? What next, fries? 😡

    source
    • GreenKnight23@lemmy.world ⁨1⁩ ⁨day⁩ ago

      it can have all the salmonella too.

      source
  • zer0squar3d@lemmy.dbzer0.com ⁨1⁩ ⁨day⁩ ago

    Expect Chipotle legal to send a strongly-worded taco within 48 hours.

    source
    • wyldrstallyns@lemmy.dbzer0.com ⁨1⁩ ⁨day⁩ ago

      Can we get one of those for president? Right now, ours is barely a wrongly-worded TACO squirt. ☝🏼

      source
  • exu@feditown.com ⁨1⁩ ⁨day⁩ ago

    I’m so glad somebody built this. Now let’s expand the proxy into a full on suite of support bots randomly selecting one or another with failover etc.

    source
  • devaly@ani.social ⁨1⁩ ⁨day⁩ ago

    postman has the latest opus model, just sayin

    source
  • slazer2au@lemmy.world ⁨1⁩ ⁨day⁩ ago

    I joked about this with Maccas a month ago.

    programming.dev/post/49533075

    source
  • CombatWombat@feddit.online ⁨1⁩ ⁨day⁩ ago

    I had given up on contributing to open source, but I might dust off my keyboard for this one:

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