Commit a63ee0e
committed
perf(evals/tier2): pin --model sonnet, 8x speedup with no quality loss
Tier 2 was inheriting the invoker's configured default model. Eric is on
Opus 4.7, so the SUT ran Opus — explains the 45-min runs we were seeing.
Tier 1 already pins sonnet explicitly; Tier 2 should too. Reproducibility
matters across people with different defaults.
Add --sut-model / --judge-model CLI args (both default sonnet, pass ""
to inherit user default for ad-hoc Opus runs).
Smoke test (demo-signup-loom):
- Opus inherited: 2676s (~45 min), 0.94 pass
- Sonnet pinned: 337s (~5.6 min), 0.92 pass
Sonnet produced 5 slides (vs Opus's 4), annotated all 5 (vs Opus's 3),
and exercised the documented selector-miss recovery: tried 4 form
selectors, fell back to fetching page HTML to find the real ID, then
re-screenshotted with the corrected target. Loom voice intact throughout.
The 0.02 score delta is sampling variance. The 8x duration win is structural.
Now sub-10-min/seed which means full 4-seed Tier 2 sweeps are feasible
(~25 min total) instead of "block out your afternoon" (~3 hours).1 parent 9e6e131 commit a63ee0e
1 file changed
Lines changed: 32 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| 295 | + | |
| 296 | + | |
294 | 297 | | |
295 | 298 | | |
296 | 299 | | |
| |||
336 | 339 | | |
337 | 340 | | |
338 | 341 | | |
339 | | - | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
340 | 345 | | |
341 | 346 | | |
342 | 347 | | |
| |||
366 | 371 | | |
367 | 372 | | |
368 | 373 | | |
| 374 | + | |
369 | 375 | | |
370 | 376 | | |
371 | 377 | | |
| |||
391 | 397 | | |
392 | 398 | | |
393 | 399 | | |
394 | | - | |
| 400 | + | |
395 | 401 | | |
396 | 402 | | |
397 | 403 | | |
| |||
485 | 491 | | |
486 | 492 | | |
487 | 493 | | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
488 | 510 | | |
489 | 511 | | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
490 | 515 | | |
491 | 516 | | |
492 | 517 | | |
| |||
498 | 523 | | |
499 | 524 | | |
500 | 525 | | |
501 | | - | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
502 | 530 | | |
503 | 531 | | |
504 | 532 | | |
505 | | - | |
| 533 | + | |
506 | 534 | | |
507 | 535 | | |
508 | 536 | | |
| |||
0 commit comments