Submitted by Dat_koneh-98 t3_zmnmji in singularity
Even though I am well versed in software engineering and computer science I lack in-depth knowledge about the challenges on the road to AGI. So, go easy on me if it is unreasonable question.
What I am curious about is, mammalian brain can only transmit data at max 120m/s and can only switch at 1000hz while a modern computer can do trillions of calculations per-sec and even at the speed of light if you are talking about a quantum computer. So, is it possible one clever programmer can make simulate the interaction of billions of neurons by just "reusing" cores in the GPU and context switching between different threads that will act like a multiple neuron at different instances. One core but switching so fast that, it acts like a different neuron within the same minute. I understand people a lot smarter than I am wouldn't be asking more and more processing power if it was that simple but I am genuinely curious if that is a viable future of an AGI that can run on a simple computer with a GPU that can be found in any household.
Thank you.
Accomplished_Diver86 t1_j0c6z16 wrote
Hm good question. I don’t know for sure.
One Problem that could however arise from this is that not only the neuron acts as a transmitter but the position of it is data in itself.
So if you reuse the neurons for multiple actions at the same time, you might be loosing information compared to a human brain due to the neuron being the same and not locally situated somewhere else.
That’s all I got though and I am not an expert. Just my thoughts as I know that we don’t understand the brain enough to even answer your question in a reliable manner