Datacenter Tracker
A sourced database of US data center construction projects.
A command-line tool that collects US data center construction projects from news articles, SEC filings and grid-connection queue exports. Every stored value records which source supports it and how strongly. The same SQLite dataset can be read from the CLI, a full-screen terminal interface, or a read-only web console.

How it works
- 01
The evidence check runs in code, not in the prompt. The model must quote the article for each value it extracts, and a value is dropped unless that quote actually appears on the page it came from.
- 02
Every value is labelled by what it rests on: reported, derived, unconfirmed, inferred or defaulted. Values that cannot be confirmed are kept and flagged rather than deleted.
- 03
Confidence (0–3) is recomputed, never stored. Independence is counted by website domain, so a single source can never reach 3.
- 04
Progress is five separate tracks: site control, permits, power, construction and commercial. Grid power is never assumed from the other four, because a finished building still waiting for power is the most useful signal in the data.
- 05
Only the CLI writes. The web console opens the database read-only, and every judgement is computed on the server so the browser and the CLI cannot disagree.
Built with
- Python
- SQLite (WAL)
- Textual
- DeepSeek / Ollama
- Playwright
- SEC EDGAR
- US Census
- pytest
Status
Running and in daily use. Discovery finds new articles more easily than older projects, so coverage is still being filled in.
Worth knowing
- 3,294 tests, passing on a fresh checkout with no API key and no network.
- Repairing lightly edited quotes raised quote acceptance from 75% to 95%, with no false positives against unrelated articles.


