Discover and explore top open-source AI tools and projects—updated daily.
GAIR-NLPAgentic framework for autonomous scientific discovery and optimization
New!
Top 63.0% on SourcePulse
This framework automates AI research by closing the loop between knowledge acquisition, hypothesis generation, experimentation, and analysis. It targets researchers and practitioners across various domains—from AI and biomedicine to finance and climate science—who can benefit from an autonomous agent that explores complex problem spaces to discover novel solutions more efficiently than manual methods.
How It Works
ASI-Evolve employs a four-step autonomous loop: LEARN (knowledge retrieval), DESIGN (candidate generation), EXPERIMENT (execution and metric collection), and ANALYZE (lesson distillation). Three core agents drive this process: the Researcher proposes candidates, the Engineer executes experiments, and the Analyzer synthesizes outcomes. Two memory systems are crucial: the Cognition Store injects domain knowledge and heuristics, while the Experiment Database logs all trials, enabling informed sampling strategies (UCB1, greedy, random, MAP-Elites) to prevent cycles and guide future exploration.
Quick Start & Requirements
pip install -r requirements.txtHighlighted Details
Maintenance & Community
Licensing & Compatibility
The repository is presented as open-source, encouraging forking. However, a specific software license (e.g., MIT, Apache 2.0, GPL) is not explicitly stated in the README, which may require clarification for commercial use or integration into closed-source projects.
Limitations & Caveats
The README does not detail specific limitations. Potential adoption blockers could include the computational cost of extensive experimentation, reliance on the quality of underlying LLM APIs, and the necessity for a robust, well-defined evaluation script for the target problem.
1 week ago
Inactive
SakanaAI