llimu.com
Back to AI News

AI NEWS

Laguna S 2.1's first day mixes 118B-model excitement with local deployment friction

A look at Poolside's 118B-A8B Laguna S 2.1 through official specifications and first-day Reddit reports, including its 75GB Q4, thinking setup, and fit for local creative work.

What we could verify

Poolside released Laguna S 2.1 on July 21, 2026 as an open-weight model for agentic coding and long-horizon tasks. It is a 118B-total-parameter Mixture-of-Experts model that activates about 8B parameters per token, and it accepts text input only. The official model card documents a maximum context window of 1,048,576 tokens and modes that switch thinking on or off.

Poolside reports results including 70.2% on Terminal-Bench 2.1 and has published the final evaluation trajectories. These are still vendor-reported results that include Poolside’s agent environment. Poolside itself lists adherence to tool definitions in third-party harnesses, excessively long thinking, and tool calls with JSON arguments among the known limitations.

FP8, NVFP4, INT4, and GGUF variants are available for local deployment. The official GGUF files are 235GB for F16, 128GB for Q8_0, and 75GB for the imatrix-quantized Q4_K_M. The GGUF release recommends a 256K context configuration for output quality and warns that overriding it to 1M may reduce quality. The llama.cpp pull request adding Laguna support was merged into master on July 22.

The model uses the OpenMDW-1.1 license. Its model card permits commercial and non-commercial use and modification, while also requiring compliance with Poolside’s Acceptable Use Policy and advising against bypassing safety guardrails without equivalent mitigations. There is therefore no official basis for presenting Laguna S 2.1 as an “uncensored” or NSFW-specialized model.

What users reported on Reddit

Immediately after release, r/LocalLLaMA users showed strong interest in the 118B-A8B size and Poolside’s benchmark claims. One user testing the official NVFP4 build on a 96GB RTX Pro 6000 praised its speed and tool calling, but also reported fabricated details in a private evaluation when the model lacked supporting information.

Across other independent reports, users described thinking that did not finish for a long time, repeated loops, and output quality that changed with chat templates or quantization formats. Other users reported improvements after correctly enabling thinking and adjusting output limits or sampling settings.

These reports are not a controlled third-party benchmark: they mix vLLM, llama.cpp, OpenRouter, NVFP4, INT4, and GGUF setups. It is too early to generalize either that the model matches its official evaluations or that the model itself is fundamentally broken. What appears repeatedly across independent discussions is that the first-day experience depended heavily on thinking configuration, templates, quantization, and inference backend—not only on the weights.

Implications for llimu’s creative and local workflow

Laguna S 2.1 is not designed for adult prose generation. Its immediately relevant uses for llimu are game code, production tooling, and agent tasks that must work with long specifications. Because it has no image input, visual asset review and visual quality control still require another model or human review.

The 75GB Q4_K_M file alone also means this is not a model whose full weights fit on a typical single 24GB GPU. Even with CPU offload, multiple GPUs, or large unified memory, the real memory requirement changes with context length, KV cache, and backend. The “8B active” figure should not be read as an 8B-sized memory footprint; storage, total weights, and long-context overhead need separate estimates.

A careful creative-production trial should begin with the following sequence instead of jumping directly to 1M context or long autonomous runs:

  1. Start with the officially recommended 256K-or-less context and a supported backend
  2. Record thinking mode, output limits, and the chat template
  3. Test short real production tasks for loops, invented facts, and malformed tool arguments
  4. Extend context and autonomous run time only for configurations that pass those tests

Public benchmarks can help shortlist a model, but they are not enough to approve it for a creative workflow. When private settings or adult-project plans are involved, local execution should be paired with checks of harness networking, log retention, and usage terms, plus small reproducible tests of the exact deployment configuration.

Sources and community reports

  1. Laguna S 2.1 Released: Cheaper than Deepseek v4 Flash, Better than V4 Pro Community · Reddit r/LocalLLaMA · July 21, 2026
  2. I ran Laguna-S-2.1 through my private agentic eval vs Qwen3.5-122B on an RTX Pro 6000 (96GB) Community · Reddit r/LocalLLaMA · July 21, 2026
  3. Unsloth Quantization of Laguna S 2.1 Is Out Community · Reddit r/LocalLLaMA · July 22, 2026
  4. Introducing Laguna S 2.1 Official · Poolside · July 21, 2026
  5. poolside/Laguna-S-2.1 Official · Poolside
  6. poolside/Laguna-S-2.1-GGUF Official · Poolside
  7. Add support for Laguna XS.2 & M.1 #25165 Official · ggml-org/llama.cpp · July 22, 2026