The GeoLocator Dashboard: Interfacing with the v3.0 Reasoning Engine
Last week, we unveiled the v3.0 Reasoning Engine, a breakthrough architecture that moved geolocation from simple pixel matching to semantic logic. Today, we are releasing the interface built to harness it.
The GeoLocator Dashboard is not just a visualization tool; it is a direct window into the model's "thought process." For the first time, users can see the Semantic Reasoning Layer work in real-time, explaining why a location was chosen while delivering our trademark 5km accuracy.

Visualizing the Reasoning Layer: The dashboard displays the model's internal monologue alongside coordinate predictions.
Why "Reasoning" Matters in UI
Standard geolocation tools are "black boxes"—they give you a coordinate, and you have to trust it. Because our v3.0 model uses a Semantic Reasoning Layer, the dashboard can expose the "visual evidence" (architecture styles, flora types, road markings) that the model synthesized to reach its conclusion. This turns the dashboard into an Explainable AI (XAI) platform.
Built for Intelligence
We designed the dashboard to support the workflow of OSINT researchers and enterprise analysts who need to verify the v3.0 model's logic.
1. The "Reasoning Output" Panel
This is the heart of the new interface. Instead of just displaying metadata, this panel streams the output from the model's Reasoning Layer.
Semantic Verification
Read exactly what the model "saw." If the model predicts "Poland", the text panel will explicitly state: "Detected Brick Gothic architecture and specific Polish road signage." This allows users to catch hallucinations instantly.
Confidence Visualization
The confidence score isn't just a random percentage; it represents the coherence of the Semantic Layer's internal logic.
2. High-Precision Mapping
Visualizing the 5km accuracy achieved by the v3.0 pipeline required a new mapping engine.
The 5km "Truth Circle"
The dashboard renders a precise 5km radius around the prediction. Thanks to the PIGEON-inspired backbone integrated into v3.0, the ground truth location falls within this circle 95% of the time.
Satellite Verification
Toggle to satellite view to visually confirm the landmarks mentioned in the reasoning panel (e.g., matching the "red roof tiles" detected by the AI to the satellite imagery).
From Research to Reality
We built this dashboard because raw Python scripts (which we used for v1.0 and v2.0) weren't enough for real-world investigations.
OSINT & Journalism
Verification
Journalists can now upload a photo and not just get a location, but a justification they can quote. "AI identified location based on X, Y, Z features."
Enterprise
Fraud Detection
Insurance firms can verify asset locations by checking if the visual evidence (e.g., "snowy pine forest") matches the claimed location data.
Dashboard Performance
Reasoning Speed
~1.2s
To generate text & coords
Accuracy
5 km
Median Error (v3.0)
Uptime
99.9%
Edge-cached API
Conclusion
The GeoLocator Dashboard is the culmination of our journey from the flawed v1.0 baseline to the cutting-edge v3.0 Reasoning Engine. It puts the power of semantic geolocation into the hands of anyone with a browser. We invite you to try the demo and try to stump the reasoning engine.
What's Next?
- Public API access for the v3.0 Reasoning Endpoint
- Enterprise batch processing for dataset verification
- Fine-tuning the "internal monologue" for specific industry verticals