Poolside details how synthetic data and strict checks helped train a 118B coding model
AI Engineer · youtube · 2026-07-25
Poolside says synthetic data is now a core part of pretraining for coding models
Marah Abdin and Robert McHardy describe how poolside manufactures more code data once high-quality human code runs out, but keeps the generation process difficult enough to teach the model instead of making tasks trivial.
- Their pipeline uses templates plus extra context, then varies phrasing and difficulty so the model sees a broad but useful distribution of tasks.
- Existing data is also transformed into multi-stage outputs: character swaps, plot changes, and single prompts turned into multi-turn chats.
- An orchestrator filters every generation and discards outputs that miss the target.
- For training, they use strict reproducibility checks: two replicas on the same data must produce the same number or the run is killed.
- That discipline exposed several scale bugs, including broken GPUs, a tensor-parallel precision issue, and silently corrupted gradients from a race condition.
- The team says the recipe has held up at scale and produced a 118B-parameter model for agentic coding whose early results already edge out GLM 4.5 Air.
More from coding & agent
- As Claude Code and Codex get scary good, what's left for small teams building agent products? — oliver_dev · 2026-09-11
- Dev builds talk on guardrails workflow for shipping AI-written code without reading it — TejasKumar_ · 2026-09-11
- banteg: Codex auto-review has regressed, blocking steps needed to complete authorized tasks — banteg · 2026-09-11
- A doc-anchored agent workflow: you write, the agent only critiques and finds disagreements — lucasmeijer · 2026-09-11
- AI sales agents shine at the top of funnel but lose real deals, says GTM practitioner — gogeta7124 · 2026-09-11
- SymKit MCP: 44 tools for AI agents to verify symbolic derivations — Foreign-Specific-604 · 2026-09-11