In-flight rewritten to the live training run (~150/1380, ETA ~00:45 PT) with the --save-total-limit finding that would otherwise have deleted the epoch-1/epoch-2 checkpoints both prior gates were decided on. Two decisions added: the next-seat ranking (Faulkner, Morrison, Chandler -- and the finding that the corpus size ranking inverts the voice ranking, with King and Christie as the two biggest non-candidates), and the romantasy register measured on the gate's own char-bigram instrument (Yarros is the cluster outlier we already shipped; Maas is the centroid and so the worst pick; Kenyon at 27 val units if the lane gets a seat). Auto-archival: 4 entries moved to archival-memory.md; 4 held back by the open-deferred guard.
70 lines
4.4 KiB
Markdown
70 lines
4.4 KiB
Markdown
# `[2026-09-17]` Which voices earn a training seat next — measured against the catalogue, not chosen by taste
|
|
|
|
Method: rank every author in the kvasir catalogue by **usable extracted** works, then apply the
|
|
selection criterion the lv-krakauer parking established — *does the author have a voice*, asked
|
|
before any corpus work, and specifically **does that voice live where the instrument looks**.
|
|
`voice_distance.py` is Burrows's Delta over CHARACTER BIGRAMS, so it sees function-word morphology,
|
|
punctuation and sentence rhythm. A writer whose distinction is plot, research or subject matter is
|
|
invisible to it — an adapter cannot carry that, and the gate cannot measure it.
|
|
|
|
⚠ `triage.length` is in **CHARACTERS**, ~5.2 chars/word calibrated against builds we did ourselves
|
|
(The Crossing mobi 777,420 chars = our measured 149,985 words). Dedup by title taking the max across
|
|
formats, and floor at 100,000 chars — that is what excludes the `accepted`-but-truncated rows
|
|
(Blood Meridian epub at 6,031 chars beside the mobi's 623,849).
|
|
|
|
## ⭐ The size ranking INVERTS the voice ranking at the top
|
|
|
|
```
|
|
Stephen King 76 works 12,133,529 w <- biggest, and NOT a candidate
|
|
Agatha Christie 72 5,451,377 <- second biggest, the Krakauer case exactly
|
|
Terry Pratchett 52 4,821,474
|
|
Georgette Heyer 30 3,416,867
|
|
Graham Greene 45 3,037,425
|
|
William Faulkner 25 2,981,183 <- the pick
|
|
```
|
|
|
|
Christie is the whole lesson in one row: a superb writer whose genius is plot architecture, in prose
|
|
deliberately kept transparent. Nothing for a char-bigram Delta to grip. King is the softer version —
|
|
distinctive in pacing and brand-name texture, not in syntax.
|
|
|
|
## The three that clear both bars
|
|
|
|
**1. William Faulkner — 25 catalogue rows, ~15 pure novels, ~1.6M words.**
|
|
*The voice in one sentence:* sentences that defer their main clause through stacked subordination
|
|
and coined compounds until the reader is held inside a single unbroken perception.
|
|
About as char-bigram-legible as English gets — the voice IS the clause-joining morphology and the
|
|
`and`/`which`/`that` density. ⭐ **And he is McCarthy's stylistic ancestor, which is the real
|
|
argument:** the Brontë gate record states the frozen adjudication needs "a control-author panel (to
|
|
place an absolute band and a hard-negative sister)" and notes we have none. Faulkner beside McCarthy
|
|
makes each the other's hard negative — a METHOD upgrade, not just another roster entry.
|
|
⚠ Messiest corpus of the three: a 446k-word `Snopes: The Hamlet, The Town, The Mansion` omnibus
|
|
duplicates novels also present individually, and `Three Famous Short Novels` overlaps it again. That
|
|
is the Hemingway trap (169,759 words of measured 90-96% collection duplication) — containment pass
|
|
before anything else.
|
|
|
|
**2. Toni Morrison — 13 rows, 11 novels after pruning, ~818k words.**
|
|
*The voice:* free-indirect discourse sliding between narrator and character mid-sentence, carried on
|
|
incantatory repetition and deliberate fragments.
|
|
Cleanest corpus shape on the list: **11 novels → 11 val units, beating Hemingway's 10.** Val units
|
|
scale with WORK COUNT, which is the structural reason Brontë's voice axis came back underpowered at
|
|
4 with no cheap fix. ⚠ Drop `Burn This Book` (anthology she edited) and `Playing in the Dark`
|
|
(criticism) — same reason Krakauer's reporting does not transfer.
|
|
|
|
**3. Raymond Chandler — 9 rows, 7 novels + a 409k short-story omnibus, ~970k words.**
|
|
*The voice:* clipped first-person declaratives that periodically detonate into one baroque simile,
|
|
with dialogue carrying most of the scene.
|
|
Fills the register gap nobody else fills — **first-person hardboiled**; the line has no first-person
|
|
male narrator at all. Corpus is almost exactly Hemingway-sized (997k vs 958k), which was the
|
|
decisive gate. ⚠ Drop `Essays and Reviews` — non-fiction.
|
|
|
|
## Held, and why
|
|
|
|
**Conrad** (31 works, 2.4M) is a genuine tier-1.5 if a fourth is wanted. **Melville** (10, 1.9M) has
|
|
a superb voice but a mixed-register corpus — the cetology chapters are a different book from the
|
|
narrative. **Austen** (12, 1.18M) is worth noting because Burrows's Delta was developed on her, so
|
|
the instrument is known to resolve her. The romantasy cluster is a separate question entirely —
|
|
see [[2026-09-17-romantasy-register-measured]].
|
|
|
|
Related: [[2026-09-17-mccarthy-split-name-leak]], [[2026-09-17-lv-bronte-gate]],
|
|
[[2026-09-17-lv-hemingway-gate]].
|