03
Does SFT, preference training, or rejection sampling improve the frozen target?
Change the smallest model that can plausibly close the gap.
The readable Swift + MLX path remains the local reference. Every intervention is a recipe with exact data, adapter, optimizer, steps, and composition—not just a technique name.
emitsadapter + recipe + training trace
04
Did capability rise on the frozen target without unacceptable regressions?
Make the candidate earn the claim.
The same evaluator scores baseline and candidate. Slice metrics, legality, raw outputs, latency, RAM, throughput, and uncertainty stay visible; a benchmark whose frontier ceiling fails is rejected.
emitsmetrics + traces + regression gate
05
Where is this specialist allowed to answer, and when must it redirect?
Package the boundary, not just the weights.
A specialist artifact includes identity, base model, adapter, prompt contract, eval evidence, resource measurements, and routing constraints. Narrow depth can ship only with an honest boundary.
emitsvalidated specialist package
06
Should this candidate ship, retry, redirect, or be rejected?
End every run with a decision.
The report binds score delta to regressions, cost, latency, RAM, throughput, missing measurements, and source hashes. Failed attempts remain part of the system because they change what gets tried next.
emitsreport card + ship / retry / reject