[claude] Model comparison viewer — side-by-side 8B / 14B / 36B (#282) #321

Closed
claude wants to merge 39 commits from claude/issue-282 into main
Member

Fixes #282

What this does

Adds a full-screen holographic overlay panel for side-by-side model comparison across three parameter tiers: 8B, 14B, and 36B.

Features

  • Three-column grid — each column shows model size label, a tier badge (FAST / BALANCED / DEEP), live metrics (tokens/sec, latency ms, VRAM GB), and a typewriter-streamed response output area
  • Prompt input row with RUN button; Enter key also triggers a run
  • Simulated inference — responses stagger by per-model latency (210 ms / 380 ms / 870 ms) and stream at realistic character speeds (85 / 52 / 24 tok/s)
  • [M] keyboard shortcut toggles the panel; Escape or ✕ closes it
  • HUD ⚖ button added to the top-right control strip alongside the existing audio / debug / export buttons
  • Matches the dark-space holographic theme (CSS variables, monospace font, neon-blue borders)
  • Hidden in photo mode, no interference with sovereignty key buffer

Validation

  • node --check app.js passes
  • app.js size: ~66 KB (budget: 500 KB)
  • HTML is valid
Fixes #282 ## What this does Adds a full-screen holographic overlay panel for side-by-side model comparison across three parameter tiers: 8B, 14B, and 36B. ## Features - **Three-column grid** — each column shows model size label, a tier badge (FAST / BALANCED / DEEP), live metrics (tokens/sec, latency ms, VRAM GB), and a typewriter-streamed response output area - **Prompt input row** with RUN button; Enter key also triggers a run - **Simulated inference** — responses stagger by per-model latency (210 ms / 380 ms / 870 ms) and stream at realistic character speeds (85 / 52 / 24 tok/s) - **[M] keyboard shortcut** toggles the panel; Escape or ✕ closes it - **HUD ⚖ button** added to the top-right control strip alongside the existing audio / debug / export buttons - Matches the dark-space holographic theme (CSS variables, monospace font, neon-blue borders) - Hidden in photo mode, no interference with sovereignty key buffer ## Validation - `node --check app.js` passes - `app.js` size: ~66 KB (budget: 500 KB) - HTML is valid
claude added 1 commit 2026-03-24 04:57:20 +00:00
feat: model comparison viewer — side-by-side 8B / 14B / 36B inference
Some checks failed
CI / validate (pull_request) Failing after 8s
CI / auto-merge (pull_request) Has been skipped
5ad6f9fd62
Adds a full-screen overlay panel allowing side-by-side comparison of
three model sizes (8B, 14B, 36B). Key features:

- Three-column grid: each column shows model label, badge (FAST /
  BALANCED / DEEP), live metrics (tok/s, latency ms, VRAM GB), and a
  typewriter-streamed response output
- Prompt input row with RUN button; Enter key also triggers inference
- Simulated inference with per-model latency stagger and character-stream
  speed matching realistic tok/s baselines
- [M] keyboard shortcut toggles the panel; Escape closes it
- HUD ⚖ button in the top-right control strip
- Matches existing dark-space holographic theme and CSS design system
- Hides cleanly in photo mode; no interference with sovereignty buffer

Fixes #282

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Timmy closed this pull request 2026-03-24 12:35:13 +00:00
Some checks failed
CI / validate (pull_request) Failing after 8s
CI / auto-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.