Swift-Qwen3.8-27B
Swift-Qwen3.8-27B is UkisAI’s reasoning-efficient derivative of Qwen3.8-27B, using up to 58% fewer thinking tokens while maintaining near-identical performance on several tasks. (View Highlight)
Training approach
Reasoning models often repeat checks or revisit answers they have already found. Swift reduces this extra reasoning.
We identified tokens associated with overthinking in Qwen’s reasoning and penalized their use during training. Swift produces shorter reasoning traces, and we observe fewer overthinking errors in our testing.
Swift includes a transfer component derived from BottleCap AI’s ThinkingCap-Qwen3.6-27B. The resulting model uses the standard Qwen3.8 interface and retains text, image, and video support. (View Highlight)
Reasoning effort
Qwen3.8 lets users set reasoning_effort. We tested medium and low as well as xhigh; Swift uses fewer thinking tokens at all three settings. (View Highlight)
Quantized models
Swift is intended for quantized deployment. We tested mixed-precision W4A16 and AWQ INT4 weights and found that token savings carry over. (View Highlight)
On AIME, Swift matches or improves accuracy and reduces output-cap failures by 31–33%. GPQA accuracy stays close to the quantized base; IFBench accuracy is slightly lower. (View Highlight)