"The universe may not be described by computation β it may be computation."
HCSN is a framework for emergent physics built from the ground up β starting with nothing but discrete events and directed causal relations, and asking what universe falls out.
π Read the Paper β πΊ Watch the Overview β π¬ Explore the Simulation Repo β
HCSN (Hierarchical Causal Structure Networks) is a theoretical framework that proposes the universe is fundamentally a causal computation β not a differential manifold, not a Hilbert space, not a lattice.
Starting assumptions (the complete list):
- Discrete events (vertices)
- Directed causal relations (hyperedges)
- Local probabilistic rewrite rules
- No background spacetime, metric, or symmetry
What emerges from these assumptions:
| Emergent Property | HCSN Interpretation |
|---|---|
| Time | Count of irreversible rewrites (causal depth) |
| Space / Geometry | Large-scale causal regularity |
| Particles | Stable, persistent topological defects (Ξ© discontinuities) |
| Mass | Defect inertia β inverse variance of rewrite imbalance |
| Interaction | Rewrite competition for a shared Ξ©-modulated pool |
| Lorentz invariance | Attractor of rewrite dynamics, not a postulate |
| Quantum behavior | Causal ambiguity + finite information resolution |
This is not a reinterpretation of existing physics.
It is a theory of why theories work.
1. No circular reasoning
We do not assume the structures we are trying to explain. No manifolds, no wavefunctions, no predefined symmetries.
2. Empirical grounding
Every claim beyond the axioms requires an operational definition, a measurement protocol, and reproducible simulation evidence.
3. Falsifiability
The theory fails if no universal signal speed emerges, no persistent structures form, or universality is absent across rule variations.
4. One definition per concept
Each term (defect, worldline, particle, momentum, mass, interaction) is defined exactly once in the canonical documents.
hcsn-theory/
β
βββ docs/ # π Canonical theory (read sequentially)
β βββ 01_axioms_and_methodology.md # Minimal axioms + methodology (4.6 KB)
β βββ 02_defects_worldlines_and_particles.md # Emergent objects + identity (6.9 KB)
β βββ 03_emergent_dynamics_momentum_and_interaction.md # Motion, mass, interaction (8.0 KB)
β βββ 04_geometry_dimension_uncertainty_and_limits.md # Geometry + open problems (9.1 KB)
β βββ archive/ # 17 superseded / historical drafts
β
βββ website/ # π Next.js 14 research website
β βββ app/ # 6 pages (home, about, docs, figures, roadmap, contact)
β βββ components/ # 5 reusable React components
β βββ config/site.ts # All site content β update here
β βββ types/ # TypeScript interfaces
β
βββ figures/ # π Simulation visualizations
βββ MANIFESTO.md # Project motivation & philosophy
βββ WORKSPACE_STATUS.md # Full project status
βββ README.md
β οΈ This repository contains no simulation code.
All numerical experiments are in the companion repo: hcsn-sim β
The entire HCSN theory is documented in exactly four files, designed to be read in order:
Defines the five core axioms:
- Axiom 0: Discrete relational substrate (hypergraph)
- Axiom 1: Causal consistency (irreflexivity + transitivity β DAG)
- Axiom 2: Local rewrite dynamics (bounded, finite, causal)
- Axiom 3: Local finiteness (finite past/future β emergent signal speed)
- Axiom 4: Hierarchical closure tension (the regulatory principle)
- Axiom 5: Defect permissibility (localized closure violations allowed)
Sets methodological discipline: observation β definition β derived result β conjecture.
Defines the first emergent objects:
- Defect: A localized event where Ξ© changes discontinuously (
|ΞΞ©| > Ξ΅) - Worldline: An equivalence class of persistent defect events (identity via overlap continuity)
- Proto-object: A persistent ΞΎ-cluster with measurable identity
- Particle: A proto-object satisfying all four operationally-defined criteria (persistence, momentum coherence, inertial stability, structural coupling)
- Mass: Emergent defect inertia β
m ~ 1/Var(p)
Defines how objects move and interact without space:
- Momentum: Statistical persistence of rewrite imbalance
- Interaction: Rewrite competition for the Ξ©-modulated rewrite pool
- Interaction strength:
F_AB = |Ξ¦_A β Ξ¦_B| / Ο_coexist - Interaction graph distance: Rewrite overlap, not spatial proximity
- Conservation: Statistical only β emerges from closure tension, not symmetry axioms
Documents the large-scale structure and known boundaries:
- Phase diagram of Ξ© regimes (subcritical / critical / supercritical)
- Effective dimension:
D_eff(r) = d log N(r) / d log r - Lifetimeβmomentum variance relation:
Var(p) β Οβ»ΒΉ - Geometry reconstruction attempts (causal distance, interaction-graph distance, spatial slices)
- Explicit open problems and falsification criteria
| Result | Status |
|---|---|
| Zero causality violations across all variants | β Confirmed |
| Finite emergent signal speed | β Confirmed (~0.086β0.123 normalized) |
| Phase transition at Ξ© β 1.08β1.18 | β Confirmed |
| Persistent defect worldlines above critical Ξ© | β Confirmed |
| Uncertainty relation robust across parameter sweep | β Confirmed |
| Multiverse universality (5 rule variants) | β Preliminary positive |
- What mechanism selects effective dimension asymptotically?
- Can rewrite redundancy classes produce nontrivial symmetry-group structure?
- Are there discrete defect species with a classification?
- Can exclusion-like statistics emerge from worldline topology?
- Can exact invariance principles emerge in a continuum limit?
- Can Ξ© dynamics reproduce effective field balance laws under coarse-graining?
A companion research website is included in website/, built with:
- Next.js 14 (App Router, TypeScript, SSG)
- Tailwind CSS 3.3 (responsive, mobile-first)
- 6 pages: Home, About, Docs, Figures, Roadmap, Contact
- Centralized content: All text lives in
website/config/site.ts
Run locally:
cd website
npm install
npm run dev
# Visit http://localhost:3000If you use HCSN in your research, please cite:
Saif Mukhtar. HCSN: A Hierarchical Causal Structure Network Framework for Emergent Physics. ResearchHub, 2026.
DOI: 10.55277/researchhub.fvahxvpt.1
@article{mukhtar2026hcsn,
author = {Saif Mukhtar},
title = {HCSN: A Hierarchical Causal Structure Network Framework for Emergent Physics},
year = {2026},
doi = {10.55277/researchhub.fvahxvpt.1},
url = {https://doi.org/10.55277/researchhub.fvahxvpt.1}
}This is a theory in formation, not a finished model.
It documents what has been observed in simulation, what has been derived from axioms, and what remains open or speculative. Claims are graded by empirical support. Speculation is explicitly labeled.
See MANIFESTO.md for the full motivation.
| Milestone | Status |
|---|---|
| Axiomatic foundation | β Stable |
| Emergent objects (defects, worldlines, particles) | β Empirically grounded |
| Dynamics, momentum, interaction | β Empirically supported |
| Geometry and dimension | π Partial β open problems remain |
| Physical correspondence (Standard Model, GR) | π¬ Conjectural |
| Documentation refactor | β Completed Feb 2026 |
This project is licensed under the MIT License.
For collaboration or questions: github.com/hcsn-theory