stather (v.)

Architecture

Three pictures. The first is the whole pipeline from public text to a promoted checkpoint. The second is the nursery, where post-training happens and where the target behaviour is taught. The third is one teaching cycle in detail: a local teacher, a sandbox, and an escalating curriculum.

1. From corpus to checkpoint

Promotion gate

Pre-training, as Temporal sweeps

yes

below δ

Research corpus

fetch public tiers, arXiv de-LaTeX, OCR tier kept apart

quality gate on invariants

compose: dedup, licence, contamination re-certification against frozen probes

pre-registered proofs: vocab, tying, epochs, size

sweep workflow: one unit per run, GPU leases, resume from checkpoint

checkpoint ring

measure margins against frozen probe sets (δ_gate)

better on domain and not worse on retention?

pointer swap plus canary, rollback with a reason

refused as unresolvable

the nursery serves the promoted checkpoint

Every arrow that takes hours is a Temporal workflow, so a reboot is an event and not a loss. The gate is the only path by which a checkpoint becomes the served one, and it refuses in both directions: worse checkpoints are rejected, and differences smaller than the measured noise floor are refused rather than promoted.1

Held out, and kept that way

A probe set is frozen before training and never used to pick a decision. Consolidation and ingestion pipelines are checked against the frozen sets before they ship, and the corpus was re-certified against every one of them before v5 trained. The rule was earned when one lineage’s validation set leaked entirely through a composer split; only that lineage’s own held-out set counts since. “From scratch” means: random initial weights, a tokenizer trained on my own corpus, a stock transformer block except where Mantis adds memory, and nothing distilled or copied from another model’s outputs or weights.2

2. The nursery: serve, learn, and be tested

The nursery: one process, one model

Exams, always both ways

open book: tools allowed

the gap is the value of the tool; closed-book rising is a warning: memorising, not delegating

closed book: tools off

Teaching, as workflows

curriculum: rungs of knowledge, reasoning and skill

classroom: a local teacher poses, grades, posts verdicts

RLVR-lite: K attempts, sandbox-graded, advantage-weighted

serve: an OpenAI-compatible endpoint

tools: calc (sandboxed arithmetic), look (retrieval over a library)

learn: weighted exchanges, replay mix, drift brake

consolidate: sleep, then a fresh checkpoint on the ring

judge: a cloud model, hold-only (can force a repeat, never lower a floor)

promotion gate

The nursery is one PyTorch process that serves the current checkpoint, answers with tools, and learns from graded exchanges with a brake on drift. Teaching arrives as workflows, so a curriculum run survives a session. Exams are always run in both modes, because the difference between open-book and closed-book scores is the measured value of the tool, and a closed-book score that rises while teaching a tool is the signature of a model memorising answers instead of delegating.3

3. One teaching cycle: a local teacher in the nursery

promotion gatejudge (cloud, hold-only)sandboxstudent (the nursery)local teacher modelcurriculum workflowpromotion gatejudge (cloud, hold-only)sandboxstudent (the nursery)local teacher modelcurriculum workflowloop[for each item, K attempts]pick the next rung (knowledge → reasoning → skill), ~20% replay from passed rungsgenerate the rung's items from the concept ladderitems with verifiable answerspose the item (tools on)tool call, e.g. calcexecuted resultanswergrade the answer against the verifiable truthlearn from the group: better attempts weighted up, worse weighted downexam the rung, open book and closed bookfloors met? (derived from the noise floor)PASS, or HOLD (repeat the rung)diploma: propose the checkpointpromote, reject, or refuse below δ

This is the “target behaviour” programme: not facts, but habits such as calling the calculator instead of guessing, looking something up instead of confabulating, and asking for help when out of depth. The teacher is a local model reached through the gateway; the grader is a sandbox that executes the answer; the judge is a cloud model that can only hold a rung back, never wave it through. The corpus escalates by rung: concept ladders for knowledge, retrieved-verifiable items for reasoning with a look-up tool, and executable items for skills. The measured result, on the wins and losses pages: imitation alone hit a ceiling of about 40% on tool-family accuracy, and execution reward matched it at a fifth of the retention cost; the post-training segments (calculator, look-up, a tensor lane, a knowing-gap diagnostic) are built on shared segment bodies with their exit gates not yet run.4

Sources

Numbers on this page are quoted from the lab's own records. The records are private; each note gives the record's date.

  1. lab record, 2026-07-29
  2. lab record, 2026-08-23
  3. lab record, 2026-07-23
  4. lab record, 2026-07-30