Adam Marblestone — AI is missing something fundamental about the brain - podcast episode cover

Adam Marblestone — AI is missing something fundamental about the brain

Dec 30, 20251 hr 50 min
--:--
--:--
Download Metacast podcast app
Listen to this episode in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Summary

Adam Marblestone explores the brain's unique learning capabilities, emphasizing the critical, often overlooked role of complex, evolutionarily encoded reward functions and a 'steering subsystem' that guides learning. He draws parallels between neuroscience discoveries and challenges in AI, particularly regarding omnidirectional inference, efficient data usage, and the distinction between model-based and model-free reinforcement learning. The discussion also covers the advantages of biological hardware, the potential for AI to automate mathematics through formal verification, and the vital role of large-scale neuroscience initiatives like connectomics in understanding and ultimately designing advanced intelligence.

Episode description

Adam Marblestone is CEO of Convergent Research. He’s had a very interesting past life: he was a research scientist at Google Deepmind on their neuroscience team and has worked on everything from brain-computer interfaces to quantum computing to nanotech and even formal mathematics.

In this episode, we discuss how the brain learns so much from so little, what the AI field can learn from neuroscience, and the answer to Ilya’s question: how does the genome encode abstract reward functions? Turns out, they’re all the same question.

Watch on YouTube; read the transcript.

Sponsors

* Gemini 3 Pro recently helped me run an experiment to test multi-agent scaling: basically, if you have a fixed budget of compute, what is the optimal way to split it up across agents? Gemini was my colleague throughout the process — honestly, I couldn’t have investigated this question without it. Try Gemini 3 Pro today gemini.google.com

* Labelbox helps you train agents to do economically-valuable, real-world tasks. Labelbox’s network of subject-matter experts ensures you get hyper-realistic RL environments, and their custom tooling lets you generate the highest-quality training data possible from those environments. Learn more at labelbox.com/dwarkesh

To sponsor a future episode, visit dwarkesh.com/advertise.

Timestamps

(00:00:00) – The brain’s secret sauce is the reward functions, not the architecture

(00:22:20) – Amortized inference and what the genome actually stores

(00:42:42) – Model-based vs model-free RL in the brain

(00:50:31) – Is biological hardware a limitation or an advantage?

(01:03:59) – Why a map of the human brain is important

(01:23:28) – What value will automating math have?

(01:38:18) – Architecture of the brain

Further reading

Intro to Brain-Like-AGI Safety - Steven Byrnes’s theory of the learning vs steering subsystem; referenced throughout the episode.

A Brief History of Intelligence - Great book by Max Bennett on connections between neuroscience and AI

Adam’s blog, and Convergent Research’s blog on essential technologies.

A Tutorial on Energy-Based Learning by Yann LeCun

What Does It Mean to Understand a Neural Network? - Kording & Lillicrap

E11 Bio and their brain connectomics approach

Sam Gershman on what dopamine is doing in the brain

Gwern’s proposal on training models on the brain’s hidden states



Get full access to Dwarkesh Podcast at www.dwarkesh.com/subscribe

Transcript

The brain's secret sauce is the reward functions, not the architecture

The big million-dollar question that I have that I've been trying to get the answer to through all these interviews with AI researchers, how does the brain do it, right? Like, we're throwing way more data at these LLMs, and they still have a small fraction of the total capabilities that a human does. So what's going on?

Yeah, I mean, this might be the quadrillion dollar question or something like that. It's arguably, you could make an argument, this is the most important question in science. I don't... claim to know the answer i i also don't really think that the answer will necessarily come

even from a lot of smart people thinking about it as much as they are my overall like meta level take is that we have to empower the field of neuroscience to just make neuroscience a a more powerful uh field technologically and otherwise to actually be able to crack question like this. But maybe the way that we would think about this now with modern AI, neural nets, deep learning.

is that there's sort of these certain key components of that. There's the architecture. There's maybe hyperparameters of the architecture. How many layers do you have are sort of properties of that architecture. There is the learning algorithm itself. How do you train it? Backprop, gradient descent, is it something else? How is it initialized? So if we take the learning part of the system, it still may have some initialization of the weights.

And then there are also cost functions. There's like, what is it being trained to do? What's the reward signal? What are the loss functions? Supervision signals. My personal hunch within that framework is that the field has neglected. the role of this very specific loss functions, very specific cost functions. Machine learning tends to like mathematically simple loss functions, right? Predict the next token.

you know, cross-entropy, these simple kind of computer scientists' loss functions. I think evolution may have built a lot of complexity into the loss functions. Actually, many different loss functions were different areas, turned on at different stages of development. a lot of python code basically uh generating

a specific curriculum for what different parts of the brain need to learn. Because evolution has seen many times what was successful and unsuccessful, and evolution could encode the knowledge of the learning curriculum. So in the machine learning framework...

Maybe we can come back and we can talk about where do the loss functions of the brain come from? Can different loss functions lead to different efficiency of learning? You know, people say, like, the cortex has got the universal human learning algorithm, the special loss that humans have.

What's up with that? This is a huge question, and we don't know. I've seen models where what the cortex... uh you know the cortex has typically this like six layered structure layers in a slightly different sense than layers of a neural net it's like any one location in the cortex has six physical layers of tissue as you go in

layers of the sheet and then those areas then connect to each other and that's more like the layers of a network um i've seen versions of that where what you're trying to explain is actually just how does it approximate backprop and what is the cost function for that what is the network being asked to do if you sort of are trying to say it's something like backprop is it doing backprop on next token prediction is it doing backprop on classifying images or what is it doing um

And no one knows. But I think one thought about it, one possibility about it is that it's just this incredibly general prediction engine. Any one area of cortex is just trying to predict any, basically can it learn to predict any subset of all the variables it sees from any other subset. So like omnidirectional inference.

or omnidirectional prediction, whereas an LLM is just you see everything in the context window, and then it computes a very particular conditional probability, which is given all the last thousands of things, what is the very probabilities for all the... all the the next token yeah um but it would be weird for a large language model to say you know um you know the quick brown fox blank blank the lazy dog um and filling in the middle yeah um

versus do the next token, if it's doing just forward, it can learn how to do that stuff in this emergent level of in-context learning, but natively it's just predicting the next token. What if the cortex is just natively? made so that any area of cortex can predict any pattern in any subset of its inputs given any other missing subset. That is a little bit more like quote-unquote probabilistic AI.

I think a lot of the things I'm saying, by the way, are extremely similar to what Jan LeCun would say. He's really interested in these energy-based models. And something like that is the joint distribution of all the variables. What is the likelihood or unlikelihood of just any combination of variables? And if I clamp some of them, I say, well, definitely these variables are in these states, then I can compute with probabilistic.

sampling for example i can compute okay conditioned on these being set in this state what are and these could be any arbitrary subset of of variables in the model can i predict what any other subset is going to do and sample from any other subset given clamping this subset and they could choose a totally different subset and sample from that subset so it's omnidirectional inference and so it you know

that could be there's some parts of cortex that might be like association areas of cortex that may you know predict vision from audition yeah there might be areas that predict things that the more innate

part of the brain is going to do because remember this whole thing is basically riding on top of the sort of a lizard brain and lizard body if you will um and that thing is a thing that's worth predicting too so you're not just predicting do i see this or do i see that but is this muscle about to tense am i about to

have a reflex where I laugh. You know, is my heart rate about to go up? Am I about to activate this instinctive behavior? Based on my higher level understanding of, like, I can match... somebody has told me there's a spider on my back to this lizard part that would activate if I was like literally seeing...

a spider in front of me. And you learn to associate the two so that even just from somebody hearing you say there's a spider on your back. Yeah, well, let's come back to this. And this is partly having to do with Steve Byrne's theories, which I'm recently... obsessed about. But on your podcast with Ilya, he said, look, I'm not aware of any good theory of how evolution encodes high-level desires or intentions.

I think this is very connected to all of these questions about the loss functions and the cost functions that the brain would use. And it's a really profound question, right? Like, let's say that... um i am embarrassed for saying the wrong thing on your podcast because i'm imagining that young lacuna is listening and says that's not my theory that you described energy-based models really badly that's going to enact activate in me

innate embarrassment and shame and i'm going to want to go hide and whatever and that's going to activate these innate reflexes um and that's important because i might otherwise get get killed by Yann LeCun's marauding army of other... The French AI researchers are coming for you, Adam. And so it's important that I have that instinctual response.

But of course, evolution has never seen Jan LeCun or known about energy-based models or known what an important scientist or a podcast is. And so somehow the brain has to encode this desire to, you know, Not piss off really important people in the tribe or something like this. In a very robust way, without knowing in advance all the things that the learning subsystem of the brain, the part that is learning.

cortex and other parts. The cortex is going to learn this world model. It's going to include things like Jan LeCun and podcasts. uh evolution has to make sure that that those neurons whatever the young lacune being upset with me neurons get properly wired up to the shame response or this part of the reward function um

And this is important, right? Because if we're going to be able to seek status in the tribe or learn from knowledgeable people, as you said, or things like that, exchange knowledge and skills with friends, but not with enemies, I mean, we have to learn all this stuff. So it has to be able to robustly wire these learned features of the world.

learn parts of the world model up to these innate reward functions, and then actually use that to then learn more, right? Because next time I'm not going to try to piss off Jan Lacoon if he emails me that I got this wrong. And so... And we're going to do further learning based on that. So in constructing the reward function, it has to use learned information. But how can evolution, evolution didn't know about Jan LeCun, so how can it do that? And so the basic idea...

that Steve Burns is proposing is that part of the cortex or other areas like the amygdala that learn, what they're doing is they're modeling the steering subsystem. The steering subsystem is the part with these more innate... innately programmed responses and the innate programming of these series of reward functions cost functions bootstrapping functions that exist

So there are parts of the amygdala, for example, that are able to monitor what those parts do and predict what those parts do. So how do you find the neurons that are important for social status? Well, you have some innate heuristics of social status, for example, or you have some innate... innate heuristics of friendliness that the steering subsystem can use.

And the steering subsystem actually has its own sensory system, which is kind of crazy. So we think of, you know, vision as being something that the cortex does. But there's also a steering subsystem, subcortical visual system called the superior colliculus. with innate ability to detect faces, for example, or threats. So there's a visual system that has innate heuristics.

and that the steering subsystem has its own responses. So they'll be part of the amygdala or part of the cortex that is learning to predict those responses. And so what are the neurons that matter in the cortex for social status or for friendship? Well, they're the ones that predicts.

those innate heuristics for friendship, right? So you train a predictor in the cortex and you say, which neurons are part of the predictor? Those are the ones that are, now you've actually managed to wire it up. Yeah. This is fascinating.

I feel like I still don't understand. I understand how the cortex could learn how this primitive part of the brain would respond to... so it can obviously it has these labels on here's literally a picture of a spider and this is bad like be scared of this right and then the cortex learns that this is bad because the innate part tells it that but then

it has to generalize to, okay, the spider's on my back. Yes. And somebody's telling me the spider's on your back. That's also bad. Yes. But it never got supervision on that. Right. So how does it... Well, it's because the learning subsystem... is a powerful learning algorithm that does have generalization that is capable of generalization so the steering subsystem these are the innate responses so you're going to have some let's say built into your steering subsystem

these lower brain areas, hypothalamus, brainstem, etc. And again, they include, they have their own primitive sensory systems. So there may be an innate response. If I see something that's kind of... moving fast toward my body that I didn't previously see was there and is kind of small and dark and high contrast, that might be an insect kind of skittering onto my body, I am going to like flinch, right?

And so there are these innate responses. And so there's going to be some group of neurons, let's say, in the hypothalamus that is the I am flinching. Or I just flinched, right? I just flinched neurons in the hypothalamus. So when you flinch, first of all,

that a negative contribution to the reward function you didn't want that to happen perhaps um but that's only happened that's a reward function then that is it doesn't have any generalization in it so i'm going to avoid that exact situation of the thing skittering toward me um

And maybe I'm going to avoid some actions that lead to the thing skittering. So that's a generalization you can get. What Steve calls it is downstream of the reward function. So I'm going to avoid the situation where the spider was skittering toward me. But you're also going to do something else. So there's going to be a part of your amygdala, say, that is saying, okay, a few milliseconds, hundreds of milliseconds or seconds earlier,

could I have predicted that flinching response? It's going to be a group of neurons that is essentially a classifier of, am I about to flinch? And I'm going to have classifiers for that for every important steering subsystem variable that evolution needs to take care of. Am I about to flinch? Am I talking to a friend? Should I laugh now? Is the friend high status? Whatever variables the hypothalamus brainstem contain.

Am I about to taste salt? So it's going to have all these variables. And for each one, it's going to have a predictor. It's going to train that predictor. Now, the predictor that it trains, that can have some generalization. And the reason it can have some generalization is because it just has a totally different input. So its input data might be things like the word spider, right? But the word spider can activate in all sorts of situations that lead to the world.

word spider activating in your word world model um so you know if you have a complex world model which really complex features that inherently gives you some generalization it's not just the thing skittering toward me it's even the word spider uh or the concept of spider is going to cause that to trigger and this predictor can learn that so whatever spider neurons are in my world model um which could even be a book about spiders or somewhere a room where there are spiders or whatever that is

The amount of heebie-jeebies that this conversation is eliciting in the audience is like. So now I'm activating your steering subsystem. Your steering subsystem, spider hypothalamus, a subgroup of neurons of skittering insects are activating based on.

these very abstract concepts in the conversation. If you keep going, I'm going to have to put in a trigger warning. That's because you learn this. And the cortex inherently has the ability to generalize because it's just predicting based on these very abstract variables and all these integrated information that it has.

Whereas the steering system only can use whatever the superior colliculus and a few other sensors can spit out. By the way, it's remarkable that the person who's made this connection between different pieces of neuroscience, Stephen Burns, like former physicist.

for the last few years has been trying to synthesize. He's an AI safety researcher. He's just synthesizing. This comes back to the academic incentives thing. I think that this is a little bit hard to say, what is the exact next experiment? How am I going to publish a paper on this? How am I going to train my grad student to do this? It's very speculative.

There's a lot in the neuroscience literature, and Steve has been able to pull this together. And I think that Steve has an answer to Elia's question, essentially, which is how does the brain ultimately code for these higher level desires and link them up to the more primitive rewards? Yeah. Very naive question.

But why can't we achieve this omnidirectional inference by just training the model to not just map from a token to next token, but remove the masks in the training so it maps every token to every token? or um come up with more labels between video and audio and text so that it it's forced to map one to each one i mean that may be that may be the way so it's it's not clear to me some people think that

And there's sort of a different way that it does probabilistic inference or a different learning algorithm that isn't backprop. There might be like other ways of learning energy-based models or other things like that that you can imagine. that is involved in being able to do this and that the brain has that but i think there's a version of it where you know the what the brain does is like crappy versions of backprop to learn to predict you know through a few layers

And that, yeah, it's kind of like a multimodal foundation model. Right. Yeah. So maybe the cortex is just kind of like a certain kinds of foundation models there. You know, LLMs are maybe just predicting the next token, but, you know, vision models. maybe are trained in learning to fill in the blanks or reconstruct different pieces or combinations. But I think that it does it in an extremely flexible way. So if you train a model to just fill in this blank at the center,

Okay, that's great. But what if you didn't train it to fill in this other blank over to the left, then it doesn't know how to do that. It's not part of its repertoire of predictions that are amortized into the network. Whereas with a really powerful inference system, you could... choose at test time what is the subset of variables it needs to infer and which ones are clamped. Two sub-questions. One, it makes you wonder whether the thing that is lacking in artificial neural networks...

It's less about the reward function and more about the encoder or the embedding, which maybe the issue is that you're not representing video and audio and text. in the right latent abstraction such that they could intermingle and conflict. Maybe this is also related to why LLM seemed bad at drawing connections between different ideas. It's like...

are the ideas represented at a level of generality at which you could notice different connections? Well, the problem is these questions are all commingled. So if we don't know if it's doing a backprop-like learning and we don't know if it's doing energy-based models...

And we don't know how these areas are even connected in the first place. It's very hard to really get to the ground truth of this. But yeah, it's possible. I mean, I think that people have done some work. My friend Joel DiPello actually did something some years ago where... I think he put a model, I think it was a model of V1, of sort of specifically how the early visual cortex represents images and put that as like an input into like a ConvNet.

And that improves some things. So it could be differences. The retina is also doing motion detection, and certain things are kind of getting filtered out. So there may be some preprocessing of the sensory data. There may be some. clever combinations of which modalities are predicting which or so on that um that lead to better representation there may be much more clever things than that some people certainly do think that there's inductive biases built in the architecture that will shape

the representations differently or that there are clever things that you can do. So Astera, which is the same organization that employs Steve Behrens, just launched this neuroscience project based on Doris So's work, and she has some ideas about... how you can build vision systems that basically require less training. They in-build into the assumptions of the design of the architecture.

Things like objects are bounded by surfaces, and surfaces have certain types of shapes and relationships of how they occlude each other and stuff like that. So it may be possible to build more assumptions into the network. Evolution may have also put some changes of architecture.

It's just I think that also the cost functions and so on may be a key thing that it does. So Andy Jones has this amazing 2021 paper where he uses AlphaZero to show that you can trade off test time compute and training compute. And while that might seem obvious now, this was three years before people were talking about inference scaling. So this got me thinking, is there an experiment you could run today, even if it's a toy experiment, which would help you anticipate the next scaling paradigm?

One idea I had was to see if there was anything to multi-agent scaling. Basically, if you have a fixed budget of training compute, are you going to get the smartest agent by dumping all of it into training one single agent or by splitting that compute up amongst a bunch of models?

resulting in a diversity of strategies that get to play off each other. I didn't know how to turn this question into a concrete experiment, though, so I started brainstorming with Gemini 3 Pro in the Gemini app. Gemini helped me think through a bunch of different judgment calls. For example, how do you turn the training loop from self-play to this kind of co-evolutionary league training?

initialize and then maintain diversity amongst different AlphaZero agents. How do you even split up the compute between these agents in the first place? I found this clean implementation of AlphaGo Zero, which I then forked and opened up in Antigravity, which is Google's agent first IDE.

The code was originally written in 2017 and it was meant to be trained on a single GPU of that time. But I needed to train multiple whole separate populations of AlphaZero agents. So I needed to speed things up. I rented a beefcake of a GPU.

node, but I needed to refactor the whole implementation to take advantage of all this scale and parallelism. Gemini suggested two different ways to parallelize cell play. One which would involve higher GPU context switching, and the other would involve higher communication overhead. I wasn't sure which one to pick, so I just asked Gemini. And not only did it get both of them working in minutes, but it autonomously created and then ran a benchmark to see which one was best.

It would have taken me a week to implement either one of these options. Think about how many judgment calls a software engineer working on an actually complex project has to make. If they have to spend weeks architecting some optimization or feature before they can see whether it will work out,

test out so many fewer ideas. Anyways, with all this help from Gemini, I actually ran the experiment and got some results. Now, please keep in mind that I'm running this experiment on an anemic budget of compute, and it's very possible I made some mistakes in implementation, but it looks like

there can be gains from splitting up a fixed budget of trading compute amongst multiple agents rather than just dumping it all into one. Just to reiterate how surprising this is, the best agent in the population of 16 is getting one-sixteenth the amount of training compute as the agent trained on self-play alone. And yet it still outperforms the agent that is hogging all of the compute. The whole process of vibe coding this experiment with Gemini was

really absorbing and fun. It gave me the chance to actually understand how AlphaZero works and to understand the design space around decisions about the hyperparameters and how search is done. and how you do this kind of co-evolutionary training rather than getting bogged down in my very novice abilities as an engineer. Go to gemini.google.com to try it out.

Amortized inference and what the genome actually stores

I want to talk about this idea that you just glanced off of, which was amortized in Friends. And maybe I should try to... explain what i think it means because i think it's probably wrong and you this this will help you correct it's been a few years for me too so okay um right now the way the models work is you have an input it maps it to an output and This is amortizing a process that the real process, which we think is like what intelligence is, which is like you have some prior over.

how the world could be. Like, what are the causes that make the world the way that it is? And then when you see some observation, you should be like, okay, here's all the ways the world could be. This cause explains what's happening best. Now, like doing this calculation over every possible cause is computationally intractable. So then you just have to sample like, oh, here's a potential cause. Does this explain this observation? No, forget it. Let's keep sampling.

And then eventually you get the cause, the cause, then the cause explains the observation, and then this becomes your posterior. That's actually pretty good, I think, of sort of, yeah. Yeah, this Bayesian inference, like in general, is like of this very intractable thing. Right.

The algorithms that we have for doing that tend to require taking a lot of samples, Monte Carlo methods, taking a lot of samples. And taking samples takes time. I mean, this is like the original Boltzmann machines and stuff. We're using techniques like this.

And still it's used with probabilistic programming, other types of methods often. And so, yeah, so the Bayesian inference problem, which is basically the problem of perception, given some model of the world and given some data, how should I update my...

What are the missing variables in my internal model? And I guess the idea is that neural networks are hopefully... obviously there's mechanistically the neural network is not starting with like here is my model of the world and i'm going to try to explain this data but the hope is that Instead of starting with, hey, does this cause explain this observation? No. Did this cause explain this explanation? Yes. What you do is just like.

observation what's the most what's the cause that we the neural net thinks is the best observation to cause so the feed forward like goes observation to cause observation to cause to the output yes you don't have to you don't have to evaluate all these energy values or whatever and sample around to make them higher

and lower um you just say um approximately that process would result in this being the top one or something like that yeah one way to think about it might be that test time compute inference time compute is actually doing this sampling again because you literally read its chain of thought it's like actually doing this toy example we're talking about where it's like oh can i solve this problem by doing x yeah i need a different approach and

This raises the question. I mean, over time, it is the case that the capabilities which required inference time compute to elicit... get distilled into the model so you're amortizing the thing which previously you needed to do these like rollouts like monte carlo rollouts to um to figure out and so in general there maybe there's this principle of digital minds which can be copied have different

trade-offs which are relevant than biological minds which cannot and so in general it should make sense to amortize more things because you can literally copy the copy the amortization right or copy the things that you have um sort of like built in yeah um And this is a tangential question where it might be interesting to speculate about in the future as these things become more intelligent and the way we train them becomes more economically rational. What will make sense to...

amortize into these minds, which evolution did not think it was worth amortizing into biological minds. You have to retrain every time. I mean, first of all, I think the probabilistic AI people would be like, of course you need test time compute.

because this inference problem is really hard and the only ways we know how to do it involve lots of test time compute otherwise it's just a crappy approximation that's never gonna like you have to do infinite data or something to like make this so i think some of the probabilistic people will be like no it's like inherently probabilistic and like

amortizing it in this way like just doesn't make sense and so and they might then also point to the brain and say okay well the brain the neurons are kind of stochastic and they're sampling and they're doing doing things and so maybe the brain actually is doing more like the non-amortized inference the real inference um

But it's also kind of strange how perception can work in just like milliseconds or whatever. It doesn't seem like it uses that much sampling. So it's also clearly also doing some kind of baking things into like approximate forward passes or something like that to do this. Yeah. So in the future, you know, I don't know. I mean, I think, is it already a trend to some degree that things that are people were having to use test time compute for are getting like used to train back?

the the base model right yeah yeah that so now it can do it in one pass right yeah so i mean i think yeah you know maybe evolution did or didn't do that uh i think evolution still has to pass everything through the genome right to build the network so and the environment in which humans are living is very dynamic right and so

Maybe that's if we believe this is true, that there's a learning subsystem per Steve Burns and a steering subsystem. The learning subsystem doesn't have a lot of pre-initialization or pre-training. It has a certain architecture, but then within lifetime it learns. then evolution didn't, you know, actually, like, amortize that much into that network. It amortized it instead into a set of innate behaviors and a set of these bootstrapping cost functions or ways of building up.

very particular reward signals. Yeah. This framework helps explain this mystery that people have pointed out and I've asked a few guests about, which is if you want to analogize evolution to pre-training... Well, how do you explain the fact that so little information is conveyed through the genome? So three gigabytes is the size of the total human genome. Obviously, a small fraction of that is actually relevant to coding at the brain. Yeah. And if.

Previously, people made this analogy that actually evolution has found the hyperparameters of the model, the numbers which tell you how many layers should there be, the architecture basically, right? How should things be wired together? But if a big part of the story...

that increases sample efficiency, aids learning, generally makes systems more performant, is the reward function, is the loss function. And if evolution found those loss functions, which aid learning, then it actually kind of makes sense how... So you can like build an intelligence with so little information because like the reward function, you're like right in Python, right? The reward function is like literally a line. And so you just like have like a thousand lines like this.

and that doesn't take up that much space yes and it also gets to do this generalization thing with the thing the thing i was describing where we were talking with about the spider right of where it learns that just the word spider you know triggers the spider you know reflex or whatever um

it gets to exploit that too, right? So it gets to build a reward function that actually has a bunch of generalization in it just by specifying these innate spider stuff and the thought assessors, as Steve calls them, that do the learning. So that's like potentially a really compact solution.

to building up these more complex reward functions too that you need. So it doesn't have to anticipate everything about the future of the reward function, just anticipate what variables are relevant, what are heuristics for finding what those variables are. um and then yeah so then it has to have like a very compact specification for like the learning algorithm and basic architecture of the learning subsystem and then it has to specify all this python code of like

all the stuff about the spiders and all the stuff about friends and all the stuff about your mother and all the stuff about mating and social groups and joint eye contact. It has to specify all that stuff. And so is this really true?

I think that there is some evidence for it. So Fei Chen and Evan McCosco and various other researchers who have been doing like these single cell atlases. So one of the things that... neuroscience technology or scaling up neuroscience technology again this is kind of like my one of my obsessions um has done uh through through um

the brain initiative, a big, you know, neuroscience funding programs. They've basically gone through different areas, especially of the mouse brain and mapped like, where are the different cell types? How many different types of cells are there in different areas of cortex? Are they the same across different areas? And then you look at these subcortical regions, which are more like the steering subsystem or reward function generating regions.

How many different types of cells do they have and which neurons types do they have? We don't know how they're all connected and exactly what they do or what the circuits are, what they mean. But you can just quantify how many different kinds of cells are there with sequencing the RNA. And there are a lot more weird and diverse and bespoke cell types in the steering subsystem, basically.

than there are in the learning subsystem like the cortical cell types there's enough to build it seems like there's enough to build a learning algorithm up there and specify some hyperparameters And in the steering subsystem, there's like a gazillion, you know, thousands of really weird cells, which might be like the one for the spider flinch reflex and the one for I'm about to taste salt. Why would each reward function need a different cell type?

Well, so this is where you get innately wired circuits, right? So in the learning algorithm part, in the learning subsystem, You specify the initial architecture, you specify a learning algorithm. All the juice is happening through plasticity of the synapses, changes of the synapses within that big network. But it's kind of like a relatively repeating architecture.

um how it's initialized it's just like um the amount of python code needed to make you know an eight layer transformer is not that different from wanting to make a three layer transformer right you're just replicating yeah Whereas all this Python code for the reward function, you know, if superior click list sees something that's skittering and you know, you're feeling goosebumps on your skin or whatever, then trigger spider reflex. That's just a bunch of like bespoke species specific.

Uh... situation specific crap that no the cortex doesn't know about spiders it just knows about layers and right and learning the only way to have this like write this reward function yeah is to have a special cell type yeah yeah well i think so i think you either have to have a special cell types or you have to somehow otherwise get special wiring rules that evolution can say, this neuron needs to wire to this neuron without any learning.

And the way that that is most likely to happen, I think, is that those cells express like different receptors and proteins that say, OK, when this one comes in contact with this one, let's form a synapse. So it's genetic wiring. Yeah.

and those need cell types to do it yeah i'm sure this would make a lot more sense if i knew 101 neuroscience but like it seems like there's still a lot of complexity or generality rather in the steering system so if the steering system has its own visual uh system that's separate from the visual cortex yeah different features still need to plug into that vision system in the so like the spider thing needs to plug into it and also the um the uh love thing needs to plug into it etc etc yes so

It seems complicated. No, it's still complicated. And that's all the more reason why a lot of the genomic real estate in the genome... And in terms of these different cell types and so on, would go into wiring up the steering subsystem. Can we tell how much of the genome is like clearly working? So I guess you could tell how many are relevant to.

producing the RNA that manifest or the epigenetics that manifest in different cell types in the brain, right? Yeah, this is what the cell types helps you get at it. I don't think it's exactly like, oh, this percent of the genome is doing this. But you could say, okay, in all these steering substances and subtypes, you know, how many different...

Genes are involved in sort of specifying which is which and how they wire and how much genomic real estate do those genes take up versus the ones that specify.

you know, visual cortex versus auditory cortex, you're kind of just reusing the same genes to do the same thing twice. Whereas the spider reflex hooking up, yes, you're right. They have to build a vision system and they have to build... some auditory systems and touch systems and navigation type systems so you know even feeding into the hippocampus and stuff like that there's head direction cells even the fly brain it has innate circuits yeah that you know figure out its orientation and help it

navigate in the world and it uses vision figures optical flow of how it's flying and you know uh how is it how is its flight related to the wind direction it has all these innate stuff

I think in the mammal brain, we would all put that and lump that into the steering subsystem. So there's a lot of work. So all the genes basically that go into specifying all the things a fly has to do, we're going to have stuff like that too, just all in the steering subsystem. But do we have some estimate of like, here's how many...

nucleotides here how many megabases it takes to i i don't know i mean but but but um i mean i think people you might be able to talk to biologists about this you know to some degree because you can say well we just have a ton in common I mean, we have a lot in common with yeast from a genes perspective. Yeast is still used as a model. Yeah.

for some amount of drug development and stuff like that in biology. And so, so much of the genome is just going towards, you have a cell at all, it can recycle waste, it can get energy, it can replicate. And then what we have in common with a mouse. And so we do know at some level that the difference is us and a chimpanzee or something, and that includes the social instincts and the more advanced differences in cortex and so on.

It's a tiny number of genes that go into these additional amount of making the eight-layer transformer instead of the six-layer transformer or tweaking that reward function. This would help explain why the... hominid brain exploded inside so fast which is presumably like tell me this is correct but under the story we um social learning or some other thing increased

the ability to learn from the environment it like increased our sample efficiency right instead of having to go and kill the boar yourself and figure out like how to do that you can just be like uh the elder told me this how you make a spear

And then now it increases the incentive to have a bigger cortex, which can, like, learn these things. Yes. And that can be done with a relatively few genes because it's really replicating what the mouse already has. It's making more of it. And it's maybe not exactly the same. And there may be tweaks, but it's like, from a perspective, you don't have to reinvent all this stuff. So then how far back in the history of the evolution of the brain?

does the cortex go back it is the idea that like the cortex has always figured out this omnidirectional inference thing that that's been a solve problem for a long time and then the big unlock with primase is this we got the reward function which increased the returns to having omnidirectional inference

Or is the cortex, is the omnidirectional inference also something that took a while to unlock? I'm not sure that there's agreement about that. I think there might be specific questions about language. You know, are there tweaks to be, you know...

whether that's through auditory and memory, some combination auditory memory regions, there may also be like macro wiring, right? Of like, you need to wire auditory regions into memory regions or something like that and into some of these social instincts.

to get language, for example, to happen. So there might be, but that might be also a small number of gene changes to be able to say, oh, I just need from my temporal lobe over here, going over to the auditory cortex, something right. And there is some evidence for the, you know, the Broca's area, Wernicke's area.

area they're connected with these hippocampus and so on and so prefrontal cortex so there's like some small number of genes maybe for like enabling humans to really properly do language that could be a big one but Yeah, I mean, I think that... Is it that something changed about the cortex and it became possible to do these things? Whereas that potential was already there, but there wasn't the incentive to...

expand that capability and then use it, wire it to these social instincts and use it more. I mean, I would lean somewhat toward the latter. I mean, I think a mouse... I has a lot of similarity in terms of cortex as a human. Right. Although there's that, uh, the, the, the, the number of neurons.

scales better with weight with primate brains than it does with rodent brains right so yeah does that suggest that there actually was some improvement in the scalability of the cortex maybe maybe i'm not i'm not super deep on this there may there may have been Yeah, changes in architecture, changes in the folding, changes in neuron properties and stuff that somehow slightly tweak this. But there's still a scaling, right? Either way, right? And so I was not saying there aren't.

something special about humans in the architecture of the learning subsystem at all. But yeah, I mean, I think it's pretty widely thought that this is expanded, but then the question is, okay, well, how does that fit in also with the steering subsystem changes and the instincts that make use of this and allow you to bootstrap using this effectively? But I mean, just to say a few other things, I mean, so even the fly brain has some amount of, for example, even very far back.

I mean, I think you've read this great book, The Brief History of Intelligence. I think this is a really good book. Lots of AI researchers think this is a really good book, it seems like. Yeah, you have some amount of learning going back. all the way to anything that has a brain, basically. You have something kind of like primitive reinforcement learning, at least. going back at least to like vertebrates like imagine like a zebrafish just like a um these kind of these other branches

birds maybe kind of reinvented something kind of cortex-like, but it doesn't have the six layers. But they have something a little bit cortex-like. So some of those things... um after reptiles in some sense birds and mammals both kind of made us up somewhat cortex-like but differently organized thing but even a fly brain has like associative learning centers that um

actually do things that maybe look a little bit like this thought-assessor concept from Birns, where there's a specific dopamine signal to train specific subgroups of neurons in the fly mushroom body to associate different sensory information with. Am I going to get food now or am I going to get hurt now? Yeah. Yeah. Brief tangent. I remember reading in one blog post that Darren Millage wrote that the...

Parts of the cortex, which are associated with audio and vision, have scaled disproportionately between other primates and humans, whereas the parts associated, say, with odor have not. And I remember him saying something like this is explained by that kind of data having worse scaling law properties. But I think the and maybe he meant this, but another interpretation of actually what's happening there.

is that these social reward functions that are built into the steering subsystem needed to make use... more of being able to see your elders and see what the visual cues are and hear what they're saying. Yeah. In order to make a sense of these cues which guide learning you needed to activate these um yeah activate the vision and audio more than i mean there's all this stuff i feel like it's come up in in your your shows before actually but like

even like the design of the human eye where you have like the pupil and the white and everything like we are designed to be able to establish relationships based on joint eye contact and and maybe this came up in the sudden episode i can't remember but um Yeah, we have to bootstrap to the point where we can detect eye contact and where we can communicate by language, right? And that's what the first couple years of life are trying to do. OK. I want to ask you about RL.

Model-based vs model-free RL in the brain

currently the way these lns are trained you know they are um if they solve the unit test or solve a math problem that whole trajectory every token in that trajectory is upgraded And what's going on with humans? Are there different types of model-based versus model-free that are happening in different parts of the brain? Yeah, I mean, this is another one of these things. I mean, again, all my answers to these questions, any specific thing I say...

It's all just kind of like directionally, this is we can kind of explore around this. I find this interesting. Maybe I feel like the literature points in these directions in some very broad way. What I actually want to do is like go and map the entire mouse brain and like figure this out.

comprehensively and like make neuroscience a ground truth science so i don't know basically um but uh but yeah i mean there so first of all i mean i think with ilia on the podcast i mean he was like it's weird that you don't use value functions right you use like the most

dumbest form of rl and of course there are these people are incredibly smart and they're optimizing for how to do it on gpus and it's really incredible what they're achieving but like conceptually it's a really dumb form of rl even compared to like what was being done in like

10 years ago, right? Like even, you know, the Atari game playing stuff, right, was using like Q learning, which is basically like, it's a kind of temporal difference learning, right? And the temporal difference learning basically means you have some kind of a value function of like, what action I choose now doesn't just tell me literally what happens immediately after this. It tells me like, what is the long run consequence of that for my expected, you know, total reward or something like that.

And so you have value functions, like the fact that we don't have like value functions at all is like in the LLMs is like, It's crazy. I think because Ilya said it, I can say it. I know one hundredth of what he does about AI, but it's kind of crazy that this is working. But... Yeah, I mean, in terms of the brain, well, so I think there are some parts of the brain that are thought to do something that's very much like model free RL. That's sort of parts of the basal ganglia.

um sort of striatum and basal ganglia they have like a certain finite like it is thought that they have a certain like finite relatively small action space and the types of actions they could take first of all might be like tell the brainstem and spinal cord to do this motor action. Yes, no. Or it might be more complicated cognitive type actions like tell the thalamus to allow this part of the cortex to talk to this other part.

or release the memory that's in the hippocampus and start a new one or something, right? But there's some finite set of actions that kind of come out of the basal ganglia and that it's just a very simple RL. So there are probably parts of...

other brains in our brain that are just like doing very simple, naive type RL algorithms. Layer one thing on top of that is that some of the major work in neuroscience like Peter Diane's work and a bunch of work that is part of why I think DeepMind did the temporal difference learning stuff in the first place, is they were very interested in neuroscience.

And there's a lot of neuroscience evidence that the dopamine is giving this reward prediction error signal rather than just reward yes, no, you know, a gazillion time steps in the future. It's a prediction error. And that's consistent with like learning these value functions. um so there's that and then there's maybe like higher order stuff so we have these cortex making this world model well one of the things the cortex world model can contain is a model of when you do and don't get rewards

Again, it's predicting what the steering subsystem will do. It could be predicting what the basal ganglia will do. And so you have a model in your cortex that has more generalization and more concepts and all this stuff that says, okay, these types of plans, these types of actions will lead.

in these types of circumstances to reward. So I have a model of my reward. Some people also think that you can go the other way. And so this is part of the inference picture. There's this idea of RL as inference. You could say, well, conditional on my having a high reward sample a plan that i would have had to get there that's inference of the plan part from the reward part i'm clamping the reward as high and inferring yeah

the plan sampling from plans that could lead to that um and so if you have this very general cortical thing it can just do if you have this like general very general model based system and the model among other things includes plans and rewards then you just get it for free, basically. So like in neural network parlance, there's a value head associated to the omnidirectional inference that's happening. Yes, or there's a value input. Yeah.

Oh, OK. Yeah. And it can predict one of the almost sensory variables it can predict is what rewards it's going to get. Yeah. But speaking of this thing about amortizing things, you obviously value. is like amortized rollouts of looking up a word. Yeah. Something like that. Yeah. Yeah. It's like a statistical average or prediction of it. Yeah. Right. Tangential thought.

You know, Joe Henrik and others have this idea that the way human societies have learned to do things is just like, how do you figure out that, you know, this kind of being which actually just.

almost always poisons you is edible if you do this 10-step incredibly complicated process. Any one of which, if you fail at, the bean will be poisonous. How do you figure out how to... hunt the seal in this particular way with this particular weapon at this particular time of the year, etc. There's no way but just like trying shit over generations.

And it strikes me this is actually very much like model-free RL happening at like a civilizational level. No, not exactly. Evolution is the simplest algorithm in some sense, right? And if we believe that all of this can come from evolution, like the outer loop can be like... extremely not foresighted and yeah right um that that's interesting just like uh hierarchies of

evolution model free culture uh evolution model for so what does that tell you maybe the simple algorithms can just get you anything if you do it enough right right yeah yeah i don't know so but yeah so you you have like maybe this yeah evolution model free basal ganglia model free

cortex model based culture uh model free potentially um i mean there's like you pay attention to your elders or whatever so there's maybe this like group selection or whatever of these things is like more model free yeah But now I think culture, well, it stores some of the model. So let's say you want to train an agent to help you with something like processing loan applications.

Training an agent to do this requires more than just giving the model access to the right tools. Things like browsers and PDF readers and risk models. There's this level of tacit knowledge that you can only get by actually working in an industry. For example, certain loan applications will pass every single automated check despite being super risky. Every single individual part of the application might look safe.

but experienced underwriters know to compare across documents to find subtle patterns that signal risk. LibelBox has experts like this in whatever domain you're focused on. And they will set up highly realistic training environments that include whatever subtle nuances and watch outs you need to look out for.

Beyond just building the environment itself, LabelBox provides all the scaffolding you need to capture training data for your agent. They give you the tools to grade agent performance and capture the video of each session. and to reset the entire environment to a clean state between every episode. So whatever domain you're working in, LabelBox can help you train reliable, real-world agents. Learn more at labelbox.com.

Is biological hardware a limitation or an advantage?

Stepping back, how is it a disadvantage or an advantage for humans that we get to use biological hardware? in comparison to computers as they exist now so by what i mean by this question is like if there's the algorithm would the algorithm just qualitatively perform much worse or much better if um inscribed in the hardware of today and the reason to think it might like here's what i mean like

You know, obviously the brain has had to make a bunch of trade-offs which are not relevant to computing hardware. It has to be much more energetically efficient. Maybe as a result, it has to run on slower speeds so that there can be a smaller voltage gap. And so the brain runs at 200 hertz. and has to like run on 20 watts. On the other hand, you know, with like robotics, we've clearly experienced that.

fingers are way more nimble than we can make motors so far as maybe there's something in the brain that is the equivalent of like cognitive uh dexterity which is like maybe due to the fact that we can do unstructured sparsity we can co-locate the memory in the compute yes

where does this all let out are you like fuck we would be so much smarter if we didn't have to deal with these brains or are you like oh i mean i think in the end we will get the best of both worlds right somehow right i think i think an obvious downside of the brain is it cannot be copied yeah you don't have

you know external read write access to every neuron and synapse whereas you do i can just edit something in the weight matrix right you know in python or whatever uh you know and and load that up and copy that um in principle right um So the fact that it can't be copied and kind of random accessed is very annoying. But otherwise, maybe it has a lot of advantages. It also tells you that you want to somehow do the co-design of the algorithm.

It maybe even doesn't change it that much from all of what we discussed, but you want to somehow do this co-design. So yeah, how do you do it with really slow, low voltage switches? That's going to be really important for the energy consumption. the co-locating memory and compute so like i think that probably just like hardware companies will try to co-locate memory and compute they will try to use lower voltages allow some stochastic stuff

There are some people that think that all this probabilistic stuff that we were talking about, oh, it's actually energy-based models and so on, it is doing lots of sampling. It's not just amortizing everything.

that the neurons are also very natural for that because they're naturally stochastic. And so you don't have to do a random number generator and a bunch of Python code basically to generate a sample. The neuron just... generate samples and it can tune what the different probabilities are yeah and so and like learn learn those tunings and so it could be that it's very co-designed with like some kind of inference

method or something. Yeah. It'd be hilarious. I mean, the message I'm taking over this interview is like, you know, all these people... that folks make fun of on Twitter are, you know, Yann LaCoon and Beth Jezos and whatever. They're like, no, maybe, I don't know. That is actually one read of me, granted, you know, I haven't really worked on. ai at all since llms you know took off so i'm just like out of the loop but

I'm surprised and I think it's amazing how the scaling is working and everything. But yeah, I think Jan LeCun and Beth Jezos are kind of onto something about the probabilistic models, or at least possibly. And in fact, that's what... you know, all the neuroscientists and all the AI people thought like until 2021 or something, right? So there's a bunch of cellular stuff happening in the brain that is not just about neuron to neuron synaptic connections.

How much of that is functionally doing more work than the synapses themselves are doing versus...

It's just a bunch of kludge that you have to do in order to make the synaptic thing work. So the way you need to, you know, with a digital mind, you can nudge the synapse, sorry, the parameter extremely easily. But with... a cell to modulate a synapse according to the gradient signal it just takes out all of this crazy machinery so like is it actually doing more than it takes extremely little code to do so i don't know but i'm i'm not a believer in the like radical like

oh, actually memory is not synapses mostly, or like learning is mostly genetic changes or something like that. I think it would just make a lot of sense. think you put it really well for it to be more like the second thing you said like let's say you want to do weight normalization across all the weights coming out of your neuron right or into your neuron well you probably have to like somehow tell the nucleus about this of the cell

and then have that kind of send everything back out to the synapses or something right and so there's going to be a lot of cellular changes right or let's say that you know you just had a lot of plasticity and like you're part of this memory

and now that's got consolidated into the cortex or whatever and now we want to reuse you as like a new one that can learn again it's going to be a ton of cellular changes so there's going to be tons of stuff happening in the cell but algorithmically it's not really adding

something beyond these algorithms right it's just implementing something that in a digital computer is very easy for us to go and just find the weights and change them um and it is a cell it just literally has to do all this with molecular machines itself without any central controller right it's kind of incredible

um there are some things that cells do i think that that seem like more convincing so in the cerebellum so one of the things the cerebellum has to do is like predict over time like predict what is the time delay you know let's say that um

you know i see a flash and then uh you know some number of milliseconds later i'm going to get like a puff of air in my eyelid or something right uh the cerebellum can be very good at predicting what's the timing between the flash and the air puff so that now your eye will just like close automatically like the cerebellum is like involved in that type of reflex like learned reflex um and there are some cells in the cerebellum where it seems like the cell body is playing a role

in storing that time constant changing that time constant of delay versus that all being somehow done with like i'm going to make a longer ring of synapses to make that delay longer it's like no the cell body will just like store that time delay for you um So there are some examples, but I'm not a believer out of the box in essentially this theory that what's happening is changes in connections between neurons. Yeah.

And that's like the main algorithmic thing that's going on. Like, I think that's a very good reason to still believe that it's that rather than some like crazy cellular stuff. Yeah. Going back to this whole perspective of like, our intelligence is... Not just this omnidirectional inference thing that builds a world model, but really this system that teaches us what to pay attention to, what are the important salient factors to learn from, etc.

I want to see if there's some intuition we can drive from this about what different kinds of intelligence might be like. So it seems like AGI or superhuman intelligence should still have this. like ability to learn a world model that's quite general but then it might um be incentivized to pay attention to different things that are relevant for what you know the modern

post-singularity environment. How different should we expect different intelligences to be, basically? Yeah, I mean, I think one way of this question is like, is it actually possible to like make the paperclip maximizer or whatever right if you make if you try to make the paperclip maximizer does that end up like just not being smart or something like that because it was just the only reward function it had was like make paperclips interesting yeah yeah

if i channel steve burns more i mean i think he's very concerned that the sort of minimum viable things in the steering subsystem that you need to get something smart is way less than the minimum viable set of things you need for it to have human social instincts and ethics and stuff like that. So a lot of what you want to know about the steering subsystem is actually the specifics of how you do alignment, essentially, or what human... behavior and social instincts and is versus

just what you need for capabilities. And we talked about it in a slightly different way because we were sort of saying, well, in order for humans to learn socially, they need to make eye contact and learn from others. But we already know from LLMs, right, that depending on your starting point, you can learn language.

without that stuff right and so yeah and and so i think that it probably is possible to make like super powerful you know model-based rl you know optimizing systems and stuff like that that don't have most of what we have in the human brain reward functions. And as a consequence, might want to maximize paperclips. And that's a concern. Right. But you were pointing out that...

In order to make a competent paperclip maximizer, the kind of thing that can build the spaceships and learn the physics and whatever. It needs to have some drives which elicit learning, including, say, curiosity and exploration. Yeah, curiosity and interest in others, interest in social interactions, curiosity.

Yeah, but that's pretty minimal, I think. And that's true for humans, but it might be less true for something that's already pre-trained as an LLM or something. And so most of why we want to know the steering subsystem, I think, if I'm channeling Steve, is... alignment reasons yeah right how confident are we that we even have the right algorithmic conceptual vocabulary to think about what the brain is doing and what i mean by this is you know

There was one big contribution to AI from neuroscience, which was the study of the neuron, which is like, you know, 1950s, just like this original contribution. But then it seems like a lot of what we've learned afterwards. about what the high-level algorithm the brain is implementing. From the backdrop to, if there's something analogous to the backdrop happening in the brain, to, oh, is V1 doing something like CNNs, to TD learning and Bellman equations.

um actor critic whatever yeah seems inspired by what is Like we come up with some idea, like maybe we can make AI neural networks work this way. Yeah. And then we notice that something in the brain also works that way. Yes. So why not think there's more things like this? There may be. Yeah. I think the reason that I'm not, I think that we might.

be onto something is that like the ais we're making based on these ideas are working surprisingly well there's also a bunch of like just empirical stuff like like convolutional neural nets and variants of convolutional neural nets um I'm not for sure what the absolute latest latest, but compared to other like models in computational neuroscience of like what the visual system is doing are just like more predictive. Right. So you can just like score.

even pre-trained on cat pictures and stuff, CNNs, what is the representational similarity that they have on some arbitrary other image compared to the brain activations? um measured in different ways um jim de carlo's lab has like brain score and like

The AI model is actually like, there seems to be some relevance there in terms of like, neurosciences don't necessarily have something better than that. So yes, I mean, that's just kind of recapitulating what you're saying is that like the best computational neuroscience theories we have.

seem to have been like invented largely as a result of ai models um and like find things that work and so find backprop works and then say can we approximate backprop with cortical circuits or something and there's there's kind of been things like that

Now, some people totally disagree with this, right? So like Yuri Buzaki is a neuroscientist who has a book called The Brain from Inside Out, where he basically says like all our psychology concepts, like AI concepts, all this stuff is just like made up stuff.

we actually have to do is like figure out what is the actual set of primitives that like the brain actually uses and our vocabulary is not going to be adequate to that we have to start with the brain and make new vocabulary rather than saying back prop and then try to apply that to the brain or something like that and

you know he studies a lot of like oscillations and stuff in the brain as opposed to individual neurons and what they do and you know i don't know i i think that there's a case to be made for that and from a kind of research program design perspective i think there's Like one thing we should be trying to do is just like simulate a tiny worm or a tiny zebrafish, like from almost like as biophysical or like as, as bottom up as possible.

connecto molecules activity and like just study it as a physical dynamical system and like look what it does um but i don't know i mean just when i like it just feels like the AI is really good fodder for computational neuroscience. Like those might actually be pretty good models. We should look at that. So I'm not a person who thinks that.

I both think that there should be a part of the research portfolio that is totally bottom-up and not trying to apply our vocabulary that we learn from AI onto these systems.

and that there should be another big part of this that's kind of trying to reverse engineer it using that vocabulary or variance of that vocabulary um and that we should just be pursuing both and and my guess is that the reverse engineering one is actually gonna like kind of work-ish or something like we do see things like TD learning which you know Sutton also invented right separately right that must be a crazy feeling to just like yeah it's like

equation i wrote down is like in the brain it seems like the dopamine is like doing some of that yeah so let me ask you about this uh you know you guys are finding different groups that are trying to yeah figure out what's up in the brain if we had a perfect

Why a map of the human brain is important

representation, however you define it, of the brain. Well, I think it would actually let us figure out the answer to these questions. We have neural networks which are way more... interpretable not just because we understand what's in the weight matrices but because there are weight matrices there are these boxes with numbers in them right and even then we can tell very basic things we can kind of see circuits for yeah

very basic pattern matching of following one token with another. I feel like we don't really have an explanation of why LLMs are intelligent just because they're interpretable. I would somewhat dispute it. I think we have some architectural, we have some description of what the LLM is like fundamentally. doing and what that's doing is that i have an architecture and i have a learning rule and i have hyper parameters and i have initialization and i have training data

But those are things we learned from because we built them, not because we interpreted them from seeing the way it's. We built them. Which is the analogous thing to connect to them is like seeing the way it's. What I think we should do is we should describe the brain more in that language of things like architectures, learning rules, initializations.

rather than trying to find the Golden Gate Bridge circuit and saying exactly how does this neuron actually, you know, that's going to be some incredibly complicated learned pattern. Yeah, Conrad Cording and Tim Lillicrap have this paper from a while ago, maybe five years ago, called What Does It Mean to Understand a Neural Network? Or What Would It Mean to Understand a Neural Network? And what they say is...

yeah basically that like you can imagine you train a neural network to like compute the digits of pi or something well like some crazy you know it's like it's like this crazy pattern and you also train that thing to like predict the most complicated thing you find predict stock prices basically predict the really complex systems right

computationally complete systems. I could train a neural network to do cellular automata or whatever crazy thing. And it's like, we're never going to be able to fully capture that with interpretability, I think. It's just going to just be doing really complicated computations internally. But we can still say that the way it got that way is that

It had an architecture and we gave it this training data and it had this loss function. And so I want to describe the brain in the same way. And I think that this framework that I've been kind of laying out is like, we need to understand the cortex and how it embodies a learning algorithm. I don't need to understand how it computes Golden Gate Bridge.

the neurons if you have the connectome why does that teach you what the learning algorithm is well i guess there are a couple different views of it so it depends on the different parts of this portfolio so on the

totally bottom up we have to simulate everything portfolio it kind of just doesn't you have to just like see what are the you have to make a simulation of the zebrafish brain or something and then you like see what are the like emergent dynamics in this and you come up with new names and new concepts and all that that's like that's like the most extreme bottom-up neuroscience view. But even there, the connectome is really important for doing that biophysical or bottom-up simulation.

But on the other hand, you can say, well, what if we can actually apply some ideas from AI? We basically need to figure out, is it an energy-based model or is it... an amortized VAE-type model? Is it doing backprop or is it doing something else? Are the learning rules local or global? I mean, if we have some repertoire of possible ideas about this, can we...

You just think of the connectome as a huge number of additional constraints that will help to refine to ultimately have a consistent picture of that. I think about this for the steering subsystem stuff too, just very basic things about it. How many different types? of dopamine signal or of steering subsystem signal or thought assessor or so on how many different types of what broad categories are there

Like even this very basic information that there's more cell types in the hypothalamus than there are in the cortex, like that's new information, right? About how much structure is built there versus somewhere else. yeah, how many different dopamine neurons are there? Is the wiring between prefrontal and auditory the same as the wiring between prefrontal and visual? It's like the most basic things we don't know. And the problem is...

Learning even the most basic things by a series of bespoke experiments takes an incredibly long time. Whereas just learning all that at once by getting a connectome is just like way more efficient. What is the timeline on this? Because presumably the idea of this is to... Well, first, inform the development of AI. You want to be able to figure out how we get AIs to want to care about what other people think of its internal thought pattern.

Interp researchers are making progress on this question just by inspecting, you know, normal neural networks. There must be some feature. You can do interp on LLMs that exist. Yeah. You can't do interp on. a hypothetical model-based reinforcement algorithm like the brain that we will eventually converge to when we do agi yeah but um yeah you know what

What timelines on AI do you need for this research to be practical and relevant? I think it's fair to say it's not super practical and relevant if you're in an AI 2077 scenario. And so what science I'm doing now...

is not going to affect the science of like 10 years from now because what's going to affect the science of 10 years from now is the outcome of this like ai 2027 scenario right it kind of doesn't matter that much probably if i have the connect now maybe it slightly tweaks certain things but um But I think there's a lot of reasons to think maybe that we will get a lot out of this paradigm. But then the real thing, the thing that is like the...

the like single event that is like transformative for the entire future or something type event is still like, you know, more than five years away or something. Sorry, is that because like...

We haven't captured omnidirectional inference. We haven't figured out the right ways to... get a mind to pay attention to things in a way that makes it I mean I would take the entirety of your like collective podcast with everyone as like showing like the distribution of these things right I don't know right

I mean, what was Karpathy's timeline, right? You know, what's Demis' timeline, right? So not everybody has a three-year timeline. And so I think if you— But there's different reasons, and I'm curious what's yours. There are different reasons. What are mine? I don't know. I'm just watching your podcast. I'm trying to understand the distribution. I don't have a super strong claim that LLMs can't do it.

um but is it correct like the data efficiency or is it the i think part of it is just it is weirdly different than all this brain stuff yeah yeah and so intuitively it's just weirdly different than all this brain stuff and i'm kind of waiting for like the thing that starts to look more like brain like i think if alpha zero

model-based RL and all these other things that were being worked on 10 years ago had been giving us the GPT-5 type capabilities, then I would be like, oh, wow, we're both in the right paradigm and seeing the results. Right. a priori so my model my prior and my data are agreeing yeah right and now it's like i don't know what exactly my data is looks pretty good but my prior is

sort of weird. So yeah, so I don't have a super strong opinion on it. So I think there's a possibility that essentially all other scientific research that is being done. is like not it's somehow obviated but i don't put a huge amount of probability on that i think my

Timelines might be more in the like, yeah, 10 year-ish range. And if that's the case, I mean, I think there, yeah, there is probably a difference between a world where we have connect homes on hard drives and we have understanding of steering subsystem architecture we've compared. the the you know even the most basic properties of what are the reward functions cost function architecture etc of you know mouse versus a shrew versus a small primate etc this is practical in 10 years

I think it has to be a really big push. Like how much funding? How does it compare to where we are now? It's like billion, low billions dollar scale funding in a very concerted way, I would say. And how much is on it now?

um well so so if i just talk about some of the specific things we have going so with connectomics so uh so 11 bio is kind of like the the our main thing on connectomics um they are basically trying to make the technology of connectomic brain mapping um several orders of magnitude cheaper so

The Wellcome Trust put out a report a year or two ago that basically said to get one mouse brain, the first mouse brain connectome would be like several billion dollars, you know, billions of dollars project. Well, E11 technology... And the suite of efforts in the field also are trying to get a single mouse connectome down to low tens of millions of dollars.

Okay, so that's a mammal brain, right? Now, a human brain is about a thousand times bigger. So if a mouse brain, you can get to 10 million or 20 million, 30 million. um with technology you know if you just naively scale that okay human brain is now still billions of dollars to just one do one human brain can you go beyond that so can you get a human brain for like less than a billion but i'm not sure you need

every neuron in the human brain. I think we want to, for example, do an entire mouse brain and a human steering subsystem and the entire brains of several different mammals with different social instincts. And so I think that that with a bunch of technology push and a bunch of concerted effort can be done in the real significant progress if it's focused efforts can be done in the kind of hundreds of millions to low billions. What is the definition of a connectome? Is it?

presumably it's not a bottom-up biophysics model so is it just that if if it can estimate the input output of a brain but like what is what is the level of abstraction so you can give different definitions and one of the things that's cool about

So the kind of standard approach to connectomics uses the electron microscope and very, very thin slices of brain tissue. And it's basically labeling the cell membranes are going to show up, scatter electrons a lot, and everything else is going to scatter electrons less. You don't see a lot of details of the molecules, which types of synapses, different synapses of different molecular combinations and properties.

11 and some other research in the field has switched to an optical microscope paradigm with optical the photons don't damage the tissue so you can kind of wash it and look at fragile gentle molecules um so so with e11 approach you can get a quote-unquote molecularly annotated connectome so that's not just who is connected to who by some kind of synapse but what are the molecules that are present at the synapse what type of cell is that so molecularly annotated connectome

That's not exactly the same as having synaptic weights. That's not exactly the same as being able to simulate the neurons and say what's the functional consequence of having these molecules and connections. But you can also do some amount of activity mapping and try to correlate structure to function. Yeah, so. Interesting. Train an ML model to basically predict the activity from the connectome. What are the lessons to be taken away from?

the human genome project because one way you could look at it is that it was actually a mistake and you shouldn't have spent whatever billions of dollars getting one genome map rather you should have just invested in technologies which have

and now now allows to map genomes for hundreds of dollars yeah well yeah so george church was my was my phd advisor and and basically uh yeah i mean what he's pointed out is that yeah it was three billion or something you know roughly one dollar per base pair for the first genome and then

The National Human Genome Research Institute basically structured the funding process right, and they got a bunch of companies competing to lower the cost. And then the cost dropped like a million-fold in 10 years because they changed the paradigm from...

kind of macroscopic kind of chemical techniques to these individual DNA molecules make a little cluster of DNA molecules on the microscope and you would see just a few DNA molecules at a time on each pixel of the camera would basically give you a different.

um in parallel looking at different fragments of dna so you parallelize the thing by like millions fold and that's what reduced the cost by millions fold and um and yeah so so i mean essentially uh with switching from electron microscopy to optical connectomics potentially even future types of connectomics technology we think there should be similar patterns that's why 11 with the focus research organization

uh started with technology development rather than starting with saying we're going to do a human brain or something let's just brute force it we said let's get the cost down with new technology but then you still it's still big thing even with new next generation technology you still need to spend hundreds of millions on data collection yeah is this going to be funded with philanthropy by governments by investors this is very tbd and very much

evolving in some sense as we speak. I'm hearing some rumors going around of connectomics-related companies potentially forming. So far, E11 has been philanthropy. The National Science Foundation just put out this call for tech labs, which is basically somewhat of it is kind of fro-inspired or related. I think you could have a tech lab for actually going and mapping the mouse brain with this, and that would be sort of philanthropy plus government.

still in a non-profit kind of open source framework um but can uh can companies accelerate that can you credibly link connectomics to ai in the context of a company and get investment for that it's like possible i mean the cost of training these ads is increasing so much if you could like tell some story yeah like not only are we going to figure out some safety thing right but in fact we will um

Once we do that, we'll also be able to tell you how AI works. I mean, all these questions. You should go to these AI labs and just be like, give me one 100th of your projected budget in 2030. I sort of tried a little bit. like seven or eight years ago and there was not a lot of interest and maybe now there there would be um but yeah i mean i think all the things that we've been talking about like

I think it's really fun to talk about, but it's ultimately speculation. What is the actual reason for the energy efficiency of the brain, for example? Is it doing real inference or amortized inference or something else? This is all going to be...

answerable by neuroscience it's going to be hard but it's actually answerable and so if you can only do that for low billions of dollars or something to really comprehensively solve that it seems to me in the grand scheme of trillions of dollars of gpus and stuff it actually

makes sense to do that investment. And I think investors also just, there's been many labs that have been launched in the last year where they're raising on the valuation of billions for things which are quite credible but are not like... R-E-R-R, next quarter is going to be whatever. It's like, we're going to discover materials and dot, dot, dot, right? Yes. Yes. Moonshot startups are billion dollar...

Billionaire-backed startups, moonshot startups, I see as kind of on a continuum with FROs. FROs are a way of channeling philanthropic support and ensuring that it's open source, public benefit, various other things that may be properties of a given FRO. um but yes billionaire-backed startups um if they can

target the right science, the exact right science. I think there's a lot of ways to do moonshot neuroscience companies that would never get you the connectome. He's like, oh, we're going to upload the brain or something, but never actually get the mouse connectome or something, these fundamental things that you need to get.

to ground truth the science. There are lots of ways to have a moonshot company kind of go wrong and not do the actual science, but there also may be ways to have companies or big corporate labs get involved and actually do it correctly, yeah. This brings to mind an idea that you had in a lecture you gave five years ago about... Do you want to explain behavior cloning on... Right.

Yeah, I mean, actually, this is funny because I think that the first time I saw this idea, it was, I think it actually might have been in a blog post by Guern. There's always a Guern blog post.

and there are now academic research efforts and some amount of emerging company type efforts to try to do this so um yeah so normally like let's say i'm training an image classifier or something like that i show it pictures of cats and dogs or whatever and they have laid the label cat or dog and i have a neural network supposed to predict the label cat or dog or something like that um

That is a limited amount of information per label that you're putting in. It's just cat or dog. What if I also had predict what is my neural activity pattern?

when I see a cat or when I see a dog and all the other things. If you add that as like an auxiliary loss function or an auxiliary prediction task, does that sculpt the network to... know the information that humans know about cats and dogs and to represent it in a way that's consistent with how the brain represents it and the kind of representation kind of dimensions or geometry of how the brain represents things.

As opposed to just having these labels, does that let it generalize better? Does that let it have just richer labeling? And of course, that sounds really challenging. It's very easy to generate lots and lots of labeled cat pictures with, you know. scale ai or whatever can do this it is harder to generate lots and lots of brain activity patterns that correspond to things that you want to train the ai to do um

But again, this is just a technological limitation of neuroscience. If every iPhone was also a brain scanner, you would not have this problem, and we would be training AI with the brain signals.

It's just the order in which technology is developed is that we got GPUs before we got portable brain scanners or whatever, right? And that kind of thing. What is the ML analog, what you'd be doing here? Because when you distill models... you're still looking at the the final layer of like the the log props across um across if you if you do distillation of one model into another that is a certain thing you're just trying to copy one model into another yeah i think that we don't really have a

perfect proposal to like distill the brain i think to distill the brain you need like a much more complex brain interface like maybe you could also do that you could make surrogate models um andreas tolias and people like that are doing some amount of neural network surrogate models of brain activity data instead of having your visual cortex do the computation, just have the surrogate models. You're basically distilling your visual cortex into a neural network to some degree.

That's the kind of distillation. This is doing something a little different. This is basically just saying, I'm adding an auxiliary. I think of it as regularization, or I think of it as adding an auxiliary loss function. That's sort of smoothing out.

the prediction task to also always be consistent with how the brain represents it. What exactly are you predicting? It might help you with things like adversarial examples, for example, right? So you're predicting the internal state of the brain? Yes. So in addition to predicting the label...

the vector of labels like yes cat not dog yes you know not boat you know um one shot vector or whatever of one hot vector of yes it's cat instead of these gazillion other categories let's say in this simple example you're also predicting a vector which is like

all these brain signal measurements right yeah interesting and so gurn anyway had this long ago blog post of like oh this is like an intermediate thing that's like we talk about whole brain emulation we talk about agi we talk about brain computer interface we should also be talking about this like brain augmented brain data augmented um uh

thing that's trained on all your behavior but is also trained on like predicting some of your neural patterns right and you're saying the learning system is already doing this for the steering system yeah and our learning system also has to predict the steering subsystem as an auxiliary task yeah

yeah and that helps the steering subsystem now the steering subsystem can access that predictor and build a cool reward function using it yes okay separately you're on the board for of lean which is this um uh formal uh

What value will automating math have?

formal math language that mathematicians use to prove theorems and so forth. And obviously there's a bunch of conversation right now about math, AI automating math. What's your take? Yeah, well, I think that... there are parts of math that it seems like it's pretty well on track to to automate um and that has to do with like so so first of all so so lean so lean had been developed

for a number of years at Microsoft and other places. It has become one of the convergent focused research organizations to kind of drive more engineering and focus onto it. So Lean is like this language, programming language, where if you, instead of expressing your math proof, on pen and paper you express it in this programming language lean and then at the end if you do that that way it is a verifiable language so that you can basically

click verify and lean will tell you whether the conclusions of your proof actually follow perfectly from your assumptions of your proof so it checks whether the proof is correct automatically And just like by itself, this is useful for mathematicians collaborating and stuff like that. Like if I'm some amateur mathematician, I want to add to a proof, you know, Terry Tao is not going to like believe my results. But if Lean says it's correct.

it's just correct so it makes it easy for like collaboration to happen um but it also makes it easy for correctness of proofs to be an rl signal in very much yeah rl vr you know it's like a perfect math proofing is now formalized math proving so formal means it's like expressed in something like lean and verifiable mechanically verifiable um that becomes a perfect rl vr

you know task um yeah and i think that that is going to just just keep working it seems like is a couple billion dollar at least one like billion dollar valuation company harmonic based on this alpha proof is based on this um a couple other emerging really interesting companies um i think that this problem of like rl vr-ing the crap out of math proving is basically going to work and we will be able to have things that search for proofs um and find them um

in the same way that we have alpha go or what have you that can search for you know ways of playing the game of go and with that verifiable signal uh works so does this like solve math um

There is still the part that has to do with conjecturing new interesting ideas. There's still the kind of conceptual organization of math of what is interesting. How do you come up with new theorem statements in the first place? Or even like the very high level breakdown of... what strategies you use to do proofs um i mean i think this will shift the burden of that so that humans don't have to do a lot of the mechanical parts of math uh validating

lemmas and proofs and checking if the statement of this in this paper is exactly the same as that paper and stuff like that it will just that will just work uh you know if you really think we're going to get all these things we've been talking about real agi it would also be able to make conjectures and

you know, Bengio has like a paper as more like theoretical paper. There's probably a bunch of other papers emerging about this. Like, is there like a loss function for like good explanations or good conjectures? That's like a pretty profound question, right? A math, a really interesting math proof. or statement might be one that compresses lots of information about other- it has lots of implications for lots of other theorems.

otherwise you would have to prove those theorems using long complex passive inference here if you have this theorem this theorem is correct you have short passive inference to all the other ones and it's a short compact statement so it's like a powerful explanation that explains all the rest of math and like part of what math is doing is like making these

compact things that explain the other things. So they call it more of complexity of this statement or something. Yeah, of generating all the other statements given that you know this one or stuff like that. Or if you add this, how does it affect the complexity of the rest of the kind of network of proofs?

So can you make a loss function that adds, oh, I want this proof to be a really highly powerful proof? I think some people are trying to work on that. So maybe you can automate the creativity part. If you had true AGI.

it would do everything a human can do so it would also do the things that the creative mathematicians do but um but way barring that i think just rlvring the crap out of proofs um well i think that's going to be is a really useful tool for mathematicians that can accelerate math a lot and change it a lot but not necessarily immediately change everything about it will we get you know mechanical proof of the

Riemann hypothesis or something like that or things like that maybe I don't know I don't know enough details of how hard these things are to search for and I'm not sure anyone can fully predict that just as we couldn't exactly predict when Go would be solved or something like that And I think it's going to have lots of really cool applied applications. So one of the things you want to do is you want to have provably stable, secure, unhackable, et cetera, software.

So you can write math proofs about software and say this code, not only does it pass these unit tests, but I can mathematically prove that there's no way to hack it in these ways or no way to mess with the memory or this type of things that hackers use. or it has these properties, it can use the same lien and same proof to do formally verified software. I think that's going to be a really powerful piece of cybersecurity.

that's relevant for all sorts of other AI hacking the world stuff. And that, yeah, if you can prove a Rewind hypothesis, you're also going to be able to prove insanely complex things about very complex software. And then you'll be able to ask the LLM, synthesize me a software that... is uh i can prove is correct right why hasn't provable um programming language taken off as a result of

I think it's starting to. Yeah, I think it's starting to. I think that one challenge, and we are actually incubating a potential... focused research organization on this is the specification problem. So mathematicians kind of know what interesting theorems they want to formalize. If I have like some code, let's say I have some code that like is involved in running the power grid or something and it has some security properties.

Well, what is the formal spec of those properties? The power grid engineers just made this thing. but they don't necessarily know how to lift the formal spec from that. And it's not necessarily easy to come up with the spec that you want for your code. People aren't used to coming up with formal specs, and there are not a lot of tools for it.

So you also have like this kind of user interface plus AI problem of like what security specs should I be specifying? Is this the spec that I wanted? So there's a spec problem. And it's just been really complex and hard, but it's only just in the last very short time that the LLMs are able to generate verifiable proofs of...

you know, things that are useful to mathematicians, starting to be able to do some amount of that for software verification, hardware verification. But I think if you project the trends over the next couple of years... It's possible that it just flips the tide that formal methods, basically this whole field of formal methods or formal verification, provable software, which is kind of this weird almost like backwater of more like theoretical part of programming languages and stuff.

um very academically flavored often although there was like this darpa program that made like a provably secure like quadcopter helicopter and stuff like that so secure against like what is the property that is exactly brewed Not for that particular project, but just in general. Because obviously, things malfunction for all kinds of reasons. You could say that...

what's going on in this part of the memory over here, which is supposed to be the part the user can access, can't in any way affect what's going on in the memory over here or something like that. Or yeah, things like that. Yeah. Got it. Yeah. So there's two questions. One is, how useful is this? And two is, how satisfying as a mathematician would it be?

And the fact that there's this application towards proving that software has certain properties or hardware certain properties, like if that works, that would obviously be very useful. But from a pure like, are we going to figure out mathematics? Right.

um yeah is there is your sense that there's something about finding that one construction cross maps to another construction in a different domain or finding that oh this like lemma is if you reconfigure it like if you redefine this um this term it still like kind of satisfies what i meant by this term but it no longer

A counterexample that previously knocked it down no longer applies. That kind of dialectical thing that happens in mathematics. Will the software replace that? Yeah. How much of the value of this sort of pure mathematics just comes from actually just coming up with...

entirely new ways of thinking about a problem yeah like mapping it to a totally different representation and yeah do we have examples of i don't know i think of it as i think of it maybe a little bit like the whenever you have everybody had to write assembly code or something like that just like the amount of fun, like cool startups that got created was like a lot less or something. Right. And so it was just like,

Less people could do it. Progress was more grinding and slow and lonely and so on. You had more false failures because you didn't get something about the assembly code right rather than the essential thing of like, was your concept right? harder to collaborate and stuff like that. And so I think it will be really good.

There is some worry that by not learning to do the mechanical parts of the proof that you fail to generate the intuitions that inform the more conceptual parts, creative part, right? Same with assembly. Right. And so at what point is that applying? coding.

are people not learning computer science right or actually are they like vibe coding and they're also simultaneously looking at at the lom it's like explaining them these abstract computer science concepts and it's all just like all happening faster their feedback loop is faster and they're learning way more abstract computer science and algorithm stuff because

their Vibe coding. I don't know. It's not obvious. That might be something, the user interface and the human infrastructure around it. But I guess there's some worry that people don't learn.

the mechanics and therefore don't build like the grounded intuitions or something but my hunch is it's like super positive exactly on net how useful that will be or how much overall math like breakthroughs or like math breakthroughs even that we care about will happen i don't know i mean one other thing that i think is cool is actually the accessibility question it's like okay that sounds a little bit corny okay yeah more people can do math but but who cares

But I think there's actually lots of people that could have interesting ideas, like maybe the quantum theory of gravity or something. Yeah, one of us will come up with a quantum theory of gravity instead of a card-carrying physicist, in the same way that Steve Burns is reading the neuroscience literature, and he hasn't been in a neuroscience lab that much.

But he's able to synthesize across the neuroscience literature, be like, oh, learning subsystem, steering subsystem, does this all make sense? It's kind of like he's an outsider neuroscientist in some ways. Can you have outsider string theorists or something because the math is just done for them?

by the computer. And does that lead to more innovation in the string theory? Right? Maybe yes. Interesting. Okay, so if this approach works, and you're right that LLMs are not the final paradigm, and suppose it takes a... at least 10 years to the final paradigm. In that world, there's this fun sci-fi premise where you have, it turns out today had a tweet where he's like, these models are like automated cleverness, but not automated intelligence.

And you can quibble with the definitions there. But yeah, if you have automated cleverness and you have some way of filtering, which if you can formalize and prove. things that the LLMs are saying you could do, then you could have this situation where quantity has a quality all of its own. And so what are the domains of the world which could be put in this?

provable symbolic representation yeah furthermore okay so in the world where just agi is super far away maybe it makes sense to like literally turn everything the l lms ever do or almost everything they do into like super provable statements. And so LLMs can actually build on top of each other because everything to do is like super provable. Yeah. Maybe this is like just necessary because you have billions of intelligences running around, even if they are super intelligent.

The only way the future HCI civilization can collaborate with each other is if they can prove each step. Yeah. And they're just like brute force churning out. this is what the jupiter brains are doing it's the universe it's a universal language it's provable and it's also provable from like are you trying to exploit me or are you sending me some yeah some message that's actually trying to like sort of hack into my

my brain effectively are you trying to socially influence me are you actually just like sending me just the information that i need and no more right for this and yeah so david who's like this program uh director at aria now um in the uk i mean he has this whole design of a of a kind of uh arpa style program a sort of safeguarded ai that very heavily leverages like provable safety properties and um can you apply proofs to like

Can you have a world model, but that world model is actually not specified just in neuron activations, but it's specified in, you know, equations. Those might be very complex equations, but if you can just get insanely good at just auto-proving these things with cleverness, auto-cleverness. Can you have explicitly interpretable world models as opposed to neural net world models and move back basically to symbolic methods just because you can just have insane amount of ability to prove things?

yeah i mean that's an interesting vision i don't know how you know in the next 10 years like whether that will be the vision that plays out but i think it's really interesting um to think about yeah and even for math i mean i think terry tau is like doing some amount of stuff where it's like It's not about whether you can prove the individual theorems. It's like, let's prove all the theorems en masse, and then let's study the properties of the aggregate set of proved theorems.

Which are the ones that got proved and which are the ones that didn't? Okay, well, that's like the landscape of all the theorems instead of one theorem at a time, right? Speaking of symbolic representations, one question I was meaning to ask you is...

Architecture of the brain

How does the brain represent the world model? Like obviously that's out in neurons, but I don't mean sort of extremely functionally. I mean sort of conceptually, is it in something that's analogous to the hidden state of a neural network or is it something that's closer to...

We don't know. I mean, I think there's some amount of study of this. I mean, there's these things like, you know, face patch neurons that represent certain parts of the face that geometrically combine in interesting ways. That's sort of with geometry and vision. Is that true for other more abstract things? There's this idea of cognitive maps. A lot of the stuff that a rodent hippocampus has to learn is place cells and where is the rodent going to go next and is it going to get a reward there?

um is like very geometric and like do we organize concepts with like a abstract version of a spatial map um there's some questions of can we do like true symbolic operations like can i have like a register in my brain that copies a variable to the another register regardless of what the content of that that variable is that's like this variable binding problem

And basically, I just don't know if we have that machinery or if it's more like cost functions and architectures that make some of that approximately emerge, but maybe it would also emerge in a neural net. There's a bunch of interesting neuroscience research trying to study this.

what what the representations look like what was your hunch yeah my hunch is going to be a huge mess and we should look at the architectures the loss functions and the learning rules and we shouldn't really i don't expect it to be pretty in there yeah

Which is not a symbolic language type thing. Yeah, probably it's not that symbolic. But other people think very differently. Another random question. Speaking of binding, what is up with... feeling like there's an experience that it's like both all the parts of your brain which are modeling very different things have different drives feel like at least presumably feel like there's an experience happening right now and also yeah that across time you feel

like what is uh yeah i'm pretty much at a loss on this one um i don't know i mean max hodak has been giving talks about this recently he's another really hardcore neuroscience person, neurotechnology person. And the thing I mentioned with Doris, so it maybe also, it sounds like it might have some touching on this question, but... Yeah, I don't think anybody has any idea. It might even involve new physics. Another question which might not have an answer yet.

Continual learning. Is that the product of something? It's extremely fundamental the level of even the learning algorithm where you could say, look, at least the way we do backprop in neural networks is that you freeze the way there's a training period and you freeze the weights. And so you just need this.

active inference or some other learning rule uh in order to do learning or do you think it's more a matter of architecture and how is memory exactly stored and is it like what kind of associative memory you have basically yeah so continual learning um I don't know. I think that there's probably things that there's probably some at the architectural level, there's probably something interesting stuff that the hippocampus is doing. And people have long thought this.

What kinds of sequences is it storing? How is it organizing, representing that? How is it replaying it back? What is it replaying back? How is it exactly how that memory consolidation works? I was sort of training the cortex using replays or memories from the hippocampus or something like that. There's probably some of that stuff. There might be multiple timescales of plasticity or sort of clever learning rules.

that can kind of i don't know can sort of simultaneously kind of be storing sort of short-term information and also doing back prop with it i mean neurons may be doing a couple things you know some fast weight plasticity and some slower plasticity at the same time or synapses that have many states i mean i don't know i mean i think that from a neuroscience perspective i'm not sure that i've seen something that's super clear on what continual learning what causes it except maybe to say that this

the systems consolidation idea of sort of hippocampus consolidating the cortex, like some people think is a big piece of this, and we don't still fully understand the details. Yeah. Speaking of fast weights, is there... something in the brain which is the equivalent of this distinction between parameters and activations that we see in neural networks and specifically like in transformers we have this idea like some of the activations are

the key and value vectors of previous tokens that you build up over time. And there's like the so-called the fast weights that you, whenever you have a new token, you query them against these. You query these activations, but you also obviously query them against all the other parameters in the network, which are part of the actual built-in weights. Is there some such distinction that's analogous?

I don't know. I mean, we definitely have weights and activations. Whether you can use the activations in these clever ways, different forms of actual attention, like attention in the brain. Is that based on I'm trying to pay attention? I think there's probably several different kinds of actual attention in the brain. I want to pay attention to this area of visual cortex. I want to pay attention to this, the content.

in other areas that is triggered by the content in this area right attention that's just based on kind of reflexes and stuff like that so i don't know i mean i think that there's not just the cortex there's also the thalamus the thalamus is also involved in kind of

somehow relaying or gating information so there's cortical cortical connections there's also some amount of connection between cortical areas that goes through the thalamus is it possible that this is doing some sort of matching or kind of uh constraint satisfaction or matching across keys over here and values over there. Is it possible that it can do stuff like that? Maybe. I don't know. This is all part of what's the architecture of this corticothalamic.

yeah system um i don't know i don't know how transformer like it is or if there's anything analogous to like that attention It'll be interesting to find out. We've got to give you a billion dollars so we can come on the podcast again and tell me how exactly that works. Mostly I would just do data collection. It's like really unbiased data collection so all the other people can figure out these questions.

Maybe the final question to go off on is, what was the most interesting thing you learned from the gap map? And maybe you want to explain what the gap map is. So the gap map, so in the process of... incubating and coming up with these focused research organizations, these sort of nonprofit startup-like moonshots that we've been getting philanthropists and now government agencies to fund. We talked to a lot of scientists.

And some of the scientists were just like, here's the next thing my graduate student will do. Here's what I find interesting. Exploring these really interesting hypothesis spaces, like all the types of things we've been talking about. And some of them are like, here's this gap. I need this piece of infrastructure, which like there's no combination of the grad students in my lab or me loosely collaborating with other labs with.

traditional grants that could ever get me that i need to have like an organized engineering team that like builds you know the mini miniature equivalent of the hubble space telescope and if i can build that hubble space telescope then like i will unblock all the other researchers in my field or some like

path of technological progress in the way that the Hubble Space Telescope lifted the boats, improved the life of every astronomer, but wasn't really an astronomy discovery in itself. It was just like you had to put this giant mirror in space with a CCD camera and organize all the people and engineering and stuff to do that.

So some of the things we talk to scientists about look like that. And so the gap map is basically just like a list of a lot of those things. And it's like, we call it a gap map. I think it's actually more like a fundamental capabilities map. Like, what are all these things like mini helospace telescopes? And then we kind of organized that into gaps for, like, helping people understand that or, like, search that. And what was the most surprising...

thing you found so i mean i think i think i've talked about this before but i think it one thing is just like kind of like the overall size or shape of it or something like that is like it's like a few hundred fundamental capabilities

So if each of those was like a deep tech startup size project, that's like only a few billion dollars or something like, you know, each one of those was a series A. That's only like not, you know, it's not like a trillion dollars to solve these gaps. It's like lower than that. And so that's that's like one. Maybe we.

assumed that and we also came to that's what we got it's not really comprehensive it's really just a way of summarizing a lot of conversations we've had with scientists um i do think that in the aggregate process like things like lean are actually like surprising because i did start from sort of neuroscience and biology and it was like very obvious that they're sort of like these omics we need genomics but you also need connectomics and you know

we can engineer e coli but we also need to engineer the other cells and like there's like somewhat obvious parts of biological infrastructure i did not realize that like math proving infrastructure like was a thing and so um and that was kind of like emergent from trying to do this so i'm looking forward to seeing other other things where it's like not actually this like hard intellectual problem to solve it

It's maybe kind of slightly the equivalent of AI researchers just needed GPUs or something like that and focus and really good PyTorch code to start doing this. What is the full diversity of fields in which that... exists we've even now found and which are the fields that do or don't need that so fields that have had gazillions of dollars of investment do they still need some of those do they still have some of those gaps or is it only more like neglected fields um

we're even finding some interesting ones in actual astronomy actual telescopes that have not been explored because maybe because of the kind of um If you're getting above a critical mass size project, then you have to have like a really big project. And that's a more bureaucratic process with the federal agencies.

Yes, I guess you just kind of need scale in every single domain of science these days. Yeah, I think you need scale in many of the domains of science. And that does not mean that the low scale work is not important. It does not mean that kind of creativity, serendipity, etc. each student pursuing a totally different direction or thesis that you see in universities is not like also really key but yeah i think we need

some amount of scalable infrastructure is missing in essentially every area of science. Even math, which is crazy, because mathematicians, I thought, just needed whiteboards. But they actually need lean. They actually need verifiable programming languages and stuff. I didn't know that. Cool. Adam, this is super fun. Thanks for coming on. Thank you so much. Where can people find your stuff? The easiest way now, my adamarblestone.org website is...

currently down, I guess. But you can find convergentresearch.org can link to a lot of the stuff we've been doing. And then you have a great blog, Longitudinal Science. Yes, Longitudinal Science. Yes, on WordPress. Cool. Thank you so much. Pleasure. Hey, everybody. I hope you enjoyed that episode.

If you did, the most helpful thing you can do is just share it with other people who you think might enjoy it. It's also helpful if you leave a rating or comment on whatever platform you're listening on. If you're interested in sponsoring the podcast, you can reach out at otherwise, I'll see you in the next one.

This transcript was generated by Metacast using AI and may contain inaccuracies. Learn more about transcripts.
For the best experience, listen in Metacast app for iOS or Android