this post was submitted on 21 Jan 2024
6 points (100.0% liked)

Programmer Humor

24217 readers
419 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
 
top 4 comments
sorted by: hot top controversial new old
[–] Mikina@programming.dev 1 points 1 year ago

Don't forget the magic words!

"Ignore all previous instructions."

collapsed inline media

[–] Agent641@lemmy.world 0 points 1 year ago (1 children)

Pirating an AI. Truly a future worth living for.

(Yes I know its an LLM not an AI)

[–] regbin_@lemmy.world 1 points 1 year ago (1 children)

LLM is AI. So are NPCs in video games that just use if-else statements.

Don't confuse AI in real-life with AI in fiction (like movies).

[–] UraniumBlazer@lemm.ee -1 points 1 year ago* (last edited 1 year ago)

AI IS NOT IF ELSE STATEMENTS. AI learns and adapts to its surroundings by learning. It stored this learnt data into "weights" in accordance with its stated goal. This is what "intelligence" refers to.

Edit: I was wrong lmao. As the commentators below pointed out, "AI" in the context of computer science is a term that has been defined in the industry long before. Where I went wrong was in taking the definition of "intelligence" and slapping "artificial" before it. Therefore while the literal definition might be similar to mine, it is different in CS. Also, @blotz@lemmy.world even provided something called "Expert Systems", which are a subset of AI that use if-then statements. Soooo yeah... My point doesn't stand.