Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions examples/anthropic/CPN_COURSE_COMPLETION_MAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Claude Partner Network Course Completion Map

Date: 2026-05-14
Status: living note
Control issue: https://github.com/hummbl-dev/hummbl-dev/issues/27

Template status: derivative scaffold. This file is not canonical Anthropic course documentation and must be reconciled against current CPN portal evidence before any course-specific public claim.

## Purpose

Track how Reuben's Claude Partner Network path-course completion should update the Anthropic ecosystem knowledge base without overstating credentials.

The existing Anthropic BIF work has partial local coverage, currently `01_Claude_API_Core_Reference.md` and `04_Delta_Document.md` in this directory. CPN course badges should be used to refine that map with current Anthropic partner-course framing, but missing batch files must be created or explicitly marked pending.

## Evidence Rule

Each course-specific update needs one of:

- LinkedIn badge URL
- portal completion screenshot
- certificate or completion email
- dated operator note naming the exact course title

Do not write public copy that implies certification, preferred-vendor status, or Anthropic endorsement unless the source artifact grants that language explicitly.

## Update Targets

| Course area | BIF batch to update | HUMMBL use |
|---|---|---|
| Claude API / Messages | `01_Claude_API_Core_Reference.md` | API governance, streaming/tool-use boundaries |
| MCP / tools | pending BIF batch | MCP server scope, tool permissioning, audit hooks |
| SDK / Claude Code | pending BIF batch | agentic engineering workflow, PR/CI review practice |
| Safety / responsible AI | `04_Delta_Document.md` if the evidence is a delta to existing notes | policy enforcement, escalation, evidence receipts |
| Partner delivery | this course-completion map until a partner-enablement note exists | sales engineering, delivery checklists, case-study evidence |

Do not cite pending BIF batches as existing files.

## Next Update Pass

After each LinkedIn badge:

1. Copy the exact course title into the evidence ledger.
2. Identify the matching BIF batch.
3. Add only the delta learned from the course.
4. Link the GitHub issue tracking the CPN enablement packet.
5. Request peer review before using the claim in public website copy.
25 changes: 16 additions & 9 deletions examples/anthropic/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Anthropic Ecosystem Ingestion — Project Overview
> Domain: Anthropic (Claude API, MCP, Claude Code, Safety)
> Completed: 2026-03-24
> Batches: 10 (Phases 1-3 complete)
> Local files present: 2 core files plus living CPN map
> Session time: ~4 hours

## Objective
Expand Down Expand Up @@ -74,15 +74,21 @@ After completing all 10 batches:
| File | Batch | Content |
|------|-------|---------|
| `01_Claude_API_Core_Reference.md` | 01 | Messages API, models, authentication, site map |
| `02_Architecture_and_MCP.md` | 02 | MCP protocol, tool use architecture, streaming |
| `03_SDK_and_Claude_Code.md` | 03 | Python SDK, Claude Code CLI, TypeScript SDK |
| `04_Delta_Document.md` | 04 | What changed since March 2026 — new models, deprecations |
| `05_Prompt_Engineering.md` | 05 | Prompting techniques, chain-of-thought, few-shot |
| `06_Production_Hardening.md` | 06 | Rate limits, error handling, content filtering |
| `07_Engineering_Blog.md` | 07 | Interpretability, Constitutional AI, key papers |
| `08_System_Prompts.md` | 08 | Published system prompts, recommended configs |
| `09_Code_Repos.md` | 09 | Cookbook structure, key examples, patterns to clone |
| `10_Research_and_Safety.md` | 10 | Alignment approach, safety frameworks, model cards |
| `CPN_COURSE_COMPLETION_MAP.md` | living | Claude Partner Network course evidence and BIF update routing |

Planned or missing local files:

| Planned file | Intended content |
|---|---|
| `02_Architecture_and_MCP.md` | MCP protocol, tool use architecture, streaming |
| `03_SDK_and_Claude_Code.md` | Python SDK, Claude Code CLI, TypeScript SDK |
| `05_Prompt_Engineering.md` | Prompting techniques, chain-of-thought, few-shot |
| `06_Production_Hardening.md` | Rate limits, error handling, content filtering |
| `07_Engineering_Blog.md` | Interpretability, Constitutional AI, key papers |
| `08_System_Prompts.md` | Published system prompts, recommended configs |
| `09_Code_Repos.md` | Cookbook structure, key examples, patterns to clone |
| `10_Research_and_Safety.md` | Alignment approach, safety frameworks, model cards |

## Maintenance Plan

Expand All @@ -91,4 +97,5 @@ After completing all 10 batches:
| New Claude model released | Re-run Batch 4 (Delta), update model table in Batch 1 |
| Major API change | Update Batch 1 (API reference), note in Delta |
| New MCP features | Update Batch 2 (architecture) |
| CPN course badge added | Update `CPN_COURSE_COMPLETION_MAP.md`, then route exact deltas to the matching batch |
| Quarterly review | Check release notes, refresh stale pricing/limits |