BrokenN Shell Docs LogoBrokenN Shell Docs

GenAI

Generative AI, large language models, prompt engineering, RAG systems, and AI application development.

1Roadmaps
3Notes
  1. beginner01

    LLM Fundamentals

    Understand transformer architecture, tokenization, attention mechanisms, and how large language models work.

    Transformer ArchitectureTokenizationAttention MechanismPre-training
  2. beginner02

    Prompt Engineering

    Master prompt design patterns: few-shot, chain-of-thought, system prompts, and structured output generation.

    Few-Shot PromptingChain of ThoughtSystem PromptsOutput Parsing
  3. intermediate03

    RAG Systems

    Build Retrieval-Augmented Generation pipelines. Vector databases, embedding models, chunking strategies, and retrieval optimization.

    Vector DatabasesEmbeddingsChunking StrategiesHybrid Search
  4. advanced04

    Fine-Tuning & RLHF

    Fine-tune models with LoRA/QLoRA, RLHF pipelines, and evaluation frameworks for domain-specific tasks.

    LoRA & QLoRARLHFEvaluation MetricsDataset Curation
  5. advanced05

    AI Agents & Tool Use

    Build autonomous AI agents with tool calling, multi-step reasoning, memory systems, and orchestration frameworks.

    Agent ArchitectureTool CallingMemory SystemsMulti-Agent