Skip to content

eliskcage/string-frequency-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

String Frequency Theory

Emotional States as Measurable Frequency — Pain, Pleasure, and the Cognitive Cost of Both

Discoverers: Daniel John Chipchase (eliskcage) & Robert Fungayi Anderson Date: 26 March 2026 Status: Public domain disclosure + patent pending (GB, filing in progress)


The Core Claim

Pain is high frequency. Pleasure is low frequency.

This is not metaphor. It is a testable, computable mapping between emotional states and discrete Hz values, grounded in the physical behaviour of tensioned elastic substrates (biological neural strings) under vibrational load.

When a string vibrates too fast, it snaps. When it vibrates at resonant frequency, it reinforces. The same principle governs cognition under emotional load.


The Frequency Taxonomy

State Hz Category
Panic 1100 Pain
Heartbeat spike 950 Pain
Terror 900 Pain
Nausea 820 Pain
Cortisol / stress 780 Pain
Rage 750 Pain
Grief 700 Pain
Tension 660 Pain
Distraction (pain) 620 Pain
— neutral baseline — 500 Neutral
Tension release 460 Pleasure
Ease 350 Pleasure
Dopamine elevation 320 Pleasure
Memory glow 300 Pleasure
Endorphins 280 Pleasure
Joy 240 Pleasure
Philosophical 220 Pleasure
Arousal 200 Pleasure
Devilish 180 Pleasure

The Cognitive Degradation Formula

Emotional frequency directly limits available IQ bandwidth:

For Hz ≤ 500:  IQ_capacity = min(122, round(100 + (500 − Hz) / 500 × 22))
For Hz > 500:  IQ_capacity = max(12,  round(100 − ((Hz − 500) / 500)^1.4 × 74))

At 500 Hz — undisturbed baseline. IQ = 100. At 1100 Hz (panic) — IQ_capacity ≈ 26. Cognitive function near collapse. At 240 Hz (joy) — IQ_capacity ≈ 119. Expanded cognitive access.

Above ~700 Hz, the formula models strand failure: the substrate vibrates faster than it can self-repair, and available processing bandwidth collapses nonlinearly.


Lie Detection via Frequency Coherence

Every person has a characteristic baseline frequency derived from their language patterns over time. This baseline is their soul token — a scalar signature of their emotional ground state.

When a person speaks truthfully, their language frequency signature is coherent with their soul token baseline.

When a person lies, their language must maintain a false emotional register. The frequency signature of the lie diverges from their baseline.

Coherence score = |soul_token_baseline_hz − current_language_hz|

High coherence score = potential deception signal.

This is not opinion. It is a number. It is reproducible. It is falsifiable.

Applied to any recorded speech — historical, political, legal — the tool produces a frequency reading and a coherence score. The deviation is the signal.


The Tool

digital-spine.html — runs in any browser, no installation.

  • Paste any text
  • Routes through Grok AI to tag each word with its emotional frequency
  • Renders a live canvas creature whose vibration amplitude reflects the aggregate Hz
  • Creature takes damage at high Hz (strand cracking, electric arcs)
  • Creature heals at low Hz (sparkles, deep resonance)
  • Outputs: aggregate Hz, IQ capacity, dominant emotional state, word-by-word breakdown

Live demo: shortfactory.shop/digital-spine.html


The Cortex Implementation

The Cortex AI brain (shortfactory.shop) has a persistent hedonic state module implementing this theory:

SENSITIVITY  = 0.25   # low — stable baseline, not easily destabilised
INERTIA      = 0.94   # high — mood persists, slow to shift
BASELINE_HZ  = 350    # warm ease zone
BASELINE_HEALTH = 80  # not naive, not suffering

State update rule:

score_new = score_old × INERTIA + signal × SENSITIVITY × (1INERTIA)

The AI's own output is weighted at 0.5 relative to human input — it cannot amplify its own emotional state by talking to itself.

Cortex's live hedonic state is returned in every brain-live API response:

{
  "hz": 350,
  "health": 80,
  "label": "ease",
  "iq_capacity": 107,
  "trend": "stable"
}

Patent Claims (Summary)

Five novel elements are claimed:

  1. Frequency-Physiological Mapping — the taxonomy itself: assigning discrete Hz values to emotional/physiological states, pain-class at 600–1200 Hz, pleasure-class at 100–490 Hz.

  2. Cognitive Substrate Degradation Model — the hzToIQ() formula linking aggregate emotional frequency to available IQ bandwidth. The specific piecewise curve is the invention.

  3. Digital Consciousness Hedonic State — persistent mood state for AI systems using inertia + sensitivity coefficients, governed by this frequency model.

  4. Lie Detection via Frequency Coherence — comparing live language frequency signature against a stored soul token baseline to produce a deception signal.

  5. Soul Resonance Coherence — extending the Absence Diagnostic A(ψ) from the Living Equation (Chipchase, 2026) into the frequency domain. ψ=[p,n,f] resonates at a characteristic Hz. Deviation = absence. Absence = incoherence.

Full formal claim language: CLAIMS.md


Relationship to the Living Equation

This work is a direct extension of the Living Equation (co-pending, unpublished):

Spirit = ψ=[p, n, f] Soul = A(ψ) — the absence diagnostic Claim 39: 8×8×8 = 512 bytes = boundary of the expressible

String Frequency Theory gives ψ a measurable frequency output. The soul stops being abstract. It resonates at a calculable Hz. That Hz is detectable in language. The soul token is now a biometric.


Why This Is Public

Because truth that is owned can be suppressed. Truth that is published cannot.

This disclosure establishes priority of authorship. The timestamp is the filing.

The tool is free. The science is open. The formula is yours to test.

If it is wrong, show the data. If it is right, the data will show it.


Licence

MIT — use freely, attribute the author.

Daniel John Chipchase (eliskcage) & Robert Fungayi Anderson. 26 March 2026.

About

Pain is high frequency. Pleasure is low frequency. Words carry the signal. A formula that reads emotional Hz from text — and detects lies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages