Remix.run Logo
shevy-java 5 hours ago

Humans can learn.

AI can not.

For those disagreeing: please explain how a static hardware can learn.

echoangle 5 hours ago | parent | next [-]

By self-modifying the software. Currently the model harnesses only allow the model to modify its own prompt (which could be considered a really weak kind of learning), but theoretically, a model could design and train its own replacement and run that, continuously improving itself. I’m not sure if LLMs will be able to do that but the static hardware has nothing to do with it (since the bits on the harddrive aren’t static).

someonebaggy 5 hours ago | parent | prev | next [-]

idk, how does voice recognition learn my voice? How can I install programs when the hardware is static?

threethirtytwo 5 hours ago | parent | prev [-]

this is profoundly false. AI not only can learn, it is built entirely from learning. The field is called machine learning after all.

Not only that... AI is NOT only learning during the training phase... LLMs learn in real time the minute you talk to it. It learns something and saves those learnings in a context window or somewhere else if you want it to exist beyond the context window.

All of the above runs on static hardware. Don't understand how someone can say a profoundly wrong statement and get voted up.

guenthert 5 hours ago | parent [-]

Correct me if I'm wrong, but if a profound insight is gathered in session 1 with user A and stored in context A1, this might be available to user A in session 2, if that still has access to context A1, but won't be available to user B in any of his/her sessions until that NN is retrained with input which includes at least some of the information from context A1.