Damus
jcoglan · 1w
one thing that irks me about the "complexity -> consciousness" argument is that computer people do not have a well defined idea of what "complexity" is, it is a "I know it when I see it" thing. wherea...
jcoglan profile picture
no computing appliance, no matter how complicated, can ever gain capabilities beyond those of a turing machine, or by church-turing, the untyped lambda calculus. anything a computer does must arise from some composition of `x`, `\x -> e`, and `x y` (names, abstractions and applications)
1
jcoglan · 1w
you can't actually make a computing system that is anything but a large graph of these operations. you can make it as big as you like but it will only ever do those 3 things. therefore you need to show that those 3 things and nothing more can give rise to consciousness