EntroπaLabs ← Back to site
Playground · seven live applications

Things we built that are more fun to use than to describe.

Every module in the practice, running. Each card opens a full-screen sandbox that executes entirely in your browser — nothing you load leaves your machine, and nothing here needs a server.

Runs offlineNo upload, everSeeded & reproducibleTwo refresh daily
R-01Live
Perception · 3D

Gaussian Splatting

Judge a reconstruction by moving through it. Load a .splat or Inria .ply and render the scene in real time.

  • WebGL2 instanced billboards
  • Per-frame depth sort in a Worker
  • Orbit · zoom · pan · size
Open sandbox demo scene included
R-02Live
Language · Interpretability

Weights, visualised

Make a checkpoint legible. Open a .safetensors or torch .pt and read what is actually inside it.

  • Params per layer, log-scaled
  • Diverging weight heatmap + histogram
  • Animated token → expert routing
Open sandbox parses locally
R-03Live
Language · Efficiency

Experts pruner

Decide which experts you can drop. An explainability pass over a mixture-of-experts model, with the cost stated.

  • Utilisation & cosine redundancy
  • Keep-score ranking + pruning plan
  • Standalone report, generated client-side
Open sandbox heuristic estimates
R-04Live
Robotics · Embodiment

Robot playground

Feel what morphology does to control. Pick a body, drop it into a world, and drive it from the keyboard.

  • Humanoid · quadruped · rover · arm · drone
  • Five worlds, incl. low-gravity moon
  • Procedural gaits, software 3D renderer
Open sandbox WASD to drive
R-05Live · daily
Forecasting · Calibration

Beat the Streak

A probability model run in public. Today's MLB hitters ranked by their modelled chance of getting a hit.

  • Matchup, form, platoon, park, BvP history
  • Rebuilt every morning
  • Graded against results, kept as history
Open board refreshes daily
R-06Live · daily
Decision support · Valuation

NHL GM Playbook

Who is underpriced, who is movable, who wins the trade. Public hockey data turned into a GM's decision.

  • Breakout, WAR, $/WAR, surplus value
  • Team Lab for all 32 clubs
  • Contract projections + trade analyzer
Open playbook live cap data
R-07Live
Language · Agents

Voice agent

Ask out loud, get the answer. An agent loop in the browser: speech in, tool calls over this site's live data, spoken answer out.

  • Web Speech in, speech synthesis out
  • Anthropic + OpenAI-compatible adapters
  • Your key, your browser, no backend
Open agent bring your own key