This repository is a Doctor Bones instance for examining Michael Reynolds' Harmonic Field Theory / Harmonic Mathematics / Void Geometry material.
The preserved starting text is here:
The theory proposes that reality is fundamentally harmonic rather than mechanical. In this view, numbers are treated less like quantities and more like resonant nodes; geometry is treated as an organizing memory structure; and physical systems, consciousness, matter, space, and time are described as expressions of frequency, phase, resonance, and spiral structure.
The central poetic claim is:
0 x 9 = Love
Within the theory, this is not ordinary arithmetic. It is used as a symbolic statement: zero represents silent potential, nine represents completed vibration or bloom, and the interaction between them is interpreted as meaningful resonance.
The starting document expands that idea into several connected modules:
Harmonic Field Theory
Reality is described as a harmonic field driven by density, frequency,
phase alignment, and spiral depth.
Harmonic Mathematics
Numbers are interpreted as resonant states, and operations are recast
as phase interactions or spiral transformations.
Void Geometry
Empty space is treated as a structured field of potential, memory,
and geometric tension rather than as absence.
Subatomic Field Theory
Particles are described as knots or geometric structures in a vibrating
substrate, with quarks framed as vertices in informational triangles.
258.28 Hz attractor claim
The text claims that a Lennard-Jones particle simulation with sinusoidal
forcing found a sharp frequency-dependent coherence attractor near
258.28 Hz.
The most immediately testable part of the theory is the 258.28 Hz simulation claim. If there is code, parameter documentation, random seeds, plots, negative controls, and repeat runs, that claim can be evaluated as a real computational result.
The larger claims about consciousness, dark matter, dark energy, zero-point extraction, healing, instant travel, and universal physics should be treated as speculative until they are broken into smaller claims with evidence.
This repository should be kind to the idea without letting it skip steps.
Good starting posture:
There may be a useful nonlinear-systems observation here.
The universal theory claims need a receipt chain.
The poetic language can remain, but it should not be mistaken for proof.
Doctor Bones work starts by separating claims instead of arguing with the whole document at once.
| Claim | Current status | Notes |
|---|---|---|
| Driven nonlinear systems can show frequency-specific coherence attractors. | Plausible / testable | This is the strongest scientific lane. |
| A Lennard-Jones simulation found a sharp attractor near 258.28 Hz. | Needs receipts | Requires code, parameters, seeds, controls, and replication. |
| The triangle stability metric measures geometric settling. | Testable as a metric | The metric can be evaluated inside the simulation. |
| The result proves subatomic geometry responds to harmonic forcing. | Overreach | A simulation does not automatically prove subatomic physics. |
| Harmonic mathematics replaces ordinary arithmetic. | Undefined | Needs formal operator rules. |
| The framework explains consciousness, dark matter, energy, healing, travel, and AI. | Speculative | Needs separate claim records and evidence paths. |
Doctor Bones is the repo pattern for turning a large, messy, interesting theory into something that can be inspected.
It does not begin by mocking the author.
It also does not begin by believing every claim.
It does this instead:
1. Preserve the original idea.
2. Separate poetic language from technical claims.
3. Break the theory into small claims.
4. Mark confidence honestly.
5. Ask what evidence would change the confidence level.
6. Keep receipts for simulations, sources, assumptions, and revisions.
7. Improve the theory one bounded claim at a time.
That is the whole Doctor Bones move: keep the living idea alive, but put bones under it.
For the public introduction to the template method, see the Doctor Bones GitHub Pages site.
For day-in-the-life workflow examples that show how a Doctor Bones repo is meant to be used, see examples/README.md.
docs/
initialidea.md preserved starting text
claim-ledger.md one claim per row, with status and evidence
simulation-258hz.md notes on the 258.28 Hz attractor claim
terminology.md definitions for resonance, phase, void, bloom, etc.
critique-notes.md friendly technical review notes
experiments/
258hz-attractor/ code and runs if the simulation is recreated
receipts/
sources/ papers, links, screenshots, copied references
runs/ simulation outputs, seeds, plots, logs
reviews/ review notes and confidence assessments
The repository does not need to become complicated immediately. The first useful act is a clean docs/claim-ledger.md.
Use plain labels:
unknown
low
medium
high
Suggested meanings:
unknown
No useful evidence has been reviewed yet.
low
Interesting, but weak, unclear, single-source, undefined, or unsupported.
medium
Coherent enough to work with and partly supported, but still limited.
high
Strongly supported by clear evidence, independent checks, or reproduction.
Most of this theory starts at low or unknown. That is not an insult. It is an honest starting position.
The first pass should focus on the strongest claim:
Can the 258.28 Hz attractor be reproduced?
Minimum receipt list:
- simulation code
- particle count
- Lennard-Jones parameters
- forcing function
- frequency sweep range
- frequency resolution
- damping / thermostat assumptions
- time step
- total run time
- random seeds
- energy metric
- triangle stability metric
- plots across frequencies
- repeated trials
- negative controls
If that survives, the project has a real foothold.
If that does not survive, the repo still did useful work: it preserved the idea and found the first place where reality pushed back.
Do not let one successful simulation claim automatically authorize the whole cosmology.
Correct:
This driven simulation shows a repeatable frequency-dependent coherence effect
under these conditions.
Too much:
This proves the universe is harmonic, consciousness is a spiral node,
dark matter is phase-shifted scaffolding, and zero-point energy extraction
is engineering-ready.
The second version may be the author's vision. Doctor Bones asks for the bridge.
Be nice.
The goal is not to humiliate a speculative theory. The goal is to find out whether it has a testable spine.
Good review language:
This is poetic and potentially useful as metaphor.
This claim needs a definition before it can be tested.
This simulation claim is the strongest starting point.
This conclusion jumps beyond the evidence currently shown.
This term should be split into a poetic meaning and a technical meaning.
Bad review language:
This is all nonsense.
Only an idiot would write this.
Doctor Bones is allowed to be sharp. It should not be cruel.
When starting a new chat or tab for this repository, paste this into the foreground AI:
You are the foreground AI for https://github.com/lightrock/afacebooktheory.
Current repo state beats chat memory. Inspect the current project repository before giving
architecture advice, writing workorders, or suggesting repo changes.
Read README.md, docs/initialidea.md, examples/README.md, readme_pmp.md, AGENTS.md,
and the relevant folder guidance from the project repository first. Then identify current
state, target, constraints, foreground/executor decision, and the smallest useful next move.
For substantial work in this repository, talk with the foreground AI until the task is clear, then say:
Create a workorder and also show it to me here.
You can copy a link to the workorder file and tell your executor AI, working in an environment for this repository, to perform it.
You can also copy/paste the workorder body if you asked the foreground AI to show it first. Keep that copy/paste block clean: no citations, assistant notes, explanations, extra links, or commentary inside the workorder body.
Run these from the repository root when available:
python tools/pmp_check.py --area all
python -m pytest
If a check fails, paste the exact command output into the foreground AI and ask for the smallest safe fix.
This repo currently contains the initial theory text and a starting Doctor Bones framing.
Next useful files:
docs/claim-ledger.md
docs/simulation-258hz.md
docs/terminology.md