// curated_library

Seminal papers, key talks, and essential videos from the people shaping AI — filtered for signal, not noise.

post

Machines of Loving Grace

Dario Amodei — 2024

Amodei's long-form vision of how transformative AI could compress decades of scientific progress into a few years — covering biology, neuroscience, mental health, economic development and more. Essential reading on AI's potential upside.

AI futures biology AGI economic development
Open ↗
post

On the Importance of AI Safety Research

Dario Amodei — 2023

Anthropic's CEO on why safety and capability research must proceed together, not in sequence. The clearest articulation of the 'race to the top' philosophy from inside the frontier lab.

AI safety alignment Anthropic
Open ↗
paper

Claude's Model Spec (Constitutional AI)

Dario Amodei — 2024

The specification document that defines how Claude is trained to be helpful, harmless, and honest. A remarkable piece of AI alignment engineering made public.

alignment RLHF Constitutional AI safety
Open ↗
post

Planning for AGI and Beyond

Sam Altman — 2023

OpenAI's CEO lays out the organisation's transition plan for when AGI arrives — governance structures, iterative deployment, and why 'slow is impossible'. Candid and worth reading critically.

AGI governance OpenAI deployment
Open ↗
post

The Intelligence Age

Sam Altman — 2024

Altman's argument that we're entering a new era of human prosperity driven by AI tools accessible to everyone — optimistic, controversial, and impossible to ignore.

AI futures prosperity superintelligence
Open ↗
video

Intro to Large Language Models (lecture)

Andrej Karpathy — 2023

One of the clearest technical explanations of LLMs ever recorded. Karpathy walks from tokenisation through attention to RLHF. Mandatory viewing for anyone working in this space.

LLMs transformers attention RLHF tutorial
Open ↗
video

Let's Build GPT from Scratch

Andrej Karpathy — 2023

Karpathy builds a GPT implementation in ~2 hours of live coding. The single best way to understand what a transformer actually is. Code is clear, explanations are exceptional.

GPT transformer PyTorch tutorial from scratch
Open ↗
video

The Spelled-Out Intro to Neural Networks & Backprop

Andrej Karpathy — 2022

Micrograd: building autograd from scratch with pure Python. The deepest, most rigorous treatment of backpropagation I've seen in video format. Essential before you touch PyTorch.

backpropagation autograd neural networks tutorial
Open ↗
post

Software 2.0

Andrej Karpathy — 2017

Karpathy's prescient argument that neural networks are not just a tool but a new programming paradigm — one where the programmer specifies desired behaviour, not explicit logic. Reads even better today.

paradigm shift neural networks programming prediction
Open ↗
paper

The Forward-Forward Algorithm (2022)

Geoffrey Hinton — 2022

Hinton's alternative to backpropagation — training neural networks using only local, positive and negative data without ever computing a global gradient. Potentially significant for neuromorphic and on-device learning.

backpropagation learning algorithms neuromorphic alternative training
Open ↗
talk

Geoffrey Hinton — Turing Award Lecture

Geoffrey Hinton — 2018

Hinton's lecture on the development of deep learning, from the early days of backpropagation through the ImageNet moment. A first-hand account of the long AI winter and what it took to survive it.

deep learning history backpropagation Turing Award ImageNet
Open ↗
talk

Will Digital Intelligence Replace Biological Intelligence?

Geoffrey Hinton — 2023

Hinton's talk following his departure from Google — the 'Godfather of AI' explains why he changed his mind on AI risk, and what he now believes we should be worried about.

AI risk existential safety digital intelligence AGI
Open ↗
paper

Attention Is All You Need

Vaswani et al. (Google Brain) — 2017

The paper that changed everything. The transformer architecture introduced here is the foundation of every major language model in existence. If you work in AI, you must have read this.

transformer attention NLP foundational seminal
Open ↗
paper

Scaling Laws for Neural Language Models

Kaplan et al. (OpenAI) — 2020

The empirical laws governing how model performance scales with compute, data, and parameters. The theoretical backbone behind the scaling hypothesis that has driven frontier AI for five years.

scaling laws language models compute empirical ML
Open ↗
paper

Constitutional AI: Harmlessness from AI Feedback

Bai et al. (Anthropic) — 2022

The research paper behind Claude's training methodology. Describes how a set of principles ('constitution') guides RLHF without requiring human labellers for every harmful output.

Constitutional AI RLHF alignment Anthropic safety
Open ↗
paper

Deep Learning (textbook)

Goodfellow, Bengio, Courville — 2016

The canonical deep learning textbook — freely available online. Chapter 6 onwards remains the most rigorous treatment of feedforward nets, regularisation, and optimisation available.

textbook deep learning foundational Bengio
Open ↗