Public Decision Infrastructure · 41.8369°N 87.6847°W

Atlas Commons

A network of free, source-backed maps for decisions where being wrong is expensive.

Eight domains. One graph. Two faces: the diagnosis that tells you the truth, and the answer that tells you what to do about it. This is the observatory — the full architecture, the live surfaces, and the machine we proved tonight.

0
requests / week · live today
0
atlases · 2 live, 6 in build
0
tables materialized tonight
0
infra blockers remaining
descend
01

The Frame

What this actually is, before the diagrams.

There is a class of decision where being wrong is expensive — not annoying, expensive. Which job to retrain into. Which health plan won't strand you in an appeal. Which hospital has the readmission numbers. Whether your house sits in a flood zone the seller didn't mention. Whether the contractor bidding on the federal recompete is who they say they are. These are the decisions where ordinary people are flying blind against institutions with perfect information, and the cost of a wrong move lands on the person, not the system.

Atlas Commons is the public layer that makes those systems legible. Each atlas takes the authoritative public record — the data the government already collects and is legally obligated to publish, but buries in portals and PDFs and 400-column workbooks — and turns it into a clean, cited, machine-readable answer surface. Free at the core, always. The truth is never the product. Scarcity is: personalization, execution, expertise, scale, accountability. A one-way firewall keeps the paid edge from ever editing the free core. That's the whole moral architecture in one sentence: charge for scarcity, not for truth.

The reason this is buildable at all — the reason it isn't just another think-tank white paper — is that it's already half-real. Two of these atlases are live and operating at scale right now. The other six are scaffolded, admission-tested, and now under construction on a machine we proved end-to-end tonight. This page is the map of that machine.

Not a proposal. A name and a governance frame for a thing that is already emerging.

02

The Constellation

Eight atlases, one graph. Drag a node. Size = admission score. Color = status.

LIVE at scale
Proven path
Scaffold · in build
Institution
drag · hover

The center node is Atlas Commons itself — the public extension of Agentic University. Everything else is an atlas, and every atlas conforms to the same pattern: a diagnosis surface paired with an answer surface, a canonical home for every fact (one atlas owns "hospital quality," another owns "flood risk," they cross-link, never duplicate), and a regulated-action ladder that says exactly where the free public answer stops and a licensed professional must take over. The graph is the product and the governance at the same time.

03

The Eight Atlases

Each one: what it owns, the real public datasets behind it, the bronze→silver→gold medallion, and the line where the public answer hands off to a licensed human.

04

The Stamp

The repeatable unit. The same transform, applied to any domain.

Every atlas is built by the same five-step transform. This is the thing that matters most on this entire page, because once a transform is a stamp instead of a research project, the cost of the next atlas collapses. The reference implementation behind Singulariki is 133 files, a 2,839-line schema layer, ~50 Dagster jobs — and it took months as a first-of-kind. The point of tonight was to prove the stamp is real, so the next one takes days.

Source
Verify
Fetch-test every dataset. CI-fetchable vs gated. Capture the real column shape.
Bronze
Ingest
Raw rows preserved, row-for-row, into Iceberg.
Silver
Spine
Clean, join, normalize into entity spines.
Gold
Serve
Public answer + comparison surfaces.
Edge
Publish
R2 Data Catalog → site → cited, AI-readable answers.

Bronze keeps the truth verbatim so nothing is ever silently rewritten. Silver does the unglamorous work — the crosswalks, the dedupe, the joins that make a county comparable to a county. Gold is what the public touches: the answer page, the comparison, the per-entity dossier. Then the R2 Iceberg Data Catalog makes the whole thing a queryable lakehouse, and a build-time export turns gold tables into a site that both humans and the language models read. Stamp it once. Then stamp it again.

05

Proven Tonight

real artifacts

Not projections. Things that actually happened in the last few hours.

Read that log again. Two real government/academic datasets — 9,727 rows — flowed bronze→silver→gold into a Cloudflare R2 Iceberg lakehouse, each in about a hundred seconds, on a CI runner that now checks out in six seconds instead of thirty-six. The catalog gate that looked like it needed your hand turned out to be a token already sitting in the environment. There are zero infrastructure blockers left between us and the next six atlases. That sentence is the whole reason for the second page.

06

The Machine Room

The stack under all of it. Boring on purpose. Boring is what scales.

Dagster
Asset-graph orchestration. Bronze/silver/gold as typed, materializable assets.
PyIceberg + Arrow
Apache Iceberg tables. Schema evolution, snapshots, time-travel.
R2 Data Catalog
Iceberg REST catalog on Cloudflare R2. Zero egress. Query from anything.
GitHub Actions
Manual-trigger CI. Sparse checkout + stage + materialize. 6s checkouts.
Astro + Svelte
The public answer surfaces. Build-time export from gold tables.
Cloudflare Workers
The edge. Where every atlas is served, globally, at the speed of cache.

And it doesn't start from zero. It plugs into an estate that already exists and already runs:

143 Workers
40 D1 databases
20 R2 buckets
47 KV namespaces
16 domains

This is the part people miss when they hear "we're going to build eight public data platforms." They picture eight teams and three years. The reality is one proven transform, one shared estate, and a token that already has the keys. The marginal atlas is not a company. It's a stamp.

The question stopped being "can we build it." Tonight it became "how fast can we press the stamp."