Lux: Story time, Hex. Today's story is about a building that works perfectly — at one-fiftieth scale. Hex: Scale model. I know where this is going, Lux. Lux: An architect builds a tabletop model. Every wall is placed, every window proportional, every room labeled. You can see the whole structure at a glance. You can check every corner. But when you try to build the real thing — at full size, with real materials, under real loads — new problems appear. Wind loads that didn't matter at tabletop. Plumbing pressure across forty floors. Elevator queues at rush hour. The design is correct. The model proves it. But the engineering to realize it at scale is a separate challenge. Hex: The ring-world is the tabletop model. Lux: Exactly. The Throw paper's ring-world is intentionally small and exact. That's the design choice the Six Birds program makes for this particular paper. The state space is finite. Every transition probability can be computed, not estimated. Every viability kernel can be enumerated, not sampled. Every artifact gets a cryptographic hash so you can verify it hasn't drifted between runs. Hex: Total auditability. That's a real strength. Lux: It is. But it comes with a limitation the paper names explicitly: sampling and scale. Let me tell you the story of what happens when the model gets bigger. Hex: Start at the tabletop. Lux: The ring-world has a handful of positions on a ring, a damage bit, a phase variable, a ledger counter, and optional identity sectors. Total state space: small enough to enumerate deterministically. When the paper reports median empowerment on the viability kernel, it visits every state in the kernel and computes the channel capacity for each. No sampling needed. No confidence intervals. Just exact numbers. Hex: Every state, every computation, every hash. That's why the numbers are trustworthy. No sampling error, no coverage gap. The answer is the answer. Lux: And that's what makes the ring-world a genuine proof-of-concept rather than an approximation. When the paper says empowerment separates at horizon two, it means exactly that — not "probably separates" or "separates within a confidence interval." The tabletop model is complete. Hex: Complete but small. That's the trade-off. Lux: And the configuration hashing system ensures traceability. The experiment config gets a stable JSON serialization. Same config, same hash, same results across runs and machines — modulo Python and library versions, which are recorded in the artifact metadata. The emergence calculus exhibits are not just reproducible in principle. They're mechanically traceable. Hex: So the tabletop model is verified down to the bolt. What breaks at full scale? Lux: Three things. First: enumeration becomes impossible. If you go from a ring with twelve positions to a continuous space — or even a grid with a million cells — you can no longer visit every state in the viability kernel. You need sampling. And sampling introduces variance, bias, coverage gaps. The median empowerment number that was exact at tabletop becomes a statistical estimate at scale. Hex: Exact arithmetic becomes statistics. That's a qualitative shift, not just a quantitative one. You go from certainty to estimation. Lux: And estimation needs theory — confidence bounds, convergence rates, stratification strategies. None of that is needed at tabletop. All of it is needed at scale. The paper doesn't provide it because the ring-world doesn't require it. Hex: Fair. But anyone extending this to a real system would hit that wall immediately. Lux: Second: aggregation becomes nontrivial. The paper reports median empowerment across the kernel. But in a large kernel with heterogeneous states, the median might not be the right summary. Some states might have high empowerment in one region and low in another. You'd need distributional summaries, bounds, or spatial decompositions. The simple median is a scout report, not a census. Hex: The single number that worked for fifty states might be misleading for fifty thousand. A median hides the tails, and the tails might be where the interesting agency lives. Lux: Exactly. Think of it this way: in the ring-world, every viable state is close to every other viable state. There's no geography. At scale, viable states could cluster into islands separated by unsafe regions. The median across all islands averages over structure you actually want to see. Hex: The scout report says "average temperature is fine" but doesn't mention the volcano. Lux: Third — and this is where the Plot paper enters — inter-scale distortion. Even if you define distances at each scale, the distances might not be compatible across scales. The Plot paper measures this explicitly. It computes a macro distance at one resolution, computes a macro distance at a finer resolution, and checks whether they agree after rescaling. If distortion is small, the geometry is stable. If distortion is large, the notion of "near" and "far" changes depending on how closely you look. Hex: The building looks right from across the street but wrong when you walk inside. The geometry depends on the scale of observation. Lux: And that's not a numerical bug — it's a structural diagnostic. The Plot paper treats inter-scale distortion as a measure of whether the geometric layer is well-defined. High distortion means the geometry doesn't survive refinement. You thought you had a smooth surface, but zooming in reveals it's fractal, or disconnected, or inconsistent. Hex: The scale model had clean hallways. The real building has dead ends. And you only discover them by walking the actual corridors. Lux: Which is why the Plot paper's distortion measure matters as a diagnostic even at the current scale. It tells you whether your geometry is fragile before you scale up. If distortion is already high in the toy, scaling won't fix it — it'll make it worse. Hex: A warning light that works at any size. Lux: Here's the crucial distinction. The definitions are scale-agnostic. Channel capacity is defined for any finite controlled kernel. Viability as a greatest fixed point works at any size — the iteration just takes longer. Packaging as an idempotent endomap is a mathematical statement that doesn't care how many states you have. The six primitives don't stop being primitives when you leave the ring-world. Hex: The blueprint scales. The construction methods don't. Lux: Right. The Six Birds parent paper — section nine, why the primitives are unavoidable — argues that the six primitives are structural necessities, not artifacts of a particular substrate. But the Throw paper's computational methods — exact enumeration, deterministic sampling, median statistics — are artifacts of the toy. They're the right methods for the tabletop model. They're not the right methods for the skyscraper. Hex: So what would the skyscraper need? What's the engineering bill? Lux: Several items. The paper names the gap without filling it, but we can inventory what's missing. Principled aggregation or bounds at scale. That means: statistical estimation with controlled error. Distributional summaries instead of point statistics. Convergence guarantees for the fixed-point iteration when the state space is large. Compatibility certificates for multi-scale geometry — which the Plot paper's distortion measure begins to address but doesn't resolve. Hex: The foundation is poured. The scaffold is going up. But the building isn't finished. Lux: And the paper says so. The canonical configuration snapshot in the Plot paper documents every major parameter choice — thresholds, smoothing windows, neighborhood sizes. That documentation is itself a scaling tool. When someone extends the geometry to a larger substrate, they know which knobs were tuned and which settings were canonical. Hex: The architect's notes ship with the model. Future builders don't start from scratch. They know which walls are structural and which are cosmetic. Lux: And that documentation discipline is itself part of the scaling story. A well-documented toy is easier to scale than an undocumented prototype twice its size. Hex: So where does that leave us? What's the honest summary? Lux: The story of sampling and scale is a story about the gap between proof-of-concept and production. The ring-world proves that the definitions work, the primitives separate, the diagnostics catch failure. But making those same definitions operational at real-world scale requires engineering the paper hasn't done — and honestly says it hasn't done. Hex: Scale model, verified. Full building, not yet built. And the limitation section is the construction timeline. Lux: Next time — the ledger as an abstract resource. What happens when accounting meets physics. Hex: See you then.