Anthropic APIs
My notes on the design of Anthropic's APIs and some general design considerations for provider based APIs and SDKs. Covers rate limiting, service tiers, SSE flow and some of the REST API endpoints.
My notes on the design of Anthropic's APIs and some general design considerations for provider based APIs and SDKs. Covers rate limiting, service tiers, SSE flow and some of the REST API endpoints.
Notes on workflows and agents from Anthropic's course on Claude. Covers evaluator-optimizer pattern, chaining, routing, parallelization.
Notes on Claude Code and Computer Use from Anthropic's course on Claude. Covers workflow patterns.
Notes on features of Claude from Anthropic's course. Covers extended thinking, citations and prompt caching.
Notes on retrieval augmented generation (RAG) from Anthropic's course on Claude.
Notes on LLM tool functions from Anthropic's course on Claude. Covers tool schemas and multi-turn conversations with tools.
Notes on prompt evaluation from Anthropic's course on Claude.
Introductory notes from Anthropic's course on Claude. Includes multi-turn conversations, temperature, prefilling, stop sequences.