Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ mlruns/

.link-cache.json
.claude/
.history/
23 changes: 21 additions & 2 deletions phases/11-llm-engineering/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Phase 11: LLM Engineering

> Put LLMs to work in production applications.
> Learn how to build, evaluate, and deploy production-ready applications powered by Large Language Models (LLMs).

See [ROADMAP.md](../../ROADMAP.md) for the full lesson plan.
This phase focuses on practical LLM engineering concepts including prompt engineering, Retrieval-Augmented Generation (RAG), vector databases, model evaluation, AI agents, and deployment workflows.

## Beginner-Friendly Project Ideas

- AI Resume Analyzer
- PDF Question Answering Assistant
- AI Flashcard Generator
- RAG-based Chatbot
- AI Code Review Assistant
- AI Study Planner

## Common Beginner Mistakes

- Using advanced frameworks before understanding LLM fundamentals
- Ignoring token limits and context window constraints
- Skipping prompt evaluation and testing
- Building AI agents before learning API basics
- Not understanding embeddings and vector databases

See [ROADMAP.md](../../ROADMAP.md) for the full lesson plan.