▲ | dmwilcox 2 days ago | ||||||||||||||||
I tried to keep my long post short so I cut things. I gestured at it -- there is nothing in a computer we didn't put there. Take the same model weights give it the same inputs, get the same outputs. Same with the pseudo-random number generator. And the "same inputs" is especially limited versus what humans are used to. What's the machine code of an AGI gonna look like? It makes one illegal instruction and crashes? If if changes tboughts will it flush the TLB and CPU pipeline? ;) I jest but really think about the metal. The inside of modern computers is tightly controlled with no room for anything unpredictable. I really don't think a von Neumann (or Harvard ;) machine is going to cut it. Honestly I don't know what will, controlled but not controlled, artificially designed but not deterministic. In fact, that we've made a computer as unreliable as a human at reproducing data (ala hallucinating/making s** up) is an achievement itself, as much of an anti-goal as it may be. If you want accuracy, you don't use a probabilistic system on such a wide problem space (identify a bad solder joint from an image, sure. Write my thesis, not so much) | |||||||||||||||||
▲ | krisoft 2 days ago | parent [-] | ||||||||||||||||
> What's the machine code of an AGI gonna look like? Right now the guess is that it will be mostly a bunch of multiplications and additions. > It makes one illegal instruction and crashes? And our hearth quivers just slightly the wrong way and we die. Or a tiny blood cloth plugs a vessel in our brain and we die. Do you feel that our fragility is a good reason why meat cannot be intelligent? > I jest but really think about the metal. Ok. I'm thinking about the metal. What should this thinking illuminate? > The inside of modern computers is tightly controlled with no room for anything unpredictable. Let's assume we can't make AGI because we need randomness and unpredictability in our computers. We can very easily add unpredictability. The simple and stupid solution is to add some sensor (like a camera CCD) and stare at the measurement noise. You don't even need a lens on that CCD. You can cap it so it sees "all black", and then what it measures is basically heat noise of the sensors. Voila. Your computer has now unpredictability. People who actually make semiconductors probably can come up with even simpler and easier ways to integrate unpredictability right on the same chip we compute with. You still haven't really argued why you think "unpredictableness" is the missing component of course. Beside the fact that it just feels right to you. | |||||||||||||||||
|