Guided learning path

LLM Systems Foundations

Build a connected mental model from tokens through retrieval evaluation security and operations.

18h estimated24 concepts
public
A connected AI engineering path moving through knowledge, labs, decisions, mastery gates, and production deployment.
0 of 31 evidence gates passed0%
Tokens and Tokenization

How model inputs become discrete identifiers and why token boundaries affect cost and meaning.

0%
not started
Embeddings

How learned vectors encode useful similarity and support representation and retrieval.

0%
not started
Transformer Architecture

How attention feed-forward blocks residual paths and positions transform sequences.

0%
not started
Training versus Inference

How parameter learning differs from runtime generation and serving operations.

0%
not started
Context Windows

How finite input and output budgets constrain attention state relevance and cost.

0%
not started
Sampling and Decoding

How logits temperature top-p and deterministic choices shape generated sequences.

0%
not started
Model Families and Lifecycle

How capability modality size versioning deprecation and routing affect model selection.

0%
not started
Latency and Throughput

How queueing prompt processing generation batching and concurrency determine serving performance.

0%
not started

Milestone: Model foundations

Explain the model computation and inference controls beneath an application.

Message Roles and Instruction Priority

How instruction sources and ordered messages establish conversational control context.

0%
not started
Prompt Structure

How clear goals constraints context examples and output contracts guide model behavior.

0%
not started
Structured Outputs

How schemas convert probabilistic text generation into validated application contracts.

0%
not started
Tool Calling

How models propose typed actions while applications retain execution authority and validation.

0%
not started
Context Engineering

How systems select assemble order compress and isolate information for each model call.

0%
not started
State and Memory

How applications persist working state history summaries facts and user-controlled records.

0%
not started
Exact and Semantic Caching

How reusable computations reduce latency and cost while introducing freshness and correctness risks.

0%
not started
RAG versus Fine-Tuning

How knowledge access behavior adaptation and tool use solve different system problems.

0%
not started

Milestone: Application control

Build explicit prompt output tool context state and adaptation boundaries.

Ingestion and Chunking

How parsing normalization segmentation metadata and updates create retrievable units.

0%
not started
Vector Search

How embeddings similarity indexes filters and recall tradeoffs retrieve semantic candidates.

0%
not started
Hybrid Search and Reranking

How lexical semantic and learned ranking stages improve candidate precision and recall.

0%
not started
Grounded Generation and Citations

How answer synthesis constrains claims to evidence and preserves inspectable attribution.

0%
not started
LLM Evaluation

How task definitions datasets metrics rubrics judges and experiments measure system quality.

0%
not started
Grounding and Hallucination

How unsupported claims arise and how evidence constraints and verification reduce them.

0%
not started
Cost Latency and Reliability

How budgets fallbacks retries routing and service targets balance operating outcomes.

0%
not started
Security and Privacy for LLM Systems

How untrusted inputs sensitive data tools and external knowledge expand the threat model.

0%
not started

Milestone: Production readiness

Connect retrieval evaluation security reliability and economic constraints.

Path outcomes

  • Explain the complete anatomy of an LLM application
  • Select context retrieval tool and adaptation strategies
  • Design measurable secure and economically viable systems

Connected reference architectures