OpenAI's plain-language guide to designing agent systems — single versus multi-agent architectures, guardrails, and human-in-the-loop patterns.
Playbooks
Anthropic Cookbook
Anthropic's open-source recipe collection — runnable notebooks for tool use, retrieval, subagents, and automation patterns.
Why it matters
Working code beats prose when you're wiring your first tool-using agent. The recipes are small enough to read in one sitting and translate directly to marketing workflows — classification, extraction, generation with guardrails.
What to try
Run the tool-use notebook, then swap the toy tool for one real marketing API you own.
Tagged under
Related resources
Items that share a category with this one.
Anthropic Agent Skills
Open sourceAnthropic's official Agent Skills repository — the reference collection of skills (instructions, scripts, resources) that agents load to do specialized work.
Anthropic's engineering essay on agent architectures — workflows versus agents, five composable patterns, and why simple beats clever.