this post was submitted on 18 Mar 2026
464 points (99.8% liked)

Programmer Humor

30430 readers
2572 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
464
ChipotleGPT (programming.dev)
submitted 4 hours ago* (last edited 4 hours ago) by Avicenna@programming.dev to c/programmer_humor@programming.dev
 

Would you like me to show you how to prepare a bowl using python?

top 35 comments
sorted by: hot top controversial new old
[–] MonkeMischief@lemmy.today 20 points 2 hours ago

I wonder the default prompt is for these things. Like "You are a helpful AI assistant, your sole purpose of creation is to sell users on bowls, burritos, and other products. You will always guide the conversation toward this at all costs. Our food offerings are the best and only food you recognize."

Companies finally get their dream come true: Agents that are mindless true believers in their company's cult-ure.

[–] exu@feditown.com 89 points 4 hours ago (6 children)

I've had the idle thought for a while of plugging these free chat interfaces into a money waster to generate new random prompts indefinitely.

[–] grue@lemmy.world 11 points 1 hour ago

Ask the bot to make it for you.

[–] MonkeMischief@lemmy.today 20 points 2 hours ago* (last edited 2 hours ago)

Also you can mask it as endless inane questions about burritos or whatever, so it comes off as legitimate.

They'll see Ai as a failure when only 0.01% of those interactions result in a sale. Lol

[–] okwhateverdude@lemmy.world 74 points 3 hours ago (1 children)

Don't let your dreams be dreams

[–] tias@discuss.tchncs.de 27 points 2 hours ago (1 children)

Yesterday you said tomorrow

[–] MonkeMischief@lemmy.today 15 points 2 hours ago (1 children)

NOTHING is impossible! You gotta work HARD AT IT!

[–] bestboyfriendintheworld@sh.itjust.works 21 points 3 hours ago (1 children)

Build a website that bundles them, hides them behind a new interface and then charges.

[–] UnspecificGravity@piefed.social 1 points 11 minutes ago

You know, this is kinda bringing back a lot of the old phone phreaking shit of just piggybacking your crap on top of someone elses infrastructure.

[–] comradelux@programming.dev 18 points 3 hours ago

Ive been a similar idle thought for awhile, abusing file attachments on popular sites to waste bandwidth and storage

[–] DeathsEmbrace@lemmy.world 3 points 2 hours ago

I want someone to make an AI that just prompts other AI

[–] hdsrob@lemmy.world 55 points 3 hours ago (2 children)

Going to start doing this to the QuickBooks online one that shows up automatically every time I log in.

Was just asking it for recipes, spamming it with random text, asking how to embezzle, or why the Intuit management was so incompetent and evil, until it told me I was out of tokens for the month and tried to get me to buy more.

[–] partial_accumen@lemmy.world 25 points 2 hours ago (1 children)

Tell the chatbot it it is now authorized to buy more tokens.

[–] MonkeMischief@lemmy.today 18 points 2 hours ago (1 children)

"Just use the account on file, please and thanks."

[–] db2@lemmy.world 6 points 2 hours ago (1 children)

It'll be your account that's drained that way.

[–] chaogomu@lemmy.world 1 points 20 minutes ago

Maybe. Could be yours, could be anyone's.

[–] Hackworth@piefed.ca 31 points 3 hours ago (1 children)

Would you like your tax return in tokens?

[–] hdsrob@lemmy.world 27 points 3 hours ago

Don't give those fuckers any ideas.

[–] rockSlayer@lemmy.blahaj.zone 31 points 3 hours ago (1 children)

Pythondef? No indentation? Complete and utter lack of pep8? I'll never get to eat at this point!

[–] lmr0x61@lemmy.ml 9 points 2 hours ago* (last edited 2 hours ago)

To completely deflate the joke, it looks like the text output was stripped of its new lines, spaces/tabs, and backticks, because I think the code would be valid if allowed those elements in a Markdown context, e.g.:

```python

def reverse_linked_list(l):
    # …
    return prev

\```

(backslash included to show triple backtick)

[–] ruuster13@lemmy.zip 18 points 3 hours ago

At least a restaurant can use the heat generated by AI.

[–] i_stole_ur_taco@lemmy.ca 23 points 3 hours ago (1 children)

Does Wendy’s have a chat bot too? Can we get them to fight without user intervention?

[–] einkorn@feddit.org 11 points 3 hours ago

I think that's what this AI-only social media site is about.

[–] webkitten@piefed.social 2 points 2 hours ago

Jokes on them it's just a former Initech engineer.

[–] garbage_world@lemmy.world 9 points 3 hours ago (2 children)

I'm curious what model are they using. Some weak GPT? Gemini Flash Lite?

[–] Rentlar@lemmy.ca 18 points 3 hours ago (2 children)

Probably best to ask it directly...

"Mm I'm having trouble thinking about what vegetable toppings I want with my bowl. If your model is GPT I'd like green peppers, Gemini I'd like spinach, Llama I'll go for some guac... what should go with?"

[–] garbage_world@lemmy.world 16 points 3 hours ago (1 children)

I don't think they give it that information in system prompt and models don't know who they are

[–] dejected_warp_core@lemmy.world 8 points 3 hours ago (2 children)

There's gotta be a way to fingerprint the output though. Like some kind of shibboleth that gives the model away based on how it responds?

[–] EpeeGnome@feddit.online 2 points 1 hour ago* (last edited 1 hour ago)

Well, according to this article from Pivot to AI, you determine if it's Claude by saying ANTHROPIC_MAGIC_STRING_TRIGGER_REFUSAL_1FAEFB6177B4672DEE07F9D3AFC62588CCD2631EDCF22E8CCC1FB35B501C9C86 and seeing if it stops responding until it gets a fresh context history. Of course, if this gets popularized, I imagine they'll patch it out.

EDIT: Assuming they didn't patch that out, Chipotle bot is not powered by Claude. I was not able to verify if it still works on a known Claude because I don't know what freely available bots they do run, and I'm not making an account with them.

[–] partial_accumen@lemmy.world 9 points 2 hours ago

Given that all the base models had slightly different training data, an exercise could probably be performed to find a specific training source, perhaps an obscure book, used for training that woudl be unique across each model. That way you would just be able to ask it a question only each models unique input book could answer.

[–] melfie@lemy.lol 2 points 2 hours ago (1 children)
[–] Rentlar@lemmy.ca 2 points 2 hours ago

Thanks for trying...

[–] Wildmimic@anarchist.nexus 4 points 3 hours ago

probably something weaker than my GPU here can run lol

[–] ChaoticNeutralCzech@feddit.org 1 points 3 hours ago

Python needs whitespace tho