Files
boc/landvex-all/insights/official-data-vs-observed-reality/index.html
T
Bernt 6989a98d75 feat: Passwordless cross-device authentication
- Arkitektur: docs/auth/passwordless-architecture.md
- Backend: iom/quixzoom-auth-service/ (FastAPI + Redis)
- Webb: quixzoom-market-pages/se/login/ (QR-kod + polling)
- App: iom/quixzoom-app/src/features/auth/ (push + deep links)

Flöde: QR-kod → app-godkännande → webb-inloggad
2026-07-07 07:11:50 +00:00

92 lines
5.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Official Data vs Observed Reality | Landvex</title>
<meta name="description" content="Registers describe what was reported. The street describes what is. Where the two diverge, risk and opportunity concentrate — if you can see the gap.">
<link rel="canonical" href="https://landvex.com/insights/official-data-vs-observed-reality/">
<meta property="og:title" content="Official Data vs Observed Reality | Landvex">
<meta property="og:description" content="Registers describe what was reported. The street describes what is. Where the two diverge, risk and opportunity concentrate — if you can see the gap.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://landvex.com/insights/official-data-vs-observed-reality/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Official Data vs Observed Reality: The Contradiction Problem",
"description": "Registers describe what was reported. The street describes what is. Where the two diverge, risk and opportunity concentrate — if you can see the gap.",
"author": {
"@type": "Organization",
"name": "Landvex"
},
"publisher": {
"@type": "Organization",
"name": "Landvex",
"logo": {
"@type": "ImageObject",
"url": "https://landvex.com/apple-touch-icon.png"
}
},
"datePublished": "2026-07-06",
"dateModified": "2026-07-06",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://landvex.com/insights/official-data-vs-observed-reality/"
}
}
</script>
<link rel="stylesheet" href="/assets/css/landvex-complete.css">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif; line-height: 1.6; max-width: 760px; margin: 0 auto; padding: 24px; color: #1a1a1a; }
h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5em; line-height: 1.2; }
h2 { font-size: 1.5rem; font-weight: 600; margin-top: 2em; margin-bottom: 0.5em; }
p { margin-bottom: 1.2em; }
.meta { color: #666; font-size: 0.9rem; margin-bottom: 2em; }
.cta { background: #f5f5f5; padding: 24px; border-radius: var(--radius-md); margin: 2em 0; }
.cta a { color: #0066cc; text-decoration: none; font-weight: 600; }
footer { margin-top: 4em; padding-top: 2em; border-top: 1px solid #eee; font-size: 0.85rem; color: #666; }
</style>
</head>
<body>
<article>
<h1>Official Data vs Observed Reality: The Contradiction Problem</h1>
<p class="meta">Published July 6, 2026 · Decision Intelligence</p>
<p>Every organisation that makes decisions about the physical world runs on two kinds of information. The first is the <strong>system of record</strong>: registers, official statistics, maintenance logs, permits, filings. The second is the <strong>system of reality</strong>: what is physically true on the ground, right now.</p>
<p>Most of the time the two roughly agree, and everything works. The expensive moments — the failures, the missed opportunities, the surprises — cluster almost entirely in the places where they don't.</p>
<h2>Why records drift from reality</h2>
<p>The gap is structural, not scandalous. Four forces open it continuously:</p>
<p><strong>Lag.</strong> A register describes the world as of its last update. Reporting cycles run in months and years; physical change runs continuously.</p>
<p><strong>Incentives.</strong> Much official data is self-reported by the parties it describes. Maintenance is logged as complete by those responsible for completing it.</p>
<p><strong>Granularity.</strong> Records aggregate. A district-level statistic can be simultaneously true on average and wrong about every street in it.</p>
<p><strong>Definitional drift.</strong> What counts as "maintained", "occupied" or "operational" in a database was defined once, by someone, for some purpose — rarely yours.</p>
<h2>Divergence is a signal, not an error</h2>
<p>The instinct is to treat contradictions as data-quality problems to be cleaned up. That misses what they actually are: <strong>the highest-information data points available.</strong></p>
<p>Where record and reality agree, observation confirms what you already believed — useful, but worth little. Where they diverge, one of your operating assumptions is wrong, and the size of the divergence is a rough measure of how wrong.</p>
<h2>Operationalising the contradiction</h2>
<p>The Landvex model pairs official datasets with a continuously refreshed observation layer from the quiXzoom network — verified, geo-tagged, timestamped, consensus-scored — and computes the contradiction explicitly: where the layers diverge, by how much, with what confidence, and in which direction the gap is moving.</p>
<div class="cta">
<strong>What decision are you trying to make?</strong><br>
<a href="/enterprise/">Request a pilot →</a>
</div>
</article>
<footer class="lv-footer" role="contentinfo">
<p><strong>Related:</strong> <a href="/insights/cost-of-outdated-data/">The Real Cost of Outdated Data</a> · <a href="/methodology/">Our Methodology</a> · <a href="/cities/">City Intelligence Index</a></p>
</footer>
</body>
</html>