DevTk.AI

AI Reading List

Curated essays, developer guides, and research from Anthropic — the company behind Claude. Essential reading for anyone building with AI.

CEO Essays

💻 Developer Guides

Building Effective Agents

Must Read

The most influential guide on agent architecture. Key insight: "the most successful implementations use simple, composable patterns rather than complex frameworks."

Anthropic · 2024-12-19

Introducing the Model Context Protocol

Must Read

Open-sourced MCP — a universal standard for connecting AI to tools and data. SDKs for Python, TypeScript, plus pre-built servers for GitHub, Slack, and more.

Anthropic · 2024-11-25 · Related tool available

Contextual Retrieval

Must Read

Dramatically improves RAG by prepending chunk-specific context before embedding. Reduces retrieval failures by 49% (67% with reranking).

Anthropic · 2024-09-01

Prompt Caching with Claude

Cache frequently used context between API calls at 0.1x input token price. Combined with batching, up to 95% cost reduction.

Anthropic · 2024-08-14 · Related tool available

Claude Code: Best Practices for Agentic Coding

Official guide for using Claude Code CLI. Covers codebase understanding, multi-file editing, and multi-agent lead/worker patterns.

Anthropic · 2025-06-01 · Related tool available

Introducing Advanced Tool Use

Three new features: Tool Search Tool (discover from thousands), Programmatic Tool Calling (code execution), and Tool Use Examples (accuracy 72% → 90%).

Anthropic · 2025-06-01 · Related tool available

Claude's Extended Thinking

Visible step-by-step chain-of-thought reasoning. Developers can set "thinking budgets" to control depth vs. speed tradeoff.

Anthropic · 2025-02-24

🛡 Safety & Alignment

🔬 Research Highlights

Related Tools

FAQ

What are the most important Anthropic essays to read?

Start with "Machines of Loving Grace" by Dario Amodei for an optimistic vision of AI's potential, then read "Building Effective Agents" for practical agent architecture patterns. "Introducing the Model Context Protocol" is essential for understanding MCP.

Who is Dario Amodei?

Dario Amodei is the CEO and co-founder of Anthropic, the company behind Claude. He previously led research at OpenAI. His long-form essays on AI's potential and risks are widely read in the AI community.

Is this reading list updated?

Yes, we add new articles as Anthropic publishes them. The list covers content from 2023 through February 2026, including Dario Amodei's latest essay and the newest research papers.