Section E: Live Build

Architecture

Lego blocks approach: build simple, then evolve

1 Web Research Agent
Single agent with browser access
┌─────────────────────────────┐ │ Single Agent │ │ + Chrome DevTools MCP │ │ │ │ Input: company name │ │ Output: basic info │ └─────────────────────────────┘
2 Multi-Agent System If time permits
Orchestrator delegates to specialized subagents
┌─────────────────────────────┐ │ Orchestrator │ │ Input: company name │ └─────────────┬───────────────┘ │ ┌─────────┴──────────┐ ▼ ▼ ┌───────────┐ ┌─────────────┐ │ Web │ │ News │ │ Research │ │ Finder │ │ (Step 1!) │ │ (WebSearch) │ └───────────┘ └─────────────┘
LIVE CODING SESSION: ~20-25 minutes