Skip to Main Content

TinyLM Swarm Lab

Built at Google I/O Hackathon · May 23, 2026 · San Francisco, CA

TinyLM Swarm Lab — Demo video

TinyLM Swarm Lab is a local mission-control app for running tiny language-model research experiments. The local orchestrator uses Gemini 3.5 Flash to generate experiment hypotheses, then assigns independent workers to test different tiny-LM configurations. Each worker runs real training code, produces artifacts like config.json, metrics.json, notes.md, train.log, and checkpoint.json, and reports results back to the dashboard. The project solves the manual loop of small-model experimentation: choosing hypotheses, launching runs, reading logs, comparing metrics, and deciding what to try next. TinyLM Swarm Lab makes that process visible and repeatable by showing the active worker fleet, current best model, efficiency trade-offs, artifact outputs, and checkpoint-based sampling in one UI.

Team