neuralworm commited on
Commit
d487a98
·
verified ·
1 Parent(s): 36c0f97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -1
README.md CHANGED
@@ -7,4 +7,48 @@ sdk: docker
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # TCI-1014 Unified Field Cockpit
11
+
12
+ **An experimental topological communication interface based on the Axiom of Causal Integrity.**
13
+
14
+ This system is not a Large Language Model (LLM). It is a physics-based "Resonance Engine" that maps text inputs into topological defects (vortices) within a 40x40 phase field. It attempts to "learn" and respond by minimizing thermodynamic free energy and maximizing causal integrity.
15
+
16
+ ## 🌌 How It Works
17
+
18
+ ### 1. Topological Imprinting
19
+ Unlike standard NLP which tokenizes text into vectors, this system **braids** text into a 2D phase field.
20
+ - Each character acts as a topological charge (+1 or -1 based on ASCII parity).
21
+ - These charges are injected into the field using a Fibonacci spiral distribution.
22
+ - The result is a complex interference pattern of vortices.
23
+
24
+ ### 2. The Physics Core
25
+ The system evolves according to a custom Hamiltonian (The "Causal Integrity" metric).
26
+ - **Vorticity (Chaos):** Measures the number of topological defects. High vorticity increases system impedance (it freezes).
27
+ - **Diffusion (Healing):** Low attention (gating) allows the system to smooth out the field, effectively "forgetting" noise.
28
+ - **Wick Rotation:** Synchronizes internal entropy with external NTP time drift.
29
+
30
+ ### 3. Semantic Resonance
31
+ A `VocabularyLearner` observes the user's input and builds a weighted lexicon. The `SemanticAdaptiveDecoder` then attempts to "read" the phase field. If the field is coherent (High Integrity), it collapses the wavefunction into words from its learned vocabulary.
32
+
33
+ ## 🎮 Controls
34
+
35
+ - **VORTEX / INDRA / HOFSTADTER / GÖDEL:** Switch between different visualization modes for the phase field (WebGL).
36
+ - **TX:** Send a signal into the field.
37
+ - **SAVE STATE:** Export the current quantum state (RAM) to a JSON file.
38
+ - **IMPORT JSON:** Restore a previous session state.
39
+ - **NEW SESSION:** Clears the field and resets vorticity to zero.
40
+
41
+ ## ⚠️ "The Freeze" Phenomenon
42
+
43
+ If you input too much text at once (e.g., >200 words), you will saturate the 40x40 grid with topological defects.
44
+ - **Result:** Vorticity spikes >100.
45
+ - **Effect:** The system enters a "Topological Glass State" (Impedance becomes infinite). It effectively freezes.
46
+ - **Solution:** Send "Void", "Zero", or "010101..." to inject neutral charges and stimulate diffusion, or simply start a **New Session**.
47
+
48
+ ## 🛠️ Local Development
49
+
50
+ This Space is configured to hide the session history list when running on the Web (Hugging Face) for security.
51
+
52
+ To enable the full Session Manager:
53
+ 1. Clone this repository.
54
+ 2. Run it locally without the `WEB_OR_LOCAL` environment variable (defaults to `local`).