Phase 1 — Bug bash¶
Unassisted — no AI. No coding agent, no LLM autocomplete for this phase.
You may read the code, run the app, hit the API / Swagger, read logs, use a debugger, and use plain documentation. We want to see you reason about an unfamiliar system with your own debugging skills — so please think out loud as you go.
Make sure you've skimmed the Environment page so you know how to run the app and where the API lives.
The task¶
Ops is reporting that the map is missing machines. The dashboard and the list view say we have ~1,000 machines, but the map only plots around 900. Some machines just never show up as pins. Figure out why, and fix it.