Documentation
README
Tournament Autoresearch Loop
An ML autoresearch loop whose single "form a hypothesis" step is replaced by an idea tournament.
The artifact is an experiment ledger; the feedback signal is the realized <metric> delta of the
change that won the tournament. Each iteration <n> ResearchAgents propose competing architecture
changes, a Judge critiques and ranks them, the proposers refine, and the Judge selects one
change to run. The Judge is the orchestrator and self-calibrates: it scores its predictions
against realized results, so it learns which kinds of ideas actually pay off. The experiment mechanics
(snapshot → run → mandatory analysis → keep/revert) match the sibling ml-autoresearch loop.
When to use
This is the opening of the README. Read the full README on GitHub.