# LLM Limits: Correlation vs Causation for AGI

**Podcast:** AI + a16z
**Published:** 2026-03-17

## Transcript

Uh, Propic makes great product.
Plot code is fantastic, co-work is fantastic, but they are creators of silicon doing matrix multiplication.
They don't have consciousness, they don't have an inner monologue.
You take an NLM and train it on pre-1916 or 1911 physics and see if it can come up with the theory of relativity.
If it does, then we have AGI.
Just today, by the way, Dario allegedly said that you can't roll out that they're conscious.
You can rule out their to get to what's called AGI.
I think there are two things that need to happen.
Five years ago, Vishall Misra got GPT-3 to translate natural language into a domain-specific language it had never seen before.
It worked.
He had no idea why.
So he set out to build a mathematical model of how LLMs actually function.
The result?
A series of papers showing that transformers update their predictions in a precise mathematically predictable way.
In controlled experiments, the models match the theoretically correct answer almost perfectly.
But pattern matching is not intelligence.
LLMs learn correlation.
They don't build models of cause and effect.
To get to AGI, Misra argues, we need the ability to keep learning after training and the move from correlation to causation.
Martin Cassado speaks with Deshal Mesra, professor and vice dean of computing and AI at Columbia University.
Great to be back.
This is one of my favorite topics, which is how do LLMs actually work?
And I think that in my opinion, you've done kind of the best work on this, modeling it out.
Thank you.
For those that did not see the original one, maybe it's probably worth doing just a quick background on kind of what led you to this point, and then we'll just go into the current work that you've been doing.
Five years ago, when GPD three was first released, I got early access to it, and I started playing with it, and I was trying to solve a problem related to querying a cricket database.
Yeah.
And I got GPD 3 to do in-context learning, few short learning, and it was kind of the first at least uh uh to to me it was the first known implementation of RAG retrieval augmented generation, which I used to solve this problem of querying, getting GPD three to translate natural language into something that could be used to query a database that GPD three had no idea about.
I had no access to GPD three's internals, but I was still able to use it to solve that problem.
So it worked beautifully.
We deployed this in production at ESPN in September twenty-one.
But Wow.
You did the first implementation of Frag in twenty twenty one?
No, no, no.
In twenty twenty.
Twenty twenty.
Twenty twenty I got it working, and by the time you talked to all the lawyers at ESPN and productionized it, it took a while.
But October twenty twenty we had well, I had this architecture working.
But after I got it to work, I was amazed that it worked.
I wanted to understand how it worked.
And I looked at the attention is all your date papers and all the other sort of deep learning architecture papers, and I couldn't understand why it worked.
Yeah.
So then I started getting sort of uh deep into building a mathematical model.
Yeah.
And now you've published a series of papers.
The first one that I read was the one where you had kind of your matrix kind of abstraction.
So maybe we'll talk about that and then we'll talk about the more recent work.
So perhaps we'll just start with the first one, which is you're trying to come up with a mathematical model about how LLM works.
Yeah.
And you had which was very helpful to me.
And at the time you were actually trying to figure out how in-context learning was working.
Yes.
Yeah.
And you came up with an abstraction for LLMs, which is basically this very large matrix, and you use that to describe.
So maybe you can kind of walk through that work very quickly.
Sure.
Yeah.
So what you do is you imagine this huge gigantic matrix where every row of the matrix corresponds to a prompt.
Yeah.
And the way these LLMs work is given a prompt, they construct a distribution of probabilities of the next token.
Next token is next word.
So every LLM has a vocabulary, GPD and its variants have a vocabulary of about 50,000 tokens.
So given a prompt, it'll come up with a distribution of what the next token should be.
And then all these models sample from that distribution.
Yeah.
So that's the posterior distribution.
That's a posterior distribution, right?
Right.
That's how LLMs work.
And so the idea of this matrix is for every possible combination of tokens, which is a prompt, there's a row.
Yeah.
And the columns are a distribution over the vocabulary.
So if you have a vocabulary of 50,000 possible tokens, it's a distribution over those 50,000 tokens.
And by distribution, it's just the probability.
Just the probability, sorry.
Yeah, just the probability that the next token should be this versus that.
So that's sort of the idea.
And when you start viewing it that way, it makes things at least clearer to uh people like me who want to model it, what's happening.
So concretely, let's say you have an example that let's say your prompt is just one word, protein.
Yeah.
So if you look at the distribution of the next word, next token after that, most of the probabilities would be zero, but you'd have non-zero, non-trivial probabilities on let's say two words.
One is synthesis, the other is shake.
Yeah, right.
And now the LLM is going to sample this next token and pick synthesis or shake.
Yeah.
Or you, as a human, will give the prompt protein shake or protein synthesis.
Now, depending on whether you pick synthesis or shake, the next that that row looks very different, right?
If you pick protein synthesis, the terms that would have a high probability would be all concerned with biology, right?
But if you pick pro protein shake, it'll all be about gems and exercise and all bodybuilding stuff.
So that synthesis or shake completely changes what comes next.
Yeah.
So this is an example of uh you can say Bayesian updating.
You start with protein, you have a prior that after protein, this is going to happen.
As soon as you get new evidence, then the next term is synthesis or shake.
You completely update the distribution.
So now you can imagine that the whole, the entirety of LLMs is just giant matrix where you have every row protein shake, protein synthesis, the cat sat on the humpty dumpty, blah, blah, blah.
Now, given the vocabulary of these LLMs, let's say 50,000 and the context window.
So GPD, for instance, uh chat GPD, the first version had a context window of 8,000 tokens.
If you look at all possible combinations of 8,000 tokens and 50,000 vocabulary, the number of rows in this matrix is more than the number of electrons across all galaxies.
Right.
So there's no way that these LLMs can represent it exactly.
Now, fortunately, this matrix is very sparse.
Why?
Because an arbitrary combination of these tokens is gibberish.
We're never going to use that in real life.
Also, the columns are also mainly zero.
Yeah.
Right?
If you have protein, then you won't have lots of, you know, you won't have arbitrary numbers or arbitrary words after that.
It's very sparse both in rows and in columns.
So in kind of an abstract way, what all these LLMs are doing is coming up with a compressed representation of this matrix.
And when you give a prompt, they try to approximate what the true distribution should have been and try to generate it.
That's what in my mind at least it boils up to.
And just from my understanding, so if you have a row of protein and then you have one with protein shake.
Is protein shake a subset of protein or is it different?
It's different.
It's a continuation from.
I see.
Yeah.
Right.
No, but I'm just saying like the actual posterior distribution, is that a subset?
You can say it's a subset, right?
If you have protein, then protein shake and protein synthesis are all continuations from protein.
So both synthesis and shake have non zero probabilities.
So you can, yeah you can think of it as somewhat a subset, right?
You use this approach to describe how in context learning works.
And so maybe first describe what in context learning is and then kind of the conclusion that you came from that.
So in context learning is when you show the LLM something it has kind of never seen before.
You give it a few examples of this is what it wants, this is what you're trying to do.
Then you give a new problem which is related to the example that you've shown.
And the LLM learns in real time what it's supposed to do and solves that problem.
By the way, but the first time I saw this, it absolutely blew my mind.
I actually used your DSL when I was like first learning about it.
So maybe the DSL thing is just it's funny if this works at all.
It's absolutely mind-blowing that it works.
And so going back to that tricket problem was, you know, in the mid-90s, I was part of a group that had created this uh cricket portal called CricketInfo.
Yeah.
Cricket is a very star-rich sport.
You think baseball multiply by a thousand, and it's at all kinds of stats.
And we had created this online searchable database called Statsguru, where you could search for anything, any star related to cricket, and has been available since 2000.
Yeah.
But because you can query for anything, everything was be made available.
And how do you make something like that available to the general public?
Well, they're not going to write SQL queries.
The next best thing at that time was to create a web form.
Unfortunately, everything was crammed into that web form.
So as a result, you had like 20 drop-downs, 15 checkboxes, 18 different text fields.
It looked like a very complicated, daunting interface.
So as a result, even though it could solve or it could answer any query, almost no one used it.
A vanishingly small percentage of cricket fans use it because it just looked intimidating.
And then ESPN bought that site uh in 2007.
I still know people who uh run the site, and I always told them, you know, why don't you do something about Statsguru?
And in January 2020, uh the editor-in-chief of uh Crick Info, Sambedbal, he's he's a friend, so he came to New York and we had gone out for drinks.
And again, I told him, you know, why don't you do something about startsguru?
So he looks at me and says, Why don't you do something about stats guru?
He was joking.
But uh that idea kind of stayed with me.
And when GPT 3 was released, I thought maybe I could use Statsguru, use GPT 3 to create a front end for Statsguru.
And so what I did was uh I designed uh DSL, a domain-specific language, which uh converted queries about cricket stats in natural language into this DSL.
No.
And to be clear, you created this, it wasn't like part of like any training.
No training was online, yeah, like he could have seen.
Nothing GPT could have seen.
I created it.
I thought, okay, this makes sense.
Yeah.
So I designed that DSL and then I did that few shot learning thing.
So I would uh so I created about a database of what I would say of 1500 natural language queries and the DSL corresponding to that query.
So when a new query came in, somebody is asking a stats question in English, what I would do is I would go through the natural language queries, do a semantic search, pick the most closely matching top few.
Yeah.
And then use that natural language query and its DSL and send that as a prefix.
Now GPT-3, if you recall, had uh uh context vendor of only 2,000 tokens.
Yeah.
So you had to be very judicious about which examples that you picked.
But you pick that, and then you send the new query, and GPT 3 would complete it in the DSL that I had designed, which until milliseconds ago it had never seen.
Yeah.
And I had no access to internal of GPT-3, I had no access to the weights.
Yeah.
But still it worked.
So that that's how.
So it's not obvious to me, given your matrix example of like a prompt and then a distribution, how something like in-context learning works.
Would work.
And so like I think your first paper tackled this problem.
Right.
Um, and so maybe you could walk through your understanding of how LLMs do in tar in-context learning.
Yeah.
So when you think about what in-context learning is, is that as you see evidence.
So, you know, uh in the first paper, what I also did was I I took this cricket DSL example.
Yeah.
And I uh uh I depicted the next token probabilities of the model as it was shown more and more examples.
So the first time you show it this DSL, the natural language and the DSL, the probabilities of the DSL tokens were were extremely low.
Because GPD3 had never seen this thing.
When it saw the cricket question, in its mind it was trying to continue it with an English answer.
So the probabilities that were high were all English words.
Once it saw my prompt where I had the question and the DSL, the next time I had the question in the next row, the probabilities of the DSL tokens started going up.
With every example, it went up.
And finally, when I gave the new query, it was like it had almost 100% probability of getting the right token.
Yeah.
So this is an example of in real time the model was updating its posterior probability.
It was updating its knowledge that okay, I've seen I better end, this is what I'm supposed to do.
Now, this is a colloquial way of saying what Bayesian inferences.
Bayesian updating basically is you start with a prior, when you see a new evidence, you update your posterior.
That's the mathematical depiction.
But but in English, it's basically you see something, you see new evidence, you update your belief about what's happening.
Yeah.
Right?
So it was clear to me that LLMs are doing something which resembles Bayesian updating.
Then we can come to the sort of next series of paper, I had this matrix formulation and I showed that you know what it's doing.
It looks like Bayesian updating.
That's right.
So okay, so I mean it it seemed pretty conclusive to me at that time.
And then you went quiet for a while.
And then I I still remember the WhatsApp.
As you said, Martin, I know exactly how these things are working now.
Yeah.
Well, and then and then, and then listen, you dropped a series of papers that kind of broke the internet.
Like you went super lateral on Twitter, like I mean, people really noticed.
Um I I want to get to that in just a second, but before that, um I remember when your first paper came out, people would be like, you know, these things are definitely not Bayesian, like, you know, ever you know anything could be considered to be Bayesian, but they're not.
Like, why do you think that there was this reaction to like you know there's something new, they're not Bayesian.
I mean, I felt like there's almost kind of a backlash just because of being characterized as being.
Yeah, yeah.
I I I think the this whole world of uh uh probability and machine learning, that there have been camps of Bayesian and frequentists.
Yes.
And I don't want to get in the middle of that sort of political battle, but Bayesian has become like almost like people had a reaction to that it's it's part of that war.
I see.
So it's like the old Bayesian frequentist type battle.
Yeah, so so people just had a oh no, and you can say anything is Bayesian, right?
Yeah.
So I I said, okay, maybe they have a point.
Maybe what we are seeing is not really Bayesian.
How do we prove that it's Bayesian?
Right.
So then first I have to thank you and uh Andres and Horowitz for this.
Uh you know, when I sh when I when I said that I uh in my first paper, I showed these probabilities.
Yeah.
Uh it was because OpenAI had in its start uh interface uh this option to display those probabilities.
Then they stopped.
So we could not peer inside what's going what's happening.
For some reason they stopped.
OpenAI.
Uh I'm not going to get into the open and closed book, but but the but they stopped.
So then we developed our own interface which could let you look not only at uh the probabilities, but also the entropy of the next token.
Well was this on top of an open source model?
Yeah, yeah.
So you can load any sort of open source model, but you know, being an academia, we didn't have access to compute.
Thanks to your generous uh uh donation, we got uh the clusters to run uh with what it's called token probe.
So you can go to token probe.cl.columbia.edu.
Is it still running?
It's still running.
It's still running.
And people come to it.
Uh I use it in my classes uh to get students to do assignments, they write their own DSLs and you know, they say that that it really helps them understand how these LLMs work.
So I literally my understanding of LLMs came from token probe.
So you know, sit there and just look at the distribution as as you filled out uh a prompt.
It's actually very, very enlightening.
So for those of you that are listening, um what's the URL again?
Token probe.
Token probe.cs.columbia.edu.
Yeah, check it out.
It's actually very, very useful way to like actually see how the probability distribution gets updated is as you fill out a prompt.
Right.
Yeah.
But uh then I cheated.
Oh.
I, you know, it was running, yeah, but I also had access to the GPUs that were powering it.
And then along with colleagues at Columbia, and one of them now is uh is at DeepMind, we started to sort of think about how do you really prove that it's Bayesian to prove can you just explain it?
Actually I I actually don't know the answer to this.
Yeah.
It seemed to me you proved it in the first paper.
Like what was missing?
Well in the first paper we showed it.
It was empirical.
And you could see I see I see not a mathematical because it was not a obvious to me that's it.
Yeah it was even obvious to me.
But to convince uh you you could say you know people who dismiss it over anything can be Bayesian I see I see we had to show it precisely mathematically.
Got it.
So then we came up with this idea you know my colleagues uh at Namanagirwal and Siddhart Dalal we uh the series of papers were were written with them we came up with this idea of a Bayesian wind tunnel.
Okay.
So what's a wind tunnel?
Well wind tunnel in the aerospace industry is where you test an aircraft in an isolated environment, you don't fly it, and you test test it against all sorts of uh uh, you know, uh aerodynamic pressure, then you see what what it'll withstand what kind of altitude, pressure, blah, blah, blah.
But you don't want to do it up in the air testing.
So we said, okay, why don't we create an environment where we take these architectures and we tested Transformers, Mamba, LSTMs, uh, MLPs, all architectures.
We say, why don't we create, take a blank architecture, give it a task where it's impossible for the architecture to memorize what the solution to that task should be.
The space is combinatorially impossible for given the number of parameters, and we took very small models.
So it's difficult enough that they cannot memorize it, but it's tractable enough that we know precisely what the Bayesian posterior should be.
You can calculate it analytically.
So we gave these models a bunch of tasks where again we show that it's impossible to memorize.
We train these models, and we found that the transformer got the precise Bayesian posterior down to 10 to the power minus three bits accuracy.
It was matching the distribution perfectly.
So it is actually doing Bayesian in the mathematical sense, given a task where it has to update its belief.
Uh Mamba also does it reasonably well.
LSTMs can do one of the things.
So the the in the papers, we have a taxonomy of Bayesian tasks.
Transformer does everything, Mamba does most of it, LSTMs do only partially, and MLPs fail completely.
So is this a reflection of the data that it's trained on?
Or is it more a reflection of the mechanism?
It's the mechanism, it's the architecture.
The data decides what tasks it learns.
Right.
So in the first paper we had these Bayesian wind tunnels and we show that you know it's doing the job.
We have different tasks.
In the second paper we show why it does it.
So we look at the transformers, we look at the gradients and we show how the gradients actually shape this geometry which enables this Bayesian updating to happen.
Then in the third paper what we did we take we took these frontier production LLMs which have open weights so that we could look inside them.
And we did our testing and we saw that the geometries that we saw in the small models persisted in models which are you know hundreds of millions of parameters.
The same signature existed.
The only thing is that uh because they are trained on all sorts of data it's a little bit dirty or messy.
Yeah.
But you can see the same structure.
So the the whole idea behind the Bayesian wind tunnel was unlike these uh production LLMs where you don't know what they have been trained on so you cannot mathematically compute the posterior.
So again, how do you prove it?
I mean it looks Bayesian, you know, from the first paper from the first it looks Bayesian, but you know so the wind tunnel sort of solved that problem for us.
We said, okay, let's start with a blank architecture, give it a task where we know what the answer is.
It cannot memorize it.
Let's see what it does.
And yeah.
So do you think this provides any sort of like indication of how humans think?
Or do you think that these things are totally independent?
No, no, it it does provide it, right?
So, you know, human beings also update our beliefs as we see new evidence.
Right.
So we do in some sort of in some sense uh Bayesian updating but we do something more than that.
I'll come to that.
But uh these transformers uh or even Mamma do this Bayesian updating and uh but but but the difference with humans is you know we will update our posterior when we see some new evidence.
But the way our brains have evolved over hundreds of millions of years is our optimization objective has been don't die and reproduce.
That's been sort of the driving force and our brains have learned to adjust and so when we see some danger there's some something rustling in that bush, don't go near.
We know how to react to that danger we know how to s uh save ourselves.
We internalize that learning, and our brain cells or our synapses remain plastic throughout our lifetime.
What happens with LLMs is once the training is done, those weights are frozen.
When you're doing an inference, for instance, in context learning or anything, during that conversation, okay, you're doing Bayesian inference, but then you forget.
The next time a new conversation starts with zero context, you don't retain any learning that happened in the previous instance.
So for instance, with the cricket DSL that I was doing, every invocation of it was fresh.
It did not remember the last time I sent a query, what the DSL looked like.
So that's one difference between how humans uh use sort of Bayesian uh updating, which is we remain plastic all our lives.
Whereas uh LLMs are frozen.
And there's another uh sort of difference, which uh if you want me to get it.
Coming, yeah, yeah, yeah.
Yeah.
So so the other difference is uh uh well for first, you know, our objective is don't die, reproduce.
LLM's objective is predict the next token as accurately as possible, right?
So all these uh scary stories that uh you you read about that oh the LLM tried to deceive and it tried to prevent itself from being shut down.
That's not a function of the architecture.
That's a function of the training data.
That's it.
It has been fed, you know, articles on Reddit or SMO or whatever.
I mean, just today, by the way, Dario allegedly said that uh you can't rule out that they're conscious.
You can rule out their costs.
I think I mean come on.
As I said, you know, uh Anthropic makes great products.
Cloud code is fantastic, co-work is fantastic.
But they are great of silicon, doing matrix multiplication.
Yeah.
They don't have consciousness, they don't have an inner monologue, they don't uh they're not driven by the same objective function.
Don't die, reproduce, right?
They're driven by don't make a mistake on the next token.
And that's driven entirely by the training data.
Right?
You train the LLM with stories of Asimo or Reddit where you know to survive it's going to do this or that, it'll reproduce that.
So it's it it it's a reflection, it's not a mind.
And and the results, just to say it for the tenth time, are perfectly Bayesian, yeah.
To the to the to the digit.
To the digit, yeah.
I mean, I I trained it for 150,000 steps, and uh the accuracy was 10 to the power minus three bits.
That's all right.
I could have trained it for, you know, this happened in half an hour on the infrastructure that you provided for token property.
In the background, I I could use those APUs to train, but uh so thank you again for that.
But so now human beings coming back to it, we we are Bayesian, yeah, but we do something else.
You know, when I when I when I throw this pen at you, what will you do?
Dodge it?
Dodge it.
Yeah.
Why will you dodge it?
To avoid being hit.
Avoid being hit, but your head is not doing a Bayesian calculation of okay, this pen is coming, the probability that it hits me, it'll cause this much pain or all that.
What you're essentially doing in your head is you're doing a simulation.
You see the uh the the pen coming and you know that it'll come and hit me.
Your mind simulates and you dodge it, right?
So all of deep learning is uh doing correlations.
It's not doing causation.
Yeah.
Causal models are the ones that are able to do simulations and intervention.
So, you know, Judea Pearl has this whole uh causal hierarchy where the first hierarchy in the first hierarchy is association, which is you build these correlation models.
Deep learning is beautiful, it it's extremely powerful.
I mean, you see every day all these models are like uh amazingly good.
They do association.
The second is intervention in the hierarchy.
Yeah.
Deep learning models do not do that.
Third is counterfactual.
So both intervention and counterfactual, you can imagine it it it's some sort of simulation.
You you build a model of causal model of what's happening, and then you are able to simulate.
So our brains do that.
The current architectures don't do that.
Another example, I think which will make it clear is uh the difference between uh I'll use these technical terms, Shannon entropy and Kulmogrow complexity.
So if you look at the Shannon entropy of the digits of pi, yeah, it's infinite.
It's impossible to predict and learn what digit will come after.
Yeah.
So th that's the definition of Shannon entropy.
And Shannon entropy is sort of tries to build a correlation.
It tries to learn the correlation.
Deep learning does the Shannon entropy.
Kulmagrowth complexity, on the other hand, is the l is the length of the shortest program which will reproduce uh the string that you that is under question.
Yeah.
Now the program to get the digits of pi are very small.
Yeah.
Thanks to RAM management and others.
You know, they're all sorts of really small programs that can reproduce it exactly.
So the Kulmogrow complexity of pi is very small.
Shannon entropy is infinite.
I think deep learning is still in the Shannon entropy world.
It has not crossed over to the Kulma growth complexity and the causal world.
Oh, interesting.
Right.
So uh do you to what extent do you think this provides us research directions to kind of improve the state of the other?
So let me just give you a specific example.
You talked about human beings don't actually update, you know, the matrix.
They don't kind of update their weights.
But right now there's a lot of research on continual learning.
Yeah.
But you know.
So does your work provide some guidance of how you might approach those problems?
And in particular, I've always had this question, which is we use so much data and so much compute to create these models.
Like, is it even reasonable to think that you can update the weights and actually have a meaningful impact, you know, with in in real time?
I mean, it just seems like you just need so much more data in order to do that.
So can you start answering these questions?
You can start answering some of these questions.
And it and one of the misconceptions that uh exists today is that scale will solve everything.
Scale will not solve everything.
You you need a different kind of architecture.
And this continued learning is a difficult problem.
You have to balance the fact that you learn something new against the risk of catastrophic forgetting.
Right.
Right?
Right.
If you update the weights and you forget what was important and what you have already learned, then you are you know, you you're not making progress.
Then it'll just be some sort of random chaotic model.
So to solve that problem is difficult.
That's one aspect of it.
So so so, you know, to get to what uh is called AGI, I think there are two things that need to happen.
One is this plasticity, which has to be implemented through container learning.
Yeah.
Secondly, we have to move from correlation to causation.
Yeah.
That's uh uh I mean how how how how much is this similar to what Jan Lakun talks about with uh causality planning, yeah, you know, predicting how like how your action would be.
But it is related.
The the the other thing is uh, you know, the first time I came on this podcast, I I mentioned this test of AGI, yeah.
The Einstein test.
I don't remember.
So I I said, you know, uh uh you take an LLM and train it on pre-1916 or 1911 physics and see if it can come up with the theory of relativity.
Yeah.
If it does, then we have AGI.
I mean it's a high bar, but you know, we should have high bars.
It won't.
And this is the same test that I think Demis uh mentioned uh at uh the India AI Summit a couple of weeks ago, it's created a lot of news.
But why why is that and how is that related to this idea of Shannon versus Colmogro?
So at the time of Einstein, there were a lot of clues.
That Newtonian mechanics, there was something missing.
Yeah.
Right?
Uh people knew that Mercury's orbit didn't make sense.
There was something off about it.
Then there were these experiments done, uh, the Michelson Morley experiments, where they were trying to figure out uh uh this uh uh medium called uh the ether through which light travels.
And they felt that if you know you bounce light in different directions, uh the speed might change and they they could uh detect a change in the speed of light.
They tried several experiments, they had really precise instruments which could measure the speed, and they found nothing.
They found that the speed of light did not change at all.
Then there were there's a whole issue of black holes, yeah.
Then gravitational lensing.
So there were a lot of these signs that Newtonian mechanics is not really explaining everything.
Yeah.
But until Einstein came up with a new representation of the space-time container.
Right.
We were stuck.
Yeah.
So if you had a model that just looked at correlations and sorts uh sees all of this, you know, the uh all of these uh pieces of individual evidence and put together, it would not have come up with the beautiful equation that Einstein came up with, you know, uh I'm forgetting exactly what it is, G mu v equals 8 pi t mu V, some something like that.
Where you know, uh the the the equation of uh the rel uh with the space-time container, the the tensor.
So he came up with a new formulation.
Yeah.
So he kind of rejected the existing axioms.
He came up with a very short Kulmogravel representation of the world.
One equation, from that equation, everything else follows.
Right?
Whether you're talking about gravitational waves or black holes or mercury or how GPS works.
You know, GPS uh the GPS that we use every day in our phones, it uses the equation of relativity.
So do you does this end up becoming like um you you you almost have to ignore the majority of previous data in order to do it, which LLMs can't because they trained on the majority of previous data.
Like you almost have like this kind of data gravity that's pulling you back.
It's like it's like everybody said it's X.
Uh huh.
There's a little bit of evidence that it's Y, but because everybody said it's X, like the LM will always say it's X.
It's it'll always say X.
It'll treat that Y as an anomaly.
Actually, this called it wrong.
It's actually a very nice way to say it.
Which is like it's like I I just now okay.
Now I get your shannon entropy versus common.
Like one of them is like the total amount of information there that will always be bound to the total amount of information there, which is what happens right now.
Yeah.
Where you can actually describe and another another motion where you you can describe everything with a shorter description with the new data, which would be a totally different logic, which would be like you need a new representation, right?
Yeah.
You know, another way that I've always thought about these, I thought you articulated it well in the last time we talked about it, which is the universe is this very, very complex space.
And then you know, somehow humans map it into a manifold that's less complex.
Yeah.
And then that gets kind of written down, and then the LLM, so that's kind of some some distribution, some, you know, it's still a very large space, but it's it's a bounded space.
And the LLM learn that manifold, and then they kind of use you know, Bayesian inference to move up and down that manifold, but they're kind of bound to that manifold.
Yeah.
And then again, I don't want to put words in your mouth, and then but like what they can't do is is generate a new manifold.
Right, which requires understanding the way that the universe works and then coming up with a new representation of the universe.
And this is what relativity is, right?
Yeah, exactly.
Einstein had to create a new manifold.
Yeah, yeah, yeah.
If you're just stuck with the old manifold of the Newtonian physics, right, then you would see these correlations, but you could not come up with a manifold that explained them.
So you need to come up with a new representation.
So to me, you know, there are lots of definitions of AGI.
Uh, you know, Turing tests, we've already passed that.
You know, performing economically useful work every day you see, you know, uh LLMs are doing that.
Do we?
I don't know.
Well, I mean, they are.
I mean, and I mean without human intervention.
No, no, no.
So that that's different.
Uh but but still, you know, it's like uh a car can run faster than humans, right?
I mean, that's a that's that's uh very shallow definition of the case.
Yeah, so all these definitions do useful.
Maybe you know, in six months you'll have a cloud or uh what a Gemini do without uh intervention, coding tasks, which are well defined, well scoped.
That's possible.
But to me, AGI will happen when these two problems get solved.
Elasticity, continual learning properly, and building a causal model from, you know, uh uh in a more data efficient manner.
We we we are hearing people now talking about, you know, seeing generality like Donald Knuth, for example, in the last few days, right?
You know, had this, you know, this you know, aha moment apparently then kind of made it went viral on X.
So do you think that that suggests that we're seeing generality or no, no, no.
So that actually to me it validates what I've been talking about for a while now.
How so?
So yeah, so if you if you read what he did uh with the help of uh you know a colleague, he got the LLMs to solve this particular problem of uh finding Hamiltonian cycles.
Odd numbers, we won't get into that.
And he got the LLMs to keep solving for one odd number after the other, right?
What he also got to do is after it found a solution for a particular value of M, he made the LLM update its memory with exactly what it learnt in solving that problem.
So the LLMs tried many different things.
You know, something worked, update the map the memory.
So that's kind of like hacking together plasticity.
Yeah.
Right?
It's learning what it has done as we went along.
Again, it's it's a hacked version of it.
You're not changing the weights, you're just sort of uh uh uh improving the context.
Right.
Right.
But you a as you learned, and even after that, so this whole space of Hamiltonian cycles and uh the the the associated math is well represented in the manifolds that these LLMs have been trained on.
Right.
You just had to had to find the right connection.
And LLMs, I know compute, you throw enough compute, they will find the right connection.
So Canute was able to find the LLMs uh attempts, and eventually it needed him to put together what he saw into a solution.
It definitely helped him get to the solution, but he had to create the new sort of manifold to come to the solution.
The LLMs were after a while stuck.
Right?
He he he you you read what he's written, I mean, it just hot of the press, uh I think two days ago.
Two days ago, yeah.
Two days ago.
But uh eventually he used the solution and he came up with uh the proof.
Yeah.
Right.
So it's like, you know, it's like Einstein saw all these evidences.
Then he thought, what will explain uh he came up with a causal model?
Yeah.
So Kanute and his brain is sort of the that's in the commogram.
Right.
And uh the LLMs are extremely efficient at doing the Shannon part of it.
It found all the solutions by trying, you know, various things.
That is so.
Clever way to decompose it.
I'm wondering, like, do you think this again?
I'm gonna ask the uh the same question uh again, which is do you think this provides some sort of insight on like the next problem to tackle?
Like, is there a mechanism that will get the Kalmarath complexity or not?
Like is this tells us uh which direction to pursue?
But clearly not how to do it.
Like not how to do it.
But even Kalmograph complexity has largely remained uh sort of a theoretical construct.
Yeah, for sure.
It's there's no algorithm.
There's no uh there haven't been practical implementation of finding the shortest program.
We know it exists, you know.
You know, you can argue about it, it.
But uh so that's where uh I think it's my bias, that's where our energy should be focused, not larger models with more tokens.
Can you and can you can you tie the two things?
Like how does that pair with doing simulation, or is that a simulation totally orthogonal?
No, so simulation is uh is it related, right?
So you think it like basically you do simulation and somehow that is a step towards doing the command growth complexity?
It it's a it's uh the simulator is the is the program that we create.
It may not be the perfect program.
Oh, I see.
But in our heads, we create this uh simulator that when I'm throwing the pen, you know that it's coming at you, right?
And you duck.
So so you're not computing the probabilities uh as it goes.
But but you have you knew you you build an appropriate thing versus we were talking more conceptually.
Conceptually, but but it's uh the same mechanism.
It's the same mechanism.
Really?
Yeah.
You have to build a causal model.
Yeah, right.
I see.
For most things, right?
So you have to move from correlation to causation.
I mean, we've heard this term, you know, at infinitum.
Yeah.
But here it it's making a difference in the way we view intelligence.
How has the last three papers been received?
No, I don't know.
Well, uh all right.
I mean, I mean, the archive versions will like.
Let me tell you, uh it I mean um a lot of great reception.
A lot of people read it.
I'm just wondering like what kind of feedback that you've got.
I'm getting good feedback, but I'm an outsider in this field, right?
Like who have networking guys.
I'm a networking guy.
Why is he writing about you know uh learning and machine learning and deep learning and Beijing?
So but but people who have actually taken the time to read those papers, I'm getting really good feedback.
Uh there was a recent paper by Google uh research which tried to teach uh LLMs by some sort of RL HF to do Bayesian learning properly.
Yeah.
And that's going in this direction.
I think people are coming around to the view that okay, LLMs are doing Bayesian learning.
Uh I know that some people also looked at the Beijing Ventanal paper, the archive version, and they reproduced the experiments.
That's great.
They they just saw what was written and they they did the training and they saw, yeah, yeah, this is actually happening.
So that's great.
So what's next?
Uh what's next is uh, you know, th these two parallel uh tracks, I hope to make progress there.
Plasticity and cause causal causal.
And you've created a formal model how it works.
Yeah.
And so now you're actually interested in the in improving.
In creating a new mechanism.
Yeah.
Yeah.
And do you think it's an entirely different architecture?
I thought or do you think do you think LLMs are like part of the solution?
I think uh LLMs are definitely part of the solution.
I see.
But but th there has to be something more.
Another thing.
So you know, I was not interested in sort of cataloging what all these LLMs can do.
Yeah.
I was more interested in why are they and how are they doing it?
I think f now uh we have a good grip on the why and how.
Yeah.
And the next step is to, you know, uh move them to the next level.
Maybe now I I think we have a fairly good understanding of what the limits are.
Yeah.
Now, how do you uh go to the next step?
Is there any is there any equivalent kind of theoretical framework for causality that applies here?
Like similar to like Bayesian for inference.
Well, uh the Judah Bell's whole gospel hierarchy, I think.
I think that's the right one.
That's uh that's a very good one.
You know, the whole do calculus uh approach.
I I think it's a good way to think about it.
You know, the the sort of association intervention counterfactuals.
Yeah.
It takes you from correlation to actually simulation.
Yeah.
In a mathematical way.
That's great.
All right.
Well, listen, really appreciate you coming.
This is awesome.
So we had you here for the first paper where you had the empirical results.
Then we had you back when you actually have like the formal proof.
And hopefully, the next time you come back, you will have a proposal for the mechanism that uh that actually provides the next step.
Hopefully, all right, we're working on it for coming in.
Thank you for having me.
Thanks for listening to this episode of the A160Z Podcast.
If you like this episode, be sure to like, comment, subscribe, leave us a rating or a review, and share it with your friends and family.
For more episodes, go to YouTube, Apple Podcasts, and Spotify.
Follow us on X at A16Z, and subscribe to our Substack at A16Z.substack.com.
Thanks again for listening, and I'll see you in the next episode.
As a reminder, the content here is for informational purposes only.
Should not be taken as legal business, tax, or investment advice, or be used to evaluate any investment or security, and is not directed at any investors or potential investors in any A16Z fund.
Please note that A16Z and its affiliates may also maintain investments in the companies discussed in this podcast.
For more details, including a link to our investments, please see A16Z.com forward slash disclosures.
