Lightweight sparse-MoE LLM (7.9B params, ~1.3B activated per token) designed for hybrid multi-step reasoning and agentic tasks. Uses a KDA–MLA hybrid attention stack and a 128-expert sparse FFN; offered in BF16/FP8/INT4 for local and edge deployment.
Uses a stronger 'builder' model at inference time to construct executable harnesses that boost weaker target models without parameter updates, mainly by turning unstable reasoning into deterministic code, routing, and strict answer-format enforcement.