Skip to content

Latest commit

 

History

History
183 lines (142 loc) · 6.96 KB

File metadata and controls

183 lines (142 loc) · 6.96 KB

Learning Resources

Curated resources for your 8-week AI engineering journey.

Essential Reading

AI Engineering Fundamentals

Vector Search & Embeddings

RAG (Retrieval Augmented Generation)

Agents & Orchestration

MCP (Model Context Protocol)

Video Resources

Fundamentals

Advanced Topics

APIs & Tools

LLM APIs

Vector Databases

Frameworks

Development Tools

Code Examples & Repositories

Semantic Search

RAG Systems

Agents

MCP Servers

Community & Learning

Blogs to Follow

Newsletters

Communities

Papers (Optional Deep Dives)

Must-Read

Advanced

Week-Specific Resources

Week 1: Foundations

  • Focus on embeddings and vector search fundamentals
  • See above: Vector Search & Embeddings section

Week 2: Vector Databases

  • Deep dive into vector DB documentation
  • Compare ChromaDB, Qdrant, Pinecone, pgvector

Week 3: Production Patterns

  • API design, multi-tenancy, observability
  • Study FastAPI, async patterns

Week 4-5: RAG

  • RAG papers and advanced techniques
  • RAGAS evaluation framework

Week 6: MCP

  • MCP documentation and examples
  • TypeScript SDK tutorials

Week 7: Agents

  • ReAct paper and implementations
  • LangGraph tutorials

Week 8: Integration

  • Full-stack development
  • Next.js, deployment strategies

Quick Reference

API Keys Needed

  • OpenAI API key
  • Anthropic (Claude) API key
  • Cohere API key (Week 5)
  • Pinecone API key (Week 3)

Tools to Install

  • Python 3.9+
  • Node.js 18+ (for MCP, Week 6)
  • Docker (for databases)
  • Git & GitHub
  • VS Code / Cursor
  • PostgreSQL (Week 2)

Accounts to Create

  • GitHub
  • Vercel / Railway (deployment)
  • Medium / Dev.to (blogging)
  • LinkedIn (sharing)

Pro Tip: Bookmark this page and refer back as you progress through the weeks. Add your own discoveries and resources!