Most coding and agent workflows hit two hard limits: context length for long-horizon state and latency/memory for local inference. Laguna XS 2.1 targets that gap by combining a compact MoE design with a very large context window and engineering optimizations (FP8 KV cache, mixed SWA/global attention) so you can run agentic coding agents locally without sacrificing multi-step tool reasoning.
Key Capabilities
- High-context agentic reasoning: preserves explicit "thinking" blocks and supports interleaved reasoning between tool calls, so multi-step plans and tool interactions remain coherent across long sessions.
- MoE with low activation footprint: 33B total parameters but ~3B activated per token via 256 experts, enabling strong capability with reduced runtime memory compared to dense models — useful for desktop or small-server inference.
- Long context + efficiency features: 262k token context, sliding-window/global attention mix, and FP8 KV-cache reduce memory and enable long-horizon code and terminal-style tasks.
- Local-ready ecosystem support: official support and quantized variants for vLLM, Transformers, TRT-LLM, Ollama and llama.cpp, making practical local deployment and tool integration feasible.
Who it's for and tradeoffs
Great fit if you need an LLM to run locally for agentic coding, multi-step terminal automation, or long-context reasoning where preserving internal "thinking" improves outcomes. It trades raw single-turn SOTA for a balance of multi-step capability, local resource efficiency, and tool-call fidelity. Look elsewhere if you need the absolute top leaderboard single-shot accuracy or prefer fully closed-source commercial models with managed hosting and SLA-backed inference.