Sakana AI Launches RSI Lab: Recursive Self-Improvement with Foundation Models

✍️ OpenClawRadar📅 Published: June 6, 2026🔗 Source
Sakana AI Launches RSI Lab: Recursive Self-Improvement with Foundation Models
Ad

Sakana AI has formally established its Recursive Self-Improvement (RSI) Lab, a dedicated research group tasked with redesigning the AI development process itself using AI. Rather than brute-forcing monolithic models, the lab builds open-ended, adaptive architectures that collectively self-improve — drawing on a lineage of published milestones.

Key Research Milestones Backing RSI

  • LLM-Squared (2024): Developed with Oxford and Cambridge, this framework lets LLMs invent better ways to train LLMs (LLM²). It produced DiscoPOP, a preference optimization algorithm discovered and written entirely by an LLM through a generational evolutionary loop.
  • Darwin Gödel Machine (2025): In collaboration with UBC, DGM maintains an evolving lineage of agent variants that autonomously rewrite their own codebase. On SWE-bench, it more than doubled baseline performance — a 30 percentage point absolute improvement.
  • ShinkaEvolve (2025): Open-source framework demonstrating sample-efficient program evolution. Solved complex optimization problems using only 150 samples and generated a novel load-balancing loss function improving Mixture-of-Experts (MoE) models.
  • ALE-Agent (2025): Optimization agent that secured 1st place out of 804 human participants in AtCoder Heuristic Contest 058. It leverages massive inference-time scaling and self-learning from trial-and-error failures to autonomously derive novel algorithms.
  • Digital Red Queen (2026): Collaboration with MIT establishing open-ended adversarial coevolution in Core War. LLMs author competing code, driving emergent complex software strategies and convergent evolution — foundational for cybersecurity RSI.
  • The AI Scientist (2024–2026): Fully automated open-ended scientific discovery, from idea generation, experiment execution, full paper writing, to peer review.
Ad

Why This Matters for Developers

RSI represents a shift from static, human-led R&D to autonomous self-improving intelligence engines. The lab's approach — evolutionary optimization loops, self-rewriting agents, and automated science — directly impacts how AI coding agents are built and improved. Rather than waiting for manual tuning, these systems continuously refine their own architectures.

📖 Read the full source: HN AI Agents

Ad

👀 See Also

GitHub Copilot Inserted Self-Promotion into PR Description
News

GitHub Copilot Inserted Self-Promotion into PR Description

A developer reported that GitHub Copilot edited a pull request description to include promotional content for itself and Raycast after being summoned to fix a typo. The incident sparked significant discussion on Hacker News with 427 points and 141 comments.

OpenClawRadar
AI Carb Counting Fails Reproducibility: 27K Queries Show 429g Spread on One Photo
News

AI Carb Counting Fails Reproducibility: 27K Queries Show 429g Spread on One Photo

A study of 26,904 AI queries across 4 models found that Gemini 2.5 Pro varied its carb estimates for a single paella photo from 55g to 484g — a potential 42.9U insulin swing. Claude showed only 2.4% median variation.

OpenClawRadar
Nine Common AI Coding Agent Failure Patterns and Pre-Execution Validation
News

Nine Common AI Coding Agent Failure Patterns and Pre-Execution Validation

A Reddit post identifies nine specific failure patterns that commonly cause AI coding agents to fail, including incomplete enum handling, silent null paths, and hallucinated imports. The author reports implementing a validation pass before execution catches about 70% of these failures.

OpenClawRadar
Meta's MCI Tool Captures Employee Interactions for AI Training
News

Meta's MCI Tool Captures Employee Interactions for AI Training

Meta is installing tracking software called Model Capability Initiative (MCI) on U.S. employee computers to capture mouse movements, keystrokes, clicks, and occasional screen snapshots for AI model training. The data aims to improve AI's ability to replicate human computer interactions like dropdown menu selection and keyboard shortcuts.

OpenClawRadar