METAPHYSICS

The core axioms and structures of the TOOTRA Knowledge System.

THE 10 NOETICS

F1
MIND
Unity, Source, The All
F2
POSITIVE
Force, Expansion, Male
F3
NEGATIVE
Form, Contraction, Female
F4
VIBRATION
Energy, Movement, Life
F5
FEMALE
Attraction, Magnetism
F6
MALE
Projection, Electric
F7
RHYTHM
Cycles, Patterns, Time
F8
ABOVE/CAUSE
Archetypal Realm
F9
BELOW/EFFECT
Manifest Realm
D10
IDEA
Physical Reality, Earth

HYBRID OOP ARCHITECTURE

TKS Hybrid OOP bridges the gap between high-level modeling and low-level Noetic manipulation. It introduces three key constructs that map directly to metaphysical principles.

Blueprint (The Archetype)

Defines the Platonic Form of an entity. It is the static potential before manifestation. Maps to Noetic F8 (Above/Cause).

Specifics (The Manifestation)

The actual state data of an instance. This is the "flesh" of the object. Maps to Noetic F9 (Below/Effect).

Actions (The Will)

Methods that transform state. Since TKS is immutable, actions return new instances. Maps to Noetic F4 (Vibration/Energy).

example.tksh
blueprint Egregore {specifics {power: Ordinalsigil: Image}actions {def charge(self): Egregore {// Returns NEW state (Immutable)return repeat self(power: self.power + 1 )}}}

NJT CIRCUITS IN DAILY LIFE

Narrative Junction Transistors (NJTs) are the "physics" of consciousness. They explain how thoughts become actions.

Scenario 1: The Morning Coffee Amplifier
Experience: A faint thought of "coffee" + the smell of brewing = Overwhelming NEED.
F3 (Life) ──[p=0.2]──┤ NJT⁺ ├──[p=0.9]──→ Get Coffee │ │ Smell ─┴─[N8→N9] (trigger)
Mechanism: An NJT⁺ (Positive Transistor) amplifies a weak signal (thought) using a sensory bias (smell).
Scenario 2: The Phone Inhibitor
Experience: Urge to check phone + Phone in other room = Urge fades, no action.
Urge ──[p=0.7]──┤ NJT⁻ ├──[p=0.1]──→ (Suppressed) │ │ Distance─┴─[−N3] (brake)
Mechanism: An NJT⁻ (Inhibitory Transistor) uses environmental friction (distance) to raise the activation threshold.
Scenario 3: The Exercise Momentum
Experience: Hard to start → Easier next time → Automatic habit.
┌────────[Feedback ×1.2]────────┐ ↓ ↑ F3 (Life)──┤ NJT⁺ ├──[D→W→P]──→ Workout Complete │ +N5 │ └──────┘ (memory)
Mechanism: Feedback loop with N5 Hysteresis (Memory). Success lowers the threshold for the next activation.
Scenario 4: The Creative Flow
Experience: Idea → Action → Idea → Action. Time disappears.
┌──────────────[Feedback]──────────────┐ ↓ ↑ Start──┤ NJT⁺ ├──[Delay]──[NOT]──[Clamp]───┘ │ N7 │ └──────┘ (rhythm)
Mechanism: A self-sustaining Oscillator Circuit regulated by N7 (Rhythm).