The Researcher's Field Guide: Papers, Labs, People, and How to Get Hired
A companion to the Research Frontier Map — core papers, survey papers, and top university labs for each research direction, real career-path profiles of researchers who succeeded in each one, and a look at how frontier labs actually recruit and interview new researchers.
How to Use This Guide
The Research Frontier Map mapped what SSI, Thinking Machines, Goodfire, Periodic Labs, Ricursive Intelligence, and the broad-portfolio labs are each betting on. This guide goes one level deeper for someone actually trying to get into research: for each direction, what to read first, which university labs are publishing there, and — critically — real people who built careers in that exact direction, so you can see what the path from "interested in AI" to "publishing frontier research" actually looks like, not just what it should look like in theory.
- Krizhevsky, Sutskever & Hinton, "ImageNet Classification with Deep Convolutional Neural Networks" (AlexNet, 2012) — the paper that made deep learning the field's dominant paradigm.
- Vaswani et al., "Attention Is All You Need" (2017) — introduces the Transformer architecture underlying nearly every modern LLM.
- Christiano, Leike, Brown et al., "Deep Reinforcement Learning from Human Preferences" (2017) — the foundational RLHF paper.
- He et al., "Deep Residual Learning for Image Recognition" (ResNet, 2015) — establishes residual connections, a building block used far beyond vision.
- "A Survey on Deep Learning Fundamentals" — Springer, 2025, a modern refresher spanning CNNs through Transformers.
Born in Nizhny Novgorod, Russia; family emigrated to Israel then Toronto. Sutskever went to the University of Toronto as an undergraduate knowing little about AI — he met Geoffrey Hinton there, who gave him a research project improving the Stochastic Neighbor Embedding algorithm. He completed his bachelor's, master's, and PhD in computer science at Toronto under Hinton's supervision.
In 2012, Sutskever built AlexNet with Hinton and Alex Krizhevsky — the ImageNet-winning CNN that established deep learning as computer vision's dominant paradigm and, more broadly, the practical starting point of the modern deep-learning era. After a short postdoc with Andrew Ng at Stanford, he returned to Toronto and joined Hinton's spinoff, DNNResearch — which Google acquired four months later, hiring Sutskever as a research scientist at Google Brain. He went on to co-found OpenAI, become its Chief Scientist, and later found SSI.
- Finn, Abbeel & Levine, "Model-Agnostic Meta-Learning" (MAML, 2017) — the foundational meta-learning algorithm.
- "Meta-Value Learning: a General Framework for Learning with Learning Awareness" (2023) — connects value functions to meta-learning, directly relevant to Sutskever's SSI thesis.
- "Prediction and Control in Continual Reinforcement Learning" (2023) — decomposes value functions into permanent/transient components for continual learning.
- "A Comprehensive Survey of Continual Learning: Theory, Method and Application"
- "Continual Learning of Large Language Models: A Comprehensive Survey" (CSUR 2025)
- "When Meta-Learning Meets Online and Continual Learning: A Survey"
- "Meta-Learning in Neural Networks: A Survey"
As detailed in this site's full SSI investigation, Sutskever's post-OpenAI research agenda centers explicitly on generalization: he has publicly argued that current LLMs generalize "dramatically worse than people," and has proposed continual learning via an internal "value function" as the mechanism to close that gap — a direct, career-spanning line from AlexNet's supervised pattern-recognition breakthrough to a research bet that current pattern-recognition-based learning itself needs a successor.
- Olah et al., "Zoom In: An Introduction to Circuits" (2020) — foundational framing for mechanistic interpretability as a discipline.
- Gao, Dupré la Tour et al., "Scaling and Evaluating Sparse Autoencoders" (OpenAI) — key scaling paper for SAE-based interpretability.
- Rajamanoharan, Nanda et al., "Improving Sparse Decomposition of Language Model Activations with Gated Sparse Autoencoders" (NeurIPS 2024)
- Lieberum, Nanda et al., "Gemma Scope: Open Sparse Autoencoders Everywhere All at Once on Gemma 2" (2024) — a widely used open interpretability resource.
- "A Survey on Sparse Autoencoders: Interpreting the Internal Mechanisms of Large Language Models" (2025)
- "A Practical Review of Mechanistic Interpretability for Transformer-Based Language Models" (2024)
- "Mechanistic Interpretability for AI Safety — A Review" (2024)
Pure maths undergrad at Cambridge (graduated 2020), with quant-finance internships at Jane Street and Jump Trading along the way. After graduating, he weighed quant finance against grad school — but having spent years reading about AI catastrophic-risk arguments, he wanted to work on reducing them directly. He took an offer to work on mechanistic interpretability with Chris Olah at Anthropic, worked there as a language-model interpretability researcher, then did a period of independent interpretability research before joining Google DeepMind's mechanistic interpretability team in 2022.
He joined DeepMind expecting to be an individual contributor — when the team lead stepped down, he stepped up with no prior management experience and ended up running the team at 26. A specific, concrete practice he credits for his early impact: he committed to writing one blog post per day for a month specifically to break through perfectionist paralysis — those posts helped seed the field of mechanistic interpretability as it exists today.
- LeCun, "A Path Towards Autonomous Machine Intelligence" (2022 white paper) — introduces JEPA and argues against pixel-level generative prediction.
- "V-JEPA 2" (2025) — self-supervised video model for understanding, prediction, and planning.
- "LeJEPA: Provable and Scalable Self-Supervised Learning Without the Heuristics" (2025)
- "Understanding World or Predicting Future? A Comprehensive Survey of World Models" (ACM Computing Surveys, 2025)
- "World Models: A Comprehensive Survey of Architectures, Methodologies, Reasoning Paradigms, and Applications" (2026)
- "World Model for Robot Learning: A Comprehensive Survey" (2026)
EE diploma from ESIEE Paris (1983), PhD in computer science from Sorbonne Université (1987), followed by a postdoc at the University of Toronto — putting him, like Sutskever, through the Toronto deep-learning lineage early in his career. He joined AT&T Bell Labs in 1988, becoming head of its Image Processing Research Department by 1996, where his work on convolutional networks became foundational to modern computer vision.
He joined NYU in 2003, founding its Center for Data Science (2011-2014), then became founding director of Facebook AI Research in 2013 and Meta's Chief AI Scientist from 2018. Over that period he became an increasingly vocal advocate for self-supervised learning, world models, and energy-based frameworks as an alternative to purely generative, language-model-centric AI. He left Meta in 2025 to found AMI Labs (Advanced Machine Intelligence) in Paris, built explicitly around his world-models research agenda — AI that understands the physical world, not just text.
- Christiano, Leike et al., "Deep Reinforcement Learning from Human Preferences" (2017) — the RLHF foundation paper.
- Bai et al., "Constitutional AI: Harmlessness from AI Feedback" (Anthropic, 2022) — the principle-guided alignment method that succeeded pure RLHF.
- "The Alignment Problem from a Deep Learning Perspective" (2022)
- "Large Language Model Alignment: A Survey"
- "Large Language Model Safety: A Holistic Survey" (2024)
- "AI Alignment: A Comprehensive Survey"
Undergraduate degree from the University of Freiburg, Germany; PhD in reinforcement learning theory from the Australian National University. He worked as an alignment researcher at DeepMind, where he helped prototype RLHF, before joining OpenAI in 2021 — where he rose to co-lead the Superalignment team, a group explicitly tasked with solving superintelligence alignment within four years, and contributed to InstructGPT, ChatGPT, and GPT-4's alignment work.
He left OpenAI and joined Anthropic in May 2024, the same month, to lead its Alignment Science team. He's best known as a co-author of the 2017 "Deep Reinforcement Learning from Human Preferences" paper — the foundational work behind RLHF, meaning he helped invent the technique he then spent years applying and refining at two different frontier labs.
- Jumper et al., "Highly Accurate Protein Structure Prediction with AlphaFold" (Nature, 2021) — the AlphaFold2 paper, awarded the 2024 Nobel Prize in Chemistry.
- Abramson et al., "Accurate Structure Prediction of Biomolecular Interactions with AlphaFold3" (Nature, 2024)
- "The Transformative Impact of AI-Enabled AlphaFold 3: Evolution, Current Status, and Future Prospects in Structural Biology"
- "Deep Research of Deep Research: From Transformer to Agent, From AI to AI for Science" (2026)
BS in Physics and Mathematics from Vanderbilt University, an MPhil in theoretical condensed matter physics from Cambridge, then a PhD in Chemistry from the University of Chicago — applying machine-learning techniques specifically to protein dynamics. In between, he spent three years at D.E. Shaw Research building molecular-dynamics simulations, before returning to Chicago in 2011 to apply ML directly to the physics of protein folding, completing his PhD there in 2017.
He joined Google DeepMind in 2017 as a research scientist and led development of AlphaFold2 and AlphaFold3, building new ML architectures specifically to let AI systems learn from biological and chemical data at a level of accuracy that transformed structural biology. He shared the 2024 Nobel Prize in Chemistry for this work, and — notably, as of 2026 — has since joined Anthropic after his time at DeepMind.
- Thinking Machines Lab's Interactivity Research Grants announcement — the clearest public framing of interaction-modeling as its own research object, distinct from raw capability.
- Coverage of Thinking Machines' "interaction models" research preview — AI designed to listen, speak, and interrupt rather than stop-and-wait.
How Frontier Labs Actually Recruit
Two consistent patterns emerge across the labs studied in the Frontier Map and SSI investigation. First, research-track roles are gated by publication record — Google DeepMind's research scientist track explicitly requires a publication history before applying, and Anthropic's own careers messaging makes clear that warm introductions and visible public contributions (exactly the kind of public writing Neel Nanda used) carry far more weight than cold applications. Second, headcount discipline is deliberate: because these organizations run with minimal middle management (documented in this series' "Inside an AGI Startup Team" articles), a single weak research hire is costly in a way it wouldn't be at a company with more absorbing management layers — raising the effective bar for every hire.
| Lab | Typical Requirement | Primary Sourcing Channel |
|---|---|---|
| Google DeepMind | PhD normally required for Research Scientist track; publication record expected before applying | Academic pipeline, published research visibility |
| Anthropic | Strong technical background; safety/alignment research fit assessed explicitly | Warm introductions, visible public research contributions, Anthropic Fellows Program |
| SSI | Research-level mathematical maturity assumed; "novel algorithmic approaches" focus for Tel Aviv hires | Direct founder-network recruiting, Unit 8200/elite academic talent |
| Goodfire | Interpretability research background (ex-DeepMind, ex-Anthropic, ex-OpenAI common) | Direct recruiting from other labs' interpretability teams |
The Interview & Selection Process
Based on public reporting, the process at OpenAI and Anthropic — the two labs with the most documented research-scientist hiring pipelines — runs roughly as follows:
The clearest documented difference between the two labs: Anthropic runs a dedicated safety/values-focused round (research methodology and ethics discussion) that OpenAI does not have as a formally separate stage — at OpenAI, values considerations reportedly surface within the hiring-manager round rather than as their own gate.
What's Missing From This Guide
A Suggested Starter Reading Path
- Wikipedia — Ilya Sutskever
- 80,000 Hours — Neel Nanda
- AlignmentForum — How to Become a Mechanistic Interpretability Researcher
- HandWiki — Yann LeCun
- Wikipedia — Jan Leike
- Wikipedia — John M. Jumper
- Sundeep Teki — AI Research Scientist Interview Guide 2026
- Final Round AI — Anthropic Interview Process
- This site — The Research Frontier Map
- This site — Safe Superintelligence: The Complete Investigation