Building Blocks
Practical, step-by-step tutorials on common development tasks.
Agentic Design Pattern
Agentic Design Pattern: Reflection
Make your agent stop, critique itself, and rewrite — before it ships a sloppy answer.
May 24, 2026 · 3 min read
LLMPrompt Chaining
Read Tutorial
Agentic Design PatternAgentic Design Pattern: Prompt Routing
Send each request to the model, prompt, or tool that's actually good at it — instead of asking one big model to be good at everything.
May 28, 2026 · 5 min read
LLMOrchestration
Read Tutorial
Agentic Design PatternAgentic Design Pattern: Tool Use
Give the model a real-world capability — a function it can call when it doesn't know the answer on its own.
May 28, 2026 · 5 min read
LLMFunction Calling
Read Tutorial
GitSetting up a Repo for a New Project
Initialize a Git repository with proper structure and a README file
Feb 6, 2026 · 5 min read
ToolingBeginner
Read Tutorial
ChatGPTSetting up a Custom GPT
Create a custom GPT in ChatGPT to help you generate a Functional Requirements Document (FRD)
Feb 7, 2026 · 7 min read
LLMPrompt EngineeringContext
Read Tutorial
Product ManagementCreating a Functional Requirements Document (FRD)
Turn an idea into shippable requirements
Feb 10, 2026 · 3 min read
FRDPlanning
Read Tutorial