Inside the Model Factory — Eiso Kant, Poolside AI
Episode
114 min
Read time
3 min
Topics
Startups, Fundraising & VC, Leadership
AI-Generated Summary
Key Takeaways
- ✓Model Factory Architecture: Treat model building as an industrial process, not a research project. Poolside's factory runs 10,000–20,000 experiments per month with a team of fewer than 70 researchers and 35 engineers. The key metric is wall-clock time from researcher idea to trusted experimental result. Laguna S went from pretraining start to public release in eight weeks, and the subsequent medium model began training the day after post-training completed on the small model.
- ✓Streaming Data Into Training: Rather than pre-packaging datasets, copying them to clusters, and distributing across nodes before training starts, stream data directly into training jobs in real time. Poolside uses an internal service called Blender to configure data source mixing ratios, epoch repetition, and shuffling as a config file. Training can begin while data is still materializing, eliminating multi-day delays and enabling instant dataset composition changes without restarting runs.
- ✓Immutable Data Layer + Versioned Code: Reproducibility requires treating every dataset as immutable and every training run as fully version-controlled. Poolside can reproduce any experiment from two years ago down to the exact token cursor position. This discipline took roughly 12–18 months to fully implement but enabled genuine scientific rigor — every experiment becomes a true ablation with a single variable changed, rather than a YOLO run on a patched-together pipeline.
- ✓Behavior Over Parameters for Knowledge Work: Laguna S outperforms models two to three times its size on coding benchmarks not through greater intelligence but through trained behaviors: persistent backtracking, refusing to declare victory prematurely, and methodical environment interaction. A 118B total parameter model fitting on a DGX Spark at 30–40 tokens per second solved Erdős problem 397 independently. This suggests an optimal model size curve for knowledge work may peak far earlier than previously assumed.
- ✓RL Moving Earlier Into Pretraining: Reinforcement learning will migrate progressively earlier in the training pipeline, eventually entering pretraining itself rather than remaining confined to post-training. Current mid-training is essentially a two-stage curriculum on web data — a workaround for insufficient compute to ablate a perfect continuous curriculum. As compute costs drop, expect the industry to move toward continuous-spectrum training with no discrete pre/mid/post boundaries, making current stage labels an organizational artifact rather than a technical necessity.
What It Covers
Eiso Kant, CEO of Poolside AI, details how his team built a "model factory" — an industrialized end-to-end training pipeline — to release Laguna S, a 118B parameter sparse model with 8B active parameters, in eight weeks, while arguing that persistent reasoning behaviors in smaller models may compress the timeline to solving knowledge work more than raw parameter scaling alone.
Key Questions Answered
- •Model Factory Architecture: Treat model building as an industrial process, not a research project. Poolside's factory runs 10,000–20,000 experiments per month with a team of fewer than 70 researchers and 35 engineers. The key metric is wall-clock time from researcher idea to trusted experimental result. Laguna S went from pretraining start to public release in eight weeks, and the subsequent medium model began training the day after post-training completed on the small model.
- •Streaming Data Into Training: Rather than pre-packaging datasets, copying them to clusters, and distributing across nodes before training starts, stream data directly into training jobs in real time. Poolside uses an internal service called Blender to configure data source mixing ratios, epoch repetition, and shuffling as a config file. Training can begin while data is still materializing, eliminating multi-day delays and enabling instant dataset composition changes without restarting runs.
- •Immutable Data Layer + Versioned Code: Reproducibility requires treating every dataset as immutable and every training run as fully version-controlled. Poolside can reproduce any experiment from two years ago down to the exact token cursor position. This discipline took roughly 12–18 months to fully implement but enabled genuine scientific rigor — every experiment becomes a true ablation with a single variable changed, rather than a YOLO run on a patched-together pipeline.
- •Behavior Over Parameters for Knowledge Work: Laguna S outperforms models two to three times its size on coding benchmarks not through greater intelligence but through trained behaviors: persistent backtracking, refusing to declare victory prematurely, and methodical environment interaction. A 118B total parameter model fitting on a DGX Spark at 30–40 tokens per second solved Erdős problem 397 independently. This suggests an optimal model size curve for knowledge work may peak far earlier than previously assumed.
- •RL Moving Earlier Into Pretraining: Reinforcement learning will migrate progressively earlier in the training pipeline, eventually entering pretraining itself rather than remaining confined to post-training. Current mid-training is essentially a two-stage curriculum on web data — a workaround for insufficient compute to ablate a perfect continuous curriculum. As compute costs drop, expect the industry to move toward continuous-spectrum training with no discrete pre/mid/post boundaries, making current stage labels an organizational artifact rather than a technical necessity.
- •Minimal Harness Over Tool-Stuffed Prompts: System prompts loaded with 20–50 MCP tools will largely disappear within 12 months. RL-trained models increasingly prefer writing code directly — using conditionals, loops, and file-based memory — over chaining discrete tool calls. Poolside's own harness uses only six tools: shell, shell-kill, shell-wait, write, fetch-web, and bash. Give models a minimal container with relevant API keys, documentation, and libraries, then allow them to operate freely rather than constraining them to predefined tool schemas.
- •Open Source as Competitive Moat, Not Sacrifice: Releasing model weights and detailed technical reports — including optimizer choices, data mixing ratios, and ablation results — accelerates the broader ecosystem without meaningfully enabling competitors to replicate the underlying model factory. Weights alone do not transfer the lineage of 10,000+ experiments that produced them. Poolside frames open-sourcing as a mechanism to increase the number of foundation model companies from roughly five to one hundred, which they view as both a strategic hedge against oligopoly and a prerequisite for a non-dystopian AI future.
Notable Moment
Kant describes spending ten hours reviewing model trajectories on an eleven-hour flight, then relaying a colleague's observation that Laguna S succeeds less through raw intelligence and more through persistence, backtracking, and refusing to claim victory prematurely — traits he argues are more predictive of success in human knowledge work than general reasoning capacity alone.
Episode Transcript
Alright. We're here in the studio of Isaac Khan from Poseight, together with Hibu. Welcome. Thanks. Thanks for having me, guys. Good to be Yeah. Fresh on the plane, you texted me. You're like, hey. I'm on my way to SF. I was like, you're on the plane right now. Right? Like, hey. You know? After I texted you, I realized that probably coming in with major jet lag was gonna offer some fun experiences today, but let's do it. I I mean, I think the the thing I would tell guests is that they don't actually have to prepare that much because if you're truly working on this every single day, then even, like, what you hazily remember is going to be new for a lot of the audience that don't live in your world every day. Right? So ten years ago, you did a talk at Google slash talking about the democratization of AI. And, now here you are, like, open sourcing an incredible new model that we're gonna talk about. But I guess, like, what got you into democratization of AI? Like, it's not obvious from your LinkedIn or something. No. It's not at all. Actually, I don't think it's obvious how I got in this space. I owe getting into this space to Andrei Kapathy. In 2015, he wrote an article called the unreasonable effectiveness of recurrent awareness. Yep. And that article, I read it, and I pivoted my startup at the time overnight to working on RNNs and later LSTMs and transformer models to be able to write code. If you go to this article and you scroll down, you can kind of start seeing, like, this was the the precursor to what ended up becoming language models. So, at least when he was character level language models that were starting to actually predict letters. He has an example out here. There's a little Paul Graham generator. And you can kinda read it, and the text kinda makes sense, but it doesn't, and there's a little there's an example of code a little bit further down. Shakespeare. And and for some reason, I read this, and I went down the rabbit hole of learning everything I could about RNNs and LSTMs. Right? This is pre transformer paper. And I had built a completely unreasonable belief, that neural nets should be able to generalize to anything and everything, and that language should be able to generalize, you know, to a lot of things that are intelligence and the ability to write code. And so I started building sourced, which was a fully open source company trying to build, what we used to call machine learning on code, language models on code. And we spent about four or five years on this, till the end of twenty nineteen. And that sounds really cool today, but back then, no one cared. Right? Like, no one cared. We were in the dark. Like, we did things along the way. …
Get the full transcript (22,847 words) + summary by email — free
One-time email with the complete transcript and AI summary of this episode. No account needed.
One email, no spam. We’ll also show you what SignalCast does.
You just read a 3-minute summary of a 111-minute episode.
Get Latent Space summarized like this every Monday — plus up to 2 more podcasts, free.
Pick Your Podcasts — FreeKeep Reading
More from Latent Space
🔬“We have foundation models for language, not for physics” — Anima Anandkumar, Bren Professor of Computing
Aug 26 · 83 min
The TWIML AI Podcast
How AI Learns to Smell with Alex Wiltschko - #771
Jul 8
More from Latent Space
Simulation: the new Scaling Law — Joon Sung Park, Simile AI
Aug 21 · 69 min
How I Built This
Netflix: Reed Hastings. “We’re Not a Family.” The Provocative Idea That Helped Build a Streaming Giant
Feb 9
Books, tools, and gear mentioned in this episode
SignalCast may earn commission on purchases via these links. As an Amazon Associate, SignalCast earns from qualifying purchases.
Tools
- BlenderBy guest
by Poolside AI
“Poolside uses an internal service called Blender to configure data source mixing ratios, epoch repetition, and shuffling as a config file.”
Gear
More from Latent Space
We summarize every new episode. Want them in your inbox?
🔬“We have foundation models for language, not for physics” — Anima Anandkumar, Bren Professor of Computing
Simulation: the new Scaling Law — Joon Sung Park, Simile AI
🔬The BioAI Phase Shift - Matthew McPartlon & Neil Patil, Chai Discovery
The Inference Engineering Masterclass — Philip Kiely & Ali Taha, Baseten
Codex from 0 to 10M Users: Building ChatGPT Work — Akshay Nathan, OpenAI
Similar Episodes
Related episodes from other podcasts
The TWIML AI Podcast
Jul 8
How AI Learns to Smell with Alex Wiltschko - #771
How I Built This
Feb 9
Netflix: Reed Hastings. “We’re Not a Family.” The Provocative Idea That Helped Build a Streaming Giant
Software Engineering Daily
Aug 18
How LLMs Are Reshaping Recommendation Systems
Cognitive Revolution
Aug 10
Lindy Teammate: Flo Crivello on Multiplayer Agents, Memory & Why He'd Ban the Chinese Models He Uses
a16z Podcast
Aug 10
The Self-Improving Company | Kavak's AI Playbook
Explore Related Topics
This podcast is featured in Best AI Podcasts (2026) — ranked and reviewed with AI summaries.
Read this week's Startups & Product Podcast Insights — cross-podcast analysis updated weekly.
You're clearly into Latent Space.
Every Monday, we deliver AI summaries of the latest episodes from Latent Space and 192+ other podcasts. Free for one show.
Start My Monday DigestNo credit card · Unsubscribe anytime