Research notes and interactive thought experiments about the possibility that spacetime is emergent rather than fundamental.
Group Field Theory proposes quantum building blocks whose collective states can be interpreted as extended geometry. These building blocks do not occupy ordinary space. Under specific assumptions, condensate states can produce homogeneous cosmological dynamics, modified Friedmann equations, and effective bounce solutions.
This project converts those ideas into eight interactive thought experiments. The experience begins with primitive state containing identity, internal state, and relations, but no spatial coordinates and no universal clock. It then demonstrates how graph distance, effective dimension, relational change, phase coherence, and geometry like response can be derived.
The project establishes a constructive possibility. It does not establish that nature uses Group Field Theory or that spacetime is experimentally proven to be nonfundamental.
A model can begin without coordinates or a global clock and still produce observables that behave like distance, dimension, geometry, and temporal order.
The claim is tested through a relabeling invariant:
- Randomize every rendered coordinate.
- Preserve the primitive graph and internal states.
- Recompute relational distance, connectivity, spectral dimension, and event ordering.
- Confirm that the derived observables remain unchanged within numerical tolerance.
If a derived observable changes only because the screen layout changed, the experiment assumed the geometry it claimed to derive.
| Level | Status | Meaning |
|---|---|---|
| Established | Strong empirical support | General relativity makes spacetime geometry dynamical. Quantum field theory and general relativity remain difficult to reconcile at fundamental scales. |
| Derived in model | Mathematical result under assumptions | GFT condensate states can yield homogeneous geometry and effective cosmological dynamics. |
| Interpretation | Plausible but nonunique | A condensate phase transition may represent geometrogenesis. |
| Open question | Unresolved | Whether our universe underwent this transition and which distinctive observation could confirm it. |
| Scene | Question | Simple analogy |
|---|---|---|
| Erase the stage | What remains after coordinates disappear? | Remove every street address but keep the map of connected doors. |
| One quantum | Can a geometric building block exist outside geometry? | One water molecule is not wet. |
| Cross the threshold | How can collective order produce a new phase? | A stadium wave belongs to the crowd, not one person. |
| Recover distance | Can nearness come from connection? | Two airports become one flight apart when a direct route opens. |
| Ask for dimension | Can dimension be measured rather than declared? | An ant infers thread, sheet, or room from how it can wander. |
| Build a clock | Can change measure change? | A dripping vessel can measure a growing plant without a wall clock. |
| Let geometry respond | Can the stage become part of the action? | Changing the road network changes every route through it. |
| Begin without a point | Can a singular beginning become a transition? | A system contracts to a smallest state and reverses. |
- RuVector stores relational graph state and computes structural observables.
- Emergent Time represents relational clocks and change without a master timeline.
- MidStream records ordered state transitions for deterministic replay.
- MetaHarness runs seeded experiment ensembles and compares invariant outputs.
- RVF packages state, parameters, lineage, and witness history into a portable research receipt.
The browser edition implements deterministic graph routines directly. The production research path should bind the same contracts to the relevant RuVector WebAssembly components and record every run in a signed receipt.
.
├── README.md
├── assets
│ └── site-screenshot.jpg
├── docs
│ ├── 01_research_overview.md
│ ├── 02_theory_and_evidence.md
│ ├── 03_computational_model.md
│ ├── 04_experiment_protocols.md
│ ├── 05_limitations_and_falsifiability.md
│ └── references.md
└── presentations
├── Before_Space_Before_Time_Research.pptx
└── README.md
Randomize the projection at least ten times. The relation fingerprint, graph distance between fixed endpoints, connected component count, and relational event order must remain unchanged. This is the minimum check that the experience derives geometry from relations rather than hiding coordinates in primitive state.
The largest risk is category error: a computational analogy can demonstrate logical possibility but cannot serve as evidence that the universe uses the same mechanism. Moving from illustration to physics requires equations, continuum recovery, compatibility with general relativity, distinctive predictions, and observational tests.
See docs/references.md for the complete research ledger.
The repository includes a generated, repository specific research harness in harness/. It uses the latest verified MetaHarness package releases available on 2026-08-21, pinned exactly for reproducibility.
The release benchmark evaluates six graph families across forty independent projection seeds each. All 240 comparisons must preserve graph distance, connectivity, diameter, mean degree, spectral dimension, relational ordering, and the relation fingerprint. A coordinate substitution mutant must be rejected in all 240 trials.
npm ci
npm run validate
npm run optimizeThe optimized adjacency index reduced deterministic graph work by 98.1 percent in the recorded run while preserving a 100 percent invariant pass rate, 100 percent mutation kill rate, 100 percent frozen truth rate, and valid hash chained receipts. Wall clock improvements are reported but are not used for promotion because shared runner timing is noisy.
See ADR 001 for the architecture, trust boundaries, rejected alternatives, and residual scientific risk.
The complete measured results, package provenance, scorecard change, and security evidence are in the MetaHarness benchmark report.
The repository records consequential design choices under docs/adrs/:
- ADR 001 accepts the evidence governed MetaHarness benchmark.
- ADR 002 protects the coordinate free kernel from downstream spatial and sensor schemas.
- ADR 003 proposes a bounded WorldGraph audit projection spike.
- ADR 004 proposes a RuField external evidence boundary spike.
The integration conclusion is deliberately narrow. WorldGraph may add value as an inspectable projection of already derived beliefs. RuField may add value when signed laboratory or observational evidence enters the system. Neither is approved as a primitive state model, and neither strengthens the underlying physics claim by itself.
