Skip to main content
Deliberate AcademyProfessional AI Education
~20 min left
Lesson 1 of 6
20 min read10 XP

How AI Systems Actually Work — and Why It Matters for Your Work

Deliberate Academy Editorial Team

Reviewed for accuracy and professional relevance

What you'll learn
  • Explain what a large language model is doing when it generates text — in terms a non-technical professional can use when evaluating AI tools
  • Distinguish between foundation models, fine-tuned models, and prompt-configured models, and explain what each layer controls
  • Identify three practical implications of how LLMs work that affect how you use AI tools at work

Most professionals today treat ChatGPT, Claude, and similar tools as a black box: type a question, get a fluent answer, and trust it roughly as much as the tone sounds confident. That habit causes the most common professional mistake with AI — accepting a well-written answer as a verified one, only to discover later that a cited clause, statistic, or fact was invented outright. Right now, your only defense against that mistake is a vague sense of caution. By the end of this lesson, you will have a working mental model of what these tools are actually doing when they generate text — precise enough that you can look at any AI output and judge, in seconds, whether it needs verification before you act on it or hand it to a client, rather than relying on how confident it sounds. This lesson gives you that model — not as technical theory, but as a practical professional foundation.

What a Large Language Model Is Actually Doing

A large language model does not think, reason, or understand in the way you do. It does one thing extremely well: it predicts the next most likely token — roughly, the next word or word-fragment — given everything that came before it. That prediction is made by a model trained on enormous quantities of text, which means the model has absorbed the statistical patterns of how language works across an extraordinary range of domains.

When an LLM generates a response to your query, it is not retrieving a stored answer. It is not searching a database. It is generating text one token at a time, each token conditioned on all previous tokens in the context. The model has learned, from its training data, what kinds of responses tend to follow what kinds of prompts — so when you ask a question about contract law, it generates the kind of text that tends to appear after contract law questions in the text it was trained on.

This has a direct professional implication: the model sounds confident because confident-sounding language is statistically common in authoritative writing, which was a large component of its training data. Confidence in the output is not a signal of accuracy. The model generates the most statistically plausible continuation of your prompt — plausible and correct are not the same thing.

Knowledge cutoffs matter. Every foundation model was trained on data up to a specific point in time. Events, regulations, case law, market conditions, and organizational changes that occurred after that cutoff are not in the model's training data. When you ask an AI tool about something that may have changed recently, you cannot assume the response reflects current reality. The model will answer confidently regardless.

Tip

When you receive an AI output that will inform a professional decision, ask yourself: could this be based on outdated information? Is this the kind of claim the model would generate plausibly even if it were wrong? If both answers are yes, the output requires verification before use — not because AI is unreliable in general, but because of how the underlying prediction mechanism works.

The Three-Layer Model: Foundation, Fine-Tune, Prompt

Not all AI tools you encounter are the same, even if they produce similarly fluent text. Understanding the three layers that shape any AI tool's behavior helps you calibrate your expectations correctly.

Foundation models are the base layer — models like GPT-4, Claude, Gemini, or Llama trained on vast quantities of general text. They can discuss almost any topic and produce fluent, contextually appropriate text. Their knowledge is broad but general. They have no specific professional expertise baked in, no awareness of your organization's context, and no access to private information you have not provided.

Fine-tuned models are foundation models that have been further trained on a more specific dataset — a legal document corpus, a set of medical literature, a collection of customer service interactions. Fine-tuning adjusts the model's weights to make it better calibrated for a specific domain or task. When a vendor tells you their AI tool is "trained on legal documents" or "specialized for healthcare," they are typically describing fine-tuning on top of a foundation model. Fine-tuning improves domain reliability but does not eliminate the fundamental prediction mechanism — a fine-tuned model can still hallucinate domain-specific content convincingly.

Prompt-configured models are the layer you interact with most directly. A system prompt — instructions provided to the model before your conversation begins — shapes how the model responds without changing its underlying weights. When an AI tool in your organization has a specific persona, refuses certain topics, or always responds in a particular format, that behavior is almost always prompt-configured. Prompt configuration is powerful but has limits: it steers the model's behavior within its existing capabilities, but cannot give it knowledge it does not have or override the fundamental prediction mechanism.

The three-layer model — each layer builds on and is constrained by the one below it

Regulatory Research — Public Sector Advisory

Senior Policy Analyst, Central Government Department

Context

A policy team was preparing a briefing on recent changes to procurement regulations for senior departmental officials. An analyst used an AI tool to produce an initial summary of the regulatory framework, including specific clause references and implementation dates. The output was detailed and well-structured, and the analyst assumed the specificity indicated reliability.

Action

Before sending the briefing for ministerial review, the team lead ran a standard check: every specific clause reference and date in the AI output was cross-referenced against the official published regulation on the government's legislative database. Three of the seven cited clause numbers referenced provisions from an earlier version of the regulation that had been superseded eighteen months prior. The model's training data predated the amendment, but the output gave no indication that any of the information might be outdated.

Outcome

The briefing was corrected before it reached officials, avoiding potentially embarrassing advice based on superseded law. The team lead formalised a standing rule: AI is used to generate the initial structure and narrative, but every specific regulatory reference requires verification against the current published instrument. The analyst noted that the AI had produced the outdated clauses with exactly the same confident register as the accurate ones, confirming the lesson that fluency and specificity are not reliability signals.

Knowledge check

A colleague tells you that a vendor's AI tool is 'much more accurate than ChatGPT because it has been specifically trained on our industry's regulations.' Which statement most accurately characterizes what this means for how you should use the tool?

Select one answer.

Three Practical Implications for Your Work

Understanding the prediction mechanism and the three-layer model translates directly into three professional habits that improve every AI interaction.

First: no memory by default. Most AI tools do not persist information between separate conversations. Each new session starts with a blank context. The model does not remember that you are a finance professional, that your organization uses specific terminology, or that you had a productive conversation with it yesterday. Context you do not provide is context the model does not have. This is why providing rich context at the start of each interaction — your role, the relevant background, the specific constraints — is not optional background-setting. It is the primary lever for output quality.

Second: not a search engine. An LLM does not retrieve information from the web in real time (unless an external retrieval system has been bolted onto it). When it responds to a question about a recent event, a current market price, or the latest version of a regulation, it is generating text based on its training data up to its cutoff — not looking anything up. Treating an LLM as a search engine for current facts produces errors that feel like retrieval failures but are actually generation failures.

Third: confidence does not signal accuracy. This is the most important implication and the hardest habit to build. The same mechanisms that make AI outputs read as fluent, authoritative, and useful also make errors read as fluent, authoritative, and useful. An AI that is wrong about a statistic, a legal citation, or a person's professional history will write about that error in exactly the same confident register as it writes about things it gets right. There is no syntactic or stylistic signal in the text itself that separates accurate outputs from inaccurate ones. The implication is not that you should distrust AI — it is that your verification process must be based on the nature of the claim, not the confidence of the language.

Warning

An AI tool that sounds uncertain is telling you something useful. An AI tool that sounds certain is not telling you anything about whether it is correct. Calibrate your verification effort to the category of claim — not to the apparent confidence of the output.

Quick check

A colleague sends you an AI-generated summary of the key provisions of a regulatory update that was published three weeks ago. The summary is fluent and detailed, citing specific clause numbers. What is the most important consideration before using this summary in a client briefing?

Select one answer.

Exercise

Your Task

The next time you use an AI tool, open the conversation by stating three things explicitly: your professional role and context, the specific background relevant to the task, and any constraints or format requirements you have. Note whether the quality and relevance of the output changes compared to a prompt where you simply asked the question directly. You are testing the practical effect of the "no memory, context-dependent" mechanism described in this lesson. Most professionals report a significant improvement when they begin treating context as the most important input rather than an optional preamble.

Your reflection

Did you complete this exercise? What did you find? (Saved locally in your browser)

Key takeaways
  • Large language models generate text by predicting the next most likely token based on training data — they are not retrieving stored facts or reasoning from first principles, which is why confident outputs and accurate outputs are not the same thing.
  • Foundation models are trained on general text; fine-tuned models are further trained on domain-specific data; prompt-configured models are steered by system prompt instructions. All three layers operate on the same underlying prediction mechanism.
  • LLMs have no memory by default — context you do not provide is context the model does not have. Providing rich role, background, and constraint information at the start of each interaction is the primary lever for output quality.
  • LLMs are not search engines. They generate text based on training data up to a knowledge cutoff, not by retrieving real-time information. Current facts, recent events, and updated regulations require external verification.
  • Confidence in AI output is not a reliability signal. The same mechanism that produces fluent, authoritative correct outputs also produces fluent, authoritative incorrect ones. Build verification habits based on the category of claim, not the apparent certainty of the language.

You are on Lesson 1. Sign up free to track your progress and earn a verified AI certificate when you pass the exam.

Sign up free →