First Steps Toward Automated AI Research — Richard Socher, CEO Recursive AI
This talk introduces The Eureka Machine, a concept for a Full-Stack Scientific Superintelligence that aims to automate scientific discovery, accelerating human flourishing through technological evolution. It posits that just as biological and technological evolution has driven progress, a recursive self-improving (RSI) AI can become the next exponential growth curve by autonomously inventing new science and technology. The machine leverages a Foundation Model of Knowledge, Physical Reality Grounding, High-Fidelity Simulation, and Autonomous Physical Labs, orchestrated by RSI Agent Swarms, to propose, implement, and validate scientific ideas faster and more efficiently than humans.
read more
Richard Socher's talk, "The Eureka Machine: Evolution and Automated Research," posits that the next major leap in human progress will come from automating scientific discovery through Recursive Self-Improving (RSI) Artificial Intelligence. He draws parallels between biological evolution and technological evolution, showing how both have led to exponential growth in complexity and value, ultimately increasing human flourishing. Socher argues that humanity is at a pivotal point, analogous to the invention of flight or reaching the moon within a single lifetime, where AI can similarly transform our ability to generate knowledge.
The core idea behind The Eureka Machine is to create a Full-Stack Scientific Superintelligence capable of autonomously driving the scientific process. This machine is designed around four key pillars:
1. Foundation Model of Knowledge: This pillar involves understanding all existing human knowledge. Socher highlights that current powerful AI models, like Large Language Models (LLMs), cannot know everything and require search capabilities for current, accurate, and real-world knowledge. Every AI system needs trusted knowledge from the web to act, and this knowledge layer is prerequisite for the other pillars. Companies like U.com are already working on advanced web search tailored for AI agents, allowing them to process thousands of long snippets, a significant improvement over human-centric search results.
2. Physical Reality Grounding: This pillar emphasizes the need for AI to connect with the physical world. While not explicitly detailed in the excerpt, it implies the integration of sensor data and real-world observations to ground theoretical models.
3. High-Fidelity Simulation: For phenomena not yet measurable or fully understood, the Eureka Machine will leverage high-fidelity simulations. Anything that can be simulated can be verified and solved with AI, allowing for rapid experimentation and validation in virtual environments.
4. Autonomous Physical Labs: When simulations are insufficient or real-world validation is required, the machine will control autonomous physical labs capable of running real experiments. This closes the loop of scientific discovery, allowing for empirical testing of AI-generated hypotheses.
Overarching these four pillars are RSI Agent Swarms, which are designed to orchestrate the entire process of ideation, implementation, and validation of scientific ideas. These agents will propose new theories, implement them in code, run experiments (simulated or physical), validate the results, and then choose the next experiment, using what they learn to iterate and improve the scientific process itself.
Socher emphasizes that AI is Code, and AI can Code, which is critical for the recursive self-improvement aspect. He presents data showing the rapid increase in the time horizon over which LLMs can complete software tasks (from seconds in 2020 to hours/days by 2025). This growing capability enables AI to work on its own shortcomings, develop self-awareness, and then update its entire system in successive versions. This process constitutes recursive self-improving superintelligence, which he believes will be the next major step-function change in technology and humanity.
He provides three proof points for this vision:
1. NanoChat Autoresearch: An AI system that trains a small chatbot model in less than five minutes. It achieved a 0.9109 BPB (bits per byte), beating the community best of 0.9372. Crucially, the system discovered novel architectural ideas like hashed bigram and trigram embedding tables mixed into the attention value path, demonstrating genuine innovation beyond hyperparameter tuning.
2. NanoGPT Speedrun: The AI system significantly reduced the training time to a target validation loss, achieving 77.5 seconds compared to the prior record of 79.7 seconds. This was achieved by discovering new techniques such as FP8 attention projections, forward pass in float5_e4m3 for 2x tensor-core throughput, backward pass in bf16 for stability, annealed exploration noise, and a leaner fused MLP kernel, again showcasing novel contributions.
3. SOL-ExecBench: For CUDA kernel optimization, the AI achieved an SQL score of 0.754, outperforming community and leaderboard bests (0.564 for Cursor, 0.690 for doubleAI, 0.699 for leaderboard beat). This involved discovering better kernels for various categories, highlighting AI's ability to optimize low-level, performance-critical code without requiring human CUDA experts.
Socher concludes that we are still "astronomically far" from the upper bounds of intelligence across various domains like visual, natural language, knowledge, reasoning, computational speed, physical, social, creative, meta-cognition, survival, and replication. Automating science with recursive self-improving AI will unlock immense potential, leading to unprecedented growth and human flourishing. He invites interested parties to collaborate on building this future.