一行要約

9章 + 付録の演習付きコース。章の並びがそのまま prompting の学習順序として使える — 基本構造 → 明確さ → role → データと指示の分離 → 出力形式 → 段階的思考 → 例 → hallucination 回避 → 複雑なプロンプトの組み立て。

要点

Upon completion, users will master prompt structure, recognize failure modes, understand Claude’s capabilities, and build strong prompts for common use cases. 修了時には、プロンプトの構造を習得し、失敗の型を見分け、Claude の能力を理解し、よくあるユースケース向けの強いプロンプトを組めるようになる

章の順に進める設計で、各レッスンに “Example Playground”(手を動かす場所)がある。答えの鍵(answer key)も公開されている。

章立て

Beginner

  1. Basic Prompt Structure
  2. Being Clear and Direct
  3. Assigning Roles

Intermediate

  1. Separating Data from Instructions
  2. Formatting Output & Speaking for Claude
  3. Precognition (Thinking Step by Step)
  4. Using Examples

Advanced

  1. Avoiding Hallucinations
  2. Building Complex Prompts (Industry Use Cases)
    • Complex Prompts from Scratch — Chatbot
    • Complex Prompts for Legal Services
    • 演習: Complex Prompts for Financial Services
    • 演習: Complex Prompts for Coding

Appendix — Beyond Standard Prompting

  • Chaining Prompts
  • Tool Use
  • Search & Retrieval

現在の文書群との対応

現在の対応文書
1–2. 基本構造 / 明確さclaude-prompting-best-practices「Be clear and direct」
3. role同「Give Claude a role」
4. データと指示の分離同「Structure prompts with XML tags」、mitigate-jailbreaks(信頼できないコンテンツの扱い)
5. 出力形式 / Speaking for Claude同「Control the format of responses」。prefill 部分は increase-consistency の移行先を参照
6. 段階的思考thinking(adaptive thinking が現在の主流)
7. 例claude-prompting-best-practices「Use examples effectively」、define-toolsinput_examples
8. hallucination 回避reduce-hallucinations
9. 複雑なプロンプトuse-case-guides
付録: chaining / tool use / retrievalclaude-prompting-best-practices「Chain complex prompts」、define-toolscontextual-retrieval

注意: このチュートリアルは Claude 3 Haiku を前提に書かれている。章5の “Speaking for Claude”(prefill)は Claude 4.6 以降では非対応なので、そこだけは現在の文書で読み替える必要がある。

そのまま使える具体例

学習順序として使う:

1. Basic Prompt Structure          プロンプトの骨格
2. Being Clear and Direct          曖昧さを消す
3. Assigning Roles                 system prompt での role
4. Separating Data from Instructions   XML タグによる分離
5. Formatting Output               出力形式の制御
6. Precognition                    段階的思考(今は adaptive thinking)
7. Using Examples                  few-shot
8. Avoiding Hallucinations         接地と「わからない」の許可
9. Building Complex Prompts        実際のユースケースへの組み立て
付録: Chaining / Tool Use / Search & Retrieval

原典で言及されている関連文書

未取得の派生リンク