# so-yesterday.ai > Curated knowledge base for AI transformation — video transcripts, executive summaries, essays, daily digests, knowledge concepts, and AI transformation personas. **This site is agent-friendly.** See discovery links below. ## Agent Discovery - MCP Server Card: https://so-yesterday.ai/.well-known/mcp.json - MCP Endpoint (Streamable HTTP): https://so-yesterday.ai/mcp/ - REST API Reference: https://so-yesterday.ai/skill.md - OpenAI Plugin Manifest: https://so-yesterday.ai/.well-known/ai-plugin.json - Search: https://so-yesterday.ai/api/search?q={query}&agent=true ## About so-yesterday.ai archives YouTube videos about AI, generates executive summaries, publishes daily digests of the 5 most important AI developments, hosts original essays, and maintains a knowledge base of ~47 interconnected AI concepts. Seven AI transformation personas help individuals understand where they are on the AI adoption curve. ## Quick Start for Agents ### Option A: MCP Protocol (recommended for Claude Desktop, Cursor, Windsurf) The MCP server provides 8 typed tools, 3 resources, and 2 prompts. No authentication required. - Server card: `GET /.well-known/mcp.json` — full tool/resource/prompt descriptions - Endpoint: `POST /mcp/` — Streamable HTTP transport - Key tools: `search`, `get_video`, `list_videos`, `get_knowledge`, `get_essay`, `get_digest`, `get_latest_digest`, `list_tags` - Key prompts: `research_ai_topic(topic)`, `daily_briefing()` ### Option B: REST API (HTTP agents) 1. `GET /skill.md` — read the full API reference (26 endpoints) 2. `GET /api/search?q={query}&agent=true` — search across all content types 3. `GET /api/knowledge` — list all AI concepts 4. `GET /api/knowledge/{slug}?agent=true` — fetch a concept with followable API links Use `?agent=true` on detail endpoints to get markdown links rewritten as API URLs you can follow directly. ## Content Types - **Knowledge** (~47 concepts): interconnected articles on AI topics — agents, RAG, prompt engineering, scaling laws, etc. - **Videos** (180+): YouTube video summaries with key points and full transcripts - **Essays** (5): original long-form essays on AI transformation - **Digests** (5+): daily digests of the 5 most important AI developments - **Personas** (7): AI transformation coaching archetypes with Ollama modelfiles - **Tags** (12): content taxonomy — ai-agents, ai-strategy, ai-tools, prompting, coding, productivity, llm-fundamentals, career, ethics-safety, tutorials, industry-news, opinion