Rendered at 18:48:22 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
spottedmarley 2 hours ago [-]
This video is about how Kimi K3 works but the mechanics discussed are the same across all LLMs. It is 100% all about MATH, pure and simple. Well... not simple, but pure math. No brain in there.
XMPPwocky 1 hours ago [-]
Could you explain how this is related to "consciousness", "intelligence", or "personality"?
spottedmarley 52 minutes ago [-]
It's not, that's the point. It's all just math. You should watch the video.
XMPPwocky 44 minutes ago [-]
I think you'd benefit from explaining why something being "just math" means it can't be intelligent, conscious, or have a personality- it seems like you're sort of assuming that implicitly, could you make an argument for it?
Rotundo 29 minutes ago [-]
This is, trivially, not intelligent nor conscious:
function add(x): return x + 1; end.
An LLM has a bit of randomness to its calculations but that does not change the fact that
function add_random(x): return x + rand(1, 10); end
is also just math. No personality. There's nobody home. After the function ends there is no residue.
An LLM does a lot of calculations but that doesn't change how it works.
XMPPwocky 23 minutes ago [-]
Is a single subatomic particle conscious? Unless you're a panpsychist then surely no, right?
An LLM does a lot of calculations but that doesn't change how it works.
And yet humans, made of such particles, are!
So it seems like reductionism doesn't work here.