| --- |
| title: Coding Agent Leaderboard |
| emoji: π₯ |
| colorFrom: green |
| colorTo: indigo |
| sdk: gradio |
| app_file: app.py |
| pinned: true |
| license: mit |
| short_description: Compare coding agent models + harnesses |
| sdk_version: 5.43.1 |
| tags: |
| - leaderboard |
| --- |
| |
| # Coding Agent Leaderboard |
|
|
| ## Adding a New Leaderboard Entry |
|
|
| Create a PR adding a new entry into the `results/` folder. |
| Check out `results/qwen3-6-35b-nvfp4-claude-code.json`(./results/qwen3-6-35b-nvfp4-claude-code.json) for an example result. |
|
|
| ## Development |
|
|
| 1. Install dependencies |
|
|
| ```sh |
| pip install -r requirements.txt |
| |
| # or |
| |
| uv venv |
| uv pip install -r requirements.txt |
| ``` |
| |
| 2. Run the app |
| |
| ```sh |
| python app.py |
| ``` |
| |