Question 1easy
At the most fundamental level, what does a large language model do?
Question 2easy
What is a token?
Question 3medium
Why do token counts matter more than word counts in practice?
Question 4medium
Roughly how many characters of English text correspond to one token (rule of thumb)?
Question 5medium
What does the attention mechanism let the model do?
Question 6hard
Attention compute scales in which way with sequence length?
Question 7medium
What is the context window?
Question 8medium
Between two separate API calls, what does a stateless LLM remember about your first call?
Question 9hard
Why do LLMs hallucinate — produce confident but false statements?
Question 10hard
Which are TRUE about the training-vs-inference split? (Select all that apply)
Question 11easy
What does 'autoregressive' generation mean?
Question 12medium
You need an exact token count for a Claude request. What should you use?
Question 13medium
Name the neural-network architecture (one word) whose attention mechanism underlies modern LLMs.
Question 14hard
One word: an LLM turns each token into a numeric ____ (vector encoding meaning) before attention operates on it.