
TL;DR
Anthropic launched the Claude Cookbook - 80+ practical guides from their engineers covering tool use, agent patterns, evals, and production deployment. The HN discussion debates whether cookbook resources still matter when you can just ask the AI.
Anthropic has been quietly building a comprehensive recipe collection. The Claude Cookbook is the company's official library of practical guides and examples, with 80+ entries spanning everything from basic vision setup to async multi-agent orchestration, programmatic tool calling, and Fable 5 fallback billing. It landed on the HN front page with 223 points and 117 comments - and the discussion was as much about the value of such resources as the cookbook itself.
The cookbook lives at platform.claude.com/cookbook/ and is organized by category: tool use, agent patterns, evals, multimodal, RAG, skills, integrations, and the Claude Agent SDK. Each recipe has a clear title, author credit, category tags, and publication date.
Some of the most notable recent additions include:
What is striking is the breadth. The same page hosts Alex Albert's foundational guides from 2024 (extended thinking, tool choice, JSON mode) alongside cutting-edge June 2026 entries from engineers like Paul Chen and Mengting Li. It is a living document that has grown with the platform.
The cookbook also accepts community contributions through GitHub.
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Jul 24, 2026 • 8 min read
Jul 24, 2026 • 7 min read
Jul 24, 2026 • 10 min read
Jul 24, 2026 • 9 min read
The HN discussion, at 117 comments and counting, split into several distinct threads. The most-upvoted comment (by mindwok, top of the thread) questioned whether any "how to use AI" resource is useful: "I'm either going to ask the AI how to do it, or if it's about using the AI then we can just bake it into the harness or wait for Anthropic/OpenAI to do it for me because they're always trivial."
This sparked a deep debate about prompt engineering. saberience argued that "the models are at this point smarter than you are, so the idea that you can prompt them 'better' is laughable really when discussing frontier models." Several commenters pushed back. Yiin shared a concrete counterexample: "Fable prompted to do a review found surface level issues, while prompting along the lines of 'assume it's wrong, prove it's correct' found much more in depth and real issues."
Another thread critiqued a specific recipe - Prompting for Frontend Aesthetics. semiquaver noted "the before and after images ... are hilarious. Did no one look at these to make sure the skill actually improved the design?" Sverigevader agreed: "Personally I prefer the before shots all the way down." This critique resonated - the HN crowd holds a low tolerance for marketing-optimized examples.
A more practical thread discussed CLAUDE.MD files. mexicocitinluez argued for minimal agent configs: "I think the best CLAUDE.MD is no CLAUDE.MD at all." rowanseymour noted the shift: "It used to be standard practice to let Claude scan everything once and describe your repo ... But now I think the tooling has gotten so good at just grepping around your repos, and maintaining memory from previous sessions, that the best practice is only use CLAUDE.MD for things that aren't obvious from the code."
Several commenters also joked about expecting actual food recipes from the title - a recurring pattern whenever "cookbook" enters tech naming. simonw shared that he has been cooking with LLMs "a few times a month for over a year now" and that "it's worked out well 9/10 times."
The Claude Cookbook serves a specific purpose that raw model intelligence does not replace. Knowing that programmatic tool calling exists, understanding when to use context compaction vs. memory, or recognizing that you can build an async multi-agent system with a shared hub - these are design patterns, not prompts. The cookbook catalogs what the Claude platform can actually do, which evolves faster than any single developer can track.
The counterargument from the HN thread - that these patterns will be absorbed into the model and harness over time - is partially correct. Anthropic does bake common workflows into the product. But the cookbook's role shifts as this happens. Older recipes become historical reference. New ones cover the frontier before it becomes productized. The Fable 5 fallback billing guide from June 2026 is a good example: it documents a real pain point that the platform had not fully automated at launch.
The existence of the cookbook also signals something about Anthropic's developer relations strategy. Unlike the fragmented landscape of third-party tutorials and community examples, the cookbook gives Anthropic a direct channel for opinionated, maintained guidance. It competes for developer mindshare with the OpenAI Cookbook (which predates it by about 14 months, as simonw noted) and the growing ecosystem of community resources.
For developers building on Claude, the cookbook is worth a browse at least quarterly. The agents you built last quarter may have simpler or cheaper implementations now. And the "Prompting for Frontend Aesthetics" recipe - critique notwithstanding - captures real constraints around Claude's stylistic defaults that anyone shipping AI-generated UIs should understand.
Read next
Anthropic releases Claude Sonnet 5 with improved agentic capabilities, better tool use, and an introductory pricing deal. Here's what developers need to know.
6 min readA developer discovered that Claude Code's thinking output is summarized, not the raw reasoning. Here's what Anthropic's docs actually say - and why it matters.
5 min readTerence Tao published a deep mathematical digestion of the Jacobian conjecture counterexample discovered by Claude Fable 5. Here is what happened, what HN is saying, and what it means for AI-assisted research.
9 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's Python SDK for building production agent systems. Tool use, guardrails, agent handoffs, and orchestration. R...
View ToolAnthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolAnthropic's AI. Opus 4.6 for hard problems, Sonnet 4.6 for speed, Haiku 4.5 for cost. 200K context window. Best coding m...
View ToolAnthropic's smallest Claude 4.5 model. Near-frontier coding performance at one-third the cost of Sonnet 4 and up to 4-5x...
View ToolUnlock pro skills and share private collections with your team.
View AppEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppTurn a one-liner into a working Claude Code skill. From idea to installed in a minute.
View AppManaged scheduling on Anthropic infrastructure with API and GitHub triggers.
Claude CodeReal-time prompt loop with history, completions, and multiline input.
Claude CodeA complete, citation-backed Claude Code course with setup, prompting systems, MCP, CI, security, cost controls, and capstone workflows.
ai-development
Nimbalyst Demo: A Visual Workspace for Codex + Claude Code with Kanban, Plans, and AI Commits Try it: https://nimbalyst.com/ Star Repo Here: https://github.com/Nimbalyst/nimbalyst This video demos N...

In this video, we dive into Anthropic's newly launched Cowork, a user-friendly extension of Claude Code designed to streamline work for both developers and non-developers. This discussion includes an

In this video, we dive into Anthrop's latest release, Claude Opus 4.5, touted as the best model for coding agents and computer use. We review the blog post and significant announcements, such...

Terence Tao published a deep mathematical digestion of the Jacobian conjecture counterexample discovered by Claude Fable...

Anthropic releases Claude Sonnet 5 with improved agentic capabilities, better tool use, and an introductory pricing deal...

The Gleam programming language has migrated to Tangled, a new ATProto-based code hosting platform. Here's what this mean...

A Stack Exchange data query shows Stack Overflow's question volume dropped 65% since 2017, with a sharp acceleration aft...

Security researchers disclosed a Cursor vulnerability that auto-executes malicious git.exe files from repos - after wait...

Git 2.54 and 2.55 introduced git history with fixup, reword, and split subcommands that make interactive rebasing feel l...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.