Kaer-R1 7B — release notes

Release notes for Kaer-R1, our 7B open-weight reasoner with a learned halting head: what shipped, what it scores, what it cannot do, and how to get the weights.

Hands in gilded armour working at a modern keyboard

Kaer-R1 7B is the first release in the Kaer Reasoners line. It is a dense 7B model with a learned halting head that decides, per question, how much deliberation the question deserves. Full method, results and failure analysis are in R-09; these are the operational notes.

What shipped

Numbers

MetricValueConditions
Hard-reasoning suite61.4%Single greedy pass, 5 seeds, mean
Mean thinking tokens790Adaptive; 4,096 if budget fixed
Cost / 1k items£3.10Measured, not estimated
Abstention AUROC0.83In-distribution
Abstention AUROC0.68Paraphrased items (R-07 families)
Error reduction via routing41%Bottom decile escalated

Known limitations, in full

  1. Paraphrase fragility in the halting head. Reword a question and its sense of its own difficulty degrades faster than its accuracy does. It under-thinks confidently. Unfixed.
  2. Easy-but-wrong. On the 17% of items it gets wrong at every budget, abstention fires weakest exactly where it should fire hardest.
  3. Latency variance. Per-item budgeting means per-item variance. Services with a hard latency ceiling should set a fixed budget and take the lower score.
  4. Single-turn only. Multi-turn budget allocation is the next study; there are no results yet.
  5. Quantisation changes behaviour. Our 8-bit build scored within noise on capability and measurably worse on hedging and refusal manner. Re-evaluate the build you actually serve.
  6. No safety hardening. Beyond the base model, none. Not for public-facing deployment.

What it cost us

11,400 A100-hours across trace generation, supervised fine-tuning and eight halting-head variants — about £19,000. Pre-training used an existing open-weight base; we did not train from scratch. The single largest line was generating budget-response curves at five budgets, 62% of the bill, which in hindsight could have been three budgets for most of the corpus.

Getting it

Staged access via [email protected]. The hard-reasoning suite stays private for the usual reason: publish it and it is in the next crawl inside a month, after which the numbers mean nothing to anybody. Protocol, rubric and per-model results are open.

← All posts Kaer-R1-mini 1.5B release notes →

Common
questions

How do I get the weights?

Staged access. Email [email protected] with what you intend to build and we will point you at the right release, or explain why we are holding one back. Research and evaluation use is the easy case; anything public-facing gets a longer conversation, because this model has had no safety hardening beyond its base.

What hardware does Kaer-R1 need?

A single modern GPU with 16GB or more serves the bf16 checkpoint comfortably. 8-bit quantisation fits smaller cards, but see the caveat in the notes: our 8-bit build scored within noise on capability and measurably worse on hedging and refusal manner. Quantisation is a new model, not a cheaper one.

Is it suitable for production?

Not in front of the public, no. It is a research release with no hardening beyond the base model and no tuning for open-ended assistance. Behind an evaluation harness, on bounded reasoning tasks, with a human fallback path — that is what it is for.