Added a Chrome Dino-style game to my research tool's pipeline wait screen driven by real SSE events [P]
Mirrored from r/MachineLearning for archival readability. Support the source by reading on the original site.
Slightly unhinged engineering decision but it works.
My tool (ScholarScout) has a 2-3 minute pipeline: fetch papers from 8 databases → analyze trends → generate ideas. During that time, the user sees a pixel art owl running through a parallax forest.
The fun part: it's not fake animation. Each paper dot that spawns in the game corresponds to a real paper_found SSE event from the backend. Papers drip-feed at 600ms intervals from a queue (even if the fetch returned 30 papers at once). Colors = source (white=arXiv, green=PubMed, purple=Crossref). When pipeline finishes, owl celebrates.
Tech: vanilla JS canvas, 32x32 sprite sheet (12 frames), requestAnimationFrame loop, image-rendering: pixelated. No dependencies.
Here's the demo vid
Actual useful changes in the same release:
- Review Mode: paper clustering (k-means on embeddings, Jaccard fallback) + per-cluster synthesis + cross-cutting analysis
- Paper freshness:
_used_countper paper in cache, least-used prioritized, auto-widen date range on exhaustion - All thresholds externalized to config.yaml
or
[link] [comments]
More from r/MachineLearning
-
Verbosity is not faithfulness: an architectural argument that reasoning models cannot perform faithful inference [D]
May 26
-
[P] have a couple technical questions for my LLM router. [P]
May 26
-
[D] Dlib or pytorch to CNN? [D]
May 26
-
[P] Built a portable GPU ISA after reading too many architecture manuals [P]
May 26
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.