pianoforte611 comments on Stupid Questions Thread - January 2014 - Less Wrong

10 Post author: RomeoStevens 13 January 2014 02:31AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (293)

You are viewing a single comment's thread. Show more comments above.

Comment author: pianoforte611 18 January 2014 03:35:08PM *  0 points [-]

I'm not trying to play burden of proof tennis here but surely the fact that the only "intelligence" that we know of is implemented in a massively parallel way should give you pause as to assuming that it can be done serially. Unless of course the kind of AI that humans create is nothing like the human mind, in which my question is irrelevant.

But that doesn't seem to me to be evidence that such algorithms would be qualitatively different from what we do have.

But we already know that the existing algorithms (in the brain) are qualitatively different from computer programs. I'm not an expert so apologies for any mistakes but the brain is not massively parallel in the way that computers are. A parallel piece of software can funnel a repetitive task into different processors (like the same algorithm for each value of a vector). But parallelism is a built in feature of how the brain works; neurons and clusters of neurons perform computations semi-independently of each other, yet are still coordinated together in a dynamic way. The question is whether algorithms performing similar functions could be implemented serially. Why do you think that they can be?

Regarding computational parity: sure I never said that would be the issue.

Comment author: DanArmak 18 January 2014 04:29:18PM 0 points [-]

the fact that the only "intelligence" that we know of is implemented in a massively parallel way should give you pause as to assuming that it can be done serially.

An optimization process (evolution) tried and succeeded at producing massively-parallel biological intelligence.

No optimization process has yet tried and failed to produce serial-processing based intelligence. Humans have been trying for very little time, and our serial computers may be barely fast enough, or may only become fast enough some years from now.

The fact the parallel intelligence could be created, is not evidence that other kinds of intelligence can't be created. Talking about "the only intelligence we know of" ignores the fact that no process ever tried to create a serial intelligence, and so of course none was created.

Unless of course the kind of AI that humans create is nothing like the human mind

That's quite possible.

The question is whether algorithms performing similar functions could be implemented serially. Why do you think that they can be?

All algorithms can be implemented on our Turing-complete computers. The questions is what algorithms we can successfully design.

Comment author: pianoforte611 18 January 2014 04:32:35PM 0 points [-]

Why do you think that intelligence can be implemented serially?

Comment author: DanArmak 18 January 2014 08:08:54PM 1 point [-]

What exactly do you mean by 'serially'? Any parallel algorithm can be implemented on a serial computer. And we do have parallel computer architectures (multicore/multicpu/cluster) that we can use for speedups, but that's purely an optimization issue.

Comment author: Locaha 18 January 2014 04:20:25PM 0 points [-]

There is no such thing as qualitatively different algorithms. Anything that a parallel computer can do, a fast enough serial computer also can do.