An industrial inspection agent that sleeps. Runs Gemma 4 E2B entirely in the browser — no cloud, no signal — logging what a field engineer sees by day, consolidating it into memory overnight, and delivering a prioritized action briefing by morning.
Hackathon track: Google DeepMind Remote — Edge / On-Device (Gemma running locally, offline, privacy-first). Built solo, entirely during the event — see the tagged gate history (
gate-1… ) for the build timeline.
Site safety engineers in bandwidth-denied environments — oil fields, mines, remote plants — walk inspection rounds daily, and what they noticed yesterday evaporates. The rattle heard Monday and the tilt photographed Tuesday never meet. Cloud AI can't help where there is no cloud.
/walk) — photograph checkpoints, dictate voice notes (transcribed on-device by Whisper-tiny), one-tap event logging to IndexedDB./sleep) — docked and charging, the agent wakes Gemma 4 E2B on WebGPU: it describes each photo, recalls that checkpoint's baseline from the previous pass, and reasons about what drifted — correlating the engineer's spoken note with visual change./briefing) — findings ranked by drift score, critical items translated into a single imperative action: "Check motor mount bolts on Pump A — rattle correlates with housing tilt."Everything — images, voice, model weights, reasoning — stays on device. It works in airplane mode; for this user, offline isn't a failure state, it's Tuesday.
output: 'export') — fully static, zero backendonnx-community/gemma-4-E2B-it-ONNX, q4f16) via transformers.js v4 on WebGPU, WASM fallback — vision captioning + drift reasoning in one modelHEURISTIC in the briefing)?mock=1 or via /dev) — deterministic stand-in that keeps the demo loop testable without the 1.5GB modelnpm install
npm run dev # http://localhost:3000 (camera/mic need localhost or HTTPS)
npm test # unit tests: JSON hardening, DB state transitions, prompts, mock
npm run build # static export to out/
First launch: press INITIALIZE SYSTEM on the boot screen while online (one-time ~1.5GB model download, cached locally). After that, airplane mode works.
Hidden operator panel at /dev: seed a demo baseline, toggle the mock brain, inspect/clear the database.
Site imagery in the film is AI-generated; all application footage is a live screen recording of the working app.
11 commits
TypeScript
96.0%
JavaScript
2.2%
CSS
1.8%
An industrial inspection agent that sleeps. Runs Gemma 4 E2B entirely in the browser — no cloud, no signal — logging what a field engineer sees by day, consolidating it into memory overnight, and delivering a prioritized action briefing by morning.
Hackathon track: Google DeepMind Remote — Edge / On-Device (Gemma running locally, offline, privacy-first). Built solo, entirely during the event — see the tagged gate history (
gate-1… ) for the build timeline.
Site safety engineers in bandwidth-denied environments — oil fields, mines, remote plants — walk inspection rounds daily, and what they noticed yesterday evaporates. The rattle heard Monday and the tilt photographed Tuesday never meet. Cloud AI can't help where there is no cloud.
/walk) — photograph checkpoints, dictate voice notes (transcribed on-device by Whisper-tiny), one-tap event logging to IndexedDB./sleep) — docked and charging, the agent wakes Gemma 4 E2B on WebGPU: it describes each photo, recalls that checkpoint's baseline from the previous pass, and reasons about what drifted — correlating the engineer's spoken note with visual change./briefing) — findings ranked by drift score, critical items translated into a single imperative action: "Check motor mount bolts on Pump A — rattle correlates with housing tilt."Everything — images, voice, model weights, reasoning — stays on device. It works in airplane mode; for this user, offline isn't a failure state, it's Tuesday.
output: 'export') — fully static, zero backendonnx-community/gemma-4-E2B-it-ONNX, q4f16) via transformers.js v4 on WebGPU, WASM fallback — vision captioning + drift reasoning in one modelHEURISTIC in the briefing)?mock=1 or via /dev) — deterministic stand-in that keeps the demo loop testable without the 1.5GB modelnpm install
npm run dev # http://localhost:3000 (camera/mic need localhost or HTTPS)
npm test # unit tests: JSON hardening, DB state transitions, prompts, mock
npm run build # static export to out/
First launch: press INITIALIZE SYSTEM on the boot screen while online (one-time ~1.5GB model download, cached locally). After that, airplane mode works.
Hidden operator panel at /dev: seed a demo baseline, toggle the mock brain, inspect/clear the database.
Site imagery in the film is AI-generated; all application footage is a live screen recording of the working app.
11 commits
TypeScript
96.0%
JavaScript
2.2%
CSS
1.8%