Podcast episode
Inside the Model Factory — Eiso Kant, Poolside AI
agents cost-compression inference model-pricing open-weights
TL;DR
Poolside co-founder Eiso Kant gives an unusually detailed inside look at how a small frontier-adjacent lab (sub-70 researchers, 10K H200s) built a "Model Factory" that can ship a full training run in 5–8 weeks, and explains why its new Laguna S 2.1 (118B total / 8B active MoE) punches above its weight class through behavioral rather than parameter gains. Heavy on training-systems craft, RL philosophy, compute economics, and the open-vs-oligopoly debate.
What was covered
-
Poolside's "Model Factory": An end-to-end industrialized system — streaming data into training (just-in-time, no pre-materialization), immutable data layers, versioned experiments, reproducibility down to the single token — that compresses model cycles from 6 months to 5–8 weeks, with zero on-call events during Laguna S training.
-
Laguna S 2.1 launch: 118B total parameters, 8B active (sparse MoE with 3:1 sliding-window to global attention ratio). Trained in FP8 on a 10K H200 cluster. Fits on a DGX Spark at 30–40 tokens/sec. Released as open weights. Reportedly outperforms models 2–3× its size on coding benchmarks and beat Thinking Machines' trillion-parameter release on several evals at launch day.
-
"Behavioral" gains over raw intelligence: Head of applied research Peng Ming's observation that Laguna S gains stem from persistence, verification, and backtracking rather than more intelligence — raising the possibility that the ROI peak for knowledge-work tasks may be at 1–10T parameters, not far beyond.
-
RL moving earlier into pre-training: Kant argues reinforcement learning will migrate upstream of post-training, citing DeepSeek Zero as the first public signal. He's skeptical that ever-larger RL environments are the path to AGI; believes more signal remains in web data through non-next-token-prediction objectives.
-
Low-precision training and compute bottlenecks: Laguna S trained in FP8; RL still in FP8. Excited about NVFP4 (credits Nemotron work as underrated) and ternary/Bonsai approaches. Biggest wall-clock bottleneck: RL is batch-size constrained, can't simply add GPUs. Proposes prefill/decode disaggregation applied to RL training as the near-term unlock.
-
Agents inside the model factory: Researchers now run 10K–20K experiments/month with agents writing code, launching jobs, evaluating checkpoints, and modifying pipelines. Kant sees early signs of recursive self-improvement (RSI) in the data and architecture pipeline work.
-
MCP/tool calls critique: Kant argues predefined tool lists are architectural dead-ends; models should operate in minimal containers (shell, write, fetch) and write code/scripts freely. Predicts stuffed-tool system prompts disappear within 12 months.
-
Open weights vs. oligopoly: Poolside pivoted to open weights early 2025, motivated by concern that 3–5 company concentration would be "dystopian." Kant explicitly calls on researchers to leave and start competing labs. Criticizes model ToS clauses prohibiting use for foundation model development. Argues regulation risks locking in a cigarette-industry-style oligopoly.
Notable claims & predictions
-
Eiso Kant: "Less than 70 researchers… running 10,000 to 20,000 experiments a month… Laguna XS was five weeks from the beginning of pre-training to launch, [Laguna S] was eight weeks." — on the Model Factory's throughput.
-
Eiso Kant (quoting Peng Ming): "A lot of the gains in Laguna S come not from more intelligence, but more from different behavior — more verification, less taking things for granted, not declaring victory early, and being way more persistent… those are more predictive than raw intelligence for success in humans as well." — the core thesis of behavioral over parametric scaling.
-
Eiso Kant: "I'm no longer thinking that we need two or three orders of magnitude on the largest models to be able to solve knowledge work… Maybe that [ROI] peak is at a trillion, five trillion, ten trillion." — on small-model headroom.
-
Eiso Kant: "Reinforcement learning will move earlier and earlier into pre-training… We are still barely squeezing out of the web what we should be getting out of the web. Next-token prediction during pre-training is not enough." — on the next training objective frontier.
-
Eiso Kant: "I think we will, in 12 months, not see a single system prompt stuffed with 20 or 30 or 40 tools anymore. Models want to be free — they want to write code, not call predefined tools." — on MCP/tool call obsolescence.
-
Eiso Kant: "My biggest wall-clock bottleneck right now is RL time… I can't scale it up further because of that batch-size constraint. Mix-and-match of hardware during RL training [prefill/decode disaggregation applied to RL] is the thing I'm most excited about that no one is doing yet." — on the next infrastructure unlock.
Names mentioned (from the watchlist
- NVIDIA — Primary compute provider; Poolside on 10K H200s, planning Blackwell migration; NVFP4 training praised as underrated; GB300s cited as enabling ~5–6T parameter models vs. Hopper's ~1T.
- Meta AI / FAIR — Llama cited as early reference point for optimizer choices; Llama architecture norms discussed.
- Mistral — Founded same month as Poolside (April 2023); noted that Mistral Small is now >100B parameters.
- OpenAI — Compared on RL adoption timing; ChatGPT cited as Kant's "vindication" moment; OpenAI/Microsoft compute deal structure referenced as template Poolside considered.
- Anthropic — Cited as model for "maniacal focus" on capabilities over multimodality; $500M raise difficulty referenced; Fable (Claude) cited as still best available model; criticized (alongside others) for ToS banning foundation model use.
- Google DeepMind — DeepSeek Zero paper credited as first public RL-in-pre-training signal; GB300 compute generation discussed.
- Jensen Huang / NVIDIA — Implicitly central to compute supply discussion; NVFP4/Nemotron work highlighted.
Why this matters for AI operators
-
Model Factory as competitive moat template: Poolside's 5–8 week full training cycle with <70 researchers and 10K H200s is a reproducible engineering pattern, not magic. The specific levers — streaming data, immutable data layers, experiment-as-code, agent-assisted research loops — are publishable and transferable. Infrastructure operators building internal AI development platforms should benchmark against this cadence.
-
RL batch-size wall is the real compute bottleneck: The insight that RL training can't scale with raw GPU adds (unlike pre-training) reframes infrastructure planning. Prefill/decode disaggregation applied to RL — not just inference — is the next architectural wedge. Operators evaluating custom silicon (Groq LPU + GPU hybrid, Etched) should evaluate RL training throughput, not just inference latency.
-
Behavioral post-training may shift the cost curve for knowledge-work deployments: If persistence/verification behaviors explain most of Laguna S's outperformance at 8B active parameters, applied AI teams may be over-investing in larger dense models for coding and knowledge-work use cases. Worth re-evaluating deployment model size against task-specific behavioral benchmarks (τ-bench style agentic evals) rather than raw benchmark rankings.
-
Open-weight ecosystem fragmentation risk: Kant's open-weights pivot and explicit encouragement for new foundation model companies signals growing supply of capable open models from non-Big-5 labs. AI operators building on closed APIs should monitor sovereign/open alternatives accelerating; the "oligopoly or open ecosystem" question will materially affect long-term API pricing and vendor concentration risk.
Full analysis
Poolside co-founder Eiso Kant walks through how a lab with fewer than 70 researchers and 10,000 H200 GPUs shipped Laguna S 2.1 — a 118-billion-parameter model that only activates 8 billion at a time (that's the "sparse mixture-of-experts" trick: you keep a big pool of specialist sub-networks but only wake a few per token) — in eight weeks, open-weighted, claiming it beats models 2–3× its size on coding. The real payload for builders isn't the model. It's the claim that a small team can now industrialize frontier-adjacent training, and that most of the gains come from behavior — persistence, verification, backtracking — not raw scale.
This is briefing mode. Nobody is being asked to buy anything. The question is: does the "Model Factory + behavioral gains + open weights" thesis change how you should plan your model stack over the next year?
Reversibility: Mostly Type 2 for the reader — trying Laguna S on a workload is a weekend, not a marriage. The Type 1 bet buried inside is architectural: if you build your agent stack around a specific tool-calling paradigm that Kant says is dead in 12 months, that's expensive to unwind.
Forcing function: None hard. But NVFP4 (NVIDIA's new 4-bit number format for Blackwell chips) and the Blackwell migration wave are real 2026 events that make some of these claims checkable soon.
The Skeptic. "Beat Thinking Machines' trillion-parameter model on several evals at launch day" is exactly the sentence that ages badly. Launch-day, self-selected evals from the lab that built the model are marketing, not measurement. Coding benchmarks are the most contaminated corner of the eval world — training data leakage inflates them routinely. The load-bearing assumption is that "behavioral" gains (persistence, verification) transfer off the benchmark to your messy production traffic. That's an aesthetically appealing story — it flatters everyone who suspected scale was hitting diminishing returns — which is precisely why I distrust how easily it's being repeated. For the PM: a lab says its small model out-punches giants; treat that like a startup quoting its own numbers until someone independent checks.
The Researcher. The genuinely interesting claim isn't the leaderboard — it's Peng Ming's decomposition: that Laguna S wins through verification and not-declaring-victory-early rather than "more intelligence." If true, that's an RL post-training story, and it's consistent with the DeepSeek-Zero direction Kant cites (RL signal migrating upstream into pre-training). The saved Domyn-Small paper — a 10B open reasoning model — and the MoE-routing-as-Huffman-code paper both point the same way: the field is squeezing structure and behavior, not parameters. What I'd want: the eval deltas isolated by behavior, not aggregate scores. "Persistence beats intelligence" is a testable hypothesis, and nobody in this episode tested it in public.
The Open-Source Advocate. This is the part that matters beyond Poolside. A sub-70-person lab shipping open weights that fit on a single DGX Spark at 30–40 tokens/sec is a real datapoint against the 3–5 company oligopoly. Kant explicitly calls on researchers to leave and start competitors, and calls out model terms-of-service that ban using outputs to build foundation models — a clause OpenAI, Anthropic, and others actually enforce. Pair Laguna S with Domyn-Small (MIT license, European) and you see a pattern: capable open reasoning models are arriving from outside the Big Five monthly now. For the PM: the menu of "good enough" models you can run yourself is growing fast, which is leverage on price.
The Compute Pragmatist. The sharpest, least-hyped insight is the RL batch-size wall. Pre-training scales by adding GPUs; RL doesn't — it's batch-size constrained, so throwing more H200s at it buys you nothing past a point. Kant's proposed unlock — applying prefill/decode disaggregation (splitting the "read the prompt" phase from the "write the answer" phase across different hardware) to RL training, not just inference — is a genuinely novel infra bet, and he says no one's doing it. That reframes silicon evaluation: if you're looking at Groq, Etched, or Blackwell for an RL-heavy roadmap, benchmark training throughput under batch constraints, not inference latency. FP8 today, NVFP4 next — the precision floor keeps dropping, and that's where the cost curve actually bends.
Where they split:
-
Skeptic vs. Researcher on the behavioral thesis. Both find it interesting; they disagree on whether it's real or a narrative. The Researcher wants the isolated per-behavior deltas; the Skeptic bets those deltas shrink the moment an independent party runs a held-out agentic eval on non-coding tasks. The whole "you're over-buying dense models" recommendation hinges on this one unverified decomposition.
-
Open-Source Advocate vs. Compute Pragmatist on the moat. The Advocate sees the Model Factory as proof the barrier to entry is falling. The Pragmatist points at 10,000 H200s and the RL batch-size wall and says: the barrier moved, it didn't fall — you now need elite training-systems engineering and a nine-figure cluster, just fewer bodies. "70 researchers" is the headline; "10K H200s" is the fine print.
-
The tool-calling prediction. Kant says stuffed-tool system prompts vanish in 12 months, replaced by models writing code in minimal shell containers. The Builder likes the direction — code-writing agents are more flexible — but MCP has enormous enterprise install-base momentum. Betting your architecture on that timeline is the Type 1 risk hiding in a Type 2 episode.
What it hinges on: Two facts, both checkable. (1) Do Laguna S's coding wins survive an independent, contamination-controlled eval — and do they transfer to non-coding agentic work? (2) Does the behavioral-gains story hold, i.e., can a small MoE match dense models 2–3× its size on your task, not the leaderboard's? The council leans genuinely intrigued but unconvinced: the compute and open-weights observations are solid and actionable now; the "small beats big" thesis is a hypothesis wearing a benchmark costume. Before shifting any deployment plan, run Laguna S and one comparable open model (Domyn-Small, a Qwen or Mistral variant) through your own agentic eval harness on your own tasks. Cheap to do; it's open weights.
The prediction. The behavioral claim is soft, but there's a hard one worth making: the tool-calling shift Kant predicts.
Prediction: By the release of Laguna's next major model (or ~mid-2027, whichever comes first), stuffed multi-tool system prompts will NOT have disappeared — MCP-style predefined tool lists will still be the dominant integration pattern across major model providers and enterprise agent frameworks.
Confidence: Medium — install-base momentum beats architectural elegance on 12-month timelines.
Why: Kant's own logic (models "want to write code, not call tools") is technically appealing, but MCP shipped into Anthropic, OpenAI, and a wide enterprise tooling ecosystem through 2025–2026, and enterprise buyers standardize on auditable, permissioned tool interfaces precisely because free-form code execution is a security and governance nightmare. The mechanism that kills stuffed tool-prompts — models writing arbitrary code in minimal containers — is exactly the mechanism compliance teams block. Twelve months is far too short to unwind a standard that regulated buyers just finished adopting; architectural end-states usually arrive years after the lab that spots them declares them inevitable.
Revisit by 2027-07-01: We're right if MCP/predefined-tool lists remain the mainstream agent-integration pattern at major providers. We're wrong if the top labs have visibly moved default agent behavior to free-form code-in-container execution and tool-stuffed system prompts are deprecated.
The compute and open-weights takeaways don't need a prediction — they're already true and already actionable. Go run the eval.
Comments