--- license: apache-2.0 base_model: - Qwen/Qwen3.6-27B datasets: - ProCreations/grug-think - ProCreations/grug-think-v3-10k pipeline_tag: text-generation --- ## 1. Introduction We're introducing **LRM-3.2**, a reasoning model built around a single idea: thinking should be *fast, direct, and dense* — not padded. LRM-3.2 keeps the full depth of chain-of-thought reasoning while stripping out the narrative scaffolding that most models use to fill space. Same reasoning. Same depth. Way fewer tokens. LRM-3.2 throws the grammar padding in the fire and keeps all the brain meat. The final answer still comes out in normal, full-quality English — the compressed voice lives only inside the thinking process. ## 2. Key Capabilities - **Adaptive Depth:** Thinking length scales with task difficulty, not with habit. Easy problems get a one-line think; hard problems still get full, structured deliberation. - **Unchanged Output Quality:** Compression happens exclusively in the reasoning trace. Final answers remain complete, natural, and equivalent in quality to verbose-thinking models. - **Fast, Direct Inference:** Dramatically shorter think blocks translate directly into lower latency and lower token spend per response, without a distillation-style drop in capability. - **Reliable Under Long Sessions:** Reasoning stays dense and on-task across extended agentic and multi-step work, rather than drifting into repetitive verbal habits. ## 3. Performance
| LRM-3.2 | Qwen3.6-27B | |
|---|---|---|
| Reasoning & Coding | ||
| GSM8K | 95.8 | — |
| HumanEval | 86.9 | — |
separate_paren_groups that takes a string of parentheses and spaces, and returns a list of strings. Each string in the list should represent a balanced group of parentheses that is not nested within another group. Spaces should be ignored...