LearnAI
Module 12 · How AI Works (Pro) · Lesson 1/6
← Back to catalog
Task

What is a Language Model (LLM)

Evaluate the statement in terms of how LLM is structured. Return JSON {"verdict": "true or false", "why": "briefly why"}.

Unlock access to submit solutions for instant AI review.Start for free
AI Understanding Foundation
💡 A bit of theory

A large language model (LLM) is not a knowledge base or a search engine, but a giant statistical model trained to predict the next piece of text (token) based on the previous ones. Having read trillions of texts, she learned the patterns of language: what words go together, how arguments, code, dialogues are built. When you write a prompt, the model does not “look for an answer” - it completes the most likely continuation character by character. Hence her strength (flexibility, generalization) and weakness (she can confidently invent something she doesn’t know). The main takeaway: you don't ask the database, you direct the generation.

How it's graded · passing score 70

  • 1Valid JSON without text around it30%
  • 2There are fields verdict and why35%
  • 3The assessment is correct and justified through the LLM device35%
Your promptClaude ⌄