AIAny
AI Model2026
Icon for item

Laguna XS.2

A 33B Mixture-of-Experts text-to-text model optimized for local, long-context agentic coding—3B activated params per token, 131k token window, mixed sliding-window and global attention, FP8 KV cache, Apache-2.0 license.

Introduction

Most large models either optimize for pure inference throughput or for dense-capacity reasoning; Laguna XS.2 deliberately trades dense parameter activation for a sparse Mixture-of-Experts layout to make multi-step, tool-enabled coding and very long-context reasoning practical on a single workstation.

Key Capabilities
  • Sparse MoE architecture: 33B total parameters with ~3B activated per token and 256 experts, which lowers runtime memory while keeping high capacity for diverse coding tasks.
  • Mixed Sliding-Window & Global Attention: 30/10 layer split (3:1) with per-head sigmoid gating and per-layer rotary scales — enables a 131,072-token context window with much lower KV cache costs than fully global attention.
  • KV cache quantized to FP8: reduces memory-per-token for long histories, making local inference feasible on machines with ~36 GB RAM (Poolside's guidance).
  • Native reasoning / preserved thinking: built-in support for interleaved “thinking” (reasoning) that can be enabled or disabled per request, which aids agentic workflows and tool orchestration.
  • Ecosystem support: launch-day integrations with vLLM, Transformers (source install until release), TRT-LLM, and Ollama; offered under Apache-2.0 for commercial use.
Who it's for and tradeoffs

Great fit if you need an LLM that can run locally for sustained, multi-step coding/agent workflows and maintain very long context without renting large GPU clusters. It is particularly useful for terminal-based coding agents, tool-using assistants, and local research experimentation where preserving intermediate reasoning traces matters.

Look elsewhere if you need top leaderboard scores on every code/bench metric (some larger dense models score higher on certain benchmarks), if you require minimal integration complexity (some runtimes require source builds or PR branches), or if you must conform to a non-permissive license.

Where it fits

Laguna XS.2 sits between compact dense open models (which are easy to run but hit capacity limits) and very large multi-hundred-billion models (which require heavy infra). Its MoE design aims to give model-capacity advantages while keeping per-token activation and KV memory low enough for single-machine experiments and local agents.

How it was evaluated (brief)

Poolside reports benchmark results across SWE-bench and Terminal-Bench variants; the model demonstrates competitive pass@1 numbers on several agent benchmarks but shows tradeoffs compared with some 31–35B dense models on selected metrics. Practical deployment notes include guidance for vLLM/Transformers integration and optional TRT-LLM/Ollama workflows for local usage.

Information

Categories

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.