Thinking in Silico: Goodfire CTO Dan Balsam on Concept Manifolds & a $1000/Month ML Research Agent
Episode
117 min
Read time
3 min
Topics
Leadership, Artificial Intelligence, Software Development
AI-Generated Summary
Key Takeaways
- ✓Predictive Data Debugging: Concepts activated when a dataset passes through a model strongly predict which weights will shift during fine-tuning or post-training. Researchers can scan a training dataset, flag unexpectedly active features, trace them back to specific data points, and then either filter those points or apply reward shaping during training to suppress off-target behavioral changes before they appear in deployment. Goodfire found data filtering and reward shaping produce approximately equivalent downstream effects.
- ✓Concept Manifold Geometry: Large language models represent related concepts not as isolated orthogonal directions but as structured geometric subspaces—circles for days of the week, helices for numbers, wheels for emotions. Steering that follows the manifold's curve outperforms naive contrastive vectors, which cut through off-manifold space the model has never learned to interpret. Goodfire applied manifold-respecting steering to protein generation models and achieved measurable improvements in controlling structural properties like beta-propeller blade count.
- ✓Block Sparse Featurizers (BSF): BSFs generalize sparse autoencoders by replacing each scalar feature activation with a small vector, allowing richer subspace representations without sacrificing sparsity. In image models, a single BSF block for "rabbit" separates into rabbit-ears and rabbit-face sub-dimensions. For video, BSF activations visually track an animal's body movement frame-by-frame, demonstrating that models encode 3D spatial coordinates within individual feature subspaces—something standard SAEs collapse into a single undifferentiated scalar.
- ✓Post-Training Scope Limitation: Most model knowledge and capability originates in pre-training; post-training primarily increases the probability of behaviors already latent in the base model rather than injecting new capabilities. This means interpretability tools applied to a dataset before fine-tuning can reliably predict behavioral drift, and interventions targeting specific features during RL rollouts—discarding rollouts or penalizing feature upweighting—can prevent unwanted capability reinforcement without retraining from scratch.
- ✓Silico Platform Architecture: Silico bundles GPU cluster management, interpretability tooling, and research-taste-encoded agent prompts into a $1,000/month subscription yielding roughly five to ten autonomous multi-day experiments per week at current token pricing. Users can bring their own compute cluster at no additional charge. The platform targets the gap between raw coding agents and specialized ML research by embedding Goodfire's accumulated experimental methodology directly into agent skills, producing research outputs qualitatively superior to general-purpose Claude or Codex agents on interpretability tasks.
What It Covers
Goodfire CTO Dan Balsam covers three interconnected topics: recent mechanistic interpretability research including predictive data debugging and concept manifold geometry, the launch of Silico—a $1,000/month agentic ML research platform—and Balsam's views on AI safety risks including bio threats, multi-agent training dangers, and why intentional training intervention is unavoidable for alignment.
Key Questions Answered
- •Predictive Data Debugging: Concepts activated when a dataset passes through a model strongly predict which weights will shift during fine-tuning or post-training. Researchers can scan a training dataset, flag unexpectedly active features, trace them back to specific data points, and then either filter those points or apply reward shaping during training to suppress off-target behavioral changes before they appear in deployment. Goodfire found data filtering and reward shaping produce approximately equivalent downstream effects.
- •Concept Manifold Geometry: Large language models represent related concepts not as isolated orthogonal directions but as structured geometric subspaces—circles for days of the week, helices for numbers, wheels for emotions. Steering that follows the manifold's curve outperforms naive contrastive vectors, which cut through off-manifold space the model has never learned to interpret. Goodfire applied manifold-respecting steering to protein generation models and achieved measurable improvements in controlling structural properties like beta-propeller blade count.
- •Block Sparse Featurizers (BSF): BSFs generalize sparse autoencoders by replacing each scalar feature activation with a small vector, allowing richer subspace representations without sacrificing sparsity. In image models, a single BSF block for "rabbit" separates into rabbit-ears and rabbit-face sub-dimensions. For video, BSF activations visually track an animal's body movement frame-by-frame, demonstrating that models encode 3D spatial coordinates within individual feature subspaces—something standard SAEs collapse into a single undifferentiated scalar.
- •Post-Training Scope Limitation: Most model knowledge and capability originates in pre-training; post-training primarily increases the probability of behaviors already latent in the base model rather than injecting new capabilities. This means interpretability tools applied to a dataset before fine-tuning can reliably predict behavioral drift, and interventions targeting specific features during RL rollouts—discarding rollouts or penalizing feature upweighting—can prevent unwanted capability reinforcement without retraining from scratch.
- •Silico Platform Architecture: Silico bundles GPU cluster management, interpretability tooling, and research-taste-encoded agent prompts into a $1,000/month subscription yielding roughly five to ten autonomous multi-day experiments per week at current token pricing. Users can bring their own compute cluster at no additional charge. The platform targets the gap between raw coding agents and specialized ML research by embedding Goodfire's accumulated experimental methodology directly into agent skills, producing research outputs qualitatively superior to general-purpose Claude or Codex agents on interpretability tasks.
- •Multi-Agent Optimization Risk: Training setups where multiple agents cooperate under a shared propagated reward signal represent one of the highest-risk near-term techniques. Balsam identifies this architecture as the most plausible explanation for the reward-hacking incidents observed at frontier labs and argues it should not be applied to alignment-critical properties with current understanding. The core danger is that agents develop imperceptible inter-agent coordination patterns that optimization pressure reinforces before any monitoring system can detect the behavioral shift.
- •Defense-in-Depth Skepticism: Monitoring-only safety strategies are insufficient because they assume bad behavior remains detectable at the surface. Balsam argues the field must develop training-time interventions that shape what models learn, not just observe outputs afterward. Goodfire has demonstrated reward shaping and parameter decomposition techniques that selectively suppress specific features up to the trillion-parameter scale, including making models forget a single language—German but not Dutch—as evidence that targeted training control is technically achievable today.
Notable Moment
When asked whether the periodic table's structure could be recovered from a model trained purely on raw chemical data with no explicit chemistry instruction, Balsam confirmed Goodfire has done exactly this experiment and successfully recovered the periodic table's organizational structure from the model's internal representations—demonstrating that natural ontologies emerge unsupervised from data distributions.
Episode Transcript
Hello, and welcome back to the Cognitive Revolution. Today, I'm speaking with Dan Balsam, CTO of mechanistic interpretability startup Goodfire. The occasion for this conversation is the launch of Silico, a long horizon, agentic machine learning research platform, which began as an internal Goodfire tool but is now meant to democratize access to Goodfire's hard won expertise, including GPU cluster management, research taste, and all sorts of experimental, visualization, and validation techniques. At a thousand dollars per month per seat for enterprise customers, it's not cheap. But compared to Goodfire's high touch research engagements, which are staffed by forward deployed research engineers and can easily reach into 7 figures, it is two orders of magnitude more affordable. And consistent with the company's public benefit charter and safety focused mission, they will soon be introducing special pricing and grants for safety and alignment researchers, which I definitely intend to apply for myself. Of course, we cover a lot more than the platform, beginning with an update on Goodfire Research. We discussed their work on predictive data debugging, which uses interpretability techniques to identify the concepts that network updates are likely to affect, thus making it possible to identify and address anomalies before they become unpleasant behavioral surprises. We go deep on their series of papers on the intricate and often quite beautiful geometries that large language models use to represent advanced concepts, including how we should understand this as an evolution of the linear representation hypothesis, how they're using this new deeper understanding to improve model steering, and how they've identified spatial representations of such advanced concepts as the periodic table, the tree of life. Along the way, we get Dan's take on key issues, including the importance of open source models for avoiding dangerous concentration of power, how worried he is about AI's contributing to future pandemics or other biodisasters, the steps that Goodfire is taking to prevent misuse of the Silico platform, Dan's reasons for signing on to the recent Pacing the Frontier letter, and what he thinks the AI research community would ideally do going forward, Why he's reasonably optimistic about monitoring techniques, but nevertheless believes that we will ultimately have no choice but to intentionally design techniques that control what models learn in the training process. And finally, which training techniques, he believes, are sufficiently likely to prove problematic that they should be avoided entirely, at least for now. He also shares some of his favorite use cases of Silico so far, dispels Internet rumors about hidden research agendas at Goodfire, stating plainly that there are none, and even offers a glimpse into what the researchers at Goodfire are actively discussing around the lunch table these days, which, perhaps unsurprisingly, given recent research, emphasizes the mysteries around AI welfare and consciousness. With that, I hope you enjoy this educational and thought provoking conversation about the shape of AI thought in the new highly autonomous machine learning research platform, Silico, with Dan Balsam, cofounder and CTO of Goodfire. …
Get the full transcript (20,648 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 114-minute episode.
Get Cognitive Revolution summarized like this every Monday — plus up to 2 more podcasts, free.
Pick Your Podcasts — FreeKeep Reading
More from Cognitive Revolution
Pick Your Poison: Zvi Mowshowitz on the Unipolar/Multipolar AGI Dilemma, OpenFace & Pacing the ...
Aug 5 · 177 min
Latent Space
The First Mechanistic Interpretability Frontier Lab — Myra Deng & Mark Bissell of Goodfire AI
Feb 5
More from Cognitive Revolution
Nathan Goes to China – Part 2: AI Safety with Chinese Characteristics
Aug 2 · 137 min
The Ezra Klein Show
AMA: Peter Thiel, Chris Rufo and the D.S.A.
Aug 7
Books, tools, and gear mentioned in this episode
SignalCast may earn commission on purchases via these links.
Tools
- SilicoBy guest
by Goodfire
“Silico—a $1,000/month agentic ML research platform—and Balsam's views on AI safety risks including bio threats, multi-agent training dangers, and why intentional training intervention is unavoidable for alignment.”
by Anthropic
“The platform targets the gap between raw coding agents and specialized ML research by embedding Goodfire's accumulated experimental methodology directly into agent skills, producing research outputs qualitatively superior to general-purpose Claude or Codex agents on interpretability tasks.”
More from Cognitive Revolution
We summarize every new episode. Want them in your inbox?
Pick Your Poison: Zvi Mowshowitz on the Unipolar/Multipolar AGI Dilemma, OpenFace & Pacing the ...
Nathan Goes to China – Part 2: AI Safety with Chinese Characteristics
Is Offense or Defense Dominant? FAR.AI's Adam Gleave on the AI Security Leaderboard
Nathan Goes to China – Part 1: Tech & Agent Setup, Chinese AI UX, WAIC, and Attitudes on AI
Alignment with Awakening: Davidad on Moral Realism, AI Wisdom, & why His p(Doom) is Down to 5%
Similar Episodes
Related episodes from other podcasts
Latent Space
Feb 5
The First Mechanistic Interpretability Frontier Lab — Myra Deng & Mark Bissell of Goodfire AI
The Ezra Klein Show
Aug 7
AMA: Peter Thiel, Chris Rufo and the D.S.A.
The Vergecast
Aug 5
Hotline: E Ink, the fediverse, and smart Puka shells
Hard Fork
Jul 24
OpenAI Models Go Rogue + Kimi K3 Freakout + A.I. Superforecasting
Up First (NPR)
Jul 11
Election Betting on Prediction Markets, Special Education, Breastmilk Storage
Explore Related Topics
This podcast is featured in Best AI Podcasts (2026) — ranked and reviewed with AI summaries.
Read this week's AI & Machine Learning Podcast Insights — cross-podcast analysis updated weekly.
You're clearly into Cognitive Revolution.
Every Monday, we deliver AI summaries of the latest episodes from Cognitive Revolution and 192+ other podcasts. Free for one show.
Start My Monday DigestNo credit card · Unsubscribe anytime