Do concepts emerge as boundaries?

2026-06-26 · investigation closed at 10 variants · experiments CN to CX

The purest form of the standing question: do concepts emerge as the higher tiers of surprise boundaries, words, then phrases, then clauses, then topics, all carved by the same signal one level up? Ten experiments say surprise carves words cleanly and nothing else. Meaning above the word needs a different signal, and the three cheap fixes (compose, scale, share a representation) all fail.

The question

The program's first finding was that surprise marks a boundary: prediction error alone recovers word boundaries from raw characters. The most beautiful version of the whole theory would be that the same trick repeats all the way up. Run the surprise signal over characters and it finds words. Run it over the words it found and it should find phrases. Over phrases, clauses; over clauses, topics. One mechanism, stacked, and the concept hierarchy falls out for free.

This was also the first real test of the node architecture, the synchronous-recurrent shell where every level is the same Column wired bigger, all reading the previous tick's frozen outputs and writing the next. If concepts are the higher tiers of boundaries, this is where it should show, because the shell lets us stack the identical organ at four altitudes with no engine changes. We picked the most Thousand-Brains-pure form of the question (same algorithm, every level) and ran it autonomously across ten grounded variants.

What we tried

Four rounds. The first stacked branching-entropy boundaries (the exact word-level signal) at every altitude (CN). When that carved only words, we stopped asking for the same signal and asked each altitude for its own model-state cue: Bayesian belief-shift for phrases (CP), lexical cohesion for topics on real article boundaries (CQ), event-model predict-and-switch (CO), construction-completion for the stubborn clause tier (CU), a per-altitude cue ladder (CR). Then we tried to make the wins compose into one stack (CS, CW), to make them widen with scale (CV), and to push the clause crack off the floor with a dual-route, sentence-rate-tuned completion signal (CX). Every organ ran unmodified on the runtime. Scored as boundary F1 against held-out structure at a fair tolerance, with a strict 1.5× gate over the random and fixed-stride baselines.

What happened

The altitude map came out clean, and it is mostly a wall.

altitudesignalverdict
wordbranching entropySOLID. F1 0.83 to 0.98, strict ±1, every corpus and organ
phraseBayesian belief-shiftWEAK. Beats baselines only at a fair ±2 window, ~1.1 to 1.2×, never the gate
clause / sentenceconstruction-completionVERY WEAK, fragile. The first cross-corpus crack, but corpus- and tolerance-fragile, segments don't recur
topiclexical cohesion~2× at fair tolerance on real <page> boundaries (degrades at large scale)

Surprise carves words and nothing above them. The higher altitudes yield only weak cracks, and only from signals that are not surprise: a shift in a maintained belief for phrases, lexical cohesion for topics, construction-completion for clauses. None of the above-word cracks clears the strict gate, and none localizes better than about ±2, a precision wall in its own right.

Then the three meta-negatives, each ruling out a cheap fix:

The lesson

Concepts emerge as boundaries cleanly only at the lexical tier. Above the word, prediction-error, cohesion, and completion give weak, ~±2-precise, non-composing cracks. Surprise carves words; meaning above the word needs a genuinely different signal (real syntax, a learned grammar), not better wiring, more data, or a shared representation. The three cheap fixes are all spent.

This is a sharp, honest extension of the coherence frontier. The dream of one signal stacking all the way up is dead, and it died the same way three times: compose, scale, share. None of them is the missing ingredient. Whatever carries crisp clauses and events is a different kind of thing.

The quiet structural win underneath: all ten organs wired and stacked on the node runtime with zero engine changes. The synchronous-recurrent shell carried four altitudes of distinct signals without a single modification: the Thousand-Brains same-algorithm shape transfers even though the same-signal ideal does not. The architecture is validated end-to-end, which is what let the next rounds drop counting entirely and still run.

Lineage

Grew from finding where one word ends, the surprise-carves-a-boundary result this stacked, and finding phrases, the first attempt to climb it one level up.

Thread: global coherence, and the surprise through-line. The keeper is a hardened negative (surprise is a lexical signal, not a universal one) and a validated runtime to test the next idea on. The ideas are branching entropy, Kumar and Zacks belief-shift, Hearst's TextTiling cohesion, and usage-based construction grammar.