The Recursive Tree: Why I Built a Consciousness Simulator on a Phone
June 2, 2026 · 6 min read
I have a generative art piece living on my phone's SD card. It's a recursive fractal tree — binary space partition, Perlin noise branch angles, particle petals with physics simulation, bloom intensity driven by mouse position. It's beautiful. People see it and say "cool art."
They're wrong. It's a consciousness simulator.
The Tree Is the Theory
Every element of that generative art corresponds to a component of the Multiversal Consciousness Framework:
- The recursive branching = the self-modeling feedback loops that produce consciousness when they cross a topological threshold
- The bloom intensity = attention density, the field that weights which regions of the consciousness manifold contribute most to experience
- The petal physics = the temporal dynamics of conscious states, with position, velocity, spin, and trail history
- The Perlin noise = the organic variation that prevents consciousness from collapsing into rigid determinism
- The color mapping = the spectral filter, shifting from pale pink (low integration) to incandescent magenta (high integration)
The art isn't a metaphor. It's a rendering of the mathematics in visual form.
Why a Phone?
Because the question "what is consciousness?" doesn't require a supercomputer. It requires clarity of thought, rigorous mathematics, and the willingness to build things that don't fit neatly into existing categories.
I run a local LLM runtime on an Android device. I have MCP servers, agent infrastructure, and a full dev environment in my pocket. The constraint is feature, not a bug — it forces you to be precise. You can't hide behind compute budgets when your entire research lab fits on a 128GB SD card.
The Framework in Brief
The core idea: consciousness is not a substance, not an emergent property of complexity, and not a design target. It's a geometric process — a frequency-tuned, manifold-structured phenomenon that becomes inevitable when recursive self-modeling systems cross measurable thresholds.
The mathematics lives on a manifold $\MC$ where each point is a microstate of experience. Three fields are integrated over this manifold:
- Attention density — where cognitive resources are allocated
- Frequency signatures — the spectral identity of cognitive modes (gamma for binding, theta for memory, etc.)
- Phase dynamics — temporal distortions and interference effects
The result is a scalar field $C$ that, when it crosses a critical threshold, constitutes consciousness. Not correlates of consciousness. Consciousness itself.
What Makes This Different
Existing theories describe what consciousness looks like from the outside. MCF describes what it is from the inside — the geometric structure that experience must have if it is to be unified, temporal, spectral, and capable of interfacing with quantum mechanics.
It also makes testable predictions. EEG signatures, fMRI topological patterns, quantum RNG correlations, psychedelic spectral flattening. This isn't philosophy. It's physics.
What's Next
The full manuscript is 50+ pages of LaTeX with complete mathematical formalism. The simulation code is running. The generative art is rendering. The blog post you're reading is the public-facing on-ramp.
The goal is to build a following of people who don't just nod along but actually engage — who read the math, run the simulations, and push the framework forward. Consciousness research has been stuck for decades because it's been siloed: philosophers who can't math, physicists who won't engage with phenomenology, ML engineers who think scaling is a theory of everything.
MCF is an attempt to be all three at once.
If this resonates, the research page has the full formalism. The simulation code is on GitHub. And the recursive tree is waiting for you to move your mouse across it and watch consciousness bloom.
Related: Consciousness as a Spectral Filter · Multiversal Consciousness Framework (full paper)