Comment on We need to stop pretending AI is intelligent

<- View Parent
Mistic@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

They’re not. It’s a math formula that predicts an output based on its parameters that it deduced from training data.

Say you have 2 sets of data.

Y0 = 3, X0 = 1 Y1 = 4, X1 = 2 Y2 = 5, X2 = 3

We can calculate a regression model using those numbers to predict what Y3 would equal to if X3 was 4.

I won’t go into detail, but

Y = 2 + 1x + e

e in an ideal world = 0, that’s our model’s error, which is typically set to be within 5% or 1%

If x = 4, then

Y = 2 + 1×4 + 0 = 6

Our model just predicted that if X is 4, then Y is 6.

That’s what AI does, but instead of numbers, it’s tokens (think symbols, words, pixels), and the formula is much much more complex.

This isn’t intelligence and not deduction. It’s only prediction. This is the reason why AI often fails at common sense. The error builds up, and you end up with nonsense, and since it’s not thinking, it will be confidently incorrect.

source
Sort:hotnewtop