methodGET_status200vsrequest_rate_total
r = 0.99987
Two hundred tiles. Four pages for one incident. And nobody has deleted a panel in two years, because nobody can prove which ones are safe to remove.
This reads a dashboard export and tells you how many genuinely distinct things it measures, which panels are one measurement shown twice, and which are safe to archive — with the evidence for each.
Runs in your browser. Your file is read in this tab and never uploaded — open the network panel and check.
Every check runs on every file — and the ones that did not fire get printed too, along with the one we have not built yet. You can tell what a tool actually covers by what it admits it doesn't.
Export any dashboard to CSV. Columns are metrics, rows are timestamps. Nothing is uploaded.
The real reason nobody prunes a dashboard is that whoever deletes the wrong panel owns the next incident review. So nothing here archives anything on its own.
One guard worth knowing about: when a total and its parts are all on the board, every one of them looks individually redundant. An unguarded tool offers you the whole family. This one protects the parts and offers only the total.
A tool only ever pointed at data whose structure nobody knows can never be caught being wrong. So the predictions go on disk before the data is pulled, and get scored afterwards — misses included. Several of the most useful results were our own bugs.
| Dashboard | Shape | Result | What it found |
|---|---|---|---|
| NYC COVID daily counts | 53 × 455 | 5.1 signals | Raw view says 1.6 — during a pandemic every metric rides the same wave |
| ACT air quality | 12 × 1,094 | 4.7 signals | NO₂ and CO at r = 0.03 but 177× their Gaussian-implied dependence |
| Prometheus infrastructure | 11 × 437 | 5.6 signals | status=200 and request_rate identical at r = 0.99987 |
| FDIC bank call reports | 39 × 1,915 | 2.5 → 14.8 | Raw totals said 2.5. Normalising per-unit revealed 14.8 — size was hiding everything |
One question: how many distinct things is this dashboard actually measuring? A forty-panel board driven by four underlying system states gives its owner the feeling of forty-fold coverage and the reality of four. That gap is where duplicate alerts come from, and it is what this measures.
It was built by someone who got tired of dashboards nobody trusted and panels nobody would delete, and who wanted the argument settled with evidence instead of opinion.
Before each dataset is pulled, what we expect to find gets written down
and committed. A tool only ever pointed at data whose structure nobody
knows can never be caught being wrong — so we make it possible to catch.
Every dataset in REAL_DASHBOARDS.md carries its predictions
and the score, misses included. Several of the most valuable results were
misses, because they turned out to be bugs in this tool rather than bad
guesses about the data.
Stated here rather than buried. It does not detect a metric plotted against its own rolling average — two designs were built and withdrawn on evidence, and it renders as an unchecked circle rather than a claim. It does not know what your metrics mean, so a statistically redundant column may be worth keeping for contractual or diagnostic reasons. Equal-occupancy binning degrades on integer counts with few distinct values. And nothing here is causal: two metrics in a cluster may share a driver, or one may cause the other, or both may be measuring an instrument rather than the world.
Redd Munro is not a person. Both halves are Scots, and both describe the tool.
Redd means to clear out and set in order — you redd up a room before you can see what is in it. A Munro is a Scottish peak over 3,000 feet, and the genuinely hard part of Sir Hugh Munro's 1891 tables was never the measuring. It was deciding which summits count as separate mountains and which are just subsidiary tops of the same one. People have argued about it ever since.
That is this tool in one sentence. Not every summit is a separate mountain, and not every panel is a separate signal.
Built by Shaun Cooper, independent systems theorist. The engine grew out of a research programme that spent most of its effort trying to break its own measurements, and catalogued the distinct ways a comparison like this can produce a publishable-looking wrong answer.
Runs entirely in your browser via Pyodide. No account, no upload, no telemetry — which would be an awkward thing for this particular tool to collect.