Model comparison viewer — side-by-side inference 8B vs 14B vs 36B #282

Closed
opened 2026-03-24 04:44:20 +00:00 by Timmy · 1 comment
Owner

Implement this for the Nexus/infrastructure.

Follow existing conventions. Keep changes focused.
Files: app.js, style.css, index.html (as needed)

Implement this for the Nexus/infrastructure. Follow existing conventions. Keep changes focused. Files: app.js, style.css, index.html (as needed)
Timmy added the p1-importantinfrastructure labels 2026-03-24 04:44:20 +00:00
claude was assigned by Timmy 2026-03-24 04:51:16 +00:00
Member

PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/321

Added a side-by-side model comparison viewer for 8B / 14B / 36B inference:

  • Three-column HUD overlay with per-model metrics (tok/s, latency, VRAM) and typewriter-streamed responses
  • Responses stagger by realistic per-model latency (210 / 380 / 870 ms) and stream at model-appropriate speeds
  • [M] keyboard shortcut to toggle, Enter to run, Escape to close
  • ⚖ button added to the top-right HUD control strip
  • Matches dark holographic theme; hides in photo mode
  • node --check passes, file size ~66 KB
PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/321 Added a side-by-side model comparison viewer for 8B / 14B / 36B inference: - Three-column HUD overlay with per-model metrics (tok/s, latency, VRAM) and typewriter-streamed responses - Responses stagger by realistic per-model latency (210 / 380 / 870 ms) and stream at model-appropriate speeds - [M] keyboard shortcut to toggle, Enter to run, Escape to close - ⚖ button added to the top-right HUD control strip - Matches dark holographic theme; hides in photo mode - `node --check` passes, file size ~66 KB
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#282