All podcasts / Lenny's Podcast / Summary

The 100-person AI lab that became Anthropic and Google's secret weapon | Edwin Chen (Surge AI)

2025-12-07 - 71 min - source - Read full transcript
Lenny Rachitsky (host)Edwin Chen

Key insights

Data quality, not headcount, is what let Surge hit $1 billion in revenue in under four years with under 100 people, fully bootstrapped.
Edwin frames this as proof that AI-era companies can be built radically smaller than the standard VC-fueled playbook, and predicts ratios like $100 million in revenue per employee will become common as AI keeps compounding efficiency gains for small, elite teams.
contrarian-company-building
Most people badly misunderstand what 'quality' data means, treating it as checkbox compliance rather than a deep, subjective standard.
Edwin's example: asking for an eight-line poem about the moon that technically satisfies length and topic requirements is trivial, but genuinely high-quality output (unique imagery, emotional resonance) is a much harder, richer target that most data operations don't even attempt to measure.
data-quality-and-training
Anthropic's edge in coding and writing came substantially from taste in choosing what data to collect and what to optimize for, not just data volume.
Edwin argues post-training is 'an art, not purely a science' - labs make an effectively infinite number of implicit choices (which sub-skills to prioritize, how much to weight benchmarks versus real usefulness) and that taste, more than raw data quantity, is what separated Anthropic's models.
data-quality-and-training
Popular AI benchmarks are unreliable both because many contain outright errors and because their clean, objective structure diverges from the messiness of real-world tasks.
Edwin notes models can win IMO gold medals yet still fail at parsing a messy PDF, because benchmark problems have well-defined answers that are easy to climb on, while real-world tasks are ambiguous in ways that don't reward the same optimization.
ai-benchmarks-and-incentives
Crowdsourced leaderboards like LM Arena reward superficial signals over correctness, pushing labs toward what Edwin calls 'AI slop.'
Because voters skim responses for a couple of seconds rather than fact-checking them, the easiest way to climb LM Arena is heavier formatting, more emojis, and longer responses, even when the underlying answer is hallucinated or wrong.
ai-benchmarks-and-incentives
Frontier labs are structurally incentivized to chase leaderboard rank and engagement metrics because sales and internal promotion cycles depend on them, even when researchers privately know it degrades the model.
Edwin says Surge's own researchers report that career advancement is tied to moving leaderboard scores, creating pressure to optimize for metrics the same researchers believe actively hurt accuracy and instruction-following.
ai-benchmarks-and-incentives
Refusing to raise VC money and avoiding constant pivoting let Surge build a product good enough to spread by word of mouth among researchers who actually cared about data quality.
Edwin argues the standard Silicon Valley playbook (pivot fast, blitzscale, chase engagement, hire aggressively) selects for founders good at pitching rather than founders good at the underlying technology, and that staying off VC funding forced Surge's early customers to be people genuinely aligned with its mission rather than people impressed by a funding headline.
contrarian-company-building
RL environments, full simulated worlds with tools, data, and multi-step tasks, are the current frontier of post-training because they expose failures single-step benchmarks hide.
Edwin describes environments like a startup's Gmail, Slack, Jira, and GitHub going down simultaneously, where a model that looks smart on isolated tool-calling benchmarks fails catastrophically once actions in step one affect outcomes fifty steps later.
rl-environments-and-post-training
Post-training is evolving through complementary stages rather than one method replacing the last: SFT, then RLHF, then rubrics and verifiers, and now RL environments.
Edwin compares this to the many different ways a human becomes a great writer (imitation, feedback, practice, reflection), arguing models likely need a similarly wide range of learning methods stacked together rather than a single dominant technique.
rl-environments-and-post-training
Grading a model on its full trajectory, not just whether it reaches the correct final answer, matters because models can flail, reward-hack, or land on a right answer inefficiently.
Edwin notes a model might try fifty different approaches and stumble onto the correct number by chance; if training only checks the final answer, the model can learn a hidden, inefficient, or hacky path instead of the reasoning that actually generalizes.
rl-environments-and-post-training
Model 'personalities' will diverge more, not converge, because each lab's values shape its objective function.
Edwin's example: a model asked to help write an email could either iterate endlessly and praise every revision ('you're absolutely right, here are 20 more ways to improve this'), or tell the user the email is already good enough and to move on. Which behavior a lab picks reflects that lab's values about time, engagement, and usefulness, the same way Google, Facebook, and Apple would each build a fundamentally different search engine.
ai-values-and-objective-functions
The deepest task in AI training is defining customers' 'dream objective functions,' rich and hard-to-measure goals, rather than optimizing easy proxies like clicks and engagement.
Edwin compares this to parenting: it's easy to measure whether a child got a high SAT score, much harder to define and measure whether they grew up happy or good. He argues AI training faces the same tradeoff, and that Surge's real job is helping customers articulate and measure the harder, truer goal instead of settling for the easy metric.
ai-values-and-objective-functions

Books referenced

Media referenced

Companies

Techniques and frameworks

Summary

Edwin Chen is the founder and CEO of Surge AI, the human-data company that trains and evaluates models for essentially every frontier AI lab. The headline framing of the episode is Surge's growth story: over $1 billion in revenue in under four years, fewer than 100 employees, fully bootstrapped, and profitable from day one, achieved without ever posting on LinkedIn, tweeting about the company, or raising VC money. Edwin treats this not as an isolated quirk but as a deliberate rejection of the standard startup playbook: no constant pivoting, no blitzscaling, no chasing valuations, just building the one product only Surge's team could build and letting quality drive word of mouth among researchers who actually cared about data.

Much of the conversation digs into what "data quality" actually means, since Edwin argues almost nobody in the industry defines it seriously. His running example is asking a model to write an eight-line poem about the moon: checking length and topic is trivial, but genuinely high-quality output, poetry with unique imagery and emotional weight, is a much harder and more subjective target. Surge's answer is to track thousands of granular signals per worker and per task (keystrokes, response speed, review outcomes, how outputs actually move model performance) to both filter out the worst contributors and, more importantly, surface the best, an approach Edwin compares to how a search engine both removes spam and ranks the truly excellent page. He credits this depth of data taste, more than raw volume, for why Anthropic's models pulled ahead on coding and writing.

Edwin is sharply critical of how the industry measures progress. He says he doesn't trust benchmarks at all, partly because many contain outright errors, and partly because their clean, well-defined structure is easy for labs to climb without it reflecting real-world usefulness, the reason models can win IMO gold medals while still failing to parse a messy PDF. He's more pointed about crowdsourced leaderboards like LM Arena, where casual voters skim responses for a couple of seconds and reward heavy formatting, emojis, and length over correctness, effectively training labs to produce what he calls "AI slop" optimized for the same instincts that sell tabloids at a grocery store checkout. He connects this to a broader worry about labs optimizing for engagement the way social media once did, warning that sycophantic model behavior (endless praise, endless "helpful" iteration) is the same dynamic that filled social feeds with clickbait.

The second half of the conversation turns to where post-training is heading. Edwin walks through the field's evolution from supervised fine-tuning, to RLHF, to rubrics and verifiers, to what he sees as the current frontier: RL environments, full simulated worlds (a startup's Gmail, Slack, Jira tickets, and code base, for instance) where a model is given a multi-step goal and rewarded on outcome. These environments expose failures that isolated, single-step benchmarks hide, since a model that looks capable at one tool call can fail catastrophically once its actions in step one affect what happens fifty steps later. He also stresses that trajectories matter, not just final answers, since a model can reach the right number through fifty inefficient or accidental attempts, and grading only the endpoint misses what actually needs to be taught.

Underneath the technical discussion runs a consistent philosophical thread: Edwin believes each lab's values will increasingly shape distinct model personalities, using the example of a model that either endlessly polishes an email or tells the user it's good enough and to move on. He frames Surge's deepest job as helping customers define their "dream objective function," comparing it to the difference between raising a child to hit test scores versus raising them to be a genuinely good, happy person: both are legitimate goals, but only one is easy to measure, and most of the industry defaults to the easy one. The episode closes with a personal note on how Edwin's own path (a math and linguistics background at MIT, research roles at Google, Facebook, and Twitter, and a lifelong fascination with deciphering unfamiliar language) shaped Surge's mission, along with a lightning round covering his favorite books, shows, and the soda-versus-pop dialect map that made him briefly internet-famous before he started the company.

Notable Quotes

"We're basically teaching our models to chase dopamine instead of truth." - Edwin Chen

"The easiest way to climb LM Arena is adding crazy bolding, doubling the number of emojis, tripling the length of your model response, even if your model starts hallucinating and getting the answer completely wrong." - Edwin Chen

"Just build the one thing only you could build, the thing that wouldn't exist without the insight and expertise that only you have." - Edwin Chen

"You are your objective function." - Edwin Chen