Discover and explore top open-source AI tools and projects—updated daily.
mshumerAutonomous AI researcher for automated scientific discovery
New!
Top 49.6% on SourcePulse
Autonomous AI researcher that decomposes research objectives into experiments, assigns them to specialized GPU-enabled agents, and synthesizes findings into a paper-style writeup. It targets researchers and power users seeking to automate AI experimentation and accelerate discovery through a multi-agent, sandbox-based approach.
How It Works
The system employs an orchestrator to break down user prompts into discrete experiments. Specialist "researcher agents" are then assigned these tasks. Each agent can launch isolated, GPU-enabled sandboxes to perform model training, inference, evaluation, and evidence collection. The orchestrator aggregates results, iteratively refining the research direction or finalizing the output into a coherent research paper. This design leverages parallel, specialized computation via GPU sandboxes.
Quick Start & Requirements
python run_app.py for an automated setup that installs dependencies, starts the API and frontend, and opens a web notebook.pip install -r requirements.txt, and then execute python main.py with desired arguments.GOOGLE_API_KEY (for Gemini 3 Pro)ANTHROPIC_API_KEY (for Claude Opus 4.5)MODAL_TOKEN_ID and MODAL_TOKEN_SECRET (for GPU sandboxes)
Keys can be configured via a .env file or entered interactively in the UI.--model CLI argument.run_app.py opens a web notebook; no other specific documentation or demo links are provided in the README.Highlighted Details
Maintenance & Community
The project is explicitly described as a "super-early, experimental harness." No specific details regarding core maintainers, community channels (e.g., Discord, Slack), or a public roadmap are provided.
Licensing & Compatibility
The README does not specify a software license. This omission requires clarification regarding usage rights, modification permissions, and distribution terms, particularly for commercial applications.
Limitations & Caveats
This is a highly experimental project with known areas for improvement, including dataset sharing between agents, robust key management, and enhanced literature search capabilities. Its early-stage nature suggests potential instability and ongoing development.
6 days ago
Inactive
open-thought