I think we're probably looking at AGI 2030 around the time that we're going to be releasing maybe Arc 6 or Arc 7.
You're not going to stop AI progress.
I think it's too late for that.
And so the next question is, okay, like AI progress is here.
It's actually going to keep accelerating.
How do you make use of it?
How do you leverage?
How do you ride the wave?
That's the question to ask.
Today we're lucky to be joined by Francois Chollet, founder of the ArcPrize, a global competition to solve the Arc AGI benchmark.
His latest project is Endia, a lab exploring a new paradigm in frontier AI research.
Francois is one of the best people in the world to help us understand the current AI moment and where all of this is going.
Francois, thank you so much for joining us today and congrats on the launch of Arc AGI v3.
Thanks so much for having me.
I'm super excited to be here.
Super exciting time to talk about AI.
So Francois, tell us a little bit about India.
So what exactly is it and what are you guys trying to achieve?
Right, so India is this new AGI research lab.
And we are trying some very different ideas.
And so our goal is basically to build this new branch of machine learning that will be much closer to optimal, unlike deep learning.
All of us right now are sort of taken by what's going on with code.
I have sort of this viral moment right now where I got to 40,000 stars this morning on GStack.
So it's like, oh, this is an open source project that now is one of the biggest ones.
And I have... more than 100 PRs from contributors to deal with.
I guess you're, you know, one of the best people to talk to about this, because you're actually literally coming up with something that is a totally different pathway.
That's right.
That's right.
So what we're doing at India is we're doing program synthesis research.
And when I talk about program synthesis, often people ask me, oh, so are you doing like CodeGen?
Are you building an alternative to coding agents?
And it's actually not at all what we are doing.
We are working at a much, much more, much lower level than that.
What you're actually doing is that you are trying to build a new branch of machine learning, an alternative to deep learning itself, rather than like coding agents.
Coding agents are like this very, very high level, last layer piece of the stack, and we're actually trying to rebuild the whole stack on top of different foundations.
So we're building a new learning substrate that's very different from, you know, parametric learning, deep learning.
So, if you go back to the problem of machine learning, you have some input data, some target data, and you're trying to find a function that will map the inputs to the targets, that will hopefully generalize.
And if you're doing deep learning, what you're doing is that you have this parametric curve that serves as your function, as your model, and you're trying to fit the parameters of the curve via gradient descent.
And this is basically what you are doing, except we're replacing the parametric curve with a symbolic model that is meant to be as small as possible.
It's like the simplest possible model to explain the data, to model what's going on.
And of course, if you're doing that, you cannot apply gradient descent anymore.
So we are building something that we call symbolic descent, which is like the symbolic space equivalent of gradient descent.
The idea is to build this new machine learning engine that's giving you extremely concise symbolic models of the data you're feeding into it, and then we're going to make it scale.
And so everything you're doing with machine learning today, with parametric curves, we should be able to do it with symbolic models in the future, in a way that will be much, much closer to optimality.
Much closer to optimality, in the sense that you're going to need much less data to obtain the models.
The models are going to run much more efficiently at inference time because they're going to be so small.
And because they're so small, they will also generalize much better and compose much better.
Know the the minimum description length principle that the model of the data that is most likely to generalize is the shortest, and i think you cannot find a model like this if you're doing parametric learning.
You need to.
You need to try somebody clean.
That's fascinating.
So the rest of the industry is just pouring more and more billions of dollars down an approach that was set years ago.
Can you like help make the case for why you think that it's the right thing to explore alternate approaches instead of just to keep putting more money into the current approach?
I mean everybody's is, you know, building onto the LLM stack these days, which makes sense because the returns are there, like it's actually working.
So it would seem very sensible for everybody to just be doing what seems to be the currently most proactive path.
But our take is actually it's counterproductive to have everybody working on the same thing.
Like I personally don't think that machine learning or AI in 50 years is still going to be built on this stack.
I think this is a stack that is very nice.
Maybe it even gets us to HCI. but it's not as efficient as it should be.
I think it's inevitable that the world of AI will trend over time towards optimality.
And so I'm trying to sort of like leapfrog directly to optimality, to build the foundations of optimal AI today.
But in general, you know, Our vision is very ambitious and I'm not saying that we're going to be successful, like we have maybe a 10 or 15 chance of success, but that is enough that it's worth trying right.
And I think in general, like among listeners, if you have a big idea And it has very low chance of success.
But if it works it's going to be big and no one else is going to be working on it.
It's not something popular.
It's not something, if you don't do it, no one else will do it.
And this is basically our situation.
If you're in this situation, then you should try a chance.
You should go and work on it.
I mean, that's almost like the mission statement of Y Combinator, the thing that you just said.
Yeah.
Yeah, the reason it's important is that, again, if we don't do it, no one else will do it, right?
So it's worth trying.
Even if we don't succeed, it's worth trying.
Has the success very specifically of the coding agents.
I guess built on top of the LLM stack.
Has their success surprised you at all?
And in particular, say, over the last six months or so?
Yeah, absolutely.
I think it has surprised many people.
It definitely did surprise me.
If you look at why everything is starting to work so well with coding agents, it's really because code provides you with a verifiable reward signal.
And I think right now we're in this situation where any problem, where the solutions you propose can be formally verified and you can actually trust the reward signal.
It's not just some guess made by a model.
Any domain like this can be fully automated with current technology, with the LM-based stack.
And code is sort of like the first domain to fall, but there will be many others in the future.
I think mathematics is also primed to see a revolution in the next few years, for the same reasons again, because the domain just gives you verifiable rewards.
I guess the challenge for a formally verified domain is you have to somehow take a domain and make it verifiable, which is the trick.
I mean, code is very natural.
You can test there's bugs compiles, et cetera, and mathematics as well whether all the theorems and proofs work out.
I guess it becomes more nebulous when you go a couple of degrees off, where there are fields that are not naturally formally verified and you need to come with a again, with some sort of a function.
To come up with that reward that makes it verifiable with very fuzzy things like, let's say, English language and composing the perfect essay.
How do you make that formally verifiable?
FRANCESC CAMPOY- Yeah, yeah, absolutely.
I mean, writing essays is the typical example of a domain that's not verifiable.
And so what you're going to see is that progress of reasoning models and based LLMs on this type of domain is going to be very slow, because the stack we're using, like the LLM stack, is very, very reliant on its trained data.
It's basically just operationalizing the trained data.
And for writing essays, the trained data is coming from human experts, like annotating answers.
And that's costly.
So you're going to see this very, very slow progress.
Maybe it's even going to stall.
But for any verifiable domain, like take code, for instance, which was the big unlock is when people started creating this code-based training environment for post-training, where the reward signal, the verification signal, is provided by things like unit tests and so on.
And so that means that the model was not just working from human-provided annotations.
It was actually trying its own things, verifying the answer and generating a lot lot more string data in the process.
A much denser coverage of the problem space.
And not just coverage in terms of like, is the answer right or wrong, but also starting to build models of the execution traces.
So that the models could start incorporating an execution model.
Very much the way that human programmers, when they look at code, they're sort of like executing the code in their minds.
They keep track of the value variables and so on.
It's also what the models are trying to do now.
And this is why it's working so well.
And it's possible because you're working with this very formal, fully verifiable environment.
You cannot do that with SSS, you cannot do that with, you know, law or many other problems.
I think I really like how you define intelligence and how to measure it, which brings to the question of also sharing, having you share the history of ArcAGI.
Yeah.
So my definition of general intelligence you know many people around the industry these days.
They say AGI is going to be a system that can automate most economically valuable tasks, and to me that definition is it's about automation, it's not about intelligence, it's not about general intelligence.
So my definition is AGI is basically going to be a system that can approach any new problem, any new task in your domain and make sense of it like model.
It become competent at it with the same degree of efficiency as a human could.
So meaning it's going to need basically the same amount of training data and training computes as a human would, which is very little.
Humans are really, really data efficient.
General intelligence is human-level skill acquisition efficiency on the same scope of tasks that humans could potentially learn to do.
Do you think it's possible that we will accomplish the first definition of AGI, the automated, most economically useful work, before we accomplish FRANCESC CAMPOY- Absolutely.
I think that's a trajectory that we're on right now.
And I think it's already true that, in principle, current technology can fully automate, at human level or beyond any domain where you have very favorable rewards, and code being the first one.
And I think figuring out AGI, figuring out human level learning, efficiency over arbitrary tasks, that's probably going to take a different sort of technology, a different mindset, a different approach.
Do you think that LLMs can be bent to have the same sample efficiency as humans?
Or do you think it's fundamentally just impossible and we need a new approach?
And that's the thing that you're hoping to solve.
With enough compute, everything starts looking like everything else.
Compute's a great equalizer.
Every approach starts looking the same.
And I think it's possible in principle to build something that looks a lot like AGI on top of the LLM stack.
But it's not going to be LLMs per se.
It's going to be this new layer.
Perhaps it's going to be even a few layers above, not just one layer above, but a few layers above.
But you can't build it on top of LLMs because LLMs are kind of computer, right?
I do believe, however, this would be the wrong thing to do because it would be very inefficient.
I think AI research will have to trend towards not just efficiency but, in fact, optimality over time.
And, for this reason, future AI in a few decades, it's not going to be this harness on top of a reasoning model, on top of a basal alarm.
It's going to be much, much lower than that.
To Diana's question do you want to talk about how you actually designed ArcAGI and why it's a good barometer of that?
I mean, you know, I've been doing deep learning for a very, very long time.
And initially, my take, my mindset was that deep learning was going to be able to do everything.
You were the creative at Keras before even all the other frameworks became very popular.
That's right.
That's right.
I was trying deep learning model. for natural language processing, in fact, in 2014.
And from that work I actually started developing this open source library, which I released, in fact, exactly 11 years ago, March 2015.
So it was Keras and then it got popular and then I ended up sort of like doing less of the research that I had started Keras for and more working on the framework itself, just because it has really good product market fit.
And so my take around that time around, like 2015 2016, was that deep learning was extremely general, that you could do everything with deep learning, that you didn't need anything else.
It was sharing complete.
So my take was basically that deep learning was differentiable programming.
So, anything you would do with software, you could, in principle, train a deep learning model on the right inputs and outputs to do the same thing.
And in 2016, i was doing research at google brain on trying to train the planning models to help with reasoning problems and, in particular, first order logic problems, theorem proving and so on, and i started finding that you could not really get cryon descent to encode sort of like reasoning style algorithms.
It was not because the models could not represent these algorithms.
It was because cryon descent could not find them.
So the problem was that it wasn't about deep learning not being train complete or anything like that.
That was not the problem.
The problem was gradient descent.
Gradient descent would not find generalizable programs.
It would instead end up doing overfit pattern matching. over sequences of input tokens.
I guess people could argue that's what's happening.
I mean, it's still what's happening today in a slightly higher level version of that.
Just with a lot of data.
So it doesn't feel like overfitting because the data has a lot more distribution.
Yeah.
FRANCESC CAMPOY- There's a lot more data.
And also, I think, models today.
They're a lot more compressive after that, which is why they generalize better.
MARK MANDELMANN- So all models are wrong, but some models are useful.
And then I guess what I'm hearing is your method might find the right model.
That's right.
That's where the idea came from.
And I was, like you know, at the time, back in 2016 2017, I was like okay, we're going to need a benchmark to capture these ideas.
We're going to need a program synthesis benchmark.
And my mental model for that was ImageNet.
I was like, oh, I'm going to make the ImageNet of reasoning.
So I started brainstorming a few ideas around like 20s, 2017.
I explored many different things.
I tried working with, in particular, cellular automata, like a setup where you show a model cellular automata outputs and it must recreate the program that generated them, like that sort of thing.
And eventually, I settled on the ArcGIS format around like early 2018.
You know, I was doing this on the side.
It was a side project.
Like my main project was developing Keras at Google.
I wasn't moving very, very fast on that.
So summer 2018, I wrote the arc task editor, and then I started just making lots of tasks by hand.
And about one year later, I had made 1,000 tasks.
And so I wrote up the paper that was explaining what this was about, what the big idea was like intelligence as a skill acquisition efficiency.
And I published all of that in 2019.
In parallel, GPT-3 2020 was coming out and starting to show signs until the chat GPT moment around 2022, end of the year.
And the industry took off with that.
And this was one of the benchmarks that was really performing really badly.
And it was very obscure.
I don't think many people knew about it.
It was mostly research communities that maybe read your paper.
Yeah, people who worked on program studies knew about it, but a lot of people who worked on deep learning, on scaling up LLMs, didn't really care for it.
And part of the reason why is because LLMs did not work well at all on the benchmark.
For a benchmark to capture the attention of the research community.
It needs to start working a little right.
If it's too hard, people are just going to dismiss it.
You're just ahead of your time, clearly, because we're not on Arc AGI 1 anymore.
And then 2 is reaching saturation.
And then 3 is out now.
Yes.
And I think the cool thing about ArcAGI it has been a very good barometer for the industry of the big changes that happen, because V1 was not working at all for a long time, until 2025, when reasoning models came out right.
Yeah, absolutely.
If you look at Frontier AI performance on Arc v1 first and then v2, so basal LLMs were scoring extremely low on v1, like sub 10 basically.
And i mean it was true of uh, the original lag gpd3.
I was just calling zero, but that's even true of the latest bezel lamps today, you know, as of as of march, without reasoning.
Without reasoning yeah, so the base models, so performance of uh basel lamps on on, if you want, stayed very, very low, even though In the meantime, you know, we had scaled up these models by 50000x, right?
So it was really telling you that you know more scale.
Scaling up pre-training alone was not going to crack the benchmark.
This was not enough. to demonstrate that the model had fluid intelligence.
And then the moment models started performing well on Arc 1 was with the first reasoning models.
In particular the OpenAI 01 and then 03 models which, by the way, they were demonstrated by OpenAI on Arc, because it was the one unsaturated reasoning benchmark that was really showing that this model was different, that had new capabilities that we had not seen before.
And so with reasoning models, you start seeing this sudden like step function change on Arc One.
And so Arc One was really the benchmark that signaled that, at this moment in time, something was happening.
Something big.
Yeah, something big, like new capabilities were emerging.
Like reasoning was new and different, and it was actually not obvious at the time.
Like, you know, I don't know if you remember when O3 preview was announced by OpenAI.
That was end of 2024, actually.
Yeah, December 2024.
And like sure, it was like a huge step function progress on Arc. but it was very expensive.
It did not really have a product market for it effectively.
But if you looked at ARC results, you knew that this was big and important.
And then we released Arc 2, which was the same format but more difficult, like with more composition at the level of the reasoning chains.
And what happened is that the earliest reasoning models started very, very low on Arc 2.
And then around the same time as coding agents started working, you saw this- Just last year.
Yeah.
So very, very recent, just a few months ago, you saw this very, very fast saturation of R2.
And so again, R2 signaled that, yes, there was this new set of capabilities emerging.
The benchmark did a really good job at capturing the advent of reasoning models and then the advent of agentic coding.
Like this new pattern where, if you have verifiable rewards, then you can basically fully automate the domain which, by the way, is true of Arc.
Arc does provide a verifiable reward.
Guess for v2.
What?
What caused the?
So one was clearly reasoning.
Two, a benchmark, doesn't care how you solve it.
I guess embedded in what you said like were people using code gen to then solve.
That's right, not necessarily cogen per se, but the frontier labs have been targeting org v2.
And the progress you saw on ArcGIS 2 is actually a result of this very, very large-scale targeting.
So what you can do to solve ArcGIS 2 is you ask your reasoning model to make more tasks like those in the benchmark and then you try to solve them using, let's say, program induction, for instance, still using your reasoning model.
Then you verify the solution.
Again, it's very fireball, so you can trust the answer.
And then you fine-tune the model on the successful reasoning chains.
And then you keep repeating like you generate new tasks, you solve them, you verify the solution, you fine-tune the model on the reasoning chains.
And you can keep doing this millions of times, right?
Like, you just need to spend more money.
This is the RL loop that is happening, yeah.
And the new paradigm in AI is basically that any domain where this is true, where you have the ability to generate these true verification signals, you can run this kind of loop right.
If you can run this kind of loop, you can mine, you can brute force, mine effectively the entire space and get extremely high performance.
This is basically the process from which ARC2 was saturated.
So what it tells you is that it's not so much that the models have higher fluid intelligence than they did with the first 3D models.
It's just that you have this new paradigm of post-training, and this is exactly what led to agency coding.
So it does matter.
It is valuable.
It is useful.
It's not that the models are smarter.
It's that they're suddenly more useful.
And it's possible to be more useful in particular domains without being smarter.
Clearly, because that means good things for me.
I'm not getting any smarter right now at age 45.
But I can learn how to do things.
And that's sort of what's happening with the models as of late.
Yeah, absolutely.
When it comes to competency, there's always a trade-off between intelligence and knowledge.
If you have more knowledge, if you have better training, you need less intelligence to be competent.
And that's exactly what happened with the rise of coding agents.
The models don't have higher fluid intelligence per se.
They don't have a higher IQ, so to speak.
It's just that they're way better trained.
And they're way better trained in two ways.
So they're not just trying to complete code anymore.
They're actually trained via trial and error in these IL-postering environments with three-word signals.
And also they're trained to embed this model of code execution, where they They learn to keep track of the value of variables over an execution cycle.
And that's what's leading to this extremely strong product-market fit of urgent decoding today, and it's completely changing software engineering.
This happened not too long ago the saturation we actually had the founders of Poetic that came and spoke about the approach, which is really sounds like.
This new way of getting elements to perform is building this agent harness right.
And the hardness is basically structuring a problem domain into something that can be formally verified.
And they did that basically for Arc v2, which when they released it they were at the top of the benchmark.
But then the crazy thing is I actually worked with a company in the winter 26 batch not too long ago called Confluence Labs, which actually ended up saturating the V2 results with 97.
And I think their task cost was a lot more efficient too.
And the approach they basically took is similar to this.
I think they build the harnesses on top of it in order to get the LLMs to go and build different tasks and program through it.
Which then for me, I was like, wow, is this batch?
During the batch.
They only worked on it for a couple of months and they were able to saturate this benchmark that has been around for a long time.
It's like something special is happening.
Yeah, there's a lot of progress right now that's driven by custom harnesses around the task.
And the harness is basically a way for the human programmer to input into the model higher-level solution strategies.
Basically,
I mean.
To me, the fact that you need humans to engineer these harnesses is also a sign that we're short of AGI today.
Because if we had AGI, AGI would just make its own harness.
It would not need to be told how to solve a problem.
It would just figure it out.
But it is very effective.
Like, harnesses, I don't think they get us closer to AGI in any sense.
But it's very valuable area of research because that can lead to task automation at scale.
YC's next batch is now taking applications.
Got a startup in you?
Apply at ycombinator.com slash apply.
It's never too early and filling out the app will level up your idea.
Okay, back to the video.
Can you tell us about then what V3 is going to measure that's just got released?
Yeah, absolutely.
So if you look at V1 V2, it was really focusing on your ability to produce causal models of a pattern that was just given to you, like the data was given to you.
So it was static, it was passive, and really focused on modeling.
And v3 is completely different.
We are trying to measure agentic intelligence.
So it's interactive.
It's active.
The data is not provided to you.
You must go get it.
The idea is that your agent is dropped into a new environment which is kind of like a mini video game.
And it's not provided any instructions.
It's not told what to do.
It's not told what the goal even is or what the controls even are.
And it must figure out everything on its own via trial and error.
So we are not just measuring the AI's ability to model its environment.
We are also looking at its exploration efficiency, its ability to acquire goals on its own, like goal setting and, of course, its ability to plan through the model of the environment it has created and to execute the plan.
And so together, you know, all of these abilities, we call that agentic intelligence.
And we are looking for AI systems that could learn to play these games and, you know, crack them with the same degree of action efficiency as a human.
If you look at the human, they are dropped into this new environment.
They try a few things, they start understanding how things work.
They can solve the environment in a few hundreds to thousands of actions.
We're trying to look for AI systems that could match this efficiency.
And, by the way, we know that all of these test environments in R3 are solvable by humans with no prior training, because we actually tested them on regular people.
Yeah, at first you just see this screen and you have these keys available, but you don't know what they do and you must figure out everything from scratch.
And humans are really good at that, by the way.
They're really good at exploring efficiently, at making sense of something new and eventually cracking the game.
And frontier models today, they are not very good at it.
If the reasoning models cracked V1 and the reinforcement learning environments cracked V2, do we need a new advance to crack V3?
Do even the best techniques currently not work?
Yeah, I mean I'm pretty curious to see how Frontier Labs are going to react to v3 and how they're going to start to target it.
It is designed to be more resistant to the same kind of targeting strategy as what we saw for v2 in particular.
Of course, you can try to just make more Arc 3-like games and then train your agents. uh in them um but the thing is we've uh deliberately tried to create a private set of environments that is significantly different from the public set like you can look at the public set it's not actually giving you that much information about what's in the private set in the private set you will have very different games with very different concepts And also, the public set is meant to be substantially easier.
So your performance on the public set is not representative of how well the system within private is.
So for this reason, it's going to be harder to target.
And that makes it a better test of fluid intelligence as opposed to a test of how much effort you put into cracking it.
I'm so curious, how do you come up with these games?
They're so creative.
Yeah, we set up an entire video game studio to create them.
So we got over 250 games.
And they're pretty quick to play.
Each game takes you maybe 10 minutes or a bit less to play from scratch, like upon first contact, and we have like 250 plus and we set up this, a very proactive game studio where we had any given week, we had multiple games in progress.
We had like this, this pipeline including, you know design implementation review, human testing and many iteration cycles to make sure that the game comes out right.
Who's working in the studio?
Who are the creators?
Yeah, we hired a team of game developers and we built our own game engine.
Wow, so it's actually people who previously worked in the game, video game industry.
That's right, that's right.
So one thing to be in mind though, is that the games in arc three are unique.
Right, they're trying to not borrow elements, concepts from previous video games, and they're built entirely on top of core knowledge, priors like things like just just, you know, elementary knowledge, like basic physics uh, understanding of objects uh, understanding of the notion of agents, for instance, like an agent in objects with goals and intentions um, but we are not incorporating any language, any like cultural symbols, like you know arrows, for instance, or the color green meaning go and color red meaning stop, that sort of thing.
There's no external knowledge that's involved in these games.
It's like one of those IQ tests that are just pattern matching, but now it has time series.
Yeah.
In Synology's time series, it's interactive.
You must create your own path through game space, right?
You must.
You know in an IQ test, like problem, like you know what arc one and two is.
The data that you must model is provided to you.
You already have the data.
You just you just need to find the causal rule to explain it with arcs.
We actually must gather the data And you must do so efficiently.
Like, of course you could say well, I'm just going to, you know, brute force, mine the space of every possible game state.
And then I find the solution.
You cannot do that because if you try to do that you would score extremely low, even if you manage to solve the level.
Because you're scored on your efficiency.
You must match human level efficiency.
It's funny, it's like almost coming full circle.
This level of AGI with games sort of is the match pair to OpenAI writing.
I mean Tom Brown, one of the co-founders of Anthropic, had to write the harness code to allow pre-GPT AI at OpenAI to play StarCraft.
Yeah yeah opening, i worked on uh on uh, in particular on the on dota 2 uh, the opening i5 model which was, if i recall correctly, so this was like not just pre-gpt but also mostly pre-transformers, because they were working with a stack of lstm yeah uh layers, if i recall correctly, and even before opening eye uh, deep wine worked a lot on video game uh, you know, solving video games.
Yeah, deep oil uh, and they were the first to do uh atari games right back in 2013.
That you know.
They were very, very early, very visionary in that sense to work on on this problem so early with these methods, which are still very modern methods.
So the big difference is that if you look at um At Atari Games, for instance, or even Dota, you're training on the same environment as what you use for testing.
So effectively, you're just trying to memorize the best strategies.
You're trying to, at training time, explore the full space of possible game states and productionize, operationalize that knowledge into the model.
And then at inference time, you're basically just recalling that knowledge.
And that's explicitly what we're trying to avoid with Arc 3.
You're not playing games that you've seen before.
You're not playing games that you've been trained on for millions of hours.
Like the OpenAI 5 model, for instance, was playing a restricted version of Dota 2.
And it was trained on tens of thousands of hours of gameplay, effectively.
I think maybe in millions.
But it was just an insane amount of time. training data.
With Arc 3, you're being evaluated on games that you're seeing for the very first time.
And every action you spend exploring is counted towards your efficiency score.
Right, so you're really focused on measuring fluid intelligence, your ability to efficiently explore, efficiently produce a world model of the environment and then use this model to infer goals, plan towards these goals and eventually crack the game.
One of the arguments for NDEA is that you're able to do all of the intelligent tasks.
For an arc task might be like 03 cents for an arc task, but for the same task on a foundation model with LLMs it's 1 to 10.
And then there's this other aspect that we've been tracking, where it seems like more and more intelligence, at least on the LLM side, can be distilled down into smaller and smaller models.
And so on the one hand like they're scaling up, but then they're like distilling smarter and smarter small models.
I guess your approach might indicate that it's not billions of parameters like that.
You know, India achieving AGI might not be inherently a scale thing at all.
There's a platonic ideal of the NDA model that achieves AGI.
Do you ever think about it in terms of like, well, it would fit on a floppy disk?
Well, OK, there are two things to separate.
There's the fluid intelligence engine.
I think it's going to be a very, very small code base and a very small set of models associated with it.
And it's probably going to be on the order of megabytes, right?
And then you have the knowledge base, so to speak, that's going to be layered below this fluid intelligence engine.
Fluid intelligence has to draw on some knowledge, and that knowledge is going to take up a lot more space.
I think it's important to differentiate the two.
I do believe that when you create a GI, retrospectively it will turn out that it's a code base that's less than 10 000 lines of code and that if you had, if you had known about it back in the in the 1980s, you could have done hgi back then using the computer resources available.
Wow, that's a crazy prediction.
I think retrospectively this will turn out to be true.
Wow, so it was just like hiding under our noses in plain sight for like 40 years.
It took us like 40 years to figure it out.
Yeah, that's right, that's right.
Well, that second thing sounds like Douglas Linott's psych project, or is that the wrong way to think about it?
It's like there's sort of knowledge about the world, and then there's methods.
Like the program.
What I hear is like The program might be 10000 lines and then it operates on like On knowledge base.
It's very large.
So the problem with Psyche?
I mean there were many issues with it, but one of the big issues is that there was no learning involved.
Yeah, it's just the knowledge.
The knowledge was uncrafted.
It was like purely symbolic knowledge, and it was probably inaccurate.
The way you want to be building a GI is that you want to be removing humans from the improvement loop as much as possible.
You don't want a system where every improvement in system capability has to involve a human engineer doing something.
It's actually the strength of deep learning and foundation models is that you can just scale up the knowledge base.
Like an LLM is effectively a knowledge base.
It's a bank of modular vector programs that map patterns of input tokens to patterns of output tokens.
And you can scale up that knowledge base by just adding training data and training compute, with no further human involvement.
I mean, of course that's still a little bit of human involvement in making sure the training job completes, but it's minor.
You've managed to remove humans from this improvement loop as much as possible.
And that's also what we want for our system.
We want a system that's self-improving, where the improvements are compounding, meaning that every time the system increases its capabilities, it's also increasing the rate at which it increases its capabilities.
I think this is a PG-ism.
It's like, I'm sorry the essay is so long.
If I had more time, I would make it shorter.
Yeah.
When you're looking at a heart problem, it's actually harder to produce a short elegant, concise solution than a messy, over-engineered solution.
Yeah, you can brute force it, but the more elegant version is very, very short.
And that's kind of like what you said with how this might come about.
Yeah, this is literally the shape of the type of AI approach we are creating.
And I think this is also the shape of science itself.
Like science is fundamentally a symbolic compression process, where you're looking at a big mess of observations, like you know the position of planets in the sky or something like that, and you're compressing that down to a very simple symbolic rule.
You're saying like yeah like, All these thousands of observations are actually just all this one simple equation.
That's symbolic compression.
And to do this, by the way, you need the model to be symbolic.
You could not fit a curve and say, well, that curve is my model.
That would never be optimal.
It would never be concise or elegant enough.
And that's not what science is doing.
Science is not about curve fitting.
Science is about finding the equation, finding the most compressive symbolic model of your pile of observation.
And that's the process that you are trying to recreate in software form.
Like you could say that the NDI approach to program synthesis is that we are building science, incarnate the scientific method in algorithmic form.
I'm curious if you compare it to biology.
Clearly, LLMs don't learn the way that humans do because no baby reads the whole internet.
Do you think program synthesis is closer to the way that humans learn?
Or do you think that's yet a third branch where, even if program synthesis is correct, there will be some yet as undiscovered third way to do it, which is the thing that we do?
I think so.
I do think humans do some amount of programs in this.
I think the way humans learn and the way the human mind works is very messy.
It's not like there's one simple, elegant principle behind it all.
It's an implementation of fundamental principles, the fundamental principles of intelligence, which you know.
I think we can identify these principles and reimplement intelligence from scratch, from first principles, in a way that will be much more efficient than the human brain.
I think the human brain is messy and it can be a good source of inspiration for AI, but I think it would be counter-productive to just try to observe it and reimplement it and make it biologically plausible.
I think that's counter-productive.
It's not what we're trying to do at NDI.
We're really trying to find what are the first principles of intelligence and what is the system that would best implement them.
But yeah, I do believe the human mind does, at the highest level, something that looks a lot like program synthesis.
Like we're currently building causal models of our surroundings.
Like we're describing our surroundings in our mind as a set of objects and agents and relations between objects that are fundamentally symbolic and causal in nature.
This is exactly the process that lets us generalize so well and adapt so well to novelty on the fly.
I'm curious about NDA, the company, as you're building it.
We've all here heard of the OpenAI founding story.
Something that's always struck with me is both Sam and Greg say that it was a little odd in the early days because they didn't actually know what to do.
It was a bunch of people hanging out in an apartment.
I would love to hear kind of what's that been like for India?
Like what did like the day one look like?
And just maybe for just people who are interested in starting these alternative approaches, who don't have sort of a researchy background.
How should they think about that?
Yeah.
So we started on day one with the symbolic learning vision.
Like we basically knew that we wanted to do symbolic program synthesis, that you wanted to create a new approach to machine learning where you replace parameter curves with the shortest possible symbolic models.
And then the big question was, okay, so how do we find these models?
We started from the base idea, which is still the idea that we're following today, which is that we are going to do deep learning.
Guided program search, that you have a symbolic search space to explore.
And it's big.
It's, in fact, combinatorial.
You're not going to make progress if you just use brute force.
It's not going to scale.
You have to break the combinatorial wall, and the way to do it is to add deep learning guidance.
It's actually very similar to the principles that underlie something like AlphaGo or AlphaZero.
That was our starting point.
We also didn't have very clear ideas about how to build it.
So we tried many different things.
We tried many, many different ideas.
And it took us half a year roughly to get to good foundations where we could start building a system that compounds.
And I think that's what's really important when doing a lab like this that you don't want to be in a situation where you're constantly trying something new.
It's not reusing any learnings, any findings from the previous approaches.
You want a compounding stack.
You want to build reusable foundations, and then the next layer, and then the next layer.
And of course, you want to be building onto the right foundation.
So don't commit to the foundation layer too early, but also make sure that at some point you're building this compounding structure.
And that's the situation that we're in now.
Is Arc 3 the end, or will there be an Arc 4, 5, 6?
Can you keep making it harder?
Yeah, yeah.
I think there will absolutely be Arc 4 and Arc 5.
I mean, we're currently planning Arc 5.
The point of the ArcAGI benchmark series is not to say that, well, you know, here's this test.
If you pass it, this is a GI.
Instead, what you're trying to do is we are targeting the residual gap of fair capabilities, like frontier is advancing and we're saying well uh, if you compare it to you to to human abilities, there there's all these tasks, all these things it's not doing well.
So we're going to create a benchmark to target that, And so it's a moving target, right.
It's not a fixed point, it's a moving target.
There will be Arc 4, which will be in the spirit of Arc 3, but more focused on continual learning and curriculum learning at longer timescales.
So you're going to have fewer games, But they're going to have way more levels.
And the levels are going to be compounding, meaning that for each level, you need to reuse stuff that you've learned before.
And that's going to be Arc 5.
And I'm actually really, really excited with Arc 5.
It's very, very new and different.
It's all about invention.
And you will see what that means.
Eventually, I expect we will run out of things to test.
As we get closer to AGI.
Eventually, there will be no measurable difference between human capabilities and partial human learning, efficiency and frontier AI.
And when that happens, when it becomes effectively impossible to measure the gap, this is the AGI moment.
Well, then the machines will take over and then they will create Arc ASI 1.
Yes, Arc ASI.
And then it'll continue from there.
Yeah.
If you had to put a guess, I mean, years, decades, months.
My timeline to HDR.
You know, if you, if you just try to to extrapolate from the the current rate of progress and the amount of investment that's going into not just the llm stack but also like uh, side ideas, side bets that might work out.
Like you know india, for instance, I think we're probably looking at AGI 2030, early 2030s, most likely.
So around the time that we're going to be releasing, like maybe Arc 6 or Arc 7, that's probably going to be AGI.
You guys are doing a different approach to LLMs.
Do you think there's room for more startups to explore other new approaches?
And are there any other ones that you think are promising that don't have time to explore yourself?
Yeah, absolutely.
I mean, there are many different approaches that you could try.
I've said that compute is a great equalizer.
I think if you look at the amount of compute and resources that we've thrown at deep learning and gradient descent and scaling that up, if you had thrown the same amount of investment into almost anything else, you would also have seen extremely exciting results, like genetic algorithms, for instance.
If you try to scale up genetic algorithms, I mean, I'm sure you can do incredible things with that.
You could, in fact, probably do new science because that's based on search and search is the best fit for automating the scientific method.
Uh, i think so right now.
There's also like approaches that uh build on top of the current stack with their slightly alternative, like uh state space models, for instance.
Uh, that's uh the the xlcm architecture, like you can.
Basically, you know, Current frontier AI is a stack of things.
And you can take any layer in the stack and try to propose an alternative.
If you propose an alternative architecture, you can be doing, for instance, more like recurrent models instead of transformers for the architecture.
Or you can do even lower level.
You're going to be like OK, we're still going to be training parametric curves, but you're going to get rid of clandestines, right?
We're going to use like search.
Maybe you're going to do new evolution.
That's the slower level.
And the lowest level is the level where we're operating, where we're saying well actually, Forget about curves.
Forget about parametric learning.
Forget about gradient descent.
We're just going to do something completely different.
And I think if you want to build optimally high, you're kind of forced to go back to the foundation of the stack.
It cannot be like one layer added on top of the pile.
So do you think for aspiring researchers to want to do a new NEO lab with different approach, they should be reading research papers from the seventies or eighties and go deeply in those with approaches that were not as invested nowadays.
That is actually a great idea because uh, Earlier in the history of the AI research timeline, people were exploring more things and very different things.
You've had this sort of like collapse of everything into one approach.
It's actually kind of a bad idea.
Consider that not too long ago, like about 20 years ago.
We had the collapse into SVMs too.
Yeah, I mean I wouldn't describe it as a collapse because there weren't that many people doing SVMs and it was a much, much smaller field back then.
But there was this widespread understanding that neural networks were a failed approach, that neural networks didn't work and it was a waste of time to keep trying that.
In the 90s, right?
Yeah, even in the late 2000s, when I got into AI, people were telling me like hey, neural networks, don't try that.
I was like, yeah, but...
It looks a lot like what the brain is doing.
I'm interested in that.
If everybody is working on something, you are discarding ideas that will actually turn out to be very proactive ideas.
And yeah, back in the 70s, back in the 80s, people were trying more things.
And I think the Genetic Algorithm is actually a very good example of that.
This is an approach that has a tremendous amount of potential, but not too many people are looking into scaling it up deeply.
Are there any characteristics that you would be looking for?
I mean, is it as simple as like?
If there's a scaling law, that could happen then even if it's a different, or is that too, like you know, thinking by analogy?
I think you are looking for approaches that scale.
Yeah.
I think it's a non-starter.
If you're working on something, but the only way to increase the capabilities of the system is to have human engineers and researchers spend time on it.
It will not work because, even if the idea is very clever and very elegant and works really well, capabilities are going to be bounded.
They're going to be bounded by human investment, right?
You want to be in a setup where the system can improve its capabilities with no human in the loop, with no human bottleneck.
So you would say like, don't just do it the way we did it like 10 years ago.
Do it with the idea that recursive self-improvement is baked in at the beginning.
Yeah, not necessarily recursive self-improvement, because the planning, for instance, is not recursively self-improving, but with the idea of scaling up with no human bottlenecks.
You want to remove the human from the improvement loop.
The great strength of deep learning is that the models got better and better simply by adding training compute and training data.
I mean, it's a little bit of a caricature because, of course, just Adding these factors requires a lot of human involvement, but basically that's the idea that you have this decoupling from the improvement curve and the amount of human effort that's needed to be injected into the system.
Guess or, human effort?
That's already happened, because the lms do actually require an enormous amount of human effort.
It's just, it was the human effort to build the internet and we'd already built it.
Yeah, actually less and less.
Now uh, that we are doing uh, training in interactive environments right, Because then you only need a small amount of human effort to create the environment.
And from that small amount of effort, you're creating exponentially more training data.
But at first, I think, to sort of like prime the machine, you need this tremendous amount of human generated abstractions and call it in text data, and if you, if you don't start from that, you you cannot get the system into this loop.
Do you have any advice for me?
Uh, starting a open source project, things to do, things not to do in uh, in the ai space, because i am uh not sure how i signed up for this in the last 14 days, but i think i have i don't know on the order of like 10 to 30 000 people using gstack every day.
Yeah, it's wild.
Yeah.
And I don't know.
I have a job.
I guess, what was it like to start Keras?
And how did you keep maintaining it?
What's a good maintainer?
What did you learn from that?
I don't know.
This might be a whole hour.
Yeah, I mean, lots of learnings from growing Keras.
So right now, I'm less involved with it.
There's a big team at Google that's working on it, and they're doing an amazing job.
So it is possible to put people together to keep it going.
It is possible to start something.
That's a relief.
And then get more people involved, and at some point it becomes its own thing.
It used to be your baby, but now it's all grown up, it's all adult, and going on with its own life.
So, if you ask me, the factors that really made Kara successful first of all is that there was this big focus on making the API simple and intuitive.
There was this big focus on usability.
And this was inspired by scikit-learn.
Scikit-learn was sort of like the OG machine learning library for Python.
And what made it successful was that it was so easy to get started with it.
So at first I was like OK, I'm going to package all this functionality I've created under a really really simple API.
It's going to be like the Circuit Learn API.
That was like the big idea.
The focus on usability is not just making sure the API is simple.
It's also making sure the entire onboarding experience is nice and easy.
Like the docs should be very informative.
You know, the docs should be not just telling you about how to use this thing.
They should actually be teaching you about the domain in the first place, because the folks who land on your website they're not going to be already deep learning experts.
They're going to be people looking to maybe start using deep learning.
And so you have to teach them not just how to use the tool, but what the tool is good for and the entire field around it.
And then you have to put a lot of investment into community building.
One thing we did a bit at Google in fact, Google made it kind of difficult and I was sad about that is hire your power users.
Hire your fans.
This is a really, really good idea.
Find the most enthusiastic users from your community and just hire them on your team.
Amazing.
Yeah.
And these are always the best people, right?
All right.
Time to start gstackorg.
Put in a bunch of my own money and then hire a bunch of people to work on it.
That sounds good.
I think you've been a leader and pioneer and we're so lucky to have you sit with us.
There are people watching who are at the beginning of their adulthood, even like they're certainly their professional careers.
Or actually like people just around the world.
They're like trying to understand, like what does this mean?
As intelligence becomes broadly applicable, like what would you tell you know if you were 18 right now?
What would you tell them?
Yeah, I mean there's a lot of people today who are very pessimistic, very negative takes about the rise in the air capabilities.
They say, oh, you know, I'm going to be out of a job soon.
There's going to be mass unemployment.
AI is just going to take over completely.
And my take is actually the more you know, the more expertise you have about things like programming, for instance, the better you're able to use and leverage these tools for your own benefit.
And with the right kind of expertise, all this AI progress is actually empowerment.
Like it's something that you can leverage for yourself.
I mean, that's exactly what you did with your project, right?
And yeah, more people should have this mindset of trying to learn as much as possible, not just about AI, but about the domain that they want to apply AI to.
So that they should seek to turn this new development into an opportunity, into a tool they can use for themselves to improve their own lives.
I think that's the right mindset because you're not going to stop AI progress.
I think it's too late for that.
And so the next question is, okay, like AI progress is here.
It's actually going to keep accelerating.
How do you make use of it?
How do you leverage?
How do you ride the wave?
That's the question to ask.
I wish we could keep going for a couple hours because I'm sure we could.
Francois, thank you so much for spending time with us.
Thanks so much for having me.