AI Begins to Build Itself

Richard Socher has long been a prominent figure in AI, widely recognized for founding the early chatbot startup You.com and, prior to that, for his work on ImageNet. Now, he is joining a new wave of research-driven AI startups with Recursive Superintelligence, a San Francisco-based company that emerged from stealth on Wednesday with $650 million in funding.
Socher is joined in this new venture by a group of notable AI researchers, including Peter Norvig and Cresta co-founder Tim Shi. Together, they aim to build a recursively self-improving AI model — one that can autonomously detect its own shortcomings and redesign itself to address them, without human intervention. This goal has long been considered a holy grail in modern AI research.
I spoke with him over Zoom after the launch, delving into Recursive's distinctive technical approach and why he doesn't consider this new project a "neolab" — an informal term for a new generation of AI startups that prioritize research over product development.
This interview has been condensed and edited for clarity.
We hear a lot about recursion these days — it seems like a widespread goal across many labs. What makes your approach unique?
Our unique approach relies on open-endedness to achieve recursive self-improvement — something no one has accomplished yet. It's an elusive goal for many. A lot of people assume it naturally happens with auto-research — you can ask an AI to improve something else, like a machine learning system or a letter you've written, and so on. But that's not recursive self-improvement; that's just improvement.
Our primary focus is building a truly recursive, self-improving superintelligence at scale — meaning the entire process of generating, implementing, and validating research ideas would be automated.
First [it would automate] AI research ideas, and eventually any kind of research ideas — including those in physical domains. But it's especially powerful when AI is working on itself, developing a new form of self-awareness regarding its own limitations.
You mentioned the term "open-ended" — does it carry a specific technical meaning?
Yes, it does. In fact, Tim Rocktäschel, one of our co-founders, led the open-endedness and self-improvement teams at Google DeepMind and worked specifically on the world model Genie 3, which is a great example of open-endedness. You can feed it any concept, any world, any agent, and it generates an interactive version.
In biological evolution, animals adapt to their environment, and others counter-adapt to those adaptations. It's a process that can continue for billions of years, with interesting developments constantly emerging. That's how we developed eyes in our [heads].
Another example is rainbow teaming, from another paper by Tim. Have you heard of red teaming?
In cybersecurity, it means—
So, red teaming also applies in the context of LLMs. Essentially, you try to get the LLM to tell you how to build a bomb, and you want to ensure it refuses to do so.
Humans can spend a long time coming up with examples of what the AI should not say. But what if you test the first AI with a second AI, and that second AI's task is to make the first AI [try to] say all possible harmful things? Then they can go back and forth for millions of iterations.
You can actually let two AIs co-evolve. One continuously attacks the other, exploring not just one angle but many different ones — hence the rainbow analogy. Then you can inoculate the first AI, making it increasingly safer. This idea came from Tim Rocktäschel, and it's now employed in all major labs.
How do you know when it's done? I suppose it's never truly finished.
Some of these things will never be completed. You can always become more intelligent, always improve at programming, math, and so on. There are theoretical limits on intelligence — I'm actually trying to formalize them right now — but they are astronomical. We are very far from those limits.
As a neolab, it seems you're expected to pursue something the major labs aren't. So the implication is that you don't think the major labs will achieve RSI [recursive self-improvement] through their current approaches. Is that a fair assessment?
I can't really comment on what they're doing, but I do think we're approaching it differently. We fully embrace the concept of open-endedness, and our team is entirely dedicated to that vision. The team has been researching and publishing in this area for the past decade, with a track record of pushing the field forward and shipping real products. Tim Shi, for instance, built Cresta into a unicorn. Josh Tobin was one of the early members at OpenAI and eventually led their Codex and deep research teams.
I actually sometimes struggle a bit with this neolab label. I feel we're not just a lab. I want us to become a truly viable company with amazing products that people love to use and that have a positive impact on humanity.
So when do you plan to release your first product?
I've thought about that a lot. The team has made so much progress that we might actually accelerate the timelines we initially assumed. But yes, there will be products — and you'll have to wait quarters, not years.
One of the ideas behind recursive self-improvement is that once we have such a system, compute becomes the only critical resource. The faster you run the system, the faster it improves, and no external human activity can truly make a difference. So the race becomes: how much processing power can we apply to it? Do you think that's the world we're heading toward?
Compute should not be underestimated. I think in the future, a key question will be: how much compute does humanity want to allocate to solving which problems? Here's this cancer, and here's that virus — which one do you want to tackle first? How much compute are you willing to assign? It eventually becomes a matter of resource allocation. It's going to be one of the most important questions in the world.
Related article
Blacksmith’s Valuation Surges Nearly Tenfold in Under a Year
As artificial intelligence accelerates coding processes significantly, the subsequent major challenge in software development has become testing and ensuring the accuracy of all generated code. Blacksmith has recently raised another $45 million finan
Apple Smart Glasses Could Debut at WWDC27, Highlighting Privacy Protection
Bloomberg’s Mark Gurman reports that Apple’s smart glasses, codenamed N50, are slated for a WWDC27 debut in June 2027, with a retail launch expected in autumn 2027. Originally targeted for late this year and early 2027, the device’s release has been
Inside Details Exposed About Next-Gen Gemini: Strained Computing Power, Internal Teams Disagreed on Development Priorities and Resource Allocation
Reports indicate that the launch of Google’s highly anticipated next-generation Gemini model has been pushed back. Internal disagreements over development priorities and resource allocation, combined with limited computing capacity and complex approv
Related Special Topic Recommendations
Comments (1)
0/500

Richard Socher has long been a prominent figure in AI, widely recognized for founding the early chatbot startup You.com and, prior to that, for his work on ImageNet. Now, he is joining a new wave of research-driven AI startups with Recursive Superintelligence, a San Francisco-based company that emerged from stealth on Wednesday with $650 million in funding.
Socher is joined in this new venture by a group of notable AI researchers, including Peter Norvig and Cresta co-founder Tim Shi. Together, they aim to build a recursively self-improving AI model — one that can autonomously detect its own shortcomings and redesign itself to address them, without human intervention. This goal has long been considered a holy grail in modern AI research.
I spoke with him over Zoom after the launch, delving into Recursive's distinctive technical approach and why he doesn't consider this new project a "neolab" — an informal term for a new generation of AI startups that prioritize research over product development.
This interview has been condensed and edited for clarity.
We hear a lot about recursion these days — it seems like a widespread goal across many labs. What makes your approach unique?
Our unique approach relies on open-endedness to achieve recursive self-improvement — something no one has accomplished yet. It's an elusive goal for many. A lot of people assume it naturally happens with auto-research — you can ask an AI to improve something else, like a machine learning system or a letter you've written, and so on. But that's not recursive self-improvement; that's just improvement.
Our primary focus is building a truly recursive, self-improving superintelligence at scale — meaning the entire process of generating, implementing, and validating research ideas would be automated.
First [it would automate] AI research ideas, and eventually any kind of research ideas — including those in physical domains. But it's especially powerful when AI is working on itself, developing a new form of self-awareness regarding its own limitations.
You mentioned the term "open-ended" — does it carry a specific technical meaning?
Yes, it does. In fact, Tim Rocktäschel, one of our co-founders, led the open-endedness and self-improvement teams at Google DeepMind and worked specifically on the world model Genie 3, which is a great example of open-endedness. You can feed it any concept, any world, any agent, and it generates an interactive version.
In biological evolution, animals adapt to their environment, and others counter-adapt to those adaptations. It's a process that can continue for billions of years, with interesting developments constantly emerging. That's how we developed eyes in our [heads].
Another example is rainbow teaming, from another paper by Tim. Have you heard of red teaming?
In cybersecurity, it means—
So, red teaming also applies in the context of LLMs. Essentially, you try to get the LLM to tell you how to build a bomb, and you want to ensure it refuses to do so.
Humans can spend a long time coming up with examples of what the AI should not say. But what if you test the first AI with a second AI, and that second AI's task is to make the first AI [try to] say all possible harmful things? Then they can go back and forth for millions of iterations.
You can actually let two AIs co-evolve. One continuously attacks the other, exploring not just one angle but many different ones — hence the rainbow analogy. Then you can inoculate the first AI, making it increasingly safer. This idea came from Tim Rocktäschel, and it's now employed in all major labs.
How do you know when it's done? I suppose it's never truly finished.
Some of these things will never be completed. You can always become more intelligent, always improve at programming, math, and so on. There are theoretical limits on intelligence — I'm actually trying to formalize them right now — but they are astronomical. We are very far from those limits.
As a neolab, it seems you're expected to pursue something the major labs aren't. So the implication is that you don't think the major labs will achieve RSI [recursive self-improvement] through their current approaches. Is that a fair assessment?
I can't really comment on what they're doing, but I do think we're approaching it differently. We fully embrace the concept of open-endedness, and our team is entirely dedicated to that vision. The team has been researching and publishing in this area for the past decade, with a track record of pushing the field forward and shipping real products. Tim Shi, for instance, built Cresta into a unicorn. Josh Tobin was one of the early members at OpenAI and eventually led their Codex and deep research teams.
I actually sometimes struggle a bit with this neolab label. I feel we're not just a lab. I want us to become a truly viable company with amazing products that people love to use and that have a positive impact on humanity.
So when do you plan to release your first product?
I've thought about that a lot. The team has made so much progress that we might actually accelerate the timelines we initially assumed. But yes, there will be products — and you'll have to wait quarters, not years.
One of the ideas behind recursive self-improvement is that once we have such a system, compute becomes the only critical resource. The faster you run the system, the faster it improves, and no external human activity can truly make a difference. So the race becomes: how much processing power can we apply to it? Do you think that's the world we're heading toward?
Compute should not be underestimated. I think in the future, a key question will be: how much compute does humanity want to allocate to solving which problems? Here's this cancer, and here's that virus — which one do you want to tackle first? How much compute are you willing to assign? It eventually becomes a matter of resource allocation. It's going to be one of the most important questions in the world.
Blacksmith’s Valuation Surges Nearly Tenfold in Under a Year
As artificial intelligence accelerates coding processes significantly, the subsequent major challenge in software development has become testing and ensuring the accuracy of all generated code. Blacksmith has recently raised another $45 million finan
Apple Smart Glasses Could Debut at WWDC27, Highlighting Privacy Protection
Bloomberg’s Mark Gurman reports that Apple’s smart glasses, codenamed N50, are slated for a WWDC27 debut in June 2027, with a retail launch expected in autumn 2027. Originally targeted for late this year and early 2027, the device’s release has been
Inside Details Exposed About Next-Gen Gemini: Strained Computing Power, Internal Teams Disagreed on Development Priorities and Resource Allocation
Reports indicate that the launch of Google’s highly anticipated next-generation Gemini model has been pushed back. Internal disagreements over development priorities and resource allocation, combined with limited computing capacity and complex approv





Home






