Tools & Resources
Everything you need to go deeper β tools, reading, and reference links from this session.
01
The Anthropic AI Agent Guide
https://www.anthropic.com/research/building-effective-agents
A deep dive into how to structure agent instructions for real-world reliability. Covers the difference between single-turn prompts and multi-turn agent instructions.
β
02
Prompt Engineering Best Practices
https://docs.anthropic.com/en/docs/build-a-bot-with-claude-sβ¦
The official documentation for building agents with the Claude API. Includes code examples of how to structure briefs in production systems.
β
03
Edge Case Testing Framework
https://www.anthropic.com/research/constitutional-ai
A research paper on how to anticipate and guard against failure modes in AI systems. Useful for understanding how to think about constraints.
β
04
Brief Examples: Real Production Code
https://github.com/anthropics/anthropic-sdk-python
The Claude SDK repository includes example agent implementations that show real-world briefs in context. Look at the examples folder.
β
05
Quick Reference: The Four Components
https://www.anthropic.com/resources/thinking-fast-and-slow-wβ¦
A short guide to the four components of a strong brief with checklists you can print and use.
β