You absolutely can though. There is nothing stopping you from seeding the run with a single LLM, or even substituting the function definition for random() with:
random() {
return 5;
}
We can trivially and easily do this.
And further, it seems you are now suggesting that substituting the above random function for this one:
random() {
input = ask-user-for-fair-dice-roll();
return input;
}
and now you sit there rolling dice and inputing the results, and the computer program gains consciousness?
really?
The difference, of course, is that we currently DO actually know EXACTLY how an LLM works. We can snapshot the model and seed the random number generator to make it generate exactly the same output from exactly the same input every single time. We can pause it, set breakpoints, inspect and dump data structures.
It IS simply a program running on a CPU, and using RAM.
Is it possible that's all humans are in the end? Sure its possible, I can't prove otherwise. But we are not remotely in a position to assert that its the case.
You invoke philosophy which is entirely appropriate. There are fairy tales for example of artists painting things so realistic that they come to life. And it poses an interesting question here: is there is a difference between a simulation and a real thing? Can a simulation of life, be "alive"? Or must it forever remain a simulation.
And a related, and perhaps ultimately simpler question is can a *turing machine simulation of life* be "alive".
A lovely illustration of the question:
https://xkcd.com/505/
Can what you and I perceive as our lives, the universe around us, and everything REALLY be underpinned by some guy in a desert pushing pebbles around in a big desert somewhere?
Can the arrangement of stones in a desert, and some guy updating moving them aorund, in some pattern he interprets as representing the information that describes our universe actually "BE" our universe?
Is is the pattern of rocks is JUST a pattern of rocks. Is the guy moving them around JUST moving them around. Is the interpretation of the pattern as a representation of the state of a universe, just that, a representation?
Or you truly think there is a galaxy with a planet with people on it having a conversation on slashdot,'frozen in time' waiting for some guy to move the rocks into the next pattern and that somehow results in the experience we are sharing right now?
Or put more succinctly - can an abstract representation of a thing be the thing? be it bits in a DRAM module memory or pebbles arranged in the sand? can it be the thing it represents? Can the painting of a zebra if its done skilfully enough be a zebra?
The parent poster acknowledges this, they are saying the randomization is *introduced artificially*.
The same as any dice rolling app. All you have to do is seed the pseudorandom number generator the same for each run, and it will roll the same dice, in the same order, every time.
Likewise, if it wants to spit out the next word/phrase and 2 of them have 33% probability, and two have 17%
Then if you seed the random number generator with the same seed for every instance / run, you'll get the same output from the same input on the same model.
The system is entirely determininistic. The same as any other software, from the ghosts in pacman to the bots in quake arena, to a chess engine. We introduce "randomness" to make it more enjoyable, but its pseudorandomness, that we artificially insert. We could just as easily seed the random number generator the same way every time, and then it would do the exact same thing every time. None of these are actually thinking and making decisions.
Actually one should have read it, or not?
Its a mere 200 pages, and its the inspriration for "Blade Runner". Yeah, its worth reading.
Reading Philip K Dick for the prose itself is pretty much missing the point. The themes, ideas, and questions it poses are generally worth the effort.
The movie adaptations are hit and miss. Blade Runner I think was well done (not just as a movie on its own, but as an adaptation of the book)
The Minority Report movie adaptation on the other hand shits the bed so hard its painful to watch.
Apparently your blue sensing photoreceptors in your eye are super sensitive to blood sugar, and you could do a blood sugar test with a color calibrated phone app having people compare two shades of blue side by side. If you can't tell them apart, your blood sugar meets/exceeds/is below a certain threshold. It's not hyper accurate but useful for diabetics.
Take care of the luxuries and the necessities will take care of themselves. -- Lazarus Long