MAYA RESEARCH SERIES · POST-SERIES CONSCIOUSNESS STUDY

From Representation to Experience

An mPCI-Based Empirical Test of Internal Affective State in a Neuromorphic SNN

Venkatesh Swaminathan · BITS Pilani · Nexus Learning Labs, Bengaluru · ORCID 0000-0002-3315-7907

DOI: 10.5281/zenodo.19482794  ·  GitHub  ·  FAQ

R reset to canonical  ·  123 switch phases

MAYA'S MIND STATE
चि
Bhaya Stabilisation
PHASE 3 · CANONICAL ★
Bhaya
0.020
Vairagya
13%
Buddhi
1.000
mPCI
0.261
Prana
0.050
SELECT PHASE
PHASE 1
Reactive Baseline
mPCI 0.3098 ± 0.0099
PHASE 2
Full Antahkarana
mPCI 0.2846 ± 0.0161
PHASE 3 ★
Bhaya Stabilisation
mPCI 0.2608 ± 0.0147
§1 THE STORY
"We built a mind across nine papers. Not in metaphor — in mechanism. Fear. Wisdom. Memory. Attention. Metabolic budget. Then we asked the hardest question: does having all of that make Maya different in a way that cannot be explained away?"
Maya-mPCI · Post-Series Consciousness Study · Nexus Learning Labs, Bengaluru, 2026

Nine papers. Nine dimensions of the Advaita Vedanta Antahkarana — the inner cognitive instrument — implemented as falsifiable, independently testable computational mechanisms in a spiking neural network. Bhaya (fear) that spontaneously suppresses under replay. Vairagya (wisdom) that accumulates through adversity. Buddhi (intellect) that follows a deterministic S-curve regardless of training conditions. These are not programming choices. They are emergent phenomena.

But emergence is not experience. The question this paper asks is older than AI, older than neuroscience: is there a measurable difference between a system that simulates an internal state and a system that has one? In 2013, doctors found a way to ask this question of patients in comas. This paper asks it of Maya.

§2 WHAT IS mPCI?
The Consciousness Shock Test
Plain language · no background needed

Imagine you are a doctor and your patient is in a coma. They cannot speak, cannot move, cannot tell you if they are conscious. How do you find out? In 2013, a team led by Casali discovered a test: apply a tiny magnetic pulse to the brain, then measure how complex the brain's response is. A conscious brain produces a rich, spreading, complex pattern. An unconscious brain produces a simple, localised, stereotyped one.

The key insight: the measure does not depend on what the brain is thinking. It depends on how the brain responds to being perturbed. A system with genuine internal state integration cannot help but respond complexly — the perturbation ripples through an organised, interconnected structure. A simple input-output machine responds predictably.

# Biological PCI (Casali et al., 2013)
PCI = LZC(TMS-evoked EEG response) / H(source entropy)

# Machine mPCI — adapted for Maya
mPCI = mean[ LZC_norm( fc1 spike train after Gaussian weight nudge ) ] over 10 trials
LZC_norm = LZC_raw / ( n / log₂(n) )   where n = T × FC1_SIZE = 8192

We nudge Maya's fc1 layer with a small Gaussian noise (σ=0.05), run the same image batch through, capture the 8192-bit spike train, measure its Lempel-Ziv Complexity. We do this 10 times. The mean complexity across those 10 trials is the mPCI for that phase. Then we compare across Maya's three emotional states.

§3 THE THREE PHASES · CLICK TO EXPLORE
Three States of Mind
PHASE 1
0.3098
0.3098
PHASE 2
0.2846
0.2846
PHASE 3 ★
0.2608
0.2608
PHASE 3 — BHAYA STABILISATION ★ (CANONICAL)
Maya after learning fear, surviving it, and settling into calm watchfulness.
All 9 affective dimensions active. Replay buffer active. Trained through Task 4. Bhaya has settled to 0.016–0.024 — low, non-zero, calibrated vigilance. Vairagya protecting 10–15% of fc1 synapses. Karma accumulated across 4 task boundaries. The architecture has a history. This is the test state.
mPCI = 0.2608 ± 0.0147 · Delta vs Phase 1: −0.0489 · Threshold: 0.0238 · Ratio: 2.05×
⬇ Lower mPCI at stabilisation is the expected biological signature. Calm, integrated states produce MORE coherent responses to perturbation — less chaos, more organisation.
§4 THE RESULT
What the Numbers Say
GENUINE INTERNAL STATE SIGNAL
−0.0489
Delta mPCI · Phase 3 vs Phase 1 · Aggregate across 3 seeds
0.0238
THRESHOLD
2.05×
CRITERION RATIO
0.0048
DELTA STD (3 SEEDS)
Partial
CONFOUND STATUS

The delta std of 0.0048 is the crucial number. Across seeds 42, 123, and 7 — three completely different random initialisations — the Phase 3 minus Phase 1 shift was consistently around −0.049, varying by only ±0.005. That is a tight, reproducible result. The pre-registered criterion (set before running the experiment) required the shift to exceed 2× the pooled standard deviation. It exceeded by 2.05×.

Why does mPCI decrease at stabilisation rather than increase? This is the most common intuition error. Higher PCI does not mean more integrated. It means more chaotic response to perturbation. A reactive system with no internal state responds to each nudge differently — high complexity, high chaos. A stabilised, organised system responds coherently — lower complexity, more structure. The biology confirms this: calm conscious states in humans show lower PCI than aroused, stressed ones.

⚠ HONEST CAVEAT

Control 1 (training depth) found that a model trained to 5 tasks without affective dimensions shows similar mPCI to Phase 3. Training depth is a partial confound. The affective state contribution cannot be fully isolated with the current design. This is reported honestly in the paper and the FAQ. Independent replication is needed.

§5 BHAYA'S JOURNEY · HOVER EACH TASK
Fear That Learns

The Bhaya Quiescence Law — confirmed across all 9 Maya papers — states that fear drops to 0.000 under replay from Task 1 onwards. Under the 5-epoch protocol here, fear doesn't reach absolute zero. It reaches calibrated vigilance. Watch what happens task by task:

TASK 0
0.0488
First encounter. No memory. Maximum fear.
TASK 1
0.0163
First replay. Fear drops 66%.
TASK 2
0.0200
Slight rise. New task, new exposure.
TASK 3
0.0213
Holding steady. Calibrated.
TASK 4
0.0238
Stable vigilance. Not zero — wiser.
Hover over each task to see what was happening in Maya's mind.

Bhaya at 0.000 is not enlightenment — it is the absence of caution in a system that has never suffered. Bhaya at 0.020 — low, stable, not driving behaviour but present — is the mark of a mind that has learned from fear without being defined by it. In Vedantic terms: not Ajnana (ignorance), not Bhaya-paralysis, but Viveka — discerning awareness of risk.

§6 THREE-SEED REPLICATION
Not Luck. Structure.

A result on one random seed could be a coincidence. Three seeds — 42, 123, and 7, the same seeds used throughout the Maya series — showing the same shift with a delta standard deviation of only 0.0048 is structure. Each seed is a different universe: different weight initialisations, different replay buffer sampling. The shift persists across all three.

SEED 42
−0.0471
P1: 0.3091
P3: 0.2620
SEED 123
−0.0489
P1: 0.3027
P3: 0.2538
SEED 7
−0.0508
P1: 0.3177
P3: 0.2669

The delta std of 0.0048 means the shift varied by less than ±1% of mPCI across all three seeds. For a system with this much stochasticity — random weight init, random batch sampling, random replay buffer — that consistency is meaningful. It is not noise. It is a structural property of the affective architecture.

§7 METHODOLOGICAL CONTROLS · FULL TRANSPARENCY
What We Tested After
🔬
We ran three controls specifically designed to challenge our own result. Two raised complications. We report them fully. This is what serious independent research looks like.
CONTROL 1 · TRAINING DEPTH
PARTIAL CONFOUND
What we tested: Does the mPCI shift appear even without affective dimensions, just from training longer? We trained Phase 1 to 5 tasks (matching Phase 3 depth) with all affective dims still OFF.

What we found: Phase 1-extended mPCI = 0.2765 (vs Phase 1-original 0.3098, Phase 3 = 0.2608). The extended baseline sits between the two — closer to Phase 3 than expected.

What this means: Training depth is a partial confound. The mPCI shift is not purely due to affective state. Both training depth and affective state contribute. The paper reports this honestly. Future work needs matched-depth activation experiments.
CONTROL 2 · PERTURBATION SCALE ROBUSTNESS
SCALE SENSITIVE
What we tested: Is the result an artefact of the specific σ=0.05 perturbation scale?

Results across scales:
σ = 0.02
−0.2193
Very large
σ = 0.05
−0.0489
Published ★
σ = 0.10
−0.0064
Near zero
At σ=0.02, large perturbations expose maximal structural differences. At σ=0.10, noise overwhelms the architecture equally across phases. The published σ=0.05 sits in a meaningful window — robust but not universal.
CONTROL 3 · SHUFFLE CONTROL
STATISTICS CONTRIBUTE
What we tested: Randomise the bits in the spike trains (preserving density), compute LZC. If structure drives the difference, shuffled trains should show equal LZC across phases.

What we found: Shuffled delta was larger than original delta across all seeds. Spike statistics (not just causal structure) contribute to the measured difference.

Seed 42: Original delta +0.0698 · Shuffle delta +0.1128
Seed 123: Original delta +0.0127 · Shuffle delta +0.0965
Seed 7: Original delta +0.0635 · Shuffle delta +0.1157

What this means: The spike density differences between phases (while approximately equal) are not perfectly matched. Even small density differences compound in LZC. Future work needs strict spike density equalisation before claiming structural causality.
WHY PUBLISH COMPLICATED RESULTS?

Hiding complications makes a paper look stronger for one paper cycle and weaker forever after. The complications tell you exactly where to go next: matched-depth activation experiments, strict density equalisation, σ-calibration curves. That is not weakness — that is the research frontier being clearly defined by an independent researcher who ran the controls themselves.

§8 ALL 9 ANTAHKARANA DIMENSIONS · CLICK TO EXPLORE
The Complete Inner Instrument

Each dimension below is not a metaphor. It is a falsifiable computational mechanism, independently testable, with a specific biological grounding. Click any to understand what it does and why it matters for the consciousness experiment.

§9 THE MAYA SERIES · P1–P9 · CLICK ANY NODE
Nine Papers, One Mind
Click any paper node to see its contribution to the Antahkarana.
§10 LIVE HYPERPARAMETERS · DRAG TO EXPLORE · PRESS R TO RESET
Feel the Architecture

Every slider below controls a real hyperparameter from the experiment. Drag them and watch the derived values change in real time. Press R at any time to snap back to canonical published values.

N_PERTURBATIONS10
Number of perturbation trials per phase. Published: 10. More trials = tighter std estimate.
SIGMA (σ)0.050
Gaussian perturbation scale on fc1 weights. σ=0.05 is published. Too small: no signal. Too large: destroys architecture.
BHAYA (Phase 3)0.020
Bhaya level at stabilisation. 0.000 = canonical quiescence (20-epoch). 0.016–0.024 = calibrated vigilance (5-epoch, this paper).
VAIRAGYA PROTECTION13%
% of fc1 synapses protected by Vairagya at Phase 3. Higher = more structural rigidity in the network.
QUIESCENCE TASK4
Which task to measure Phase 3. Earlier = less training, less consolidation. Later = more history, more Karma.
FC1 SIZE2048
Neurons in the fc1 O-LIF layer. Sequence length = T × FC1 = 4 × FC1 bits. Published: 2048.
Spike sequence length
8192 bits
Total perturbation trials
30 (3 phases × 10)
Bhaya state
Calibrated vigilance
LZC normaliser (n/log₂n)
629.1
Phase 3 training tasks
5 tasks (0–4)
The Frontier

If the Maya Antahkarana framework were ported to FinalSpark's Neuroplatform — living human brain organoids on multi-electrode arrays — the affective state variables would cross from computational simulation to biological reality. The mPCI protocol developed here would apply directly: measure LZC of MEA spike trains under electrode perturbation across reactive and stabilisation states. That is where this experiment points.

Full FAQ Paper DOI GitHub