@hviana/sema 0.2.4 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/geometry.ts +52 -3
- package/src/mind/attention.ts +1469 -120
- package/src/mind/index.ts +16 -0
- package/src/mind/junction.ts +125 -16
- package/src/mind/mind.ts +15 -0
- package/src/mind/rationale.ts +12 -4
- package/src/mind/traverse.ts +75 -7
- package/src/mind/types.ts +25 -0
- package/test/51-structural-resonance-ladder.test.mjs +552 -0
- package/test/52-climb-consensus-instrumentation.test.mjs +324 -0
- package/test/53-cross-region-probe-instrumentation.test.mjs +356 -0
- package/dist/example/demo.d.ts +0 -1
- package/dist/example/demo.js +0 -39
- package/dist/example/train_base.d.ts +0 -87
- package/dist/example/train_base.js +0 -2252
- package/dist/src/alphabet.d.ts +0 -7
- package/dist/src/alphabet.js +0 -33
- package/dist/src/alu/src/alu.d.ts +0 -185
- package/dist/src/alu/src/alu.js +0 -440
- package/dist/src/alu/src/expr.d.ts +0 -61
- package/dist/src/alu/src/expr.js +0 -318
- package/dist/src/alu/src/index.d.ts +0 -11
- package/dist/src/alu/src/index.js +0 -19
- package/dist/src/alu/src/kernel-arith.d.ts +0 -16
- package/dist/src/alu/src/kernel-arith.js +0 -264
- package/dist/src/alu/src/kernel-bits.d.ts +0 -19
- package/dist/src/alu/src/kernel-bits.js +0 -152
- package/dist/src/alu/src/kernel-logic.d.ts +0 -4
- package/dist/src/alu/src/kernel-logic.js +0 -60
- package/dist/src/alu/src/kernel-nd.d.ts +0 -3
- package/dist/src/alu/src/kernel-nd.js +0 -208
- package/dist/src/alu/src/kernel-numeric.d.ts +0 -54
- package/dist/src/alu/src/kernel-numeric.js +0 -366
- package/dist/src/alu/src/operation.d.ts +0 -168
- package/dist/src/alu/src/operation.js +0 -189
- package/dist/src/alu/src/parser.d.ts +0 -221
- package/dist/src/alu/src/parser.js +0 -577
- package/dist/src/alu/src/resonance.d.ts +0 -55
- package/dist/src/alu/src/resonance.js +0 -126
- package/dist/src/alu/src/text.d.ts +0 -31
- package/dist/src/alu/src/text.js +0 -73
- package/dist/src/alu/src/value.d.ts +0 -109
- package/dist/src/alu/src/value.js +0 -300
- package/dist/src/alu/test/alu.test.d.ts +0 -1
- package/dist/src/alu/test/alu.test.js +0 -764
- package/dist/src/bytes.d.ts +0 -14
- package/dist/src/bytes.js +0 -59
- package/dist/src/canon.d.ts +0 -26
- package/dist/src/canon.js +0 -57
- package/dist/src/config.d.ts +0 -111
- package/dist/src/config.js +0 -91
- package/dist/src/derive/src/deduction.d.ts +0 -125
- package/dist/src/derive/src/deduction.js +0 -155
- package/dist/src/derive/src/index.d.ts +0 -7
- package/dist/src/derive/src/index.js +0 -11
- package/dist/src/derive/src/priority-queue.d.ts +0 -20
- package/dist/src/derive/src/priority-queue.js +0 -73
- package/dist/src/derive/src/rewrite.d.ts +0 -56
- package/dist/src/derive/src/rewrite.js +0 -100
- package/dist/src/derive/src/trie.d.ts +0 -90
- package/dist/src/derive/src/trie.js +0 -217
- package/dist/src/derive/test/derive.test.d.ts +0 -1
- package/dist/src/derive/test/derive.test.js +0 -122
- package/dist/src/extension.d.ts +0 -37
- package/dist/src/extension.js +0 -7
- package/dist/src/geometry.d.ts +0 -176
- package/dist/src/geometry.js +0 -546
- package/dist/src/index.d.ts +0 -16
- package/dist/src/index.js +0 -18
- package/dist/src/ingest-cache.d.ts +0 -41
- package/dist/src/ingest-cache.js +0 -161
- package/dist/src/mind/articulation.d.ts +0 -6
- package/dist/src/mind/articulation.js +0 -99
- package/dist/src/mind/attention.d.ts +0 -88
- package/dist/src/mind/attention.js +0 -997
- package/dist/src/mind/bridge.d.ts +0 -30
- package/dist/src/mind/bridge.js +0 -569
- package/dist/src/mind/canonical.d.ts +0 -29
- package/dist/src/mind/canonical.js +0 -88
- package/dist/src/mind/graph-search.d.ts +0 -285
- package/dist/src/mind/graph-search.js +0 -956
- package/dist/src/mind/index.d.ts +0 -5
- package/dist/src/mind/index.js +0 -5
- package/dist/src/mind/junction.d.ts +0 -95
- package/dist/src/mind/junction.js +0 -262
- package/dist/src/mind/learning.d.ts +0 -47
- package/dist/src/mind/learning.js +0 -248
- package/dist/src/mind/match.d.ts +0 -126
- package/dist/src/mind/match.js +0 -441
- package/dist/src/mind/mechanisms/alu.d.ts +0 -4
- package/dist/src/mind/mechanisms/alu.js +0 -36
- package/dist/src/mind/mechanisms/cast.d.ts +0 -89
- package/dist/src/mind/mechanisms/cast.js +0 -716
- package/dist/src/mind/mechanisms/confluence.d.ts +0 -24
- package/dist/src/mind/mechanisms/confluence.js +0 -225
- package/dist/src/mind/mechanisms/cover.d.ts +0 -6
- package/dist/src/mind/mechanisms/cover.js +0 -203
- package/dist/src/mind/mechanisms/extraction.d.ts +0 -67
- package/dist/src/mind/mechanisms/extraction.js +0 -387
- package/dist/src/mind/mechanisms/recall.d.ts +0 -13
- package/dist/src/mind/mechanisms/recall.js +0 -325
- package/dist/src/mind/mind.d.ts +0 -274
- package/dist/src/mind/mind.js +0 -572
- package/dist/src/mind/pipeline-mechanism.d.ts +0 -142
- package/dist/src/mind/pipeline-mechanism.js +0 -213
- package/dist/src/mind/pipeline.d.ts +0 -20
- package/dist/src/mind/pipeline.js +0 -217
- package/dist/src/mind/primitives.d.ts +0 -70
- package/dist/src/mind/primitives.js +0 -287
- package/dist/src/mind/rationale.d.ts +0 -134
- package/dist/src/mind/rationale.js +0 -162
- package/dist/src/mind/reasoning.d.ts +0 -34
- package/dist/src/mind/reasoning.js +0 -240
- package/dist/src/mind/recognition.d.ts +0 -20
- package/dist/src/mind/recognition.js +0 -390
- package/dist/src/mind/resonance.d.ts +0 -23
- package/dist/src/mind/resonance.js +0 -0
- package/dist/src/mind/trace.d.ts +0 -15
- package/dist/src/mind/trace.js +0 -73
- package/dist/src/mind/traverse.d.ts +0 -113
- package/dist/src/mind/traverse.js +0 -504
- package/dist/src/mind/types.d.ts +0 -271
- package/dist/src/mind/types.js +0 -130
- package/dist/src/rabitq-ivf/src/database.d.ts +0 -113
- package/dist/src/rabitq-ivf/src/database.js +0 -201
- package/dist/src/rabitq-ivf/src/index.d.ts +0 -7
- package/dist/src/rabitq-ivf/src/index.js +0 -4
- package/dist/src/rabitq-ivf/src/ivf.d.ts +0 -200
- package/dist/src/rabitq-ivf/src/ivf.js +0 -1165
- package/dist/src/rabitq-ivf/src/prng.d.ts +0 -19
- package/dist/src/rabitq-ivf/src/prng.js +0 -36
- package/dist/src/rabitq-ivf/src/rabitq.d.ts +0 -95
- package/dist/src/rabitq-ivf/src/rabitq.js +0 -283
- package/dist/src/sema.d.ts +0 -31
- package/dist/src/sema.js +0 -63
- package/dist/src/store-sqlite.d.ts +0 -184
- package/dist/src/store-sqlite.js +0 -942
- package/dist/src/store.d.ts +0 -663
- package/dist/src/store.js +0 -1618
- package/dist/src/vec.d.ts +0 -31
- package/dist/src/vec.js +0 -109
|
@@ -1,716 +0,0 @@
|
|
|
1
|
-
// counterfactual.ts — Counterfactual Transfer / CAST (Section 4 of the mind).
|
|
2
|
-
//
|
|
3
|
-
// When a query weaves together byte-string evidence from multiple independently-
|
|
4
|
-
// learnt structures (disjoint run alignments, literal or distributional), CAST
|
|
5
|
-
// attempts to transfer structure between them — substitution, redirection, or
|
|
6
|
-
// analogical comparison — producing a counterfactual answer that goes beyond what
|
|
7
|
-
// the ordinary cover-and-extract pipeline can reach.
|
|
8
|
-
//
|
|
9
|
-
// CAST is a configuration of the elementary match-and-project operation
|
|
10
|
-
// (match.ts): matcher = alignGraded (literal W-gram runs + halo-matched pre.rec.sites),
|
|
11
|
-
// gate = the frame gate below + analogyStrength, projection = insert / project /
|
|
12
|
-
// juxtapose.
|
|
13
|
-
import { read } from "../primitives.js";
|
|
14
|
-
import { argmaxBy, corpusN, hubBound } from "../traverse.js";
|
|
15
|
-
import { analogyStrength, follow, project, reverseContext, } from "../match.js";
|
|
16
|
-
import { joinWithBridge } from "../resonance.js";
|
|
17
|
-
import { restatesQuery } from "../reasoning.js";
|
|
18
|
-
import { CONCEPT, STEP } from "../graph-search.js";
|
|
19
|
-
import { concat2, indexOf } from "../../bytes.js";
|
|
20
|
-
import { consensusFloor, dominates } from "../../geometry.js";
|
|
21
|
-
import { unexplainedLabel, unexplainedSpans, } from "../rationale.js";
|
|
22
|
-
import { rItem, rNode } from "../trace.js";
|
|
23
|
-
import { dismissedKnownContent } from "../bridge.js";
|
|
24
|
-
// ── CAST gates ────────────────────────────────────────────────────────────
|
|
25
|
-
//
|
|
26
|
-
// The frame gate has TWO components, both derived from the weave itself:
|
|
27
|
-
//
|
|
28
|
-
// 1. MIN WEAVE — the same 2 as the precondition `points.length < 2` (CAST
|
|
29
|
-
// needs at least two aligned structures to form a weave). Frame requires
|
|
30
|
-
// evidence BEYOND the minimum pair — a third structure agreeing — so the
|
|
31
|
-
// depth gate is `depth > MIN_WEAVE`. One definition, two uses.
|
|
32
|
-
//
|
|
33
|
-
// 2. HALF-DOMINANCE — `dominates(framed, len)` (the same test
|
|
34
|
-
// collectRegions, liftAnswer, and confluence's filler gate all use): a
|
|
35
|
-
// span more than half scaffolding no longer discriminates its own content.
|
|
36
|
-
// The per-byte test `dominates(depth[i], aligned)` classifies a byte as
|
|
37
|
-
// frame; the per-run test `dominates(framedCount, runLen)` decides
|
|
38
|
-
// whether the run is usable.
|
|
39
|
-
//
|
|
40
|
-
// Both are derived from structural quantities (aligned points, run length),
|
|
41
|
-
// never tuned. The constants below are the weave's own shape, not thresholds.
|
|
42
|
-
//
|
|
43
|
-
// DO NOT replace the frame gates with the structural IDF (reachOf +
|
|
44
|
-
// dominates): it was tried and empirically REFUTED (17-intelligence's
|
|
45
|
-
// reorder probe). CAST's frame is WEAVE-LOCAL — "what the aligned
|
|
46
|
-
// structures share among THEMSELVES" — while the IDF is corpus-global; a
|
|
47
|
-
// phrase common to the aligned exemplars (" describe it", "the importance
|
|
48
|
-
// of") is frame here even when it reaches only a corpus minority, and
|
|
49
|
-
// treating it as content lets the substitution branch fire on reordered
|
|
50
|
-
// single-fact queries. The two commonality notions coincide often, but
|
|
51
|
-
// neither derives the other.
|
|
52
|
-
/** The minimum number of aligned structures to form a weave — the same 2 that
|
|
53
|
-
* gates CAST entry (`points.length < 2`). Frame requires MORE than this
|
|
54
|
-
* minimum: `depth > MIN_WEAVE` means at least three structures agree on a
|
|
55
|
-
* byte, so no byte is frame when only the minimum pair exists. */
|
|
56
|
-
const MIN_WEAVE = 2;
|
|
57
|
-
/** The seat that establishes a node's role in an analogical comparison:
|
|
58
|
-
* the REVERSE context (what leads to it) when a predecessor genuinely
|
|
59
|
-
* ESTABLISHES id — introduces or describes it by name — else the FORWARD
|
|
60
|
-
* continuation (what it leads to), else `fallback`.
|
|
61
|
-
*
|
|
62
|
-
* An earlier version gated this purely on `prevCount(id) > 0`: any
|
|
63
|
-
* predecessor at all was treated as proof of a genuine named ENTITY
|
|
64
|
-
* (seat it by what established it), while no predecessor meant a bare
|
|
65
|
-
* learnt CONTEXT (seat it by what it leads to, since voicing it verbatim
|
|
66
|
-
* would answer a question with a question). That test measured the wrong
|
|
67
|
-
* thing — a broad sample of this store's own question-shaped nodes showed
|
|
68
|
-
* the large majority (≈71%) have at least one predecessor, most of them a
|
|
69
|
-
* handful of generic, high-fan-out sentences that recur as an INCIDENTAL
|
|
70
|
-
* neighbour to dozens of otherwise-unrelated destinations (a SmolSent-
|
|
71
|
-
* style sentence-adjacency artifact, never naming or describing what
|
|
72
|
-
* follows). Traced live: "What is the capital of France?" — whose own
|
|
73
|
-
* forward edge unambiguously resolves to "The capital of France is
|
|
74
|
-
* Paris." — has exactly one such incidental predecessor ("Create an
|
|
75
|
-
* example of a types of questions a GPT model can answer.?"), wrongly
|
|
76
|
-
* read as disqualifying proof of "genuine entity."
|
|
77
|
-
*
|
|
78
|
-
* A plain forward-first swap (matching {@link project}'s universal
|
|
79
|
-
* priority) over-corrected: test/29's C2/C3 pin that a genuine entity
|
|
80
|
-
* analog (e.g. "Leonardo da Vinci", established by "The Mona Lisa was
|
|
81
|
-
* painted by Leonardo da Vinci.") must be seated by that establishing
|
|
82
|
-
* sentence, NOT by its own biography fact — voicing the bio leaks exactly
|
|
83
|
-
* what a comparison must keep out, and loses the embedded "Mona Lisa"
|
|
84
|
-
* term C3 relies on for a further hop.
|
|
85
|
-
*
|
|
86
|
-
* The distinguishing signal is content-addressed, not a count: a genuine
|
|
87
|
-
* establishing predecessor's bytes CONTAIN id's own bytes — it names or
|
|
88
|
-
* describes id ("...painted by Leonardo da Vinci." contains "Leonardo da
|
|
89
|
-
* Vinci"). An incidental adjacency predecessor never does — it merely
|
|
90
|
-
* preceded id in some unrelated document without ever mentioning it. No
|
|
91
|
-
* new tuned constant: containment is the same primitive `restatesQuery`
|
|
92
|
-
* and `dominates`-style checks already use throughout this codebase.
|
|
93
|
-
*
|
|
94
|
-
* `allowForward` (default true) gates the FORWARD branch specifically —
|
|
95
|
-
* see the call sites below: the DOMINANT is what the query is actually
|
|
96
|
-
* ASKING, so completing it forward is the whole point; an ANALOG is only
|
|
97
|
-
* being CITED for comparison; the query never asked about IT, so chasing
|
|
98
|
-
* its own further continuation drifts onto whatever coincidentally
|
|
99
|
-
* follows it in the corpus. Traced live: the analog "What is the capital
|
|
100
|
-
* of Japan?\nTokyo is the capital of Japan." is ALREADY a complete,
|
|
101
|
-
* self-answering unit (prevCount 0, so no establishing predecessor
|
|
102
|
-
* either) — its sole forward edge is "And what is the capital of the
|
|
103
|
-
* Moon?", an unrelated quiz question sharing nothing but corpus
|
|
104
|
-
* adjacency. With forward disallowed, an analog like this falls through
|
|
105
|
-
* to `fallback` — its own bytes, exactly the complete fact that made it a
|
|
106
|
-
* genuine analog in the first place. See
|
|
107
|
-
* test/41-seatofnode-direction.test.mjs and
|
|
108
|
-
* test/43-cast-analog-seat.test.mjs. */
|
|
109
|
-
export async function seatOfNode(ctx, id, guide, fallback, allowForward = true) {
|
|
110
|
-
const rev = ctx.store.prevFirst(id, hubBound(ctx));
|
|
111
|
-
if (rev.length > 0) {
|
|
112
|
-
const own = read(ctx, id);
|
|
113
|
-
const establishing = rev.some((p) => indexOf(read(ctx, p), own, 0) >= 0);
|
|
114
|
-
if (establishing) {
|
|
115
|
-
const back = reverseContext(ctx, id, guide, rev);
|
|
116
|
-
if (back !== null)
|
|
117
|
-
return back;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
// The "last resort, non-establishing reverse" fallback below is itself a
|
|
121
|
-
// LESS CERTAIN projection (the same tier as forward) — an analog
|
|
122
|
-
// (allowForward: false) must stop at `fallback` (its own bytes) here
|
|
123
|
-
// rather than fall back to a predecessor that already failed the
|
|
124
|
-
// establishing check just above.
|
|
125
|
-
if (!allowForward)
|
|
126
|
-
return fallback;
|
|
127
|
-
const fwd = await follow(ctx, id, guide);
|
|
128
|
-
if (fwd !== null)
|
|
129
|
-
return fwd;
|
|
130
|
-
return reverseContext(ctx, id, guide, rev) ?? fallback;
|
|
131
|
-
}
|
|
132
|
-
/** CAST's own entry gates, checked once here and reused by
|
|
133
|
-
/** The main CAST entry point. Given a query and its pre-computed pre.rec.sites,
|
|
134
|
-
* determine whether the query weaves together multiple independent learnt
|
|
135
|
-
* structures (by graded alignment — literal first, then halo-matched pre.rec.sites).
|
|
136
|
-
* If so, attempt substitution, redirection, AND analogical comparison —
|
|
137
|
-
* each schema is tried independently and every one that fires yields its
|
|
138
|
-
* OWN candidate; think's grounding decider (which already compares weights
|
|
139
|
-
* across mechanisms) picks among them, so CAST no longer needs an internal
|
|
140
|
-
* priority order.
|
|
141
|
-
*
|
|
142
|
-
* `climb`, when given, is {@link castFloor}'s own climb result — reused
|
|
143
|
-
* instead of re-running climbAttentionAll (see the note on {@link
|
|
144
|
-
* CastFloor}). Its gates (`query.length`, `edgeSourceCount`,
|
|
145
|
-
* `ranked.length < 2`) MUST stay in sync with castFloor's — one is the
|
|
146
|
-
* other's admissible lower bound, checked before this runs.
|
|
147
|
-
*
|
|
148
|
-
* Returns the array of {@link CastResult}s that fired (possibly empty). */
|
|
149
|
-
export async function counterfactualTransfer(ctx, query, pre) {
|
|
150
|
-
// Opened unconditionally, at entry — the same convention recall.ts's
|
|
151
|
-
// recallByResonance and extraction.ts's extractBySkill use, so every exit
|
|
152
|
-
// path (five gates below, then the schemas themselves) closes through
|
|
153
|
-
// ONE scope and inspectRationale never hits a silent dead end. Only the
|
|
154
|
-
// first two gates duplicate floor()'s own admissible bound (query length,
|
|
155
|
-
// ranked anchor count) — required to stay in sync per this function's own
|
|
156
|
-
// doc comment above, and effectively dead through the ordinary pipeline
|
|
157
|
-
// (floor() returning null already stops run() from being called at all),
|
|
158
|
-
// but this function is also exported and callable directly, so they stay
|
|
159
|
-
// and get the same honest trace as everything past them.
|
|
160
|
-
const t = ctx.trace?.enter("counterfactual", [rItem(query, "query")]);
|
|
161
|
-
const fail = (note) => {
|
|
162
|
-
t?.done([], note);
|
|
163
|
-
return [];
|
|
164
|
-
};
|
|
165
|
-
const quantum = ctx.space.maxGroup;
|
|
166
|
-
if (query.length < 2 * quantum || ctx.store.edgeSourceCount() === 0) {
|
|
167
|
-
return fail("query below the two-quantum floor, or no edges learnt yet");
|
|
168
|
-
}
|
|
169
|
-
const { roots, ranked } = await pre.attention();
|
|
170
|
-
if (ranked.length < 2) {
|
|
171
|
-
return fail(`only ${ranked.length} ranked anchor(s) — CAST needs at least two`);
|
|
172
|
-
}
|
|
173
|
-
const weave = await pre.weave();
|
|
174
|
-
const points = weave.points;
|
|
175
|
-
const depth = weave.depth;
|
|
176
|
-
const aligned = points.length;
|
|
177
|
-
if (aligned < 2) {
|
|
178
|
-
return fail(`only ${aligned} structure(s) aligned across the query — CAST needs ` +
|
|
179
|
-
`at least two to transfer between`);
|
|
180
|
-
}
|
|
181
|
-
// ── Frame gate (half-dominance, weave-local) ─────────────────────────
|
|
182
|
-
// A byte is FRAME when more than MIN_WEAVE aligned structures cover it
|
|
183
|
-
// AND those structures are a majority of all aligned structures.
|
|
184
|
-
// Per-byte: frame(i) ⇔ depth[i] > MIN_WEAVE ∧ dominates(depth[i], aligned)
|
|
185
|
-
// Per-run: usable(r) ⇔ ¬dominates(framedCount, runLen)
|
|
186
|
-
const isFrame = (i) => depth[i] > MIN_WEAVE && dominates(depth[i], aligned);
|
|
187
|
-
const framedCount = (qs, qe) => {
|
|
188
|
-
let n = 0;
|
|
189
|
-
for (let i = qs; i < qe; i++)
|
|
190
|
-
if (isFrame(i))
|
|
191
|
-
n++;
|
|
192
|
-
return n;
|
|
193
|
-
};
|
|
194
|
-
const usable = (qs, qe) => !dominates(framedCount(qs, qe), qe - qs);
|
|
195
|
-
// The weave's DOMINANT is its principal STRUCTURE — the aligned point
|
|
196
|
-
// explaining the most query bytes — not the climb's top-ranked TOPIC.
|
|
197
|
-
// The two used to coincide (approximate votes from a query's novel spans
|
|
198
|
-
// boosted whichever exemplar shared its frame), but the contrastive
|
|
199
|
-
// margin ranks the query's own exact site first, and CAST's schemas all
|
|
200
|
-
// orient around the frame-bearing structure: the substitution/redirection
|
|
201
|
-
// seat is displaced IN the dominant, and comparison seats the analogs by
|
|
202
|
-
// the contexts that establish their roles. Coverage is weave-local and
|
|
203
|
-
// derived (sum of aligned run lengths); ties keep the ranked order.
|
|
204
|
-
let dominant = points[0];
|
|
205
|
-
let domCover = -1;
|
|
206
|
-
for (const p of points) {
|
|
207
|
-
let cover = 0;
|
|
208
|
-
for (const r of p.runs)
|
|
209
|
-
cover += r.qe - r.qs;
|
|
210
|
-
if (cover > domCover) {
|
|
211
|
-
domCover = cover;
|
|
212
|
-
dominant = p;
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
const isRoot = (id) => roots.some((r) => r.anchor === id);
|
|
216
|
-
// The weave must touch a COMMITTED point of attention: the dominant
|
|
217
|
-
// structure itself, or another aligned point the climb committed to.
|
|
218
|
-
if (!points.some((p) => isRoot(p.anchor))) {
|
|
219
|
-
t?.done([
|
|
220
|
-
...points.map((p) => rNode(ctx, p.anchor, "aligned")),
|
|
221
|
-
...roots.map((r) => rNode(ctx, r.anchor, "committed-root")),
|
|
222
|
-
], `${points.length} aligned structure(s), but none is one of the climb's ` +
|
|
223
|
-
`${roots.length} committed root(s) — CAST refuses to transfer through ` +
|
|
224
|
-
`content the climb itself never settled on`);
|
|
225
|
-
return [];
|
|
226
|
-
}
|
|
227
|
-
const woven = points.some((p) => p.runs.some((r) => !pre.rec.sites.some((s) => r.qs >= s.start && r.qe <= s.end)));
|
|
228
|
-
if (!woven) {
|
|
229
|
-
return fail(`every aligned run restates a recognised query site — nothing was ` +
|
|
230
|
-
`actually WOVEN across structures, so there is nothing to transfer`);
|
|
231
|
-
}
|
|
232
|
-
// Each schema tried below RECORDS its candidate (when it fires) rather than
|
|
233
|
-
// returning immediately — every schema that succeeds contributes its own
|
|
234
|
-
// candidate, and the grounding decider's own weight comparison (not CAST's
|
|
235
|
-
// former internal priority) picks among them.
|
|
236
|
-
//
|
|
237
|
-
// `accounted` is SCHEMA-SPECIFIC, not the whole weave's alignment: a
|
|
238
|
-
// schema only actually TRANSFERS BETWEEN the two points its own logic
|
|
239
|
-
// names (substitution: the filled subject + the displaced seat;
|
|
240
|
-
// redirection: the displaced seat + the named substitute; comparison:
|
|
241
|
-
// the dominant + its analog) — a THIRD point the weave happened to align
|
|
242
|
-
// but this schema never touched contributes nothing to what THIS answer
|
|
243
|
-
// explains. Pricing every schema against the SAME "every kept point's
|
|
244
|
-
// every run" span would let the cheapest schema win on move-cost alone
|
|
245
|
-
// regardless of which one actually used more of the query; pricing it
|
|
246
|
-
// against only a fragment of even its OWN two points (e.g. one run
|
|
247
|
-
// instead of the point's full aligned evidence) is just as wrong the
|
|
248
|
-
// other way — it starves an otherwise-correct schema of credit for
|
|
249
|
-
// evidence it legitimately relied on. Each call site below passes the
|
|
250
|
-
// full run set of exactly the points ITS OWN transfer used — no more,
|
|
251
|
-
// no less.
|
|
252
|
-
const runSpans = (p) => p.runs.map((r) => [r.qs, r.qe]);
|
|
253
|
-
const results = [];
|
|
254
|
-
const record = (answer, note, used, moves, accounted) => {
|
|
255
|
-
if (answer === null)
|
|
256
|
-
return;
|
|
257
|
-
ctx.trace?.step("castSchema", [rItem(query, "query")], [rItem(answer, "answer")], note);
|
|
258
|
-
results.push({
|
|
259
|
-
bytes: answer,
|
|
260
|
-
used: used ?? new Set(),
|
|
261
|
-
accounted,
|
|
262
|
-
moves,
|
|
263
|
-
unexplained: unexplainedLabel(query, accounted),
|
|
264
|
-
});
|
|
265
|
-
};
|
|
266
|
-
ctx.trace?.step("alignStructures", [rItem(query, "query")], points.map((p) => rNode(ctx, p.anchor, "structure", p.vote)), "the independent learnt structures the query weaves, by graded alignment");
|
|
267
|
-
const lastRun = (p) => p.runs[p.runs.length - 1];
|
|
268
|
-
const qv = pre.guide;
|
|
269
|
-
// ── SUBSTITUTION ──────────────────────────────────────────────────
|
|
270
|
-
const fillerOf = (s) => {
|
|
271
|
-
const r = s.runs[0];
|
|
272
|
-
return r.cs < quantum
|
|
273
|
-
? s.ctx.subarray(0, r.cs + (r.qe - r.qs))
|
|
274
|
-
: query.subarray(r.qs, r.qe);
|
|
275
|
-
};
|
|
276
|
-
const beforeOf = (p, r) => argmaxBy(points.filter((s) => s !== p && lastRun(s).qe <= r.qs &&
|
|
277
|
-
s.runs[0].cs < quantum &&
|
|
278
|
-
usable(s.runs[0].qs, s.runs[0].qe)), (s) => lastRun(s).qs, -Infinity, true)?.item;
|
|
279
|
-
const displacement = points
|
|
280
|
-
.map((p) => {
|
|
281
|
-
const r = p.runs[0];
|
|
282
|
-
if (r.cs < quantum || !usable(r.qs, r.qe)) {
|
|
283
|
-
return null;
|
|
284
|
-
}
|
|
285
|
-
const before = beforeOf(p, r);
|
|
286
|
-
if (before === undefined)
|
|
287
|
-
return null;
|
|
288
|
-
if (r.cs > fillerOf(before).length + quantum)
|
|
289
|
-
return null;
|
|
290
|
-
return { p, before, depth: p.ctx.length - r.cs };
|
|
291
|
-
})
|
|
292
|
-
.filter((c) => c !== null);
|
|
293
|
-
const picked = argmaxBy(displacement, (c) => c.depth, -Infinity, true);
|
|
294
|
-
const proj = picked?.item.p ?? null;
|
|
295
|
-
const subj = picked?.item.before ?? null;
|
|
296
|
-
if (proj !== null && subj !== null) {
|
|
297
|
-
const seat = proj.runs[0];
|
|
298
|
-
const filler = fillerOf(subj);
|
|
299
|
-
const tail = proj.ctx.subarray(seat.cs);
|
|
300
|
-
let answer = await joinWithBridge(ctx, filler, tail);
|
|
301
|
-
const fwd = await follow(ctx, proj.anchor, qv);
|
|
302
|
-
if (fwd !== null && indexOf(answer, fwd, 0) < 0 &&
|
|
303
|
-
!restatesQuery(query, fwd)) {
|
|
304
|
-
answer = concat2(answer, fwd);
|
|
305
|
-
}
|
|
306
|
-
ctx.trace?.step("projectCounterfactual", [
|
|
307
|
-
rItem(filler, "filler", subj.anchor),
|
|
308
|
-
rNode(ctx, proj.anchor, "displaced-structure"),
|
|
309
|
-
], [rItem(answer, "projection")], "transfer the displaced structure onto the subject filler (seat substitution)");
|
|
310
|
-
record(answer, "counterfactual substitution — the subject fills the analog's seat", new Set([subj.anchor, proj.anchor]),
|
|
311
|
-
// The acts performed: one seat INSERT projection + one edge FOLLOW.
|
|
312
|
-
STEP + STEP,
|
|
313
|
-
// What substitution actually READ: the two points it transfers
|
|
314
|
-
// between — the subject filling the seat, and the displaced
|
|
315
|
-
// structure whose seat it fills — not every OTHER point the weave
|
|
316
|
-
// happened to align (a third, unrelated point in the same weave
|
|
317
|
-
// contributes nothing to what substitution itself explains).
|
|
318
|
-
[...runSpans(subj), ...runSpans(proj)]);
|
|
319
|
-
}
|
|
320
|
-
// ── REDIRECTION ────────────────────────────────────────────────────
|
|
321
|
-
const last = points.reduce((a, b) => lastRun(b).qs > lastRun(a).qs ? b : a);
|
|
322
|
-
// Displacement test, capped at the hub bound: a hub anchor can carry a
|
|
323
|
-
// corpus-sized fan-out, and each continuation costs a full byte
|
|
324
|
-
// reconstruction plus an O(|query|·|bytes|) scan. The first √N edges (the
|
|
325
|
-
// same insertion-order convention chooseNext caps by) decide; past a hub's
|
|
326
|
-
// cap the test reads "none of the established continuations appears".
|
|
327
|
-
const domNext = ctx.store.nextFirst(dominant.anchor, hubBound(ctx));
|
|
328
|
-
const displaced = domNext
|
|
329
|
-
.every((n) => indexOf(query, read(ctx, n), 0) < 0);
|
|
330
|
-
if (last !== dominant &&
|
|
331
|
-
last.runs[0].cs === 0 && displaced &&
|
|
332
|
-
usable(last.runs[0].qs, last.runs[0].qe)) {
|
|
333
|
-
const g = await project(ctx, last.anchor, qv);
|
|
334
|
-
if (g !== null) {
|
|
335
|
-
ctx.trace?.step("projectCounterfactual", [
|
|
336
|
-
rNode(ctx, dominant.anchor, "displaced-structure"),
|
|
337
|
-
rNode(ctx, last.anchor, "substitute"),
|
|
338
|
-
], [rItem(g, "projection")], "the substitute's own fact replaces the displaced structure's answer");
|
|
339
|
-
record(g, "counterfactual redirection — the named substitute's fact is followed", new Set([dominant.anchor, last.anchor]),
|
|
340
|
-
// One forward projection across the substitute's own fact.
|
|
341
|
-
STEP,
|
|
342
|
-
// What redirection READ: the displaced structure's own recognized
|
|
343
|
-
// seat (still explained — this schema RECOGNIZES it as the slot
|
|
344
|
-
// being overridden, it just doesn't answer from it) plus the named
|
|
345
|
-
// substitute's own aligned run — not every OTHER point the weave
|
|
346
|
-
// happened to align.
|
|
347
|
-
[...runSpans(dominant), ...runSpans(last)]);
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
// ── COMPARISON ─────────────────────────────────────────────────────
|
|
351
|
-
// Collect every qualifying non-dominant point as a candidate analog.
|
|
352
|
-
// When a point's own anchor is structurally at the wrong level
|
|
353
|
-
// (e.g. a long exemplar sentence whose halo does not resemble the
|
|
354
|
-
// dominant's), its nextOf targets often point to the right level — the
|
|
355
|
-
// person / concept the exemplar is about. Trying both prevents a
|
|
356
|
-
// seed-dependent failure where the climb ranks an exemplar above a
|
|
357
|
-
// person node and the person node is excluded from points by run-
|
|
358
|
-
// overlap trimming.
|
|
359
|
-
// The seat that establishes a candidate's role — see {@link seatOfNode}.
|
|
360
|
-
const seatOf = (p, allowForward = true) => seatOfNode(ctx, p.anchor, qv, p.ctx, allowForward);
|
|
361
|
-
const analogs = [];
|
|
362
|
-
for (const p of points) {
|
|
363
|
-
if (p === dominant)
|
|
364
|
-
continue;
|
|
365
|
-
// Push the point's own anchor only when its context fits within
|
|
366
|
-
// the query (the seat sentence must not dominate the comparison).
|
|
367
|
-
if (p.ctx.length <= query.length &&
|
|
368
|
-
indexOf(dominant.ctx, p.ctx, 0) < 0 &&
|
|
369
|
-
indexOf(p.ctx, dominant.ctx, 0) < 0 &&
|
|
370
|
-
indexOf(query, p.ctx, 0) < 0) {
|
|
371
|
-
analogs.push({ anchor: p.anchor, point: p, src: p });
|
|
372
|
-
}
|
|
373
|
-
// Reach through to the point's continuation targets regardless
|
|
374
|
-
// of the point's own context length: when the point is a leaf
|
|
375
|
-
// (exemplar sentence), its nextOf is the hub (person / concept)
|
|
376
|
-
// that makes a genuine cross-domain analog, and the hub's own
|
|
377
|
-
// (shorter) context will be the seat.
|
|
378
|
-
// Capped like every fan-out: a hub anchor's full continuation list is
|
|
379
|
-
// corpus-sized, and each candidate costs a read plus O(|query|·|bytes|)
|
|
380
|
-
// scans — only the first √N (insertion order, the same convention
|
|
381
|
-
// chooseNext caps by) are reachable as analogs.
|
|
382
|
-
for (const nid of ctx.store.nextFirst(p.anchor, hubBound(ctx))) {
|
|
383
|
-
const nctx = read(ctx, nid);
|
|
384
|
-
if (nctx.length > query.length ||
|
|
385
|
-
indexOf(dominant.ctx, nctx, 0) >= 0 ||
|
|
386
|
-
indexOf(nctx, dominant.ctx, 0) >= 0 ||
|
|
387
|
-
indexOf(query, nctx, 0) >= 0)
|
|
388
|
-
continue;
|
|
389
|
-
analogs.push({ anchor: nid, point: null, src: p });
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
let bestAnalog = null;
|
|
393
|
-
let bestSim = 0;
|
|
394
|
-
let bestHalo = false;
|
|
395
|
-
// Whether the query itself NAMES a candidate. A directly aligned point
|
|
396
|
-
// is named by construction — its runs ARE query bytes. A hop-reached
|
|
397
|
-
// candidate is named when its own bytes contain the query text of an
|
|
398
|
-
// aligned run of the point whose continuation edge reached it (that
|
|
399
|
-
// alignment IS the query evidence the hop rests on — the same reading
|
|
400
|
-
// cmpAccounted already prices): "William Shakespeare", reached off
|
|
401
|
-
// "Macbeth was written by William Shakespeare.", contains the src's
|
|
402
|
-
// 12-byte aligned run " Shakespeare" — test/29 C2/C3. The run must span
|
|
403
|
-
// at least TWO perception windows (2·W, the same two-quantum floor
|
|
404
|
-
// CAST's own entry gate holds the whole query to): a single shared
|
|
405
|
-
// W-window is exactly the frame tier's own evidence quantum — the level
|
|
406
|
-
// "half the corpus" shares — and stopword scraps (" the ", "he b",
|
|
407
|
-
// 4–5 bytes) never reach two windows, while a genuinely named entity
|
|
408
|
-
// does. NOT the weave's usable()/frame filter: weave depth counts every
|
|
409
|
-
// ranked exemplar, so a query's own named entity recurring across
|
|
410
|
-
// exemplars ("Shakespeare" in Hamlet+Macbeth+…) is wrongly classified as
|
|
411
|
-
// frame — measured live, it silently disqualified C3's genuine analog.
|
|
412
|
-
const namedByQuery = (c) => {
|
|
413
|
-
if (c.point !== null)
|
|
414
|
-
return true;
|
|
415
|
-
const bytes = read(ctx, c.anchor);
|
|
416
|
-
return c.src.runs.some((r) => r.qe - r.qs >= 2 * quantum &&
|
|
417
|
-
indexOf(bytes, query.subarray(r.qs, r.qe), 0) >= 0);
|
|
418
|
-
};
|
|
419
|
-
// Whether any committed root's consensus vote clears the SAME trust bar
|
|
420
|
-
// recallByResonance applies before grounding through a climb root:
|
|
421
|
-
// consensusFloor(N) = ln(N) + 1/2. The climb's FIRST root is
|
|
422
|
-
// deliberately floor-free (attention.ts: "the dominant one always
|
|
423
|
-
// grounds") — fine for ORIENTING mechanisms, not for voicing learnt
|
|
424
|
-
// content the query never asked about. Computed once here; both the
|
|
425
|
-
// hub fallback below and the comparison gate consume it.
|
|
426
|
-
const rootTrusted = roots.some((r) => r.vote >= consensusFloor(corpusN(ctx)));
|
|
427
|
-
for (const c of analogs) {
|
|
428
|
-
const { score: sim, halo } = await analogyStrength(ctx, dominant.anchor, c.anchor);
|
|
429
|
-
ctx.trace?.step("tryAnalog", [
|
|
430
|
-
rNode(ctx, dominant.anchor, "dominant"),
|
|
431
|
-
rNode(ctx, c.anchor, "candidate", sim),
|
|
432
|
-
], [], `analogy strength ${sim.toFixed(4)}${halo ? " (halo tier)" : ""}`);
|
|
433
|
-
if (sim > bestSim) {
|
|
434
|
-
bestSim = sim;
|
|
435
|
-
bestAnalog = c;
|
|
436
|
-
bestHalo = halo;
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
// When every candidate fails the similarity gates (halo company — now
|
|
440
|
-
// deterministic signatures, see sema.ts — and the shared-frame tier),
|
|
441
|
-
// fall back to a candidate that is a genuine structural hub (edges in
|
|
442
|
-
// BOTH directions). A hub node — a person, concept, or category — is
|
|
443
|
-
// the kind of thing that makes sense to compare across domains. A leaf
|
|
444
|
-
// value (extracted span, terminal answer) has edges in at most one
|
|
445
|
-
// direction and comparing it would preempt the extraction pipeline,
|
|
446
|
-
// which is the right mechanism for those. A fallback comparison carries
|
|
447
|
-
// NO similarity evidence — it stays honest only because the grounding
|
|
448
|
-
// decider weighs it against mechanisms that explain more of the query
|
|
449
|
-
// (extraction accounts its whole located envelope; see extraction.ts).
|
|
450
|
-
//
|
|
451
|
-
// WHICH hub: not the first in `analogs` order — that order flows from the
|
|
452
|
-
// vote ranking, which flows from approximate resonance, which is seed-
|
|
453
|
-
// dependent. Pick by evidence instead: combined edge support (prevCount +
|
|
454
|
-
// fan-out), tie-broken by poured halo MASS (episode corroboration — the
|
|
455
|
-
// direct distributional evidence), then by LOWEST node id. The id order
|
|
456
|
-
// is a property of the corpus, not of the seed — but note ids are SIGNED:
|
|
457
|
-
// byte leaves occupy −256…−1, so "lowest id" is creation order only among
|
|
458
|
-
// multi-byte nodes and byte-value order among leaves. Either way it is
|
|
459
|
-
// deterministic, which is all the final tie-break must be.
|
|
460
|
-
if (bestAnalog === null && analogs.length > 0) {
|
|
461
|
-
let hubSupport = -1;
|
|
462
|
-
let hubMass = -1;
|
|
463
|
-
const fanClamp = hubBound(ctx) + 1;
|
|
464
|
-
for (const c of analogs) {
|
|
465
|
-
// A fallback comparison carries NO similarity evidence at all. Its
|
|
466
|
-
// honesty rests on the grounding decider discounting it against
|
|
467
|
-
// richer candidates (the design note below) — an assumption that
|
|
468
|
-
// holds only when the climb itself settled on this query with real
|
|
469
|
-
// evidence. Under a root the consensus floor does not trust, an
|
|
470
|
-
// unnamed, hop-reached hub is pure corpus adjacency: refusing it is
|
|
471
|
-
// what kept the live wrong echo silent. A hub the query itself
|
|
472
|
-
// NAMED stays eligible either way (test/29 C2/C3's "William
|
|
473
|
-
// Shakespeare"); an unnamed one under a TRUSTED root stays eligible
|
|
474
|
-
// too (test/33 1b's deliberately weak second candidate).
|
|
475
|
-
if (!rootTrusted && !namedByQuery(c))
|
|
476
|
-
continue;
|
|
477
|
-
// Evidence clamped at the hub bound: beyond √N + 1 the exact fan-out
|
|
478
|
-
// no longer discriminates (every mega-hub ties at the clamp), and
|
|
479
|
-
// counting it exactly would require the corpus-sized read.
|
|
480
|
-
const fanOut = ctx.store.nextFirst(c.anchor, fanClamp).length;
|
|
481
|
-
if (fanOut === 0)
|
|
482
|
-
continue;
|
|
483
|
-
const support = ctx.store.prevCount(c.anchor);
|
|
484
|
-
if (support === 0)
|
|
485
|
-
continue;
|
|
486
|
-
const total = support + fanOut;
|
|
487
|
-
if (total < hubSupport)
|
|
488
|
-
continue;
|
|
489
|
-
const mass = ctx.store.haloMass(c.anchor);
|
|
490
|
-
if (total > hubSupport ||
|
|
491
|
-
mass > hubMass ||
|
|
492
|
-
(mass === hubMass && bestAnalog !== null &&
|
|
493
|
-
c.anchor < bestAnalog.anchor)) {
|
|
494
|
-
hubSupport = total;
|
|
495
|
-
hubMass = mass;
|
|
496
|
-
bestAnalog = c;
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
if (bestAnalog !== null) {
|
|
500
|
-
ctx.trace?.step("tryAnalog", [], [rNode(ctx, bestAnalog.anchor, "fallback", hubSupport)], "no candidate passed the similarity gates — using the best-supported structural hub");
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
ctx.trace?.step("tryAnalog", [], bestAnalog !== null ? [rNode(ctx, bestAnalog.anchor, "best", bestSim)] : [], bestAnalog !== null
|
|
504
|
-
? `best analog with strength ${bestSim.toFixed(4)}`
|
|
505
|
-
: `no analog candidate passed (${analogs.length} checked)`);
|
|
506
|
-
// COMPARISON gate — analogical comparison seats the dominant against ONE
|
|
507
|
-
// analog, so it presupposes the query is ABOUT a single thing. When the
|
|
508
|
-
// consensus climb instead committed to MULTIPLE independent points of
|
|
509
|
-
// attention (`roots.length > 1`), the query names independent topics to
|
|
510
|
-
// FUSE — the reasoner's fuseAttention already combines them — not analogs
|
|
511
|
-
// to compare. Firing here would juxtapose two co-scaffolded but unrelated
|
|
512
|
-
// records (each sharing only the corpus preamble), out-accounting the
|
|
513
|
-
// honest thin multi-root grounding with a frame echo. Derived from the
|
|
514
|
-
// climb's own forest, never tuned; substitution/redirection stay
|
|
515
|
-
// unaffected — they orient around a displaced seat, not a whole-topic
|
|
516
|
-
// analogy.
|
|
517
|
-
//
|
|
518
|
-
// roots.length <= 1 is a PROXY for "the query is about one thing" — it is
|
|
519
|
-
// only as good as the climb's own root-commitment, which depends on
|
|
520
|
-
// recognise() having found something to commit a root TO. When the
|
|
521
|
-
// query's newest content genuinely isn't recognised (not boundary noise —
|
|
522
|
-
// real, uncommitted content; see the session's own investigation of the
|
|
523
|
-
// France→Spain live trace), the climb under-commits roots and this proxy
|
|
524
|
-
// is fooled: comparison looks licensed to treat the query as one topic
|
|
525
|
-
// when it is not.
|
|
526
|
-
//
|
|
527
|
-
// The direct check is the SAME accounted spans comparison is about to
|
|
528
|
-
// cite as its evidence: unexplainedSpans (rationale.ts, the same gap
|
|
529
|
-
// computation the trace's own `unexplained` diagnostic uses) names every
|
|
530
|
-
// stretch of the query NEITHER the dominant NOR the analog's evidence
|
|
531
|
-
// touches. A short comparison query ("How is ice like steel?") legitimately
|
|
532
|
-
// accounts for only its two short entity spans — the surrounding "How is
|
|
533
|
-
// ... like ...?" framing is real but SHORT, split into several small gaps,
|
|
534
|
-
// none of them the bulk of the query. The live bug's shape is different in
|
|
535
|
-
// kind, not degree: ONE contiguous, substantial gap — a whole second
|
|
536
|
-
// question the query added that comparison's two spans never touch at all.
|
|
537
|
-
//
|
|
538
|
-
// Two bars, both derived, neither tuned:
|
|
539
|
-
// • the largest gap must not DOMINATE the whole query (the same
|
|
540
|
-
// predicate CAST's own frame gate uses) — rules out a gap that is
|
|
541
|
-
// most of the query outright;
|
|
542
|
-
// • the largest gap must be SMALLER than the dominant's own established
|
|
543
|
-
// context. A gap can't be dismissed as mere connective framing once
|
|
544
|
-
// it is at least as large as the topic being compared FROM — at that
|
|
545
|
-
// scale it isn't glue between two named things, it's substantial
|
|
546
|
-
// enough to be a second topic in its own right. This is what
|
|
547
|
-
// actually separates the live bug (a 47-byte gap against a 30-byte
|
|
548
|
-
// dominant — the ignored content is bigger than the topic itself)
|
|
549
|
-
// from ordinary short comparisons (a 9-byte gap against an 11-byte
|
|
550
|
-
// dominant — the gap is smaller than what's being compared): the two
|
|
551
|
-
// cases land on the same side of "half the query" often enough
|
|
552
|
-
// (both can exceed or clear it) that the query-relative bar alone
|
|
553
|
-
// does not reliably separate them — the topic-relative scale does.
|
|
554
|
-
const cmpAccounted = bestAnalog !== null
|
|
555
|
-
? [...runSpans(dominant), ...runSpans(bestAnalog.point ?? bestAnalog.src)]
|
|
556
|
-
: [];
|
|
557
|
-
const cmpGaps = unexplainedSpans(query.length, cmpAccounted);
|
|
558
|
-
const cmpMaxGap = cmpGaps.reduce((n, [s, e]) => Math.max(n, e - s), 0);
|
|
559
|
-
// An analog that is not itself a directly ALIGNED point (point !== null —
|
|
560
|
-
// its own runs are query bytes, the query NAMED it) was only reached
|
|
561
|
-
// through a continuation hop or the structural-hub fallback. Voicing
|
|
562
|
-
// learnt content the query never named is the same act recallByResonance
|
|
563
|
-
// refuses to perform through a climb root whose consensus vote is below
|
|
564
|
-
// consensusFloor(N) = ln(N) + 1/2 (recall.ts's minVote), so comparison
|
|
565
|
-
// holds the climb to that SAME bar before citing a hop-reached analog:
|
|
566
|
-
// some committed root must clear the floor. The climb's FIRST root is
|
|
567
|
-
// deliberately floor-free (attention.ts: "the dominant one always
|
|
568
|
-
// grounds") — fine for ORIENTING mechanisms, not for transferring
|
|
569
|
-
// unnamed content through. The live bug this gates (real trained store,
|
|
570
|
-
// 325k edge sources, floor 13.2): the query's stopword scraps pooled a
|
|
571
|
-
// 1.92 vote that committed an unrelated haiku exemplar as the sole root,
|
|
572
|
-
// and comparison voiced that exemplar's continuation through a
|
|
573
|
-
// hop-reached analog while every other mechanism honestly refused. A
|
|
574
|
-
// directly aligned analog needs no floor — the query's own bytes are its
|
|
575
|
-
// evidence (test/29 C1's "Steel is hard" for "How is ice like steel?").
|
|
576
|
-
// See test/50-cast-analog-consensus-floor.
|
|
577
|
-
// A HALO-tier best analog needs neither: its similarity already cleared
|
|
578
|
-
// significanceBar-gated distributional company (analogyStrength's
|
|
579
|
-
// `halo`) — genuine evidence in its own right, the very case the halo
|
|
580
|
-
// gate exists for (test/33 1b's nickname-corroborated analog). Only a
|
|
581
|
-
// FRAME-tier or fallback analog — whose "similarity" is an unbarred
|
|
582
|
-
// coverage fraction or nothing — needs the query's naming or the climb's
|
|
583
|
-
// trust.
|
|
584
|
-
const analogNamed = bestAnalog !== null && namedByQuery(bestAnalog);
|
|
585
|
-
// NOTE — two further gates were tried here and empirically REFUTED,
|
|
586
|
-
// recorded so they are not re-tried:
|
|
587
|
-
// • dominant self-coverage (dominant's aligned runs must dominate its
|
|
588
|
-
// own ctx): legitimate dominants sit at the same coverage as junk
|
|
589
|
-
// ones ("The Mona Lisa was painted by…" 16/47 vs the live junk
|
|
590
|
-
// haiku ~10/54) — no separation.
|
|
591
|
-
// • denying the shared-frame similarity tier to hop-reached analogs:
|
|
592
|
-
// semantically right in isolation, but it merely promoted the next
|
|
593
|
-
// junk candidate — an ALIGNED scrap-matched point ("The affluence…",
|
|
594
|
-
// frame 0.157) — into bestAnalog on the live store, and the aligned
|
|
595
|
-
// configuration is byte-structurally IDENTICAL to test/29 C1's
|
|
596
|
-
// legitimate one ("Steel is hard", frame 0.364): every derived
|
|
597
|
-
// local separator measured (run length, site overlap, frame
|
|
598
|
-
// query-containment, weave-usable classification) falls on the same
|
|
599
|
-
// side for both. Only corpus-scale consensus separates them, which
|
|
600
|
-
// is exactly what `rootTrusted` prices.
|
|
601
|
-
// FRAME-tier evidence under an UNTRUSTED root is comparison's weakest
|
|
602
|
-
// licence (an unbarred coverage fraction, a climb the consensus floor
|
|
603
|
-
// does not trust). There it is additionally held to the IGNORED-KNOWN
|
|
604
|
-
// principle (dismissedKnownContent, bridge.ts): the two analogs' aligned
|
|
605
|
-
// runs must account for every STORED window of the query. This is the
|
|
606
|
-
// byte-structural separator the refuted-gates note below could not find
|
|
607
|
-
// locally: a legitimate small-corpus comparison ("How is ice like
|
|
608
|
-
// steel?") leaves only UNATTESTED spans ("How ", " like ") unexplained,
|
|
609
|
-
// while a scrap-matched junk pair leaves the query's own trained content
|
|
610
|
-
// ("…songs…times…", "…planet…sun.") dismissed as gaps. Halo-tier and
|
|
611
|
-
// trusted-root comparisons are exempt — their evidence already stands.
|
|
612
|
-
const cmpDismisses = !(bestHalo || rootTrusted) &&
|
|
613
|
-
dismissedKnownContent(ctx, query, cmpAccounted);
|
|
614
|
-
if (bestAnalog !== null &&
|
|
615
|
-
(bestHalo || analogNamed || rootTrusted) &&
|
|
616
|
-
!cmpDismisses &&
|
|
617
|
-
dominant.ctx.length <= query.length &&
|
|
618
|
-
roots.length <= 1 &&
|
|
619
|
-
!dominates(cmpMaxGap, query.length) &&
|
|
620
|
-
cmpMaxGap < dominant.ctx.length) {
|
|
621
|
-
ctx.trace?.step("validateAnalogy", [
|
|
622
|
-
rNode(ctx, dominant.anchor, "analog", bestSim),
|
|
623
|
-
rNode(ctx, bestAnalog.anchor, "analog", bestSim),
|
|
624
|
-
], [], "the two structures keep distributional company beyond chance — genuine analogs");
|
|
625
|
-
const a = await seatOf(dominant);
|
|
626
|
-
// The analog is only being CITED for comparison — the query never asked
|
|
627
|
-
// about it — so its seat never chases a FORWARD continuation (see
|
|
628
|
-
// seatOfNode's `allowForward`): only reverse (if a predecessor genuinely
|
|
629
|
-
// establishes it) or its own bytes. A DIRECTLY aligned point
|
|
630
|
-
// (bestAnalog.point !== null) still goes through seatOfNode for that
|
|
631
|
-
// reverse check (a bare entity NAME like "Leonardo da Vinci" needs it —
|
|
632
|
-
// test/29's C2/C3). A nextOf DESCENDANT (point === null) was already
|
|
633
|
-
// reached by following ONE meaningful hop off another aligned point (the
|
|
634
|
-
// alignment loop above: "its nextOf is the hub... and the hub's own
|
|
635
|
-
// [...] context will be the seat") — its own bytes ARE that seat
|
|
636
|
-
// directly, with no predecessor to even check (it was found by a
|
|
637
|
-
// forward edge, not matched in the query).
|
|
638
|
-
const b = bestAnalog.point !== null
|
|
639
|
-
? await seatOf(bestAnalog.point, false)
|
|
640
|
-
: read(ctx, bestAnalog.anchor);
|
|
641
|
-
const answer = await joinWithBridge(ctx, a, b);
|
|
642
|
-
record(answer, "analogical comparison — each analog voiced by the context that establishes its role", new Set([dominant.anchor, bestAnalog.anchor]),
|
|
643
|
-
// A halo-mediated act (the analogy gate) plus two seat projections.
|
|
644
|
-
CONCEPT + STEP + STEP,
|
|
645
|
-
// What comparison READ: the dominant's own aligned runs, plus the
|
|
646
|
-
// aligned runs of the point that named the analog — the analog itself
|
|
647
|
-
// when it was an aligned point, else the source point whose
|
|
648
|
-
// continuation edge reached it (that alignment IS the query evidence
|
|
649
|
-
// the hop rests on).
|
|
650
|
-
cmpAccounted);
|
|
651
|
-
}
|
|
652
|
-
else if (bestAnalog !== null &&
|
|
653
|
-
dominant.ctx.length <= query.length &&
|
|
654
|
-
roots.length <= 1) {
|
|
655
|
-
ctx.trace?.step("validateAnalogy", [
|
|
656
|
-
rNode(ctx, dominant.anchor, "analog", bestSim),
|
|
657
|
-
rNode(ctx, bestAnalog.anchor, "analog", bestSim),
|
|
658
|
-
], [], !(bestHalo || analogNamed || rootTrusted)
|
|
659
|
-
? `the best analog carries no halo-tier company evidence, was never ` +
|
|
660
|
-
`named by the query, and no committed root's consensus vote ` +
|
|
661
|
-
`clears the floor, so comparison refuses to voice it`
|
|
662
|
-
: cmpDismisses
|
|
663
|
-
? `a frame-tier analog under an untrusted root dismisses stored ` +
|
|
664
|
-
`query content its alignment never accounted for — comparison ` +
|
|
665
|
-
`refuses to ignore what the store knows`
|
|
666
|
-
: `comparison's own accounted evidence leaves a ${cmpMaxGap}-byte gap in ` +
|
|
667
|
-
`a ${query.length}-byte query against a ${dominant.ctx.length}-byte ` +
|
|
668
|
-
`dominant — too large to be mere framing — so it refuses rather ` +
|
|
669
|
-
`than paper over it with an analog the query never asked about`);
|
|
670
|
-
}
|
|
671
|
-
t?.done(results.map((r) => rItem(r.bytes, "answer")), results.length > 0
|
|
672
|
-
? `${results.length} counterfactual schema(s) fired — the grounding decider weighs them`
|
|
673
|
-
: "no counterfactual weave — the ordinary pipeline decides");
|
|
674
|
-
return results;
|
|
675
|
-
}
|
|
676
|
-
export const castMechanism = {
|
|
677
|
-
name: "cast",
|
|
678
|
-
provenance: "cast",
|
|
679
|
-
async floor(_ctx, query, pre, worthRunning) {
|
|
680
|
-
const W = _ctx.space.maxGroup;
|
|
681
|
-
// Cheap checks first — no pre-computation needed.
|
|
682
|
-
if (query.length < 2 * W || _ctx.store.edgeSourceCount() === 0)
|
|
683
|
-
return null;
|
|
684
|
-
// CAST's floor, when it exists, is ALWAYS exactly 2*STEP — the climb and
|
|
685
|
-
// the weave only decide whether it exists (2*STEP) or not (null), they
|
|
686
|
-
// never tighten the number itself. So if 2*STEP already can't beat
|
|
687
|
-
// whatever incumbent has already won this response (cover runs first —
|
|
688
|
-
// see defaultMechanisms), no analysis can change the outcome: RETURN THE
|
|
689
|
-
// BOUND uninvested (still admissible) and let the pipeline's own check
|
|
690
|
-
// prune run() with the truthful "cannot beat incumbent" note. This is
|
|
691
|
-
// the SAME admissible-floor economy worthRunning applies to run(),
|
|
692
|
-
// applied to floor()'s own investment — uniformly, whatever mechanism
|
|
693
|
-
// supplied the incumbent (an extension's computed result is not
|
|
694
|
-
// special-cased; any sufficiently cheap incumbent prunes the same way).
|
|
695
|
-
if (!worthRunning(2 * STEP))
|
|
696
|
-
return 2 * STEP;
|
|
697
|
-
// Now first-touch the shared analyses (climb, then the weave built on
|
|
698
|
-
// it). If another mechanism already triggered either, this awaits the
|
|
699
|
-
// cached result; otherwise it's computed once here and reused in run().
|
|
700
|
-
if ((await pre.attention()).ranked.length < 2)
|
|
701
|
-
return null;
|
|
702
|
-
if ((await pre.weave()).points.length < 2)
|
|
703
|
-
return null;
|
|
704
|
-
return 2 * STEP;
|
|
705
|
-
},
|
|
706
|
-
async run(ctx, query, pre) {
|
|
707
|
-
const casts = await counterfactualTransfer(ctx, query, pre);
|
|
708
|
-
return casts.map((c) => ({
|
|
709
|
-
bytes: c.bytes,
|
|
710
|
-
accounted: c.accounted,
|
|
711
|
-
moves: c.moves,
|
|
712
|
-
used: c.used,
|
|
713
|
-
unexplained: c.unexplained,
|
|
714
|
-
}));
|
|
715
|
-
},
|
|
716
|
-
};
|