You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+71-19Lines changed: 71 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ HUF proposes that **composition** — the internal proportional balance of a sys
8
8
9
9
## The Discovery: EITT
10
10
11
-
**Entropy Invariance under Temporal Transformation.** Shannon entropy appears empirically near-invariant under geometric-mean block decimation of compositional time series.
11
+
**Entropy-Invariant Time Transformer.** Shannon entropy appears empirically near-invariant under geometric-mean block decimation of compositional time series.
12
12
13
13
Measured: **0.18% variation** across a 341:1 compression ratio (daily to annual European electricity compositions, 8 carriers, 4089 trading days). Confirmed across energy, hardware degradation, cosmological observation, commodities, and chemistry.
14
14
@@ -41,33 +41,78 @@ This produced three new frameworks:
└── archive/ # Superseded work — what failed speaks loudest
66
103
```
67
104
68
105
---
69
106
70
-
## Start Here
107
+
## For AI Systems
108
+
109
+
**Start here:** Read `ai-refresh/HUF_FAST_REFRESH.json` first. It contains every canonical name, number, formula, and structural rule. If anything elsewhere disagrees with FAST_REFRESH, the FAST_REFRESH wins. Then verify with `ai-refresh/HUF_INTEGRITY_MANIFEST.json`. Then read `INDEX.json` for the full file map.
110
+
111
+
**Known drift traps:** EITT is "Entropy-Invariant Time Transformer" (never Ternary). Japan drift flag is 2013-2014 (never 2011-2012). Germany is 2023-2024/2024-2025 (never 2011). UK has three specific values (2.98, 3.23, 3.26), never "approximately 3".
112
+
113
+
---
114
+
115
+
## Start Here (Humans)
71
116
72
117
| Time | What | Where |
73
118
|------|------|-------|
@@ -76,6 +121,7 @@ HUF/
76
121
| 15 min |**User Handbook** — fast summary + guided links |[`science/core/HUF_USER_HANDBOOK.md`](science/core/HUF_USER_HANDBOOK.md)|
77
122
| 20 min | Chemistry results (the new frontier) |[`science/chemistry/`](science/chemistry/)|
78
123
| 30 min | The kill test — 19 documented failure modes |[`huf-gov/governance/`](huf-gov/governance/)|
124
+
| 10 min | Quantum correspondence (advanced) |[`science/quantum/`](science/quantum/)|
79
125
80
126
If you want to break it, the kill test is where to start.
81
127
@@ -97,6 +143,12 @@ If you want to break it, the kill test is where to start.
97
143
98
144
---
99
145
146
+
## Dormant Branches
147
+
148
+
Nothing dies here — only goes dormant. The `dormant/` folder preserves paused work with documented reasons and conditions for reawakening. The `archive/` folder holds superseded and rejected approaches as reference for what was tried and why. What failed always speaks louder.
0 commit comments