This playground models aura not as a property of an object but as a relational field stretched over four things at once: the object, its context, an observer, and a span of historical time. The framing comes from Walter Benjamin's 1936 essay The Work of Art in the Age of Mechanical Reproduction, where aura is famously the "unique appearance of a distance, however near it may be," a quality that mechanical reproduction dissolves. The model takes thirteen interpretable inputs (singularity, scarcity, ritual distance, institutional authority, reproduction saturation, trauma, observer training, and so on) and produces an eight-dimensional aura vector plus a set of scalar diagnostics: aura intensity, curvature, sheaf tension, holonomy, and distances to a handful of cultural attractor basins.
The honest claim of this work is narrow. The geometric vocabulary borrowed from differential geometry and topology (fiber bundles, connections, holonomy, sheaf cohomology, optimal transport) is used as structural metaphor, not as a fitted empirical model. What the implementation does guarantee is internal consistency: the deterministic computation reproduces the closed-form identities it documents, and the calibration suite verifies exactly that.
Benjamin's central observation is relational. The aura of an original artwork is bound to its embeddedness in tradition, ritual, and a unique here-and-now. Reproduction strips that embeddedness: a photographic print of a fresco can be examined anywhere, by anyone, detached from the cult value that once required pilgrimage. Aura, in this account, is the distance the object holds open between itself and the beholder, even when physically close.
The model encodes this directly. The benjaminDistance term is a weighted sum biased toward ritual distance and historical depth, with reproduction saturation entering as a subtractive term. Increasing reproduction flattens the field; increasing ritual distance and history deepens it.
Where Benjamin gives the phenomenology, Pierre Bourdieu gives the sociology. In Distinction (1984) and The Field of Cultural Production (1993), value is not discovered in objects but produced by institutions: museums, critics, schools, and markets that consecrate. The model splits this into a prestige fiber (institutional authority, market pressure, scarcity) and a market fiber, and lets institutional authority interact multiplicatively with scarcity in the curvature term.
The speculative move is to treat the space of object-situations as a base manifold and attach an aura "fiber" to each point. The state of an object-in-the-world is taken to live on a product of four spaces:
M = X (object) times C (context) times U (observer) times T (time)
Aura is then not a number at a point but a fiber over each situation. Moving an object through contexts is parallel transport; the residue accumulated by a closed loop is holonomy. Regions where the field fails to be flat (where scarcity, institution, and history bend perception disproportionately) carry curvature. The failure of local aura assignments by rival communities to glue into one coherent global assignment is read as nontrivial sheaf cohomology.
None of these are claimed to be measured. They are organizing analogies that the toy model makes concrete enough to manipulate with sliders.
Thirteen parameters, each bounded in [0, 1], grouped into object, context, observer, and history. Five presets fix them to recognizable cultural situations: a museum masterpiece, an AI image in a feed, a wartime archive object, a meme relic, and a luxury commodity.
Eight fibers are computed as clamped weighted sums of the inputs, each tuned so it peaks under a recognizable condition:
benjaminDistance exactly.Six basins (sacred relic, institutional masterpiece, luxury, ruin, meme, synthetic novelty) are weighted readouts of the aura vector, sorted to find the dominant regime. Three fixed targets (relic, luxury, meme) anchor an optimal-transport readout: the cost of moving the current object into a regime is the root-mean-square distance between its aura vector and that target in the eight-dimensional fiber space.
This is a humanities-flavored playground, so the distinction matters.
Exact and verifiable. Every formula above is a deterministic function of the inputs. The calibration suite (calibration.ts) independently reimplements five of these identities and checks them against what computeMetrics returns:
distance fiber equals benjaminDistance;meme fiber;All five return zero error. That is the only thing this playground proves: the code does what its equations say.
Interpretive, not validated. The choice of weights, the eight named fibers, the six basins, and the entire geometric reading are stipulated. There is no dataset of measured auras to fit. The substantive intellectual claim is structural, not numerical: that aura behaves like a relational field with threshold intensity, non-flat curvature, contested local sections, and path dependence. The specific weights are one plausible parameterization of that structure, not the true one.