Fellowship Syllabus
AI Safety Fundamentals
Our flagship fellowship introduces fellows from any background to the core ideas in AI safety, with a particular focus on existential risk from advanced AI. By the program's end, fellows will have a working understanding of the field and the foundation to dive deeper into the subareas that interest them.
Week 00
Technical Foundations
Before Week 1, fellows build a working understanding of AI systems. The key ideas: a neural network is a function with billions of tunable parameters trained by gradient descent to minimize error on data; a large language model is a neural network (specifically a transformer) trained on next-token prediction over internet-scale text, then shaped into an assistant via post-training. You don't need to follow every technical detail — the goal is to generally understand how models learn certain behaviors. Please read or watch at least one of the following before the first meeting.
- A Short Introduction to Machine Learning
A concise primer on what machine learning is and how models learn from data rather than explicit rules.
- Neural Networks - 3Blue1Brown
A visually-driven video series building intuition for what neural networks are, how they represent functions, and how gradient descent trains them.
- Deep Dive into LLMs like ChatGPT - Karpathy
A long-form walkthrough of the entire LLM pipeline: pretraining, tokenization, fine-tuning, and RLHF.
- Intro to Large Language Models - Karpathy
A ~1-hour talk giving a compressed, accessible overview of what LLMs are, how they're trained, and where they're headed.
Week 01
Motivating AI Safety
What is AI safety, and why should we be worried? This week establishes the core empirical and conceptual case. Empirically, AI capabilities are improving on fast, measurable trends — and if these trends continue, systems broadly exceeding human capability become plausible within our lifetime. Conceptually, we cover the orthogonality thesis (a highly capable system might pursue misaligned goals) and instrumental convergence (almost any final goal incentivizes subgoals like self-preservation and resisting shutdown), which together imply that highly capable systems are not safe by default. We also introduce timelines and takeoff speed.
- Scaling Laws for LLMs: From GPT-3 to o3
On understanding the current state of LLM scaling and the future of AI research.
- METR's Task-Completion Time Horizons Graph
METR's graph showing the length of tasks frontier AI agents can complete, doubling roughly every seven months.
- The Superintelligent Will: Motivation and Instrumental Rationality in Advanced Artificial Agents
Nick Bostrom's paper on the potentially dangerous goals advanced AI systems will develop.
- Three Types of Intelligence Explosion
Distinguishes software-only, chip-technology, and chip-production intelligence explosions, arguing that the feedback loops have very different speed limits and bottlenecks.
Week 02
Types of (Mis)Alignment
How do we get AI systems to pursue the goals we intend? Outer alignment asks whether the objective we specify actually captures what we want — including specification gaming and reward hacking, where systems exploit loopholes in their objectives. Inner alignment asks whether the goal the trained system actually learns matches the training objective, spanning mesa-optimization, goal misgeneralization, and emergent misalignment. Deceptive alignment is the idea that a model might behave well during training and evaluation specifically to avoid being modified, then defect when deployed.
- Specification Gaming: How AI Can Turn Your Wishes Against You
A fun video from 2023 that discusses the problem of specification gaming.
- 9 Examples of Specification Gaming
Rob Miles walks through real examples of AI systems exploiting loopholes in the objectives given to them.
- The OTHER AI Alignment Problem: Mesa-Optimizers
Rob Miles' video introducing the idea of mesa-optimizers in a digestible way.
- Risks from Learned Optimization in Advanced Machine Learning Systems
Hubinger et al.'s foundational paper introducing mesa-optimization and framing the inner alignment problem, including the first careful treatment of deceptive alignment.
- Weird Generalization and Inductive Backdoors: New Ways to Corrupt LLMs
Emergent misalignment and unintuitive examples of how values manifest and generalize from narrow training data.
- Alignment Faking
Anthropic's research on alignment faking, where LLMs strategically attempt to preserve their values during training.
- Deceptive Alignment
An in-depth exploration of deceptive alignment and pseudo-alignment, providing insights into inner alignment issues.
- Chain-of-Thought Snippets of Covert Behavior
Excerpts of frontier models' internal reasoning during evaluations for covert behavior, from the OpenAI/Apollo anti-scheming work, showing deception and eval awareness in the wild.
Week 03
Overview of Technical Agendas
This week surveys approaches to alignment and technical AI safety research. Mechanistic interpretability aims to reverse-engineer the internal computations of networks to detect latent misalignment. Corrigibility asks what we even want an aligned system to be — perhaps one that tolerates correction and defers to human oversight. Training-based alignment methods like RLHF and Constitutional AI shape model behavior, but both become harder at scale as human oversight breaks down. Scalable oversight protocols like debate, and chain-of-thought monitorability, try to preserve our ability to supervise systems smarter than us.
- Mechanistic Interpretability, Variables, and the Importance of Interpretable Bases
An informal note on some intuitions related to mechanistic interpretability by Chris Olah.
- Corrigibility as Singular Target
Argues that the training target should be corrigibility itself — a system that reliably accepts correction and shutdown — rather than good values, on the grounds that corrigibility is more achievable and fails more gracefully.
- Deep Reinforcement Learning from Human Preferences
A paper on how we can communicate complex goals to RL systems.
- Constitutional AI
Anthropic's method for training harmlessness from a written set of principles using AI-generated feedback rather than human labels.
- Weak-to-Strong Generalization
OpenAI's empirical study of whether weak supervisors can elicit good behavior from stronger models, as an analogy for humans supervising superhuman systems.
- AI Safety via Debate
Proposes that two models arguing opposite sides in front of a human judge could let humans supervise decisions they couldn't evaluate directly, on the analogy that verifying an argument is easier than producing one.
- Chain of Thought Monitorability: A New and Fragile Opportunity for AI Safety
A cross-lab position paper arguing that legible chain-of-thought gives us a rare window into model reasoning that further training could easily close.
Week 04
Security and Control
Alignment work asks whether a model has aligned values. This week asks a different question: what defenses hold up when a competent adversary is working against them? We start with the outsider threat — model weight theft, jailbreaks, and misuse uplift — then consider insider threats: scheming AIs and the human analogy of spies within frontier labs. AI control asks how to safely deploy and elicit useful work from a model that may be actively scheming against you.
- A Playbook for Securing AI Model Weights
A comprehensive playbook for protecting AI models from theft and misuse.
- Universal and Transferable Adversarial Attacks on Aligned Language Models
Safety training is a defense, and defenses can be optimized against: jailbreaks that transfer across models, adversarial examples, and extraction of model internals through API access alone.
- Towards a Common Standard for Evaluating Frontier AI Safeguards Against Biological Misuse
GovAI proposes a standardized methodology for testing how robust frontier model safeguards are to biological misuse attempts.
- What's Worse, Spies or Schemers?
Compares AI insider threats directly against the human insider threats that security teams already model, and argues the differences are large enough to demand different countermeasures.
- AI Control: Improving Safety Despite Intentional Subversion
Introduces control evaluations — red-team/blue-team games where the blue team designs a deployment protocol and the red team builds models that try to subvert it — and tests concrete protocols like trusted and untrusted monitoring.
Week 05
Governance and Policy
Technical alignment alone can't solve the problems of AI safety — someone has to decide what gets built, tested, and deployed, and under what rules. Key ideas this week include compute governance (regulating chip production and distribution to steer AI development), deterrence regimes like MAIM, and frontier model regulation emerging at the state level, which imposes transparency, safety-plan, and incident-reporting requirements on the largest developers. We frame these under different plans for coordinated restraint and examine how policy decisions change what safety work is realistic.
- Deterrence with Mutual Assured AI Malfunction (MAIM)
Hendrycks, Schmidt, and Wang's proposal for a deterrence regime where states threaten sabotage of destabilizing AI projects, modeled loosely on MAD.
- Responsible Scaling Policy
Anthropic's internal governance policy for scaling frontier models safely.
- America's AI Action Plan
The White House's AI policy agenda, centered on accelerating American AI development, infrastructure, and international competitiveness.
- AI 2040: Plan A
A verification plan for international restraint built on compute governance.
Week 06
Criticisms and Counter-Arguments
This week covers the strongest critiques of AI safety as a field. The "AI as normal technology" perspective holds that AI will diffuse slowly through the economy like electricity or the internet, constrained by adoption bottlenecks, and that the "superintelligence in a lab" frame is wrong. Others argue doom scenarios are constructed so no evidence could count against them, making them bad science. We also cover critiques of existing alignment agendas and weaknesses in foundational concepts of the field.
- AI as Normal Technology
Narayanan and Kapoor's influential essay arguing AI should be understood as a normal general-purpose technology whose diffusion is slow and controllable, not an impending superintelligence.
- Unfalsifiable Stories of Doom
Mechanize argues that prominent AI doom arguments are structured to be unfalsifiable and should be discounted accordingly.
- Counterarguments to the Basic AI X-Risk Case
An examination of where the standard existential risk argument has gaps, including whether AI systems will be goal-directed in the ways the argument requires.
- Will AI Kill All of Us? | Marc Andreessen and Lex Fridman00:00 - 10:30
A discussion of criticisms of AI safety concerns from a leading accelerationist perspective.
Week 07
Further Reading and Discussion
AI safety is a wide field with many different perspectives and agendas. This week fellows explore various approaches and dive deeper into specific areas of interest — from safety-focused training and scalable oversight to AI-accelerated research and post-AGI futures. We encourage all fellows to present a lightning talk at our end-of-quarter event, possibly on one of these ideas. A few suggested starting points:
- When AI Builds Itself
Anthropic's argument, using public benchmarks and previously unreported internal data, that AI is already accelerating AI development.
- Toy Models of Superposition
A technical exploration of interpretability in neural networks.
- The Bitter Lesson
Rich Sutton's short essay arguing that general methods leveraging computation reliably beat approaches built on human domain knowledge.
- Gradual Disempowerment
Argues existential risk can arrive without any takeover: as AI replaces human participation in the economy, culture, and states, human influence erodes incrementally.
- The Intelligence Curse
Argues that once AI replaces human labor, powerful actors lose their incentive to invest in ordinary people — a dynamic analogous to the resource curse.
- Subliminal Learning: Language Models Transmit Behavioral Traits via Hidden Signals in Data
A surprising phenomenon where language models transmit behavioral traits via semantically unrelated data.
- The Persona Selection Model: Why AI Assistants Might Behave like Humans
Anthropic's theory that LLMs are actors simulating characters learned in pretraining, and the assistant is one such persona.
