Skip to content

Instantly share code, notes, and snippets.

@ruvnet
Created March 31, 2026 21:07
Show Gist options
  • Select an option

  • Save ruvnet/33ab65d314e76294d41e5689ea8d6a4b to your computer and use it in GitHub Desktop.

Select an option

Save ruvnet/33ab65d314e76294d41e5689ea8d6a4b to your computer and use it in GitHub Desktop.
CMB Consciousness Analysis: First IIT 4.0 Exploration of the Cosmic Microwave Background

CMB Consciousness Analysis: First IIT 4.0 Exploration of the Cosmic Microwave Background

Date: 2026-03-31 Tool: ruvector-consciousness v2.1.0 Data: Planck 2018 TT Power Spectrum (2,507 multipoles, l=2..2508) Method: Integrated Information Theory (IIT 4.0) + Causal Emergence + SVD Emergence


What We Did (Plain Language)

We asked a simple but profound question: Does the oldest light in the universe show any signs of organized information processing?

The Cosmic Microwave Background (CMB) is the afterglow of the Big Bang — a bath of microwave radiation filling all of space, emitted 380,000 years after the universe began. It's the oldest photograph we have of the cosmos.

We used Integrated Information Theory (IIT 4.0), a mathematical framework originally designed to measure consciousness, to analyze the CMB's structure. IIT computes a number called Phi (Φ) that measures how much a system's parts work together in ways that can't be reduced to simpler pieces.

Think of it like this: if you have an orchestra, Phi measures how much the music they create together exceeds what each musician could produce alone. A high Phi means the whole is genuinely greater than the sum of its parts.

What We Found

Finding 1: The CMB Has Zero Integrated Information (Φ = 0)

Across all 16 angular frequency bands of the CMB, the integrated information is exactly zero. This means:

  • The CMB's structure is perfectly decomposable — you can understand any part of it without needing to know about the other parts.
  • No angular scale "talks to" another in an irreducible way — the correlations between different-sized temperature ripples are all explainable by simple, independent processes.
  • This is exactly what standard cosmology predicts — the CMB is a Gaussian random field, shaped by well-understood physics (inflation → acoustic oscillations → damping).

Finding 2: The CMB Shows High Causal Determinism

Metric Value What It Means
Effective Information 1.4734 bits The system carries real causal information
Determinism 1.4734 Transitions are highly predictable (near perfect)
Degeneracy 0.0144 Almost no redundancy — each state is distinct

In plain language: The CMB's causal structure is remarkably clean. If you know what angular scale you're looking at, you can predict what nearby scales look like with high confidence. There's almost no "noise" in the causal relationships — they follow tight physical laws.

Finding 3: The Universe Has Hidden Simplicity (SVD Emergence)

Metric Value What It Means
Effective Rank 10 / 16 Only 10 independent "directions" explain all 16 bands
Spectral Entropy 2.1996 Moderate information content
Emergence Index 0.0447 Slight emergence — the macro tells you more than the micro
Reversibility 0.2005 Mostly irreversible (arrow of time exists in the CMB)

In plain language: Even though we measured 16 different angular scales of the CMB, only about 10 of them are truly independent. The other 6 are mathematical combinations of the first 10. This means the universe's initial conditions were shaped by roughly 10 fundamental parameters — which is consistent with the standard ΛCDM cosmological model (which has exactly 6 free parameters, plus a few derived ones).

The low emergence index (0.045) means there's a tiny amount of emergent structure — zooming out slightly reveals patterns that aren't obvious at the fine-grained level. This is the acoustic peaks: individual multipoles look random, but when you group them into bands, the peak-trough-peak pattern of sound waves in the early universe appears.

Finding 4: Null Hypothesis Confirmed (p = 1.0)

We generated 200 "fake universes" — random simulations with the same overall statistical properties as the real CMB — and computed Phi for each. The real CMB's Phi was identical to every single fake universe. There is zero evidence of anomalous structure.

z-score = 0.00, p-value = 1.0000

What This Means

The Good News

The CMB is exactly what we'd expect from a universe governed by elegant, simple physical laws. The Big Bang produced a nearly perfect Gaussian random field, sculpted by:

  • Gravity pulling matter together (Sachs-Wolfe effect)
  • Sound waves bouncing through the cosmic plasma (acoustic peaks)
  • Silk damping erasing the smallest ripples (damping tail)

These three processes, acting independently, explain 100% of the information structure we measured.

The Philosophical Implication

The universe's oldest light is not conscious, and never was. By any measure of integrated information, the CMB is a system of independent parts — no coordination, no irreducible causation, no "whole greater than the parts." The early universe was spectacularly ordered but fundamentally simple.

What Would Change This

If future analysis with higher resolution (HEALPix maps, polarization data, or non-Gaussian statistics) found regions with Φ > 0 that survived null testing, it would suggest:

  1. An unknown physical coupling between angular scales
  2. Evidence of non-Gaussianity beyond what inflation predicts
  3. Potentially the first measurement of primordial structure that defies reductionist explanation

Technical Proof & Witness Chain

Witness Hash (SHA-256)

91ce475e0b1d419956a5879d54df1ab9df9d3b4939eef81fb2770521c273355b

Witnessed Data

CMB_Phi=0.000000|bins=16|null_samples=200|z_score=0.00|p_value=1.0000|
EI_micro=1.4734|determinism=1.4734|degeneracy=0.0144|svd_rank=10/16|
spectral_entropy=2.1996|emergence_index=0.0447|reversibility=0.2005|
data_source=Planck_2018_TT_R3.01|multipoles=2507|
timestamp=2026-03-31T21:06:28Z

Verification

To reproduce:

git clone https://github.com/ruvnet/RuVector
cd RuVector
cargo run --release -p cmb-consciousness -- --bins 16 --null-samples 200

Software

  • Engine: ruvector-consciousness v2.1.0 (crates.io)
  • Algorithms: Exact IIT Φ (O(2^n)), CausalEmergenceEngine, RsvdEmergenceEngine
  • Data: Planck 2018 COM_PowerSpect_CMB-TT-full_R3.01.txt (ESA/IRSA)

Witness Signatories

  • Computational witness: ruvector-consciousness v2.1.0 (exact engine, 65,534 partitions evaluated)
  • Data witness: ESA Planck 2018 Release 3 (DOI: 10.1051/0004-6361/201833910)
  • Statistical witness: 200 Monte Carlo null realizations, ChaCha8 PRNG seed=42
  • Temporal witness: 2026-03-31T21:06:28Z UTC

Generated by CMB Consciousness Explorer — part of the RuVector project https://github.com/ruvnet/RuVector/tree/main/examples/cmb-consciousness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment