Poolside opens a 118B coding model

Poolside did not release a trillion-parameter giant. Laguna S 2.1 is a 118B total / 8B active MoE coding model, with weights on Hugging Face and a deployment story that reaches down to a single NVIDIA DGX Spark.

The hook is narrower than the launch slogan. A Western company now has a self-hostable open-weight coding model, but Poolside is not claiming it beats GPT or Claude. Its own Terminal-Bench 2.1 score is 70.2%, still behind the closed frontier. The bet is that some enterprises will accept that gap to keep code and data on their own machines.

Small enough to deploy

Poolside says Laguna S 2.1 supports up to a 1M-token context window and moved from training start to release in under nine weeks. Reported scores include 70.2% on Terminal-Bench 2.1, 78.5% on SWE-Bench Multilingual, 59.4% on SWE-Bench Pro public data and 40.4% on DeepSWE.

Those figures need careful reading. The 70.2% result comes from Poolside's own agent harness. The 40.4% DeepSWE result is for thinking mode; no-thinking is much lower. The company also says some comparisons use vendor, leaderboard or third-party best results, so the table is useful for position, not a clean laboratory comparison.

The quote is about work habits

What we've done in this model is not necessarily add more intelligence, but improve the behaviors that lead to a more capable model: more verification, less taking things for granted, not declaring victory early, and being more persistent.

Pengming Wang's point is plain: the upgrade is about how the model works. It checks more, assumes less and avoids stopping before tests are really done.

Poolside backs that with examples: a 50-minute, 181-step session building a simple HTML/CSS rendering engine from an empty folder, and an internal harness optimization that improved speed by 5.2% while cutting memory allocation by about 70%.

The open-weight gap

Open-weight coding momentum has recently been driven by Chinese labs such as Kimi, Qwen, DeepSeek and MiniMax. Laguna S 2.1 sits in a middle band: larger than 30B-class local models, easier to operate than trillion-scale systems.

The Hugging Face model card confirms the OpenMDW-1.1 license for the NVFP4 variant. vLLM Recipes notes that BF16 weights are about 235GB, so quantized checkpoints are the practical route for desktops and many multi-GPU nodes.

The limits matter

Poolside lists concrete limitations: tool-schema overfitting in third-party harnesses, invalid JSON in nested tool calls and thinking runs that can last longer than expected. These are not minor footnotes for coding agents. In a real CI or repository workflow, one malformed tool call can matter more than one benchmark mistake.

Pricing also needs context. OpenRouter offers a 256K free endpoint and a dedicated 1M-context endpoint at .10 input, .20 output and .01 cache-read per million tokens. That is low, but long-horizon agents can spend hundreds of thousands of output tokens in one job.

What proves it

The next checks are practical: community reproduction on Hugging Face, stable vLLM/Ollama/SGLang serving, real repository performance and whether Poolside's next larger Laguna narrows the Terminal-Bench gap.

Laguna S 2.1 is not a closed-frontier killer. It is a procurement-friendly answer: keep code local, run long coding jobs, know the license and cost, and see whether the remaining capability gap is small enough for production trials.

Sources: Poolside official blog, Hugging Face model card, vLLM Recipes, CocoLoop, The Next Web; checked model size, active parameters, context window, benchmark scope, training hardware, license, deployment paths and published limitations.