{ "routine": "bootcamp.impression", "version": 1, "direction": "drill → impression: take a persona and a corpus, and press them into weights", "input": { "persona": "a mindX .persona (system prompt + voice examples + exchanges)", "corpus": "curated machine.dream rows, persona share configurable (15% default, higher in a persona sprint)", "regimen": "cpu_percent, wall window, epochs — the host's own profile, not a guess" }, "drill": [ "build the corpus (corpus.build_curated) with source weights from the last imprint's attribution", "train under the recipe (LoRA on attention projections; packing; eval split held out)", "probe the frozen base on the battery FIRST — that is 'before'", "probe the trained model on the same battery — that is 'after'", "impression = after − before, per probe and in the mean" ], "output": { "impression": "the measured delta (recall, coherence, identity, task)", "verdict": "accepted / proof_rejected — the gate decides, not the operator", "artifacts": "adapter + merged weights + train.log + THOT" }, "exemplar": { "generation": 39, "impression": { "delta_recall": 0.1002 }, "verdict": "accepted" } }