Kipp — Agent Instructions

Kipp is a small, hand-written inference engine for the pinned Qwen3 dense checkpoints registered in src/kipp_checkpoints.h and documented in docs/ARCHITECTURE.md. It is not a generic Qwen or GGUF runner — keep it narrow: model support grows by adding registry entries and running the gates, never by loosening validation.

Building and gating

Build targets: make cpu, make server, make metal, make server-metal, make cuda-generic, make server-cuda, and make cuda-spark for DGX Spark. Every feature is gated against the CPU oracle on real hardware before it is called done:

State plainly which backends you actually ran. CUDA is validated on ephemeral cloud GPUs at phase milestones, not on this machine. The complete command matrix lives in docs/REPRODUCING.md.