model releasePoolside

Poolside releases Laguna XS.2: 33B parameter MoE coding model with 131K context window

TL;DR

Poolside has released Laguna XS.2, a 33B total parameter Mixture-of-Experts model with 3B activated parameters per token, designed for agentic coding. The model features a 131,072-token context window, scores 68.2% on SWE-bench Verified, and is available under Apache 2.0 license with free API access.

2 min read
0

Poolside releases Laguna XS.2: 33B parameter MoE coding model with 131K context window

Poolside has released Laguna XS.2, a 33B total parameter Mixture-of-Experts model with 3B activated parameters per token, designed for agentic coding and long-horizon work on local machines.

Model specifications

Laguna XS.2 uses Sliding Window Attention with per-head gating in 30 of its 40 layers. The architecture includes:

  • Total parameters: 33B with 3B activated per token
  • Context window: 131,072 tokens
  • Experts: 256 experts with 1 shared expert
  • Architecture: 40 layers (10 global attention, 30 sliding window attention)
  • Sliding window: 512 tokens
  • Training: Muon optimizer, includes pre-training, post-training, and reinforcement learning stages
  • License: Apache 2.0

The model uses FP8-quantized KV cache to reduce memory requirements and supports native reasoning with interleaved thinking between tool calls.

Benchmark performance

According to Poolside, Laguna XS.2 achieves the following scores:

  • SWE-bench Verified: 68.2% (mean pass@1 over 4 runs)
  • SWE-bench Multilingual: 62.4% (mean pass@1 over 7 runs)
  • SWE-bench Pro: 44.5% (mean pass@1 over 3 runs)
  • Terminal-Bench 2.0: 30.1% (mean pass@1 over 5 runs)

Poolside claims these scores place it competitively with Devstral Small 2 (24B dense, 68.0% on SWE-bench Verified) while using fewer activated parameters. Qwen3.6-35B-A3B leads the comparison group at 73.4% on SWE-bench Verified.

All benchmarking was completed using the Laude Institute's Harbor Framework with temperature=0.7 and top_k=20. The company notes some task images and verifiers were patched to fix infrastructure reliability issues.

Availability and deployment

Poolside is offering free API access to Laguna XS.2 and its larger 225B model, Laguna M.1, for a limited time. Pricing details have not been disclosed.

The model has launch-day support in:

  • vLLM (pending PR merge)
  • Transformers (support merged, shipping in release after v5.6.2)
  • TRT-LLM (pending upstream PR)
  • Ollama with MLX support

The company has released pool, a lightweight terminal-based coding agent that works with the model. Laguna XS.2 can run on a Mac with 36 GB of RAM according to Poolside.

What this means

Laguna XS.2 represents a push toward locally-runnable coding models with competitive benchmark performance. The 33B total parameter count with 3B activation makes it accessible for developers with high-end consumer hardware, while the Apache 2.0 license removes commercial restrictions. The 131K context window matches or exceeds many commercial models, potentially enabling longer coding sessions without context truncation. However, its 68.2% SWE-bench Verified score trails the latest Qwen and Claude models, suggesting it may be best suited for local development workflows where privacy and control outweigh absolute performance.

Related Articles

model release

Moonshot AI Releases Kimi K3: 2.8T-Parameter Open-Weight Model with 1M-Token Context, Now Available via Unsloth Quantiza

Moonshot AI has released Kimi K3, a 2.8-trillion-parameter open-weight mixture-of-experts model with a 1-million-token context window and native multimodal support. Unsloth has published Dynamic 2.0 quantized versions on Hugging Face, claiming improved accuracy over other quantization methods.

model release

Moonshot AI Releases Kimi K3: Open-Weight 2.8T-Parameter Model With 1M-Token Context and Native Multimodality

Moonshot AI has released Kimi K3, an open-weight 2.8-trillion-parameter mixture-of-experts model with 104B activated parameters, a 1,048,576-token context window, and native multimodal support. The company describes it as the world's first open 3T-class model, built on a new Kimi Delta Attention architecture.

model release

Microsoft Releases Mage-Flow: Compact 4B Image Generation and Editing Models Matching Systems 5-8x Larger

Microsoft has released Mage-Flow, a family of 4B-parameter image generation and editing models built on a shared tokenizer-transformer stack. According to Microsoft, the Turbo variants match or beat open-source systems with 5-8x more parameters while running in 4 diffusion steps.

model release

Alibaba Launches Qwen3.7 Flash: 1M-Context Vision-Language Model at $0.03/$0.13 per 1M Tokens

Alibaba has released Qwen3.7 Flash, a vision-language reasoning model with a 1 million token context window aimed at multimodal agents, visual coding, and computer-use tasks. The model is priced at $0.03 per 1M input tokens and $0.13 per 1M output tokens and is available through OpenRouter.

Comments

Loading...