Reading List
The essays, papers, and posts behind the knowledge bank. Grouped by the tier they most support. Add entries as you read.
Foundational essaysโ
- Anthropic โ Building effective agents โ the essay on workflows vs agents and the building-block patterns. Start here.
- Anthropic โ Effective context engineering for AI agents โ curating the context window; the #1 applied skill.
- Anthropic โ Effective harnesses for long-running agents โ reliability, checkpoints, failure recovery.
Evalsโ
- Hamel Husain โ Your AI Product Needs Evals โ the case for evals and how to start.
- Hamel Husain โ LLM-as-a-Judge โ scoring outputs at scale with a rubric.
RAG & LLM systemsโ
- Eugene Yan โ Patterns for Building LLM-based Systems & Products โ a practitioner's map of the patterns.
- pgvector โ the committed vector store.
Architecture & multi-agent (the debate)โ
- Cognition โ Don't Build Multi-Agents โ the case against speculative multi-agent complexity.
- Cognition โ Multi-Agents: What's Actually Working โ the nuanced follow-up.
- Read these against Anthropic's Building effective agents โ the disagreement is the lesson.
Production & toolingโ
- Anthropic โ Prompt engineering overview ยท Prompt caching ยท Tool use
- OpenAI โ Structured Outputs
- Langfuse โ LLM observability docs
Books & broader referenceโ
- Chip Huyen โ AI Engineering (O'Reilly) ยท aie-book resources
- Simon Willison's blog โ frequent, practical, current.