GenAI Learning Resources

July 29, 2026 ยท View on GitHub

This page collects supplementary resources for the LLM, multimodal AI, RAG, agentic AI, and GenAI system-design topics covered in ML Fundamentals and ML System Design.

Educative.io

Choose resources based on the gap you need to close rather than completing every course.

GenAI and LLM foundations

  • Generative AI Handbook - A short introduction to LLMs, prompting, fine-tuning, vector databases, RAG, diffusion models, and agents.
  • LLM Bootcamp - A deeper path through transformers, embeddings, vector databases, fine-tuning, LoRA/QLoRA, RAG, evaluation, and production trade-offs.
  • Become an LLM Engineer - A broader skill path for building practical LLM applications.

RAG and production systems

  • Build a RAG System with LangChain - Covers the end-to-end RAG pipeline, including embeddings, vector storage, generation, and optimization.
  • Advanced RAG Techniques - Focuses on retrieval quality and more advanced RAG configurations.
  • LLMOps - Covers evaluation, observability, feedback loops, reliability, scaling, latency, and cost for production LLM systems.

Agents and agentic systems

Interview and system-design preparation

Additional repositories