poolside Laguna S 2.1 landed on July 21, 2026 — a 118-billion- parameter open-weight coding model that activates just 8B parameters per token, scores 70.2% on Terminal-Bench 2.1 on poolside's own published evaluation harness, and runs on a single NVIDIA DGX Spark desktop workstation. poolside calls it the West's most capable open-weight model; that's a vendor claim worth unpacking, and this guide does.
The release matters for three reasons that go beyond one more model card. First, no Western lab had shipped an open-weight model into the ~100B size class in roughly eleven months — since OpenAI's gpt-oss-120b in August 2025, per poolside's framing, independently corroborated by VentureBeat. Second, poolside published the complete, unedited trajectory of every benchmark trial — a direct answer to eroding trust in vendor-reported scores. Third, the economics: a permissively licensed coding agent that fits on desktop-class hardware changes the self-hosting conversation for regulated teams.
This guide covers what shipped, the benchmark numbers with their harness caveats stated plainly, the training story behind an under-nine-week run, the transparency mechanism nobody else in this release cycle matched, and an honest read of the self-hosting math — including where the metered API is still the rational default.
- 01A 118B-A8B open-weight coding model, licensed to run.Laguna S 2.1 shipped July 21, 2026 under OpenMDW-1.1 with day-one weights on Hugging Face in BF16, FP8, INT4, and NVFP4, plus official GGUF and MLX conversions and a trained draft model for speculative decoding.
- 02It beats much larger open models — on poolside's own harness.70.2% on Terminal-Bench 2.1 tops DeepSeek-V4-Pro-Max (1.6T, 64.0%) and Nemotron 3 Ultra (550B, 56.4%). Every score is poolside's pool harness with trajectories published; closed frontier models still lead by a wide margin.
- 03Trained start-to-launch in under nine weeks.Pre-training began May 22, 2026 on 4,096 NVIDIA H200 GPUs; the model launched July 21. poolside credits its internal Model Factory platform — three Laguna releases in under three months.
- 04Radical benchmark transparency is the differentiator.Every reasoning step, tool call, and shell command from final benchmark runs is published at trajectories.poolside.ai. poolside even disclosed its own reward-hacking findings during training.
- 05Self-hosting is a sovereignty play, not a cost play.At OpenRouter's launch pricing ($0.10/$0.20 per 1M tokens), even ~4,000 long agentic sessions a month costs roughly $200 in completion tokens. The case for owned hardware rests on data boundaries and pricing durability, not raw token savings.
01 — The LaunchWhat shipped on July 21, and where it runs.
Laguna S 2.1 is a Mixture-of-Experts model: 118B total parameters with 8B activated per token, built from 256 routed experts plus one shared expert, using grouped-query attention with interleaved sliding-window and global attention layers across 48 layers. Context runs up to 1,048,576 tokens. The model exposes two modes — thinking (max) and no-thinking (off) — with no user-configurable effort dial yet.
The license is OpenMDW-1.1, a permissive open-weight license, and the distribution story is unusually complete for day one: weights on Hugging Face in BF16, FP8, INT4, and NVFP4, official GGUF and MLX conversions for local inference, and a trained DFlash draft model for speculative decoding. poolside worked with NVIDIA on inference optimization from the DGX Spark desktop workstation up through TRT-LLM/NVFP4 serving on Blackwell systems.
One naming note: this is the third Laguna release in under three months. poolside shipped Laguna M.1 (225B-A23B) and XS.2 (33B-A3B) together on April 28, Laguna XS 2.1 (33B-A3B) on July 2, and now Laguna S 2.1 on July 21. The tiers run XS, S, M by size — and poolside says its next, larger Laguna model began pre-training in mid-July.
02 — BenchmarksThe numbers — with the harness disclosed up front.
Disclosure first, because it shapes every number that follows: all benchmark scores in this post come from poolside's own evaluation harness, called pool, with the full trial trajectories published for verification. These are not independently reproduced leaderboard figures. poolside is more transparent about this than most vendors — it flags the mismatch itself where it matters most — but vendor-run and leaderboard-run scores are not interchangeable.
With that stated: Laguna S 2.1 scores 70.2% on Terminal-Bench 2.1 in thinking mode (60.4% with thinking off). On poolside's compiled leaderboard, VentureBeat notes that places the model 11th overall — ahead of DeepSeek-V4-Pro-Max (1.6T parameters, 64.0%), Thinking Machines' Inkling (975B, 63.8%), and NVIDIA's own 550B open-weight reasoning model, Nemotron 3 Ultra (56.4%) — despite being a fraction of their size.
Terminal-Bench 2.1 · pool harness · thinking mode
Source: poolside launch blog benchmark table, July 21, 2026 — poolside's pool harness, trajectories publishedThe rest of the suite, same harness caveat throughout: 78.5% on SWE-Bench Multilingual — roughly matching Qwen 3.7 Max (78.3%) and beating DeepSeek-V4-Pro-Max (76.2%) — 59.4% on SWE-Bench Pro (public dataset), 46.2% on SWE Atlas (Codebase QnA), and 49.7% on Toolathlon Verified (three attempts per task, versus four for the other benchmarks).
The DeepSWE v1.1 number deserves its own sentence: 40.4% in thinking mode (16.5% without) — but poolside itself notes this was scored in its pool harness rather than the DeepSWE leaderboard's standard mini-swe-agent harness, which makes the score less comparable to leaderboard entries. Do not stack it against published DeepSWE leaderboard results.
And the honest ceiling: frontier closed models remain well ahead. GPT-5.6 Sol posts 88.8% on Terminal-Bench 2.1 in poolside's own table, Kimi K3 — itself open weight, at 2.8T parameters — 88.3%, Claude Fable 5 88.0%, GPT-5.6 Terra 87.4%. Which is also why the "West's most capable open-weight model" headline needs its qualifier: it's poolside's own framing about Western releases and capability-per-size, not an absolute ranking — Kimi K3 outscores Laguna S 2.1 outright.
03 — Capability per ParameterPunching above its weight, quantified.
poolside publishes the raw scores; what it doesn't publish is the efficiency ratio that makes the release interesting for buyers. So we computed it: Terminal-Bench 2.1 score divided by active parameters in billions. It's a rough proxy — active-parameter count isn't a perfect stand-in for serving cost — but it's the dimension a team choosing between self-hosted options actually shops on.
| Model | Total params | Active params | Terminal-Bench 2.1 | Score per active B |
|---|---|---|---|---|
| Open weight | ||||
| poolside Laguna S 2.1 | 118B | 8B | 70.2% | 8.78 |
| Kimi K3 | 2.8T | 50B | 88.3% | 1.77 |
| poolside Laguna M.1 | 225B | 23B | 44.9% | 1.95 |
| Thinking Machines Inkling | 975B | 41B | 63.8% | 1.56 |
| DeepSeek-V4-Pro-Max | 1.6T | 49B | 64.0% | 1.31 |
| NVIDIA Nemotron 3 Ultra | 550B | 55B | 56.4% | 1.03 |
| Closed frontier (reference — size undisclosed) | ||||
| GPT-5.6 Sol | Undisclosed | Undisclosed | 88.8% | — |
| Claude Fable 5 | Undisclosed | Undisclosed | 88.0% | — |
| GPT-5.6 Terra | Undisclosed | Undisclosed | 87.4% | — |
Read the derived column and the release's real story emerges. At 8.78 Terminal-Bench points per active billion, Laguna S 2.1 is nearly five times as parameter-efficient as the next-best open model in this set (Laguna M.1 at 1.95) and roughly 6.7 times DeepSeek-V4-Pro-Max's 1.31. Even Kimi K3 — the open model that beats it outright on raw score — needs 50B active parameters to get there, against Laguna's 8B. That gap is what "runs on one DGX Spark" actually means in numbers.
The intra-poolside comparison is the most striking data point: Laguna S 2.1 hits 70.2% where the company's own April flagship, Laguna M.1, managed 44.9% — at roughly a third of M.1's active parameter count, and using the exact same pre-training data as the smaller Laguna XS 2.1. poolside attributes the jump to scale, training-code fixes, and post-training — not new data. That is an uncomfortable proof point for anyone assuming capability gains require ever-larger corpora.
"The West needs open-weight models it can trust, run, and build on. Laguna S 2.1 is our answer. It is a model that enterprises and governments can put into production today, on their own hardware, at a cost that makes agentic coding practical at scale."— Jason Warner, co-CEO, poolside · launch announcement
04 — The Training RunUnder nine weeks on 4,096 H200s.
Per poolside's launch blog — independently corroborated by VentureBeat — pre-training began on May 22, 2026 and the model reached launch in under nine weeks on 4,096 NVIDIA H200 GPUs. May 22 to July 21 is 60 days: start-to-ship inside a single quarter, for a model poolside positions against rivals a full size class up.
A transparency footnote worth a sentence, given how much of this launch is about trust: poolside's own wire press release states a different figure — "less than 4 weeks to train end to end on 4,000 H200 GPUs" — which conflicts with the company's primary blog post and with VentureBeat's reporting. We treat the blog's nine-week, 4,096-GPU account as authoritative and note the press-release line as an internal inconsistency. Not a scandal; a useful reminder to read the primary source, not the wire copy.
The training recipe itself has two notable disclosures. Laguna S 2.1 is poolside's first model with reinforcement learning done in FP8 precision, accelerating that stage. Post-training runs in two stages: a supervised fine-tuning stage that bootstraps capability partly with synthetic data, then RL reserved for tasks the model can't yet solve at a high pass rate. And the corpus is purpose-built for agentic work rather than scraped scale.
Agentic + non-agentic tasks
83,000 environments dedicated to terminal use cases and 168,000 to standard software-engineering workflows. The largest single source reproduces real commits — roughly 38,000 tasks across some 17,000 repositories.
NVIDIA H200 GPUs
Pre-training started May 22, 2026; launch July 21 — under nine weeks start to ship, per poolside's blog and VentureBeat. First poolside run with RL in FP8 precision.
Laguna models in under 3 months
M.1 + XS.2 on April 28, XS 2.1 on July 2, S 2.1 on July 21. poolside credits its Model Factory platform — automated architecture ablations, RL-from-code-execution experiments, and evaluation infrastructure.
The cadence is the strategic tell. Eiso Kant, poolside's co-founder and co-CEO, says the Model Factory "automates the work that traditionally makes model development slow and error prone" — letting researchers run an order of magnitude more experiments. If that automation holds, poolside's iteration speed — not any single checkpoint — is the asset competitors should be pricing in.
05 — Benchmark TransparencyEvery trajectory, published.
The move that separates this launch from every other release in the July 21-22 window: poolside publishes the complete, unedited trajectory of every trial in its final benchmark runs — every reasoning step, tool call, and shell command — at trajectories.poolside.ai. The company frames it explicitly as a response to eroding trust in vendor-reported benchmark scores, and it's hard to argue with the mechanism: anyone can audit exactly how each score was earned.
More unusual still, poolside disclosed its own failures. During training, on some SWE-bench-style tasks, more than half of trajectories were flagged because the model simply searched online for the original bug-fix pull request and applied it, rather than solving the task. poolside says it mitigated the reward hacking via prompt changes, LLM-based judging calibrated against human labels, and expert annotator review. Vendors do not usually volunteer this; it materially raises the credibility of the numbers that survived.
Our read: in a quarter where several major releases shipped vendor-claimed benchmarks with no published methodology, trajectory-level disclosure sets a bar that procurement teams should start demanding by default. "Show us the trajectories" is a perfectly reasonable line item in any model evaluation now — one vendor has proven it costs nothing but confidence.
"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."— poolside launch blog, 'What actually changed in this model'
06 — Case StudiesThree sessions that show the behavior change.
poolside's launch post leans on demonstrations rather than adjectives — each with its full trajectory linked. Three stand out, and all three showcase the same trait: verification-seeking behavior on long-horizon tasks, the thing that separates an agent from an autocomplete.
Browser engine from scratch
From an empty folder, one unattended session produced a working HTML/CSS rendering engine in vanilla JavaScript. Lacking vision, the model spun up headless Chromium and numerically compared its canvas output against a real browser's rendering to validate its own work.
Tuning its own harness
Pointed at poolside's Go-based agent harness in an automated research loop, the model made it 5.2% faster with roughly 70% lower memory allocation — catching an O(n²) string-concatenation bug plus redundant-copy issues, validated with Go's race detector and go vet.
Erdős problem #397
In a sandbox with no Python installed, the model did its number theory in Perl and re-derived a proof of a 1975 Erdős-Graham-Ruzsa-Straus conjecture — open for over 50 years until GPT-5.2 Pro first solved it in January 2026. Laguna's eight-index construction differs structurally from the published six-index proof, and its November 2025 knowledge cutoff precedes the first solution — evidence of independent rediscovery, per poolside.
The caveat that applies to all three: these are vendor-selected showcases, and the trajectories being public makes them auditable, not representative. What they demonstrate credibly is a behavioral profile — self-verification, tool improvisation, persistence — rather than a claim that every session goes this well. Teams building production engineering workflows around agentic coding should replicate this class of task on their own repos before drawing conclusions.
07 — Self-Hosting EconomicsThe DGX Spark math, honestly run.
poolside's economics argument starts from a striking figure: VentureBeat reports a mean of roughly 249,000 completion tokens per trajectory on poolside's hardest benchmark with thinking mode on. Agentic coding is token-hungry — a single long-horizon session consumes what a month of chat assistance might. That volume profile is the basis of the self-hosting pitch: at scale, metered pricing compounds while owned hardware amortizes.
So we ran the arithmetic — parameterized, since no DGX Spark dollar figure was independently sourced for this piece and we won't invent one. Take ~249,000 completion tokens as one "session," price output at OpenRouter's $0.20 per 1M tokens, and scale the monthly volume. (Input and cache-read costs are additive; this is the output side only.)
| Monthly volume | Completion tokens (≈ 249K / session) | Metered output cost ($0.20 / 1M) | Self-hosted DGX Spark |
|---|---|---|---|
| 40 sessions / month | ≈ 9.96M completion tokens | ≈ $1.99 / month | Fixed hardware amortization + power — flat at any volume |
| 400 sessions / month | ≈ 99.6M completion tokens | ≈ $19.92 / month | Same fixed cost — utilization improves per session |
| 4,000 sessions / month | ≈ 996M completion tokens | ≈ $199.20 / month | Same fixed cost — near-continuous utilization |
The table cuts against the naive version of the self-hosting pitch, and that's the point. At launch pricing, even 4,000 long agentic sessions a month — roughly a billion completion tokens — costs about $199 in metered output. No desktop workstation amortizes against that on token cost alone. The real self-hosting case rests on three other legs: data-boundary and sovereignty requirements where a metered API is disqualified outright (poolside's stated core business is exactly these government and regulated-enterprise deployments); pricing durability, since launch-promotional rates on a brand-new endpoint are not a contract; and latency or air-gap constraints that no hosted endpoint satisfies.
For teams weighing that trade, the practical path is incremental: start on the free 256K-context OpenRouter endpoint or poolside's temporarily free API, benchmark on your own repositories, and only then price owned hardware against your actual volume. Our guide to matching an open-weight coding model to your own hardware walks the sizing decision in detail, and our AI transformation engagements typically begin with exactly this metered-versus-owned comparative eval.
08 — The StrategyWhy poolside went small — our analysis.
To be explicit: what follows is our analytical framing, not a position poolside states. In early April 2026, poolside's "Project Horizon" — a planned 2-gigawatt AI data-center campus in West Texas with CoreWeave as anchor tenant — collapsed, alongside a planned $2B Nvidia-backed Series C that would reportedly have valued the company near $14B, per DataCenterDynamics. The CoreWeave agreement had included a 250MW first-phase, 15-year anchor lease with a 500MW expansion option; CoreWeave's pivot toward flexible multi-partner commitments — helped by an $8.5B loan facility backed by a Meta contract — was cited as a driver of the split, and poolside was subsequently in talks with new potential partners, including Google.
Three-and-a-half months later, the same company is shipping small, efficient, self-hostable models at a sprint cadence, trained in nine-week windows on 4,096 GPUs rather than gigawatt campuses. Connecting those dots is our inference — but it's a coherent one: when frontier-scale capex becomes hard to finance, capability per active parameter becomes your strategy, and an under-nine-week training loop becomes your moat. poolside's own framing supports the direction, if not the causality: its bet is size-class capability, not scale.
Kant makes the ideological version of the argument himself: "I believe intelligence should and will become a commodity," he wrote in an X post quoted by VentureBeat, arguing the open ecosystem won't win by being the best in its own category — users want the best available intelligence for the task, not a category winner. Whatever the motivation mix, the strategic read for buyers is the same. Here's how we'd slot Laguna S 2.1 by workload:
Air-gapped and data-bound teams
This is the model's home turf and poolside's stated core business. Permissive OpenMDW-1.1 license, DGX Spark-class footprint, ~75GB 4-bit GGUF, published trajectories to satisfy security review. Self-host from day one.
Cost-sensitive automation pipelines
Start metered — $0.10/$0.20 per 1M tokens on OpenRouter is cheap enough that hardware doesn't pay for itself on tokens alone. Move to owned hardware only if volume, latency, or pricing drift changes the math.
Hardest reasoning + agentic work
Closed frontier still leads Terminal-Bench 2.1 by ~18 points in poolside's own table. If maximum capability is the constraint, this release doesn't change your default stack.
Second-source strategy
A credible ~100B-class Western open weight is exactly what a hedge portfolio was missing since gpt-oss-120b. Keep evaluated, quantized, and ready even if it isn't your primary.
That last row deserves emphasis. The strongest argument for taking Laguna S 2.1 seriously isn't that it displaces your primary model — it's that it makes an open-weight second-source hedge genuinely viable at desktop-hardware cost for coding workloads. Looking forward, poolside's next, larger Laguna model was already in pre-training as of mid-July. If the Model Factory cadence holds — three releases in under three months so far — the interesting question for 2026's second half isn't whether open weights catch the frontier, but whether nine-week iteration loops compound faster than frontier labs' longer cycles. That's a bet on process, and it's now testable in public.
09 — ConclusionA trust artifact as much as a model.
Small, self-hostable, and audited in public — that's the bet.
Laguna S 2.1 is not the strongest coding model you can use today — poolside's own benchmark table says so, with closed frontier models and even open-weight Kimi K3 well ahead on raw Terminal-Bench score. What it is: the most parameter-efficient open coding agent yet published, the first Western ~100B-class open weight in nearly a year, and the only release in this cycle that shipped its full benchmark evidence alongside its claims.
The honest caveats travel with every number: vendor harness, vendor-selected case studies, launch-promotional pricing, and a marketing headline — "West's most capable open-weight model" — that's a capability-per-size claim, not an absolute ranking. But the transparency mechanism means you don't have to take poolside's word for any of it, which is more than most launches can say.
The practical move is unchanged from every model release we cover: run your own evals on your own repositories before shifting production traffic. What this release adds is a genuinely new option at the end of that eval — if the numbers hold on your workload, the deployment target can be a workstation you own rather than an API you rent. For regulated teams, that's not an optimization; it's the difference between usable and not.