Resources

Articles, workshop recordings, and presentation slides.

ArticleAnthropic Docs
1 Dec 2025

Quickstart — Build a Simple Web Search Assistant

Official quickstart guide that walks you through building a web search assistant using the Claude API. Covers API keys, SDK setup, tool use, and your first working agent in Python or TypeScript.

ArticleAnthropic Docs
1 Nov 2025

What is Claude? — Anthropic's AI Assistant

Overview of Claude's capabilities, model variants (Haiku, Sonnet, Opus), and what makes Claude different — safety, long context, and multimodal understanding.

ArticleAnthropic Docs
15 Oct 2025

Prompt Engineering Guide for Claude

Comprehensive guide to writing effective prompts. Covers system prompts, chain-of-thought, structured output, role prompting, and common mistakes to avoid.

ArticleAnthropic Docs
1 Feb 2026

Claude Code — Agentic Coding in Your Terminal

Official documentation for Claude Code, the CLI tool that lets Claude write, edit, and run code directly. Covers installation, configuration, skills, hooks, and MCP plugins.

ArticleMCP Docs
15 Nov 2025

Model Context Protocol (MCP) — Connect Claude to Everything

Introduction to MCP, the open protocol that lets Claude connect to external tools and data sources. Explains servers, clients, tool definitions, and how to build your own MCP server.

ArticleAnthropic Docs
20 Sept 2025

Tool Use (Function Calling) with Claude

How to give Claude access to external tools and APIs. Covers defining tools with JSON schemas, handling tool calls, multi-turn tool use, and best practices for reliable tool execution.

ArticleVercel AI SDK
10 Jan 2026

Vercel AI SDK — Build AI Apps with Any Provider

The open-source TypeScript SDK for building AI-powered apps. Covers streaming, chat UIs with useChat, structured output, tool calling, agents, and multi-provider support including Claude.

ArticleAnthropic Docs
1 Aug 2025

Extended Thinking — Let Claude Reason Step by Step

How to enable extended thinking for complex tasks. Claude shows its reasoning process before giving a final answer, improving accuracy for math, code, and multi-step problems.

PresentationClaudeSG Workshop
24 Mar 2026

Claude Coding 101: Lesson 1 — Getting Started Workshop

Interactive Pokemon-themed presentation from the first ClaudeCode.sg workshop. Covers choosing your starter, prepping your Pokebag, freestyle coding, prompt briefs, and shipping your first app.