Skip to content
Learn Netverks

Lesson

Step 2/36 6% through track

what-is-generative-ai

What is Generative AI?

Last reviewed Jun 1, 2026 Content v20260601
Track mode
none
Means
Read / quiz
Reading
~1 min
Level
beginner

This lesson

This lesson teaches What is Generative AI?: generative AI patterns—LLMs, prompting, retrieval, safety, and integration habits for real assistants and copilots.

Teams apply What is Generative AI? in every serious Generative AI project—skipping it leaves blind spots in analysis and reviews.

You will apply What is Generative AI? in contexts like: Chat products, code assistants, search augmentation, and internal knowledge tools.

Study explanations, case studies, and MCQs—this topic is read/quiz focused without a code runner.

After /ai/intro literacy—when you will design or review LLM assistants, RAG, or copilot features.

Generative AI models learn a distribution over content (tokens, pixels, audio frames) and sample new outputs—unlike classifiers that only assign labels.

Generative vs discriminative

DiscriminativeGenerative
Predicts label from input (spam/not spam)Produces new content conditioned on input
Logistic regression, classic BERT classifierGPT-style LLMs, diffusion image models

Modalities you will meet

  • Text — chat, summarization, code completion
  • Images — text-to-image, inpainting
  • Audio / speech — TTS, transcription
  • Multimodal — image + text in one conversation

Foundation models

A foundation model is pretrained on broad data then adapted (prompting, RAG, fine-tuning) to many tasks. Capability scales with data, compute, and architecture—but also risk surface.

Important interview questions and answers

  1. Q: Is autocomplete generative?
    A: Yes—next-token prediction is generative; the model samples from a probability distribution over vocabulary.
  2. Q: Does generative imply correct?
    A: No—fluency ≠ factuality; evaluation and grounding are separate engineering work.

Self-check

  1. Give one discriminative and one generative product example.
  2. Why is fluency dangerous without citations?

Tip: When stakeholders say "AI," ask if they mean classification, ranking, or generation—scope changes architecture.

Interview prep

Generative vs discriminative?

Discriminative labels inputs; generative samples new content from learned distributions.

Foundation model?

Large pretrained model adapted via prompts, RAG, or fine-tuning to many downstream tasks.

Interview tip Lesson completion confidence

Can you explain this lesson in 30 seconds without reading notes?

Not saved yet.

Check yourself

Multiple choice — immediate feedback.

Discussion

Past discussion is visible to everyone. Only logged-in users can post comments and replies.

Starter discussion topics

  • Generative vs discriminative?
  • Foundation model meaning?

Sign up or log in to post comments and sync lesson progress across devices.

No discussion yet. Be the first to ask a question.

Jump