Measured, not marketed

What is your config actually worth?

Run bench/run_bench.py on your repo โ€” same tasks, same model, config stripped vs present โ€” then load the results here. The judge is your own test command, never the agent's self-report.

Accepts results-summary.json or raw results.jsonl
How to produce results
python3 bench/run_bench.py \
  --tasks bench/tasks.example.json \
  --repo ~/code/your-project \
  --agent-cmd 'claude -p "{prompt}" --dangerously-skip-permissions' \
  --repeats 3 --max-turns 5 --out bench/results.jsonl