Depth 0 · conceptual · unassisted · M14 §14.1
Distinguish AI, ML, deep learning and LLMs
Places each term inside the next
- Evidence
- Corrects a conflated claim in plain language
- Market anchor
- Artificial intelligence
- Rests on
- Nothing sits under this one — it is an entry point.
Depth 1 · conceptual · unassisted · M14 §14.2
Compare learning paradigms
Separates supervised, unsupervised and reinforcement learning
- Evidence
- Classifies a described system by paradigm
- Market anchor
- Machine learning
Depth 1 · conceptual · unassisted · M14 §14.4
Explain tokenization
Knows text becomes integer ids, not words
- Evidence
- Predicts why a string costs more tokens than expected
- Market anchor
- Large language models
Depth 2 · conceptual · unassisted · M14 §14.2
Explain in-context learning
Knows the model is not learning between calls
- Evidence
- Explains why a correction does not persist across sessions
- Market anchor
- Large language models
Depth 2 · conceptual · unassisted · M14 §14.4
Explain the context window
Knows the hard limit and what fills it
- Evidence
- Counts tokens for a real payload before sending
- Market anchor
- Large language models
Depth 3 · meta · unassisted · M14 §14.4
Compute token economics
Converts usage into cost per request
- Evidence
- Estimates monthly spend for a feature before building it
- Market anchor
- AI cost management
Depth 3 · meta · unassisted · M14 §14.5
Navigate the model landscape
Compares families and their tradeoffs
- Evidence
- Chooses a model for a task and defends it on cost and latency
- Market anchor
- Large language models
Depth 3 · conceptual · unassisted · M14 §14.5
Reason about nondeterministic output
Knows the same input may not give the same output
- Evidence
- Designs a test that tolerates variation without being useless
- Market anchor
- AI engineering