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: docs/ladder/ACAF_NOTE.md
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,59 @@ Four organs, each grounded in existing machinery:
37
37
38
38
| organ | role | realized as |
39
39
|---|---|---|
40
-
|**Critic**| value estimate: does frame+geometry suffice; how heavy the tail |`dynamics.describe` + a cheap hardness proxy (`n`, `m/n`, gyration) |
40
+
|**Critic**| value estimate: does frame+geometry suffice; how heavy the tail |`dynamics.describe` + a geometric hardness read off the holographic screen ∂∞ (`_cosmological_hardness`) |
41
41
|**Actor**| staged policy: frame → single arm → cores-sized portfolio |`frame_solve_scouted` → `_certified_cdcl` → `_parallel_cdcl_portfolio`|
42
42
|**Ambigator**| polysemy/region sets how much to diversify |`dynamics` conserved-count / hardness → breadth |
43
43
|**Fuzzer**| emit decorrelated engine+seed configs (collapse the tail) |`_fuzzer(breadth)`|
44
44
45
+
## The critic's hardness — a position on the holographic screen, not a Euclidean ramp
46
+
47
+
The critic's value estimate was a flat scalar, `min(1, n/260)` — hardness as a straight
48
+
Euclidean ramp in the variable count. That threw the geometry away. The fabric already
49
+
places every instance on the **Poincaré ball**: a frame-decided instance sits near the
50
+
centre, a frame-void (CDCL) instance falls to the **boundary at infinity ∂∞**, an
51
+
*infinite* hyperbolic distance out (`orbifold.hyperbolic_depth`, FABRIC_MODEL_NOTE). By
52
+
the time the critic is asked for a tunnel hardness the instance has **already fallen to
53
+
∂∞** — and there the radial coordinate *degenerates*: measured, `gyration` pins at ~14.16
54
+
for **every** tunnel instance, all `n`, all `α`. Rigidity is exhausted; every tunnel
55
+
instance is equally structureless.
56
+
57
+
So hardness cannot live on the radial axis. Holographically it lives on the screen's own
0 commit comments