Episode
Why a Nation Can't Outsource Its Frontier AI - Alistair Pullen (Cosine AI)
- Published
- Jul 13, 2026
- Duration seconds
- 3356
- Processing state
not_requested
Actions
POST https://stenobird.com/v1/public/podcasts/machine-learning-street-talk/episodes/why-a-nation-can-t-outsource-its-frontier-ai-alistair-pullen-cosine-ai/transcription-requests
Idempotently request low-priority transcript generation for this episode.GET https://stenobird.com/podcast/machine-learning-street-talk/why-a-nation-can-t-outsource-its-frontier-ai-alistair-pullen-cosine-ai.md
Read the agent-friendly Markdown representation of this episode resource.
Summary
This episode is sponsored by Notion. Learn more about Notion's Developer Platform today at https://notion.com/mlst Britain's most capable coding model can't be exported, and that ban is the whole reason Cosine set out to build one from scratch. Alistair Pullen, CEO and co-founder of Cosine, sits down with Tim Scarfe to explain how a frontier system he calls Fable, locked behind US export controls, became the founding case for a UK sovereign model trained on the Isambard supercomputer in Bristol. The bet underneath it is economic. Pullen argues that an inference company, rather than a training-first lab, doesn't need billions to compete: millions, a national compute allocation, and a consortium feedback loop can be enough. From there it gets into the machinery, why open-weight models still trail the frontier on size, active parameters and data, the mixture-of-experts versus dense trade-off and why active params dominate how a model actually feels, and the edge that real coding trajectories confer. The back half is about making agents trustworthy. Pullen makes the case for beating "slop" by rewarding the process instead of the final answer, reframes code review as runtime proof (spin the bug up in a VM and force the agent to actually exploit it), and walks through Swarm, Cosine's system running hundreds of sub-agents in one shot. It ends on why memory is still an unsolved hack, how synthetic graders let you run RL on tasks with no built-in test, and why Pullen reads US export controls as an accidental gift, with a supply-chain sting in the tail. --- TIMESTAMPS: 00:00:00 The sovereign mandate and the Fable ban 00:04:02 Millions vs billions: the inference-company model 00:07:19 The consortium feedback loop 00:07:40 Why open models lag the frontier 00:14:59 MoE vs…