← back to Model Arena
yolo: regression note (documents the b-cat hidden-view clickthrough false-positive, proven working) + README iteration-2 features
0c31fff63b6b81a87491ce1a3c76b25a8f06096e · 2026-07-23 00:31:51 -0700 · Steve
Files touched
M README.mdA yolo/REGRESSION.md
Diff
commit 0c31fff63b6b81a87491ce1a3c76b25a8f06096e
Author: Steve <steve@designerwallcoverings.com>
Date: Thu Jul 23 00:31:51 2026 -0700
yolo: regression note (documents the b-cat hidden-view clickthrough false-positive, proven working) + README iteration-2 features
---
README.md | 7 +++++++
yolo/REGRESSION.md | 5 +++++
2 files changed, 12 insertions(+)
diff --git a/README.md b/README.md
index 8bbdc36..959e8c8 100644
--- a/README.md
+++ b/README.md
@@ -62,3 +62,10 @@ votes.jsonl, costlog.jsonl).
- **Remix mode** — `POST /api/challenges/:id/remix` feeds the best artifact's HTML back to the models as "improve on this," spawning an evolutionary round (`remixOf`/`remixSource` lineage).
- **Source view** — `</>` per pane shows the artifact's raw HTML.
- **Daily generator** — `scripts/daily-challenge.js` runs a `$0` all-local battle on a rotating prompt + AI-judges it, to accrue real data. launchd install is drafted (gated) in `~/.claude/yolo-queue/pending-approval/`.
+
+### More analytics (yolo iteration 2)
+- **Per-category leaderboards** — challenges auto-tag Games / Real Work / Custom; leaderboard filters ELO by category (`/api/ledger?category=`).
+- **Head-to-head matrix** — pairwise W–L (row vs column) from crowned battles, under the leaderboard.
+- **Model profile page** — click a leaderboard row for that model's full artifact gallery + aggregate stats (`/api/models/:id/profile`).
+- **Export battle** — `/export/:id` downloads a self-contained standalone HTML (artifacts inlined via sandboxed `srcdoc`), renders offline.
+- **Consensus referee** — the AI referee is now a *panel* of local vision models (`VISION_MODELS`, default `qwen2.5vl:7b,minicpm-v`) with a spread/disagreement flag.
diff --git a/yolo/REGRESSION.md b/yolo/REGRESSION.md
new file mode 100644
index 0000000..17ef56b
--- /dev/null
+++ b/yolo/REGRESSION.md
@@ -0,0 +1,5 @@
+# Regression after /yolo iteration 2 (2026-07-23 ~00:34)
+
+Six-way /3x on https://modelarena.agentabrams.com: M1/M2/M3 PASS (0 JS errors), B4/B5/B6 (Chrome/Safari/Firefox) PASS.
+
+Clickthrough: 8 pass / 1 "fail" — `b-cat = (all)` selectOption timeout. **False positive, not a defect:** the category dropdown lives on the Leaderboard view (display:none by default); the generic clickthrough robot exercises every <select> on the page including off-screen ones, and Playwright rightly refuses to selectOption a hidden element. Proven working when its view is visible: switching Games/Real Work/All reslices the ELO table + renders the h2h matrix with 0 JS errors (targeted test /tmp/ma-cat.cjs). No action needed; noted for honesty.
← 6fea94d yolo idea D: head-to-head record matrix — pairwise W-L (row
·
back to Model Arena
·
yolo idea E: tournament bracket — seeded single-elim visuali 8955723 →