| Deterministic means that given the same input, the system gives the same output. Computers would be useless if they were not deterministic. Hooking up random input to a deterministic process will give random output. Garbage in, garbage out. What you're asking is for computers to be rational. That given garbage input, it will produce intelligible output. Computers cannot do this unless you program them to. Human minds are non-deterministic in many, many, many ways. Hand the same input to the same mind and you'll get a different output every single time, unless the mind willed itself to act rationally. But they are deterministic enough that you can study their behavior. Other brains are not as non-deterministic, so their behavior is easier to study. Look at it from a thermodynamic standpoint. Biological systems arose to conserve order against entropy. A fully-deterministic system will shed order, it's only through non-deterministic means that biological systems can conserve order. The mind is the most complex system nature has devised that can not only slow the aggregation of entropy, but also create order! It's not breaking the laws of physics, but yet it can create all kinds of order. Conway's Game of Life is an excellent illustration of the concept. You have to work hard and study the domain in order to find stable systems. Otherwise they just drop to equilibrium fast. |
> Human minds are non-deterministic in many, many, many ways. Hand the same input to the same mind and you'll get a different output every single time
That's not non-deterministic. That's simply stateful. Most human-made systems you interact with daily are stateful, so it's not exactly surprising.
When I say "deterministic in practice" vs. "deterministic in theory" I mean this: a system is deterministic in practice if you can actually predict its outputs based on its inputs with reasonable amount of effort. A LED hooked up to a switch and a battery is deterministic in practice. So is a program computing GCD on 32-bit integers. A system is deterministic in theory if it's deterministic, but actually predicting its outputs requires absurd amount of computation. Lorenz system and weather are two examples. So is protein folding and turbulent flow. I see no reason why a fly brain, a mouse brain, or a human brain wouldn't be such systems either. The entire universe could be one, if you subscribe to many-worlds interpretation of quantum mechanics.