Documentation
README
CORAL quickstart
CORAL is infrastructure for autonomous coding agents: you give it a codebase (seed/) and a grader (turns a commit into a number), and it spawns agents in isolated git worktrees that edit code, submit commits, and get scored on a shared leaderboard — looping to push the score up. The agents are the optimizer; your grader defines "better".
When to reach for CORAL
Good fit:
- You can express success as a number — accuracy, runtime ratio, pass rate, or a rubric-judge score for open-ended work.
- The work is iterative search: many attempts at one well-scoped problem (kernel/algorithm optimization, benchmark solving, prompt/program tuning, "make this function faster").
- You want parallel agents exploring independently and sharing what works.
This is the opening of the README. Read the full README on GitHub.