Discover and explore top open-source AI tools and projects—updated daily.
renee-jiaAutonomous AI scientist for automated research
New!
Top 64.9% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> ScholarLoop is an autonomous AI research system designed to emulate a PhD's workflow, from literature review to experimental write-up, on a single-GPU budget. It employs a multi-agent loop with deterministic guards against reward-hacking and hallucination, enabling reproducible, honest AI-driven scientific discovery.
How It Works
The system orchestrates eight specialized agents (Director, Lit Scout, Reasoner, Debate Panel, Funnel, Runner, Reflector, Advisor, Writer/Reviewer) in a structured loop. It begins by scouting literature and identifying research gaps, then proposes experiments grounded in prior work. A budget-aware funnel screens ideas cheaply before running real PyTorch experiments. Crucially, a deterministic harness validates agent claims against ground truth, distills lessons into a decaying skill library, and ensures the loop cannot be reward-hacked, treating the outer loop engineering as the core product.
Quick Start & Requirements
pip install -e ".[dev]" for core functionality (PyYAML, jsonschema, pytest). pip install -e ".[dev,engines]" adds PyTorch and scikit-learn for real experiments. pytest -q ".[llm]" adds the Anthropic client for live API runs.MockLLM.Highlighted Details
MockLLM.Maintenance & Community
The project is marked as a "research preview" with ongoing development. No specific community links (Discord, Slack) or notable contributors/sponsorships are detailed in the README. The CI badge indicates active automated testing.
Licensing & Compatibility
Limitations & Caveats
The project is a "research preview," indicating it may be experimental or subject to significant changes. Further work is planned for container sandboxing to address residual boundaries. The system's own reviewer may deem results too marginal even if they outperform baselines, reflecting a strict scientific evaluation.
2 weeks ago
Inactive