this post was submitted on 21 Jan 2024
2227 points (99.6% liked)

Programmer Humor

25080 readers
1110 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] Agent641@lemmy.world 156 points 2 years ago (37 children)

Pirating an AI. Truly a future worth living for.

(Yes I know its an LLM not an AI)

[–] regbin_@lemmy.world 38 points 2 years ago (24 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 -2 points 2 years ago* (last edited 2 years ago) (23 children)

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.

[–] corship@feddit.de 16 points 2 years ago (1 children)

Machine learning isn't the only form of AI.

[–] UraniumBlazer@lemm.ee 4 points 2 years ago (2 children)

Sure, but learning and training is still a component, no? If something cannot learn how to solve problems autonomously, how is it intelligent?

[–] corship@feddit.de 6 points 2 years ago (1 children)

I've developed "AI" using prolog.

No machine learning, you're still solving problems using logical reasoning and deduction that's not intuitively obvious for humans.

[–] UraniumBlazer@lemm.ee -3 points 2 years ago (1 children)

An intelligent system is a system that autonomously gathers information accessible to it, learns how to use this information to achieve its terminal goal and uses this skill. Does your prolog "AI" fit this description? Does it "write" its own logic? If yes, then it is intelligent. If no, then it is no different than some random non intelligent computer program.

[–] corship@feddit.de 3 points 2 years ago (1 children)

I mean, you can simply define something differently than the last 50 years of researchers in computer science. It's just not going to make a difference.

[–] UraniumBlazer@lemm.ee 3 points 2 years ago

Yeah, just realized from reading other comments that I was doing this. I was clearly uninformed. Sorry 😓

load more comments (21 replies)
load more comments (21 replies)
load more comments (33 replies)