this post was submitted on 02 Sep 2024
1174 points (98.5% liked)

Memes

45151 readers
2396 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 45 points 2 weeks ago (6 children)

"It has a gradient so you know it's AI." <- Uh, what does this mean?

[–] [email protected] 85 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

AI logos and buttons tend to be "shiny" with a gradient color scheme.

[–] [email protected] 11 points 1 week ago

This is the actual answer, the other replies are over thinking it. There’s a gradient on his face ffs

[–] [email protected] 31 points 2 weeks ago (2 children)

I thought it meant that all the icons/interfaces for AI seem to have a graphical gradient between colors, usually cool colors like blue/purple/pink. (Like the face in the meme)

[–] [email protected] 7 points 1 week ago

Yes this is the correct answer. The words in the meme are written to a hypothetical end user. They would not reference technology like the other person said.

[–] [email protected] -2 points 2 weeks ago (1 children)

No. Not at all. It's about gradient descent, an optimization technique.

[–] [email protected] 2 points 1 week ago

No. Nobody uses gradient descent anymore, it’s just the technique you learn about in beginner level machine learning courses. It’s about the color gradient in all the AI logos.

[–] [email protected] 9 points 2 weeks ago

I thought they meant gradient descent

[–] [email protected] 5 points 2 weeks ago (1 children)

Gradient descent is a common algorithm in machine learning (AI* is a subset of machine learning algorithms). It refers to using math to determine how wrong an answer is in a particular direction and adjusting the algorithm to be less wrong using that information.

[–] [email protected] 12 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

The way you phrased that perfectly illustrates the current problem AI has: In a problem space as large as natural language, there are nearly an infinite number of ways it can be wrong. So no matter how much data we feed it, there will always be some "brand new sentence" someone asks that breaks it and causes a wrong answer.

[–] [email protected] 6 points 2 weeks ago

Absolutely. It's why asking it for facts is inherently bad. It can't retain information, it is trained to give output shaped like an answer. It's pretty good at things that don't have a specific answer (I'll never write another cover letter thank blob).

Now, if someone were to have the good sense to have some kind of lookup to inject correct information between the prompt and the output, we'd be cooking with gas. But that's really human labor intensive and all the tech bros are trying to avoid that.

[–] [email protected] 3 points 2 weeks ago

What are you talking about asking questions? It's AI ... it's all we need to know

[–] [email protected] -1 points 2 weeks ago (1 children)

"gradient descent" is a jargon word for one kind of training method.

[–] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

"Gradient descent" ≈ on a "hilly" (mathematical) surface, try to find the lowest point by finding the lowest point near an initial guess. "Gradient" is basically the steepness, or rate that the thing you're trying to optimize changes as you move through "space". The gradient tells you mathematically which direction you need to go to reach the bottom. "Descent" means "try to find the minimum".

I'm glossing over a lot of details, particularly what a "surface" actually means in the high dimensional spaces that AI uses, but a lot of problems in mathematical optimization are solved like this. And one of the steps in training an AI agent is to do an optimization, which often does use a gradient descent algorithm. That being said, not every process that uses gradient descent is necessarily AI or even machine learning. I'm actually taking a course this semester where a bunch of my professor's research is in optimization algorithms that don't use a gradient descent!

[–] [email protected] 5 points 2 weeks ago

This is a decent explanation of gradient descent but I'm pretty sure the meme is referencing the color gradients often used to highlight when something is AI generated haha