What Is Laguna S 2.1 (What Was Released)
Basic facts of Laguna S 2.1
Laguna S 2.1 is an AI model specialized for software development (coding), released by the AI company Poolside in July 2026. Its distinguishing trait is that it is "open-weight"—the model's weights (parameters) are published so anyone can download and run it in their own environment. First, let us establish its design and how to obtain it.
Definition (an open-weight MoE coding model)
Laguna S 2.1 adopts a design called MoE (Mixture of Experts). While it has 118 billion total parameters, only 8 billion actually run per token—a design that combines a large store of knowledge with a light execution cost.
"Laguna S 2.1 is a 118B total parameter Mixture-of-Experts (MoE) model with 8B activated parameters per token" / "supports a context window of up to 1M tokens in thinking and no-thinking modes" — from Poolside's official blog
MoE holds many internal "experts" and activates only some of them depending on the input. Even if the whole is huge, only a part runs each time, so the load at execution stays low. In addition, it can handle up to 1M tokens of long context and can switch between a "thinking mode" that deliberates and a "no-thinking mode" that answers instantly.
License and availability (OpenMDW-1.1, Hugging Face)
A big appeal of this model is how easy it is to obtain. It can be downloaded from Hugging Face from day one, offered under a license called OpenMDW-1.1 that lets you run it freely in your own environment.
"Laguna S 2.1 is available on Hugging Face from day one under OpenMDW-1.1" — from Poolside's official blog
Because you can run it at hand without going through a cloud API, it is easy to use even in development settings that do not want to send code externally. For a sense of the practical work of running open-weight models in your own environment, see also practical coding with local LLMs.
Published Performance (Self-Reported Benchmarks)
Poolside's published benchmarks (vs. DeepSeek-V4-Pro-Max)
Figures are Poolside's published values (measured in the company's environment). Bars are on a 0–100 scale.
Poolside publishes benchmarks showing Laguna S 2.1's performance. However, how to receive those figures requires care. Here we separate the substance of the published values from cautions on reading them.
Benchmark results (DeepSWE, SWE-Bench Pro)
By Poolside's published figures, it shows high scores on coding-type metrics. According to the company, it records 40.4 on DeepSWE (thinking mode) and 59.4 on SWE-Bench Pro, beating the compared DeepSeek-V4-Pro-Max.
"On DeepSWE v1.1, Laguna S 2.1 scores 40.4 in thinking mode in pool harness" — from Poolside's official blog (in the comparison table, DeepSeek-V4-Pro-Max is 9.0)
On DeepSWE in particular there is a large gap, 40.4 to 9.0. But this 40.4 is a value in "thinking mode" (a mode that takes time to deliberate), and Poolside explains that maximizing thinking greatly raises the DeepSWE score. When looking at figures, checking which mode they were measured in gets you closer to reality.
How to read the numbers (self-reported, third-party unverified)
This is the most important caution. These benchmarks are self-reported values that Poolside produced in its own measurement environment (pool harness), and independent third-party verification is not done. The compared models and the measurement method were also chosen by the company.
It is not rare for a new model's published benchmarks to shrink later under third-party verification. So a claim like "beats DeepSeek" should be received as a result under the company's conditions, and for actual use it is safest to judge after trying it on your own tasks. The basics of reading benchmarks are to check the comparison target, the test conditions, and the closeness to your own use.
Laguna S 2.1's Traits and Positioning
Laguna S 2.1's standout points
Beyond benchmarks, Laguna S 2.1 has traits worth noting. Here we look at how easy it is to run, the speed of development, and its positioning in the market.
The ease of running on a single machine
Even if open-weight, practicality drops if running it requires huge equipment. Laguna S 2.1 is contained enough to run on a single machine such as NVIDIA's DGX Spark, and not requiring a large GPU cluster is a practical advantage.
"small enough to run on a single NVIDIA DGX Spark" — from Poolside's official blog
Because the MoE design keeps the parameters that run each time to 8 billion, the design makes execution light relative to the model's overall size. Being able to run it at hand becomes a realistic option for companies that cannot send code externally.
Short development and the "West's answer" positioning
The speed of development also drew attention. Poolside says it began pre-training on May 22, 2026 using 4,096 H200 GPUs and reached launch in under nine weeks. Against an open-weight market where China-born DeepSeek and Qwen are strong, it is put forward as the West's option.
"Laguna S 2.1 began pre-training on 4,096 NVIDIA H200 GPUs on May 22, 2026" / "It went from the start of training to launch in under nine weeks" — from Poolside's official blog
Poolside says the West had been left without a competitive open-weight option and positions Laguna S 2.1 as that answer. The phrase "the most capable open-weight model in the West" is the company's own claim, not an independent ranking, which is worth keeping in mind.
Conclusion
Finally, let us organize Laguna S 2.1's positioning. This model is a practical option that is open-weight yet strong at coding and light enough to run on a single machine. For development settings that want to use a high-performance AI without sending code externally, it can be a strong candidate.
On the other hand, the benchmarks that back its performance remain self-reported, and third-party verification is yet to come. If you are considering adoption, rather than taking the published figures at face value, it is surer to actually try it on your own codebase and confirm the quality. For the steps to run similar open-weight models at hand, see also practical coding with local LLMs.
Such model announcements and technical documents are often published in English and take effort to read through. When you want to turn an English web page into a form that is easy to read, the following tool helps.



