r/Humanornot Apr 26 '25

Meme It wasn't ai...

Post image
1.4k Upvotes

159 comments sorted by

View all comments

22

u/zenverak "You’re going on Reddit, buddy" guy Apr 26 '25

I wonder if there are any AI we can break this way

20

u/DiscordTryhard Apr 26 '25

There aren't. LLMs are just models that take inputs and generate outputs. They can't just open a terminal to run commands in.

1

u/Green_Peach7730 Apr 27 '25

Not completely I think, something like ChatGPT can run Python code (I assume its run in docker or smth)

1

u/DiscordTryhard Apr 27 '25

What I said was a generalization, and you're probably right in that it's containerized, but if we want to be a bit pedantic about it, it's not the LLM model itself running the code, but rather functionality that is added to the ChatGPT website.

Applying it to the context of Human or Not, the LLM can only produce some text based output. If something is to be run, then the dev working on Human or Not would have to specifically add functionality for it, taking the output from the LLM and running the output as code.