Week Two - LLM Basic Flashcards

1
Q

What does “LLM” stand for, and what is it?

A

Large Language Model – An AI trained on massive amounts of text to generate and understand human-like language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does an LLM actually work?

A

It predicts the next word in a sentence based on everything it’s seen before. It’s not thinking—it’s pattern prediction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What kind of data are LLMs trained on?

A

Books, websites, code, articles, forums—billions of words from across the internet and curated sources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What makes LLMs different from traditional AI systems?

A

LLMs are open-ended—they can write, chat, summarize, or explain. Old AI was task-specific (like spam filters or chess).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s a “token” in an LLM and why does it matter?

A

A token is a word—or part of a word. Models have token limits, which control how long their responses can be.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What’s an example of a tool powered by an LLM?

A

ChatGPT is an LLM. But so are tools like Jasper, Notion AI, or Grammarly—just with different interfaces and purposes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are common use cases for LLMs?

A

Writing, research, code generation, chatbots, sales outreach, summarizing, tutoring, product ideas, customer support.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Can LLMs actually understand what you’re saying?

A

No—they don’t truly understand. They mirror understanding by recognizing word patterns based on training.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are key risks or limitations of LLMs?

A

They can “hallucinate” (make stuff up), repeat bias, and give wrong answers that sound confident.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What’s the difference between an LLM and an AI tool that uses one?

A

The LLM is the engine. Tools (like a chatbot or writing app) use that engine via API to power different experiences.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly