demo: update LinkedIn demo to showcase art. 5(2)-(3) carve-out reveal#10
Closed
abk1969 wants to merge 1 commit into
Closed
demo: update LinkedIn demo to showcase art. 5(2)-(3) carve-out reveal#10abk1969 wants to merge 1 commit into
abk1969 wants to merge 1 commit into
Conversation
The previous demo ended on a plain INTERDIT verdict after ticking subliminal techniques. The post-audit narrative is stronger: pick the most-prohibited practice (real-time remote biometric ID by law enforcement, art. 5(1)(h)), then claim the law-enforcement carve-out (art. 5(2)-(3)) — modeled by PR #3 Item A. The frame holds on both cards selected so the viewer reads "even the most-prohibited AI tech has a regulated path". Flow change: - Step 3 pick: Subliminal (art. 5(1)(a)) → Real-time RBI (art. 5(1)(h)) - After-pick: View verdict click → click the art. 5(2)-(3) carve-out card - Hold: 900 ms after verdict → 1100 ms after carve-out reveal Selectors anchor on the unique `sub` text (art. 5(1)(h), art. 5(2)-(3)) since the OptionCard's aria-label composes title + sub + desc — same strategy as e2e/parcours.spec.js. Output unchanged in shape: 1920×1080 H.264 30 fps. New duration ≈11.7 s (was 9.9 s); the extra hold on the carve-out reveal is worth it. To regenerate the MP4 release asset: node make-demo.cjs (linkedin-demo.mp4 stays gitignored — distributed via GitHub releases.) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refreshes the LinkedIn demo (`make-demo.cjs`) to showcase the most regulatorily-striking feature added across the audit work: the art. 5(2)–(3) law-enforcement carve-out on real-time remote biometric identification (PR #3 Item A).
Stacks on PR #9.
Narrative change
The frame holds on both cards selected so the viewer reads "even the most-prohibited AI tech has a regulated path". Much stronger LinkedIn hook than a plain INTERDIT verdict.
Implementation
Selectors anchor on unique `sub` text (regulatory citations) — same stable-selector strategy as `e2e/parcours.spec.js`.
Output
Distribution
`linkedin-demo.mp4` stays gitignored (per existing project convention — distributed as a GitHub release asset). To regenerate:
```bash
node make-demo.cjs
```
Spawns Vite on :5180, drives Chromium, encodes to H.264 via ffmpeg-static. ~30 s end-to-end.
Test plan
🤖 Generated with Claude Code