train
Pretrain, SFT, DPO / SimPO / KTO / ORPO, distillation, ES. Full
PEFT — LoRA, LoRA+, DoRA, VeRA, LoftQ, AdaLoRA, PISSA. WSD
schedules, spike recovery, z-loss.
eval
BFCL, τ-bench, lm-eval (MLX adapter), HumanEval + sandbox, SQL
execution, router, MILU, MTEB. Frozen baselines, slice metrics,
non-zero-exit gates.
serve
OpenAI- and Ollama-compatible on one socket. Agent loop, tool
dispatch, FSM-constrained JSON, persistent KV cache, speculative
decoding, optional cloud escalation.
package
Export to MLX, safetensors, CoreML. Quantize (GGUF / AWQ / GPTQ /
HQQ), prune, merge, bake-LoRA with DoRA magnitudes. Specialist
model cards.
inspect
SAE features, ROME, MEMIT, tuned / logit lens, activation
patching, linear probes, attention heatmaps. Know where the
model decides.
browser
The same model trains in a browser tab via hand-written WebGPU
kernels — Memory64, FlashAttention-2, blocked matmul. A
from-scratch learning track, honest negative results included.