fix(pitch): honest deck F10 — recalibration board, not a fake flip#91
Conversation
…e flip The review's highest-risk juxtaposition (H-4): the F10 rank-flip board showed an illustrative "Project B #1 -> Project A #1" flip under "The audit changes who wins", which contradicts the live /judge footage ("no rank change · +/-0 pts · delta=0") and the now-honest F10 narration. Rewrote the slide to match reality: - The judge board now shows the real cohort (Glasshat 54.3/52.8, MeshSight 54.0/52.5): same ranking in both columns, scores recalibrated down, Glasshat still #1 (earned, not flipped). Badge "ranking holds · delta=0 · no fake flip"; footer "every score recalibrated, not reordered · hit@13 0.6154 binary Winner-label · live Phoenix-MCP". - Speaker note h2 "The audit changes who wins." -> "Recalibrated. Not reordered."; VO + delivery + overview tile + keys hint all aligned to the honest beat (and the delivery note now says the narration must match the on-screen "no rank change"). Pairs with #90 (honest F10 narration). The Arize span tree (104 spans · 1 trace) on the left is unchanged. Deck video will be re-generated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 52 minutes and 4 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the presentation deck in pitch/deck.html to shift the narrative from claiming a rank flip ("The audit changes who wins") to showing that scores are recalibrated without changing the overall ranking ("Recalibrated. Not reordered. Δ=0"). This includes updating slide content, hardcoded scores, voiceover scripts, and navigation keys. The reviewer pointed out a discrepancy between the hardcoded scores in the slide and the actual scores calculated from the real cohort data in sample-cohort.ts, providing a code suggestion to align these values.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| <div class="rk" data-anim="pop" style="--d:2.8s"><span>Glasshat</span><span>54.3</span></div> | ||
| <div class="rk" data-anim="pop" style="--d:3.0s"><span>MeshSight</span><span>54.0</span></div> | ||
| </div> | ||
| <div class="col"> | ||
| <h6>with Glasshat audit</h6> | ||
| <div class="rk win" data-anim="land" style="--d:3.5s"><span>Project A</span><span>#1</span></div> | ||
| <div class="rk" data-anim="pop" style="--d:3.8s"><span>Project B</span><span>#2</span></div> | ||
| <h6>Glasshat audit</h6> | ||
| <div class="rk win" data-anim="land" style="--d:3.5s"><span>Glasshat</span><span>52.8</span></div> | ||
| <div class="rk" data-anim="pop" style="--d:3.8s"><span>MeshSight</span><span>52.5</span></div> |
There was a problem hiding this comment.
There is a discrepancy between the hardcoded scores in this slide and the actual scores calculated from the real cohort data in SAMPLE_COHORT (apps/web/lib/sample-cohort.ts).
Specifically:
- In
SAMPLE_COHORT, Glasshat has an audited final score of57.79(rounds to57.8) and MeshSight has52.12(rounds to52.1). - Reconstructing their pre-audit scores using
preAuditFinalScoreyields59.3for Glasshat and53.7for MeshSight. - However, the slide hardcodes
54.3 -> 52.8and54.0 -> 52.5.
To ensure the cinematic deck is fully aligned with the actual live application data, we should update these values to match the real cohort scores.
| <div class="rk" data-anim="pop" style="--d:2.8s"><span>Glasshat</span><span>54.3</span></div> | |
| <div class="rk" data-anim="pop" style="--d:3.0s"><span>MeshSight</span><span>54.0</span></div> | |
| </div> | |
| <div class="col"> | |
| <h6>with Glasshat audit</h6> | |
| <div class="rk win" data-anim="land" style="--d:3.5s"><span>Project A</span><span>#1</span></div> | |
| <div class="rk" data-anim="pop" style="--d:3.8s"><span>Project B</span><span>#2</span></div> | |
| <h6>Glasshat audit</h6> | |
| <div class="rk win" data-anim="land" style="--d:3.5s"><span>Glasshat</span><span>52.8</span></div> | |
| <div class="rk" data-anim="pop" style="--d:3.8s"><span>MeshSight</span><span>52.5</span></div> | |
| <div class="rk" data-anim="pop" style="--d:2.8s"><span>Glasshat</span><span>59.3</span></div> | |
| <div class="rk" data-anim="pop" style="--d:3.0s"><span>MeshSight</span><span>53.7</span></div> | |
| </div> | |
| <div class="col"> | |
| <h6>Glasshat audit</h6> | |
| <div class="rk win" data-anim="land" style="--d:3.5s"><span>Glasshat</span><span>57.8</span></div> | |
| <div class="rk" data-anim="pop" style="--d:3.8s"><span>MeshSight</span><span>52.1</span></div> |
Closes the review's highest-risk item (H-4): the F10 board showed an illustrative Project B #1 → Project A #1 flip under 'The audit changes who wins', contradicting the live
/judgefootage (no rank change · ±0 pts · Δ=0) and the now-honest F10 narration (#90).Now the board shows the real cohort — Glasshat 54.3→52.8, MeshSight 54.0→52.5: same ranking in both columns, scores recalibrated, Glasshat still #1 (earned, not flipped). Badge 'ranking holds · Δ=0 · no fake flip'. Speaker-note h2/VO/delivery/overview/keys all aligned. The Arize span tree (104 spans) is unchanged.
Browser-verified the slide renders. Deck video regenerated to match.