Started: Sessions Completed: 0 / 25
See MY_PRODUCT.md for how each session builds your AI feature. See LESSONS.md for detailed session plans.
- Temperature (creativity dial: 0 = deterministic, 1 = varied)
- System prompts (shape personality/UX)
- Tokens & costs (output costs 5x input)
- Max tokens (hard cutoff, balance cost vs UX)
- Evaluate tab (QA prompts like features)
- Hallucination vs grounding (why RAG exists)
- Few-shot learning (teaching by example)
- Chain-of-thought (forcing the model to show its work)
- Structured outputs (getting JSON reliably)
- Combined all three patterns together
- What embeddings are (text → numbers)
- Semantic similarity (finding related content)
- Chat API vs Embedding API
- Quiz (8 questions)
- Why embeddings need special databases
- Pinecone / Chroma / pgvector comparison
- Similarity search and indexing
- Metadata filtering
- Quiz (8 questions)
- Splitting documents into pieces
- Chunk size tradeoffs (small vs large)
- Overlap strategies
- Metadata tagging
- Quiz (8 questions)
- End-to-end RAG flow
- Query → embed → search → inject → generate
- Failure modes and debugging
- Quiz (8 questions)
- LLMs calling external functions/APIs
- Define tools and schemas
- Claude deciding when to use tools
- Quiz (8 questions)
- Reason → Act → Observe → Repeat
- Extended Thinking (built-in reasoning)
- Interleaved thinking + tools
- Quiz (8 questions)
- Short-term memory (within session)
- Long-term memory (across sessions)
- Memory retrieval strategies
- Quiz (8 questions)
- Hybrid search (keywords + embeddings)
- Reranking retrieved results
- Query expansion/transformation
- Quiz (8 questions)
- Self-RAG pattern
- Corrective RAG (check and retry)
- Confidence scoring
- Quiz (8 questions)
- RAG's hidden costs (staleness, reliability, security)
- Agentic search pattern (grep/glob + iterative reasoning)
- Case study: Why Anthropic abandoned RAG for Claude Code
- Decision heuristic: When to index vs search dynamically
- Quiz (8 questions)
- Image input to Claude
- Analyzing visual content
- Voice input concepts
- Quiz (8 questions)
- Single agent vs multi-agent comparison
- Orchestration patterns (sequential, parallel, hierarchical)
- Communication between agents
- Quiz (8 questions)
- Define agent roles
- Agent collaboration
- Handoffs between agents
- Quiz (8 questions)
- Graph-based workflows
- Conditional branching
- Human-in-the-loop patterns
- Quiz (8 questions)
- OpenAI's agent patterns
- Compare to Anthropic's approach
- Vendor tradeoffs
- Quiz (8 questions)
- Google's approach
- Enterprise requirements
- Multi-cloud considerations
- Quiz (8 questions)
- MCP architecture (hosts, clients, servers)
- Claude Desktop + MCP
- Build vs integrate decision
- Quiz (8 questions)
- Define success metrics
- Human eval vs automated eval
- A/B testing AI features
- Quiz (8 questions)
- Input/output guardrails
- Content filtering
- Bias detection
- Quiz (8 questions)
- RLHF conceptual walkthrough
- Constitutional AI
- Alignment implications for products
- Quiz (8 questions)
- Draw the architecture
- Identify bottlenecks
- Plan for scale
- Quiz (8 questions)
- The four options spectrum (Prompt → Agentic → RAG → Fine-tune)
- Decision flowchart with real criteria
- When agentic search beats RAG / when RAG still wins
- Hybrid strategies
- Quiz (8 questions)
- Design the full feature
- Build vs buy decisions
- Create a roadmap
- Quiz (8 questions)
- (Added as you learn)
- (none yet)
- (Added as you discover them)