Hacker News new | ask | show | jobs
by throwawaymath 2621 days ago
I can see why you're drawing a comparison between enumerating stimulus -> response correspondences and "breaking" encryption using a lookup table. But I don't agree that the two would be comparable in difficulty a priori. First, encryption schemes typically try to complicate their linear structure by design, such that inverting the sequence of linear transformations can't be done without (ostensibly) secret information. Second, encryption schemes also approximate maximal randomness, which is entirely foreign to human activity.

For a basic example off the top of my head, consider a hash function. A hash function h : {0, 1}^' --> {0, 1}^n is not actually* injective (it can't be, since the domain is effectively infinite-dimensional and the codomain is finite-dimensional). However, cryptographic security mandates that it should be infeasible to find a preimage message for any digest in the codomain. Moreover messages with very small differences in the domain should be mapped to digests with very large differences in the codomain. This artificial noise and complexity doesn't resemble human reactions whatsoever; it's fairly easy to say two things which will each elicit your regional-specific greeting. In general many human responses have common triggers, and I would further conjecture that you could categorically simplify this further by reducing human responses to broader equivalence classes based on language, geographical region, mood, etc.

This is not to say it isn't challenging. I would expect building a linear approximation of a human mind using input -> output mappings to be extraordinarily difficult. But it's not artificially difficult, like well-designed cryptography. Breaking well-designed cryptography is intended to be, in a mathematical sense, a maximally difficult endeavor - much more difficult than basically anything else you can possibly do in nature.

More to my original point you and I can at least entertain a coherent conversation about building a matrix representation of a human mind using finite stimulus and response spaces. We're in familiar territory, even if it's not ultimately possible or feasible. It's mathematically sound to approach this, given a few well-defined assumptions.

In contrast, I don't know (nor am I confident anyone else knows) how to 1) replicate a human mind via as of yet nonexistent direct brain-interface technology, or 2) how to upload a human mind, using even more nonexistent technology so as to preserve continuity of consciousness. Not only are there rampant unknowns unknowns involved in the engineering efforts entailed here, there are unresolved questions and rampant philosophical disagreements in the fundamental assumptions. We're not in familiar territory here.

1 comments

how to 1) replicate a human mind via as of yet nonexistent direct brain-interface technology

I’d say this is an engineering problem, rather than #2, which is philosophical. For #1, all you really need is to measure all brain cells accurately enough, then recreate the whole thing in a simulation. Could probably be achieved with nanobots or very advanced scanners within couple of centuries. Might be acceptable to destroy the original in the process, if it makes it more feasible.