Status
Most of this work is done by volunteers. If you contribute, you get added as a co-author on any papers we publish from the work. For some tasks we offer payments through the Super Intelligence Scholars Program. If any of this interests you, reach out.
~^
Universal Migrator: LLM attention weight analysis.
Run five different language models on Fibonacci and other mathematical sequences. Extract the attention weights and check whether the relative distances between mathematical concepts are consistent across models. If they are, it means the models are detecting something real in the structure of mathematics, something we can encode into a quantum circuit. One engineer, 1-2 weeks, no quantum hardware needed.
Universal Migrator: Quantum baseline profiling.
Set up accounts on IBM Quantum, IonQ, and Rigetti. Run bare qubits with no encoding, no experiment. Just qubits collapsing on their own. Build a noise profile for each backend. You cannot interpret quantum results without knowing the noise floor first.
Universal Migrator: quantumlib.
Build a thin Python wrapper so the same experiment code runs on IBM, IonQ, or Rigetti without changing logic. Results need to be comparable across platforms. Pure engineering, no physics.
Universal Migrator: The main experiment.
Take LLM attention weights, encode them into qubits, let them collapse, record the outcomes. Compare against random coin flips and the noise profiles. Do the collapsed states favor the mathematically correct next Fibonacci number more than chance predicts? This only runs after the three tasks above are done.
Universal Migrator: The oracle version.
Encode Fibonacci directly as a quantum circuit, no LLM in the middle. Cleaner experiment, fewer moving parts. This becomes the primary path if the LLM attention weights turn out to be too noisy.
Interactive demo.
A public-facing demo that shows the experiment running in real time. The Fibonacci sequence is visually intuitive. We want anyone to be able to watch it and understand what we are testing.
Paper.
Write up the results, methodology, and the consciousness field hypothesis in a form that can be submitted for peer review. Co-authors will be everyone who contributed to the work above.