5 Papers That Show Where AI Research Is Heading Right Now
A research meetup covering five AI topics: protein language model scaling laws (ESM Cambrian), self-play for LLMs (SGS algorithm), streaming RAG for voice agents, formal verification with Lean, and agentic software engineering workflows. Presenters demonstrate how foundational AI scaling principles are transferring into biology, mathematics, and production engineering.
Summary
The event opens with host François introducing themes around AI research directions, including his skepticism that training on human-generated data (subspace H) plus test-time compute can reach the full solution space F, arguing instead that Alpha Zero-style self-play unbiased by human demonstrations is the more probable path to AGI. He also frames two key open problems: intelligence per sample (optimal continual learning as data streams in) and intelligence per watt (smaller, more efficient models).
Yas Beg presents 'The Bitter Lesson Comes to Biology,' covering a recent paper from Biohub on the ESM Cambrian (ESMC) protein language model. The core finding is that scaling laws observed in language models do transfer to protein biology: log-linear improvement in structural understanding with compute is achievable, but only after pushing training data from 50 million to 2.8 billion sequences by incorporating metagenomic data. The prior ESM2 models had plateaued, and the fix was data scale rather than architectural cleverness. ESMC also approaches or beats AlphaFold 3 on antibody design tasks without requiring handcrafted multiple sequence alignments (MSAs), partially validating the bitter lesson in biology. Mechanistic interpretability analysis using sparse autoencoders reveals the model's latent space spontaneously organizes into a hierarchy of biologically meaningful features—from individual amino acids up to protein functional roles—without any supervised signal.
Luke Bailey presents 'Scaling Self-Play with Self-Guidance' (SGS), a paper on asymmetric self-play for LLMs applied to formal math proving in Lean. He explains that standard self-play with a solver-rate reward fails in practice because the conjecturer learns to generate artificially complex, inelegant problems that are hard but useless for learning. SGS fixes this by grounding synthetic problem generation near unsolved target problems and introducing a 'guide' model that scores whether generated problems are genuinely related and not just obfuscated. Results show a 7B model trained with SGS reaches the pass-at-k performance of a 670B model on formal math benchmarks, though the method still plateaus well below 100% solve rate.
Arnab Matei presents a Meta paper on streaming RAG for voice AI agents, highlighting that standard RAG pipelines add unacceptable latency for conversational voice interfaces. The paper explores two approaches: fixed-interval streaming RAG (running retrieval on audio chunks as they arrive, using early retrieval signal consistency to decide when to commit) and a fine-tuned model that learns to trigger retrieval only when a partial query contains sufficient new information. The key research framing is identifying the right decision boundary for when a partial spoken query is 'good enough' to retrieve on, reducing latency by 0.5–1.5 seconds while maintaining accuracy parity.
Robert George presents on Lean and formal verification, arguing we are entering an era of 'verified intelligence.' He traces rapid progress from 2020's GPT-f through recent IMO gold-medal results and open Erdős problem solutions, covering both proof automation and program verification. He introduces TorchLean, the first unified framework for writing neural networks in Lean, enabling verified floating-point arithmetic, certified robustness, and formal proofs of properties like attention permutation invariance. He demonstrates formalizing a known result about non-determinism in LLM inference (where tiny floating-point differences flip argmax outputs) fully in TorchLean.
Luke Orthwine closes with a practitioner talk on agentic software engineering, drawing an analogy to real-time strategy games. He argues that the optimal coding workflow with agents is macro-focused, highly parallel, and minimizes human keystrokes per unit of work. Key practices include: using git worktrees for parallel isolated agent workspaces, running all agents in dangerously-skip-permissions mode inside sandboxes, having agents always push to PR rather than stopping for approval, building a structured linked knowledge base that agents and humans share, and using APM (agent tool calls per minute) as a productivity metric. His team reported a 3.5x increase in PRs per engineer per month after fully adopting these practices.
Key Insights
- François argues that training on human-generated data subspace H, even with infinite test-time compute or recursive self-improvement, makes it infeasible to sample the full solution space F minus H, making Alpha Zero-style self-play—unbiased by human demonstrations—the more probable path to highly intelligent systems.
- Yas Beg reports that prior ESM2 protein language models showed a plateau in scaling performance, and the fix was not architectural innovation but simply scaling training data from 50 million to 2.8 billion sequences using metagenomic data from soil, oceans, and human guts, restoring smooth log-linear scaling curves.
- Luke Bailey identifies that vanilla self-play for LLMs fails because rewarding the conjecturer purely on solver difficulty causes it to generate artificially obfuscated, inelegant problems—analogous to giving a student a three-page high school calculus problem to guarantee a 50% error rate—rather than problems useful for genuine capability improvement.
- Yas Beg shows that sparse autoencoder analysis of ESMC's latent space reveals it spontaneously organizes into a clean biological hierarchy—from individual amino acids to structural motifs to whole protein functional roles—purely from masked language modeling with no supervised biological annotation.
- Luke Orthwine reports his team achieved a 3.5x increase in PRs per engineer per month through agentic workflows, and an additional 60% gain in the most recent month after broad team adoption, arguing that agents should always be pushed to PR completion even if wrong, because course-correction is cheaper than waiting for human approval at each step.
Topics
Transcript
[0:08] Thank you guys so much for coming. This one will have much a much more applied bent based on the feedback. We have a bunch of really cool people that I'll introduce in a second, but we're covering AI for uh biology by my favorite one of my favorite co- researchers, Yas Beg. We have Luke um out of Tatsu's lab talking about selfplay, Alpha Zero style selfplay for LLMs. Super excited about that. Arnob will be uh presenting he's a researcher at Giga on stream rag uh super different application you know thinking about uh [0:39] real realtime voice uh agents uh Robert George working on lean for science super exciting and then the AI token maxer himself…
Full transcript available for MurmurCast members
Sign Up to AccessMore from Y Combinator
Boris Cherny: Building Claude Code
Boris Cherny, creator of Claude Code, discusses how Anthropic's Opus 5 model represents a major leap in AI capabilities, requiring a fundamental rethinking of how to build AI products. Rather than accumulating complexity, successful builders must regularly delete system prompts and code to "unhobble" the model, allowing it to tackle increasingly complex tasks like rewriting entire codebases and maintaining software automatically.
Self-Maintaining APIs
The speaker argues that API communication is fundamentally broken across the industry, with breaking changes and new features going unnoticed. Since agentic coding tools have proven viable and developers accept external tool access to codebases, API providers should automatically apply changes to customer code rather than just announcing them—similar to how Dependabot works for dependencies.
What Actually Makes A Startup Durable
YC partners discuss what makes startups durable in the AI era, emphasizing that while AI reduces software development costs, founders must focus on harder problems with defensible moats, maintain direct customer contact, and prioritize co-founder relationships for emotional and strategic support. They argue that pure software businesses are no longer durable and that the pace of AI improvements means cost concerns will self-resolve within 6-12 months.
Proving You’re Human
Deepfakes and AI-generated voice clones have made digital fraud increasingly sophisticated and harder to detect, with a recent $25 million wire fraud involving deepfake video call participants exemplifying the problem. The traditional trust signals of seeing faces and hearing voices are no longer reliable, necessitating a fundamental rebuild of the internet's trust layer to verify that humans—not AI—are on the other end of communications.
What Big Tech Missed And How Startups Can Still Win
Alex Lebrun, CEO of Amilabs, discusses his journey building multiple AI startups and explains why world models—AI trained directly on sensory data rather than text—represent the next frontier beyond large language models. He argues that being early in technology requires specific founder strengths, and shares lessons on ambition, fundraising, and the challenge of managing a $1.2 billion seed round.