← ResearchReading List
Curated entry points to follow the field — daily firehose (Simon Willison, TLDR AI, The Batch), weekly substantive (Import AI, Latent Space, Hamel.dev), deep long-form (Lil'Log, Cameron Wolfe, Chip Huyen), podcasts, courses, communities, conferences, reference repos. A practical weekly cadence at the bottom.
Curated entry points to follow the field. Organized by depth of commitment — start at the top, add lower-frequency sources as you have bandwidth. Everything here is referenced from primary sources in the Research Notes bibliography.
Daily firehose (skim in 5-10 min)
| Source |
What you get |
Cadence |
| Simon Willison's Weblog |
Hands-on LLM/agent experiments, security takes, naming-of-things — the single best daily signal |
Daily, sometimes 2-3×/day |
| TLDR AI |
5-minute consensus summary of what broke today |
Daily |
| The Batch (DeepLearning.AI) |
Andrew Ng's measured weekly digest with editorial commentary |
Weekly (Wednesday) |
If you only follow one of these, follow Simon Willison.
Weekly substantive
| Source |
Beat |
| Import AI — Jack Clark (Anthropic co-founder) |
Research papers + capability jumps with policy framing; signature "Tech Tales" fiction vignettes |
| Latent Space — swyx & Alessio Fanelli |
The original "AI Engineer" beat; production patterns from labs (183K subscribers) |
| Hamel.dev — Hamel Husain |
Eval methodology, applied AI engineering; "evals are the missing infrastructure" |
| Eugene Yan |
Applied ML/LLM systems, reliability, "field meets frontier" |
| Philipp Schmid (Google DeepMind) |
High-frequency tutorials: subagents, MCP, function calling, deep research |
Deep long-form (monthly to occasional)
| Source |
Beat |
| Lil'Log — Lilian Weng |
Citation-heavy primers on alignment, reasoning, training (former OpenAI safety lead) |
| Cameron R. Wolfe — Deep (Learning) Focus |
Approachable long-form research explainers (68K subscribers) |
| Chip Huyen |
ML/AI systems in production; author of AI Engineering (2025) — the standard reference |
Primary sources from frontier labs
Required reading if you're serious about the field:
Podcasts
| Show |
Hosts |
Beat |
| Latent Space |
swyx, Alessio |
AI Engineer interviews — Brockman, Karpathy, Hotz, Willison |
| Dwarkesh Podcast |
Dwarkesh Patel |
Deeply researched long-form interviews with researchers, economists, historians |
| Practical AI |
Chris Benson, Daniel Whitenack |
Practical deployment, open-source angle, policy-aware |
| TWIML AI Podcast |
Sam Charrington |
Enterprise deployment + researcher interviews; running since classical-ML era |
Courses (free, in rough order of foundation → applied)
Communities
| Community |
Where |
Why |
| Anthropic Discord |
Discord |
Claude / Claude Code / MCP discussion with staff presence |
| LangChain Discord |
Discord |
Largest OSS agent-framework community; maintainer presence |
| HuggingFace Discord |
Discord |
Open-source models, smolagents, HF Agents Course study groups |
| r/LocalLLaMA |
Reddit |
Largest community for self-hosted / open-weights models |
Conferences
| Event |
Audience |
Notable |
| AI Engineer |
Practitioners building agents in production |
Multiple events globally (SF, NYC, London); 6K+ attendees; huge free YouTube archive |
The YouTube talk archive is the deliverable — even if you never attend, watch the talks.
YouTube channels
| Channel |
Beat |
| Andrej Karpathy |
"From scratch" deep dives — building GPT, tokenizers, the whole stack |
| Anthropic |
First-party demos, paper walkthroughs, Claude Code patterns |
| LangChain |
Framework tutorials, case studies, agent patterns |
| AI Engineer (conference) |
The full conference talk archive |
| Yannic Kilcher |
Paper explainers — heavier on the ML research side |
| Lex Fridman |
Long-form interviews; less agent-focused but high-profile guests |
Reference repos worth keeping bookmarked
| Repo |
Why |
| anthropics/anthropic-cookbook |
First-party recipes — tools, RAG, sub-agents, caching, evals (43.8K stars) |
| openai/openai-cookbook |
OpenAI's counterpart (73.8K stars) |
| langchain-ai/deepagents |
The reference deep-agent harness (23.3K stars) |
| langchain-ai/langgraph — examples dir |
Pattern catalog: ReAct, ReWOO, LATS, Reflexion, plan-execute |
| UKGovernmentBEIS/inspect_evals |
200+ pre-built evals on Inspect AI |
| shanraisshan/claude-code-best-practice |
Most-starred Claude Code reference repo (54.7K stars); 83 categorized tips |
| affaan-m/ECC |
60 subagents + 232 skills, cross-harness (191K stars, hackathon winner) |
| sierra-research/tau2-bench |
Standard customer-service agent benchmark |
| EthicalML/awesome-agentic-engineering-resources |
Curated index of 21 topics — courses, papers, benchmarks, implementations |
Agent security & authorization
The under-covered "what can go wrong" side of agent design. Required if you're shipping anything that touches private data or external tools. See patterns.md § Adversarial Surface and § Pre-Action Authorization for the architectural callouts that draw on these.
For Claude Code's specific take on classifier-mediated autonomy, see Anthropic's Auto Mode post and Sandboxing Claude Code (both already digested in Research Notes § 1).
Newsletters bundle
- Ben's Bites — high-volume signal layer for what builders are trying
- AI Engineer Pack — bundle of 60+ AI dev tool credits/discounts (free with GitHub login)
Books
| Book |
Author |
Why |
| AI Engineering (2025) |
Chip Huyen |
The standard reference for the production layer wrapping any agent — "the most read book on the O'Reilly platform since its launch" |
| Designing Machine Learning Systems |
Chip Huyen |
Foundation for the systems thinking that AI Engineering builds on |
| Building LLMs for Production |
Louis-François Bouchard, Louie Peters |
Practitioner deep dive — production patterns, evals, fine-tuning |
How to actually use this
A reasonable weekly cadence for someone shipping agents in production:
| Day |
What |
| Mon |
Import AI (research/policy roundup) |
| Tue |
LangChain blog catch-up (if anything new) |
| Wed |
The Batch (industry digest) |
| Daily |
Simon Willison (skim) |
| Monthly |
One Lilian Weng or Cameron Wolfe long-form |
| Quarterly |
Re-read one Anthropic Engineering classic; spot-check your model + tool choices against current state |
Related
- Who's Who — the people behind many of these sources, with profiles
- Schools — the broader intellectual lineages this reading list draws from
- Research Notes — primary-source bibliography with key claims pulled per URL