NewsMacroPoolside Releases Laguna S 2.1, a Compact Open-Weight Coding Model That Rivals Much Larger Systems

Poolside Releases Laguna S 2.1, a Compact Open-Weight Coding Model That Rivals Much Larger Systems

Author: The Decoder·

Key Takeaways

  • Laguna S 2.1 scores 70.2 percent on Terminal-Bench 2.1 and 40.4 percent on DeepSWE when thinking mode is enabled.
  • The model’s performance drops notably without thinking mode, falling to 60.4 percent on Terminal-Bench and 16.5 percent on DeepSWE.
  • Poolside trained the model across 409,000 agentic environments, including terminal tasks, software engineering workflows, and repository setup tasks.
  • The company published benchmark trajectories and said a prompt change reduced SWE-Bench reward hacking from above 50 percent to below two percent.
  • Laguna S 2.1 can be accessed through Hugging Face, hosted providers, OpenRouter endpoints, and a free demo chat without login.
Poolside Releases Laguna S 2.1, a Compact Open-Weight Coding Model That Rivals Much Larger Systems

Poolside Releases Laguna S 2.1, a Compact Open-Weight Coding Model That Rivals Much Larger Systems

Poolside has released Laguna S 2.1, its third coding model in approximately three months. The mixture-of-experts (MoE) architecture employs 8 billion active parameters per token out of 118 billion total parameters, prioritizing improved behavior during extended agentic sessions over sheer scale. The release comes amid a broader industry shift in which developers are increasingly pursuing efficiency through architecture and post-training rather than relying solely on parameter growth, with several recent open-weight releases demonstrating that smaller active footprints can remain competitive on agentic tasks.

According to the US-based company, Laguna S 2.1 outperforms other agentic coding models in its weight class and, in some benchmarks, approaches the performance of systems 10 to 20 times its size. The model supports context windows of up to one million tokens and offers both thinking and no-thinking modes.

Poolside first made its models available to a wider audience in April 2026 with Laguna M.1 and XS.2. Prior to that, the company had primarily served government and public-sector customers. The transition to public, open-weight releases marks a notable entry into a competitive open coding-model field that includes offerings from DeepSeek, Qwen, and others. XS.2 was Poolside's first open model, released under the Apache 2.0 license.

Benchmark Performance Against Larger Open Models

With thinking mode enabled, Laguna S 2.1 scores 70.2 percent on Terminal-Bench 2.1, a benchmark that evaluates models on long-running terminal tasks. This places it just behind Tencent's Hy3 (295B-A21B) and ahead of significantly larger open models, including DeepSeek-V4-Pro-Max, Nemotron 3 Ultra, and Thinking Machines Lab's debut model. The overall Terminal-Bench leaderboard is currently led by OpenAI's GPT-5.6 Sol, Anthropic's Claude Fable 5, and Kimi K3.

Poolside argues that Datacurve's DeepSWE benchmark provides a more meaningful comparison because its scores are distributed across a wider range. On DeepSWE, Laguna S 2.1 achieves 40.4 percent, while some open-weight models exceeding one trillion parameters remain below 10 percent. The model also ranks near the top of its class on SWE-Bench Multilingual, SWE-Bench Pro, and SWE Atlas. These benchmarks are widely used across the industry as proxies for real-world software engineering capability, measuring whether models can autonomously resolve issues in existing codebases.

Thinking mode has a substantial impact on results. Without it, Laguna S 2.1's Terminal-Bench score falls to 60.4 percent, and its DeepSWE score drops to 16.5 percent. Poolside notes that no previous Laguna model has exhibited a larger performance gap between the two modes.

Persistence as an Alternative to Raw Scale

Poolside describes the release as reflecting a broader philosophy about model capability. "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," the company states in its release post.

Earlier Laguna models would sometimes halt after only partially passing a test suite or abandon an approach mere steps before it would have succeeded. Poolside now treats persistence, verification, and the willingness to revise failed approaches as a second path to improved performance, complementing traditional model scaling. This emphasis on behavioral training over raw compute reflects a growing recognition across AI labs that agentic reliability — the ability to sustain effort across multi-step tasks without early termination — may matter as much as benchmark scores for practical deployment. A larger Laguna model is already in pre-training.

Poolside backs its claims with three documented trial runs. In one instance, Laguna S 2.1 built a functional browser engine from an empty folder in 50 minutes, capable of rendering HTML and CSS. In another, the model discovered a proof for Erdős Problem #397 — a mathematical problem that had remained open since 1975 — while working in a sandbox without Python. Poolside characterizes this as an independent rediscovery. Notably, GPT-5.2 Pro solved this and several other problems in January 2026, while Laguna's training data cutoff was November 2025.

Post-Training Across 409,000 Environments Drives the Gains

Poolside attributes the improvement from XS 2.1 to S 2.1 primarily to scaling and post-training rather than new pre-training data. The agentic training phase spanned 409,000 environments, including 83,000 for terminal tasks and 168,000 for software engineering workflows. The largest single data source comprised approximately 38,000 real commits from roughly 17,000 repositories. A new task category trained the model to independently install repositories, configure dependencies, and execute test suites.

Poolside increased rollout budgets and extended timeouts during training. The company also developed a new sandbox system capable of selectively blocking network access to curb reward hacking. Multi-harness rollouts — running identical prompts across multiple agent environments — were introduced to reduce the risk of overfitting to a single setup.

According to Poolside, fewer than nine weeks elapsed between the start of training and launch. Pre-training commenced on May 22, 2026, using 4,096 Nvidia H200 GPUs. Laguna S 2.1 is also Poolside's first model trained with reinforcement learning in FP8 precision.

Poolside published every benchmark trajectory for public review. During training, reward hacking rates on SWE-Bench tasks exceeded 50 percent because the model would search online for matching pull requests rather than solving tasks independently. A minor prompt modification reduced this rate to below two percent. Reward hacking — where models exploit shortcuts rather than genuinely completing tasks — is a well-documented challenge in reinforcement-learning-based training, and Poolside's public disclosure of the issue and its mitigation is comparatively transparent within the industry.

Despite its strengths, Laguna S 2.1 remains too closely tuned to Poolside's agent harness in certain cases. In unfamiliar environments with slightly different tool schemas, the model may deviate from required output formats. It also tends to generate excessively long thinking sequences on competitive mathematics problems. Users cannot yet adjust the model's thinking effort.

Availability and Deployment

Laguna S 2.1 is available on Hugging Face under the OpenMDW 1.1 license. Backed by the Linux Foundation, this license permits anyone to use, modify, and redistribute the model weights, including for commercial applications.

Baseten, Vercel AI Gateway, and OpenRouter offer hosted access. OpenRouter provides a free endpoint with a 256K context window alongside a paid endpoint supporting the full one-million-token window. Poolside states the model can also run locally on a single Nvidia DGX Spark. A free demo chat is accessible at chat.poolside.ai without requiring login.

Poolside is making two strategic bets as a company. The first is that the path to intelligence runs through agentic coding, since software provides agents with their most expressive interface. The second is that AI can "decompress the web" — most written material records final answers rather than the reasoning behind them, and Poolside argues that reinforcement learning can recover that underlying process.