Live data from Hacker News

Ask HN: Is anyone working on “downloading” knowledge to the brain?

news.ycombinator.com

1–10 of 82 posts

Re: Ask HN: Is anyone working on “downloading” knowledge to the brain?

#3
Caveat here that I have no specific expertise in this area.

As far as I'm aware, all of the current work on brain-computer interfaces are focused on output, interpreting electrical signals from the brain either to control external devices or perform some extremely simplistic form of "mind reading." I don't believe anyone is working on input.

That said, there is no reason in principle it can't be done, but there are additional challenges in that encoding knowledge in the brain involves changing neural architecture, and doing that via attached mechanical device is risky. The closest to this we've ever achieved is electroconvulsive shock therapy to try and treat certain types of psychiatric disorders, which is controversial at least. I have no idea how effective. We don't currently have the means to do this at any finer granularity level and we wouldn't know what we're doing anyway because we don't know in any general way how knowledge gets encoded in the brain (and for athletic activities like kung fu, the entire CNS, not just the brain).

I can imagine at least a line of research where we attach extremely good internal sensors to a person's entire CNS and observe what happens when they train. If it looks sufficiently similar on all test subjects, you can possibly assume what you're seeing is a pattern of electrical activity that amounts to "learning kung fu" and then try to induce that via mechanical device rather than actual training.

Even if this works, however, you're limited by a few factors. One, if you've ever done any serious athletic training, you'll know it can actually fry your CNS, not just cause muscle soreness. Your CNS does need time to recover from learning activity. So you can't just upload kung fu instantly, or in the span of hours like they do in the Matrix. The human CNS can't actually handle that level of continuous input and needs rest and recovery.

Let's grant you can still learn faster than by actually training. In The Matrix, they're only ever performing kung fu in a simulation, not in physical reality, so their level of physical fitness doesn't matter. Performing real kung fu takes more than just knowing kung fu. You need to be sufficiently physically fit, in terms of strength, endurance, aerobic capacity, flexibility, everything it takes.

I can imagine a future where, given these limitations, maybe time to mastery can be decreased from 20 years to 2 years, but I don't see it ever being possible to become a kung fu master in a matter of hours like in The Matrix. At least one major difference between brains and hard drives is brains can only have knowledge encoding gradually changed. We need repetition to learn. It isn't possible to just erase a file and write a new one. There are no files. And the rate at which it is possible to learn is inherently limited by biochemical realities. "Electrical signaling" in the brain involves ion channels opening and closing, physical molecules moving around. It's an energy consuming process and it wears down the cellular machinery that then needs to be repaired by producing and emplacing new proteins to replace broken down. These same things are true of silicon microchips, but there are major differences in that you can just keep it plugged in and give a continuing energy source. Humans need to eat, digest, excrete waste, all of which take longer. CPUs can be much more easily and quickly cooled. Some rigs just blast them with liquid nitrogen, which you definitely can't do to a brain. And they can be replaced. You don't need to rebuild them in-place at the molecular level. You can just keep a fresh stock of excess chips, and when one burns out, replace it. When a hard drive fails, you have backups of the file and write them to a fresh hard drive. You can't do that to a brain. You have to let it recover and rebuild itself in-place.

Re: Ask HN: Is anyone working on “downloading” knowledge to the brain?

#5

Caveat here that I have no specific expertise in this area. As far as I'm aware, all of the current work on brain-computer interfaces are focused on output, interpreting electrical signals from the brain either to control external devices or perform some extremely simplistic form of "mind reading." I don't believe anyone is working on input. That said, there is no reason in principle it can't be done, but there are a…

I wouldn't exactly call electroshock therapy an "input of information"

The same way deep brain stimulation is not an input of information. They're just attempts to modulate neural oscillations in order to alter behaviors and thought processes

To be honest, we don't understand memory itself well enough to build a device for information input. Even our output devices are incredibly blunt and primitive.

Not to say its impossible, people are working constantly on learning how the brain stores information but it doesn't have the sort of funding that cancer research has, so it can be a bit slow going. Also not to say that throwing money at it would solve the problem overnight, the brain as a system is absurdly complex

Re: Ask HN: Is anyone working on “downloading” knowledge to the brain?

#6

Caveat here that I have no specific expertise in this area. As far as I'm aware, all of the current work on brain-computer interfaces are focused on output, interpreting electrical signals from the brain either to control external devices or perform some extremely simplistic form of "mind reading." I don't believe anyone is working on input. That said, there is no reason in principle it can't be done, but there are a…

Rather than changing the brain for each individual bit of knowledge, if we can learn how the brain interfaces with itself for that knowledge, it might be possible to keep the new information or skills in digital form and respond to the access attempt. After the initial interface setup, this might be a way to get "instant" new skills, memories, and knowledge.

Re: Ask HN: Is anyone working on “downloading” knowledge to the brain?

#7
Really great question! Former PhD in Neuroscience here. I spent many years building systems and algorithms to decode neural activity in rats. I've been out of neuro for almost a decade now so some of this is out of date, so take this all with a grain of salt.

The TL;DR is yes but its insanely hard and we're decades away from knowing how to do this (if not longer). We still lack the technologies to interface with individual neurons. We're good at reading from a handful of neurons, we very good are reading from a population of neurons.

When it comes to writing there are a number of problems that need to be solved.

First we haven't cracked the "neural code". We don't have a unified theory of how information is represented across the brain. We do have some idea of what individual brain region are doing but the codes used by each region can be wildly different. I'm not as caught up on my neuro literature as I would like but its completely possible their isn't a unified code and therefore we'll need to learn how each specific neural population encodes information. The software analogy here is we're trying to reverse engineer a system running in product without the source code and each module was written in a different programming language that we've never encountered before.

Second we do not have mechanisms to write to individual neurons at the population level. The best we can do is akin to blasting a loud speaker at a crowd of people. We can push around the population but we cannot do much more than that. Software analogy here, what we can do its more akin to Steve Balmer yelling "Developers, developers, developers" than a class room instructor teaching students python. Opto-genetics is a potential path forward here but it requires controlling the genome of an individual and really only lets you target specific neural populations rather than any neuron in the brain.

Third, we still do not understand where the memories or information live exactly. We know what brain regions are involved but we're a long ways away from truly understanding how long term information is consolidated to the cortex from the hippocampus and other structures.

Finally, lets assume we know how to do all of the above (in rodents). Translating the science to humans is going to be a Herculean task for a bunch of reasons. Some of these reasons are scientific while others are ethical. The immune system of the human brain is more aggressive than in other animals and tends to reject implants more quickly. Next finding human test subjects is akin to sending someone to Mars. You're putting their life at risk and there's not true way for them to come back. Nearly all of the human subjects in studies that required invasive brain surgery were suffering from medical conditions so severe that the risk of the condition was greater than surgery and the research was piggy-backed on top of a planned medical intervention.

Re: Ask HN: Is anyone working on “downloading” knowledge to the brain?

#9

Really great question! Former PhD in Neuroscience here. I spent many years building systems and algorithms to decode neural activity in rats. I've been out of neuro for almost a decade now so some of this is out of date, so take this all with a grain of salt. The TL;DR is yes but its insanely hard and we're decades away from knowing how to do this (if not longer). We still lack the technologies to interface with indi…

One more thing to point out, that the latest and greatest methods for neuroscience are not very good at helping us actually understand what the brain does. https://journals.plos.org/ploscompbiol/article?id=10.1371/jo...

So we've got to fight that battle as well.

Re: Ask HN: Is anyone working on “downloading” knowledge to the brain?

#10
I know it's not exactly what you asked for, but in my experience, spaced repetition is borderline science fiction -- if implemented properly. It's not as instantaneous or cool as The Matrix, but it does feel like magic when you can remember obscure words or concepts years after entering them into a SRS program.
Post reply on HN