▲ | robmccoll 13 hours ago | ||||||||||||||||
You are a state machine. You have finite internal state that roughly adheres to a particular structure, you take in input, and as a function of internal state and input, you produce output and a new state. Sufficiently large models are a rough approximation. We are perhaps different stochastic parrots than the models we create, but likely stochastic parrots none the less. | |||||||||||||||||
▲ | gyomu 13 hours ago | parent | next [-] | ||||||||||||||||
You are a hydraulic system. You are composed of interlinked pipes within which the pressure rises and lowers in order to produce all your thoughts and actions. You are a chemical soup. Your body is a closed system of proteins and amino acids reacting with each other, driving behavior in order to sustain the reactions. You are an electric grid. A system of interconnected wires where electric impulses respond to one another in a synchronized manner, from which your life force is derived. | |||||||||||||||||
| |||||||||||||||||
▲ | OtherShrezzing 12 hours ago | parent | prev | next [-] | ||||||||||||||||
A state machine is a very specific thing in Comp Sci, and I’m not clear you have a strong grasp on it. You’re not a state machine. A state machine does one serial task, which is why the input+state can create a consistent and deterministic output+state. There are no secondary input streams or exogenous factors to consider for calculating a state machine transition. Humans create output from many streams of input, arriving at across many different time horizons. Because of this, you cannot create a deterministic model of a human’s state transition for a given input - a requirement of state machines. This isn’t philosophical or semantics. Mathematically, you’re not a state machine. | |||||||||||||||||
| |||||||||||||||||
▲ | AdieuToLogic 13 hours ago | parent | prev | next [-] | ||||||||||||||||
> You are a state machine. Humans are analog, state machines are not. And the analogue I will use here is that a model of anything is not the thing itself by definition. > We are perhaps different stochastic parrots than the models we create, but likely stochastic parrots none the less. To parrot is to "to repeat by rote"[0]. Algorithms, such as LLM's, do so as that is all they can do. I choose to not limit myself to being a parrot. Which is why I am not one. As Descartes proffers:
0 - https://www.merriam-webster.com/dictionary/parrot | |||||||||||||||||
▲ | dekhn 13 hours ago | parent | prev | next [-] | ||||||||||||||||
Probably better to say that we contain multitudes of probabilistic graphs that resemble state machines, but those graphs do not make up our entire system. Further, those graphs interact constantly with stochastic systems (the environment, other graphs, etc) through couplings of varying degree. | |||||||||||||||||
▲ | zabzonk 13 hours ago | parent | prev | next [-] | ||||||||||||||||
> You have finite internal state As Terry Pratchett might have said - what about quantum? | |||||||||||||||||
| |||||||||||||||||
▲ | shortrounddev2 13 hours ago | parent | prev [-] | ||||||||||||||||
I believe that the different topologies of the kind of "idea graph" in the human mind is becoming less diverse. That, as media consolidates and becomes more accessible in all parts of the globe, the diversity of modes of thought decreases as people become, more or less, Americanized | |||||||||||||||||
|