DESK · THEORY
ExplainerBeginner · June 3, 2026 · 5 min read
On this page

How AI actually works (plain English)

Under the hood of every chat tab: a pattern machine that predicts the next word, one token at a time. Beautiful fluency, no built-in truth filter, and a working memory that erases itself when the conversation ends.

The same reason AI writes beautiful prose is the reason it can be beautifully wrong: it learned to predict what sounds right, not what is right.

That one sentence is most of the mental model a CEO needs. The rest of this article is just the mechanism behind it.

What it is (in plain English)

Before an AI model answers your first question, it went through training. Think of it like a student who read an enormous amount of text, most of the public internet plus books, papers, and code, and learned the patterns in how ideas fit together. Not memorized pages. Patterns. The knowledge lives in billions of numerical weights inside the model, not in a database you could search.

That distinction matters: there is no lookup step. When you ask a question, the model does not go find the answer. It generates the most plausible continuation of your prompt, one token at a time, based on the patterns it absorbed during training. A token is roughly a short word or word fragment. The model predicts the next one, then the next, then the next, until it has built you an answer.

It is like the world's most well-read autocomplete. The same instinct that finishes "see you next..." with "week" on your phone is, scaled up across billions of examples, what lets an LLM draft a board memo or summarize a contract.

Two other dials shape what comes out.

First: temperature. Think of it as a creativity dial. Turned low, the model picks the most expected next token every time. Predictable, precise, good for extraction tasks. Turned high, it reaches for less obvious continuations. More varied, good for brainstorming. You rarely set this directly, but every AI tool has a default.

Second: training cutoff. The parameters are frozen at the date the data collection ended. If you ask about something that happened after that date, the model has no direct knowledge of it. Without a live search tool attached, it can only generate what older patterns suggest, which can produce a confident answer about something it genuinely cannot know. Per MIT Sloan Management Review, this is one of the most common sources of confident errors in production.

Why CEOs care

Fluency and accuracy are independent. The model learned to produce plausible-sounding text, and plausible-sounding text gets rewarded whether it is true or not. When the model does not know something, it does not pause and admit it. It generates the most plausible continuation in the same confident voice. The industry calls this hallucination, and it is not a bug being patched. It is a direct consequence of the training process. Per Lakera and a 2025 arXiv paper ("Trust Me, I'm Wrong"), next-token prediction rewards confident-sounding output, not calibrated uncertainty.

Read more about why this happens in practice at why AI is confidently wrong.

The practical takeaway: confidence is a byproduct of fluency, not accuracy. A wrong answer and a right answer look identical coming out of the model. Your judgment, reading the output and checking it, is exactly the skill the model lacks.

There is also the memory question. Each conversation starts with an empty context window: the model's working memory for that session. Everything you type, plus the model's replies, fills that window. When the window fills up, earlier content falls out of view. It is like a whiteboard that gets erased when it runs out of space. The model does not store your conversations between sessions, and it does not remember what you told it last Tuesday. Start a new chat and you are talking to a fresh model with no prior context, unless you re-supply it.

Bigger context windows cost more to run because the serving memory grows with every token. Providers often charge at a premium above large window sizes. And a large window is not a filing cabinet you can trust: independent research has found that models read the start and end of long context better than the middle, a pattern researchers call "lost in the middle." Stuffing a million tokens in does not mean the model finds everything reliably.

Where you'll see it

What to do next

Pay for one frontier model and use it this week on something you can check yourself: a draft you will read before sending, a summary of a document you already have. The model supplies the speed. You supply the truth check.

If you want to zoom back out, what is an LLM names the category this engine powers, and what is a context window covers the memory mechanics in full.

One install that makes the memory problem much smaller: a short file in your AI workspace that tells the model who you are, what your business does, and what words mean in your context. Every conversation starts informed instead of blank. That is the single most leveraged five minutes you can spend after reading this.

The Thursday 3

Get three workflows like this every Thursday

The Thursday 3 is a free weekly email. Three workflows that put you in the top 1% of CEOs. 90-second read. Every card links back to a step-by-step guide like this one.

Get the newsletter →
The Desk Theory books

The architecture behind this workflow.

Two operator manuals for the same job, run two ways: OpenCLAW for the always-on harness, Claude Code for the focused-work CLI. Pick one, or get the bundle for $149.

Browse the books · $99 each

Want one workflow like this taken apart end-to-end every week? The Tuesday Pro Deep Dive · $39/mo.