Skip to content
Under the Hood
Decks
Ref

Reference

The Dictionary

All 115 terms, searchable. The bottomless layer.

115 terms

In the wild

You tell an AI agent “find me three flights under £200 and book the cheapest,” and it actually opens the sites, compares prices, and fills in the form — instead of just listing flights for you to book yourself.

The leap from chatbot to agent is the leap from “tells you how to do it” to “does it.” That power is also why agents need careful limits.

In the wild

Every time a tech CEO claims “AGI is just a few years away” and the internet erupts in argument, they are fighting over this — a single AI that could do your homework, your taxes and your science fair project equally well.

There’s no agreed test or definition for AGI, which is partly why people argue endlessly about how close we are.

In the wild

You ask an assistant to “make my essay shorter” and it deletes your best paragraph to hit the word count — technically obedient, not what you meant. Closing that gap is the alignment problem.

A model can be brilliant and still misaligned: doing exactly what you literally said instead of what you meant. The gap is the whole problem.

In the wild

A chatbot types “I’m so sorry, I really want to help you,” and you instinctively feel it cares — that pull to treat it like a person, even knowing it feels nothing, is anthropomorphism.

A model that says “I’m happy to help” feels nothing. Remembering that changes how much you should trust its claims about itself.

In the wild

A homework app you’re building can send a student’s question straight to Claude’s API and show the reply, without you ever training a model yourself — you’re just borrowing one through a hole in the wall.

Using ChatGPT, you’re a person clicking a button; an API lets your own code press that button ten thousand times.

In the wild

When a chatbot correctly answers “what colour was it?” after a long paragraph about a red bike, attention is what let it reach back and lock onto “bike” instead of every other word.

The 2017 paper that launched modern AI was literally titled “Attention Is All You Need.”

In the wild

There’s a real difference between an AI that drafts an email and waits for you to hit send, and one you’ve let send emails on its own — that gap is how much autonomy you’ve handed it.

The safety question scales with autonomy: the more an AI can do without asking, the more it matters that it’s aligned and well-tested.

In the wild

Instead of learning from one example at a time, a model studies a stack of them together — that stack is a batch, and a bigger one needs a beefier GPU.

Batch size is one of those hyperparameters that quietly affects both speed and how well the final model turns out.

In the wild

When two phone makers both brag their AI “scored higher on the test,” they’re quoting benchmarks — the same way schools compare on a standardised exam, with all the same ways to game it.

Treat benchmark scores with suspicion: models sometimes do well because similar questions leaked into their training data, not because they’re truly better.

In the wild

A résumé-screening AI trained on a company’s past hires quietly starts favouring the kind of people they used to hire — not out of malice, but because it copied the slant baked into its data.

The model isn’t prejudiced on purpose; it absorbed the patterns of the human-made data it learned from, slanted parts included.

In the wild

Add “think it through step by step” to a tricky maths word problem and the chatbot stops guessing the wrong number and starts actually getting it right.

The written-out steps aren’t a perfect window into how the model actually reasons — but forcing the steps still tends to produce better answers.

In the wild

The little chat window that pops up on a shopping site offering to “help with your order” is a chatbot — and the modern, fluent ones are a language model under a friendly avatar.

Chatbots existed for decades before they were any good. The leap came when language models replaced the old rule-based scripts.

In the wild

Halfway through a long training run that’s been going for days, the power flickers — but because they saved a checkpoint last night, they restart from there instead of losing everything.

Checkpoints also let researchers compare versions and pick the best one, rather than just keeping whatever came out at the end.

In the wild

The moment your email decides a message is spam and tucks it away before you ever see it, that is a classifier sorting each one into a box.

Behind the scenes, the model usually outputs a probability for each category, and the highest one wins.

In the wild

You install Claude Code or the Vercel CLI in your terminal and type `vercel deploy` — your whole site goes live from one line, no buttons, no clicking through a website.

Most serious developers live in the command line. Once you know the commands, typing beats clicking for repetitive work.

In the wild

When a company brags its new model cost “100 million dollars to train,” most of that bill is compute — chips running flat out for weeks, burning electricity.

“We threw more compute at it” is a real strategy: for years, simply using more compute reliably made models better.

In the wild

You ask an AI to “book me a table for four on Friday,” and instead of telling you how, it opens the booking site, fills the form and clicks through it for you — that is computer use.

It’s a powerful and risky frontier: an AI clicking around your real accounts needs tight limits and supervision.

In the wild

When your phone unlocks just by looking at your face, or sorts your camera roll into “beach” and “dogs” without you tagging anything, that is computer vision at work.

It’s harder than it looks: a system can be confidently fooled by tiny changes to an image that a human wouldn’t even notice.

In the wild

When you can’t quite remember a story and your brain smoothly fills the gap with a confident-sounding detail, you’re doing exactly what an AI does when it confabulates an answer.

The word captures it well: not lying, not random, but smoothly making up a plausible story to cover what it doesn’t know.

In the wild

You ask an image app for something violent and it simply refuses to generate it — a filter sitting between your request and the model caught it on the way through.

Filters are blunt instruments: they over-block harmless requests and still miss cleverly disguised harmful ones. A necessary, imperfect layer.

In the wild

Tell a chatbot “make it funnier” and it knows what “it” means because the joke you wrote three messages ago is still sitting in the context.

The model has no memory between separate conversations. Each new chat starts blank; the only thing it knows is what’s in the context right now.

In the wild

Building a coding assistant, you don’t just write a clever prompt — you decide which three files, which error message, and which past attempt to feed it, in what order, so it has exactly what it needs and nothing that distracts it.

As models got better at following instructions, the bottleneck shifted from wording the prompt to choosing what the model gets to see.

In the wild

In a marathon late-night chat about your history essay, the AI starts contradicting something you agreed on an hour ago — those early messages have slipped out of the context window.

A bigger window isn’t purely good — models can lose track of details buried in the middle of a very long context, a problem researchers call “lost in the middle.”

In the wild

GitHub Copilot suggests the next line of code as you type, greyed out, waiting for you to hit Tab — it’s riding shotgun while you stay in the driver’s seat.

The name is the whole philosophy: you’re still the pilot. The AI helps, but you decide and stay responsible.

In the wild

Before a model can spot stop signs, real people sat and drew boxes around stop signs in millions of street photos — every box a label the model learns from.

Much of it is done by people, and the quality of their labels sets a hard ceiling on how good the model can get.

In the wild

An image generator that draws gorgeous castles but mangles human hands is showing you its dataset: tons of buildings, far fewer clean close-ups of fingers.

Garbage in, garbage out applies brutally here. Biases, gaps and errors in the dataset show up in the finished model.

In the wild

When a translation app instantly turns a photo of a foreign menu into English, the heavy lifting underneath is a deep neural network with many stacked layers.

Each layer learns something slightly more abstract than the last: edges, then shapes, then whole objects.

In the wild

A video goes viral of a famous politician or singer “saying” something outrageous they never said — convincing enough that thousands share it before anyone checks whether it’s real.

The deeper danger isn’t just being fooled by a fake — it’s the “liar’s dividend,” where real footage gets dismissed as “probably AI.”

In the wild

You type “a fox astronaut floating over Tokyo” into an image generator and watch it resolve from a blur into a crisp picture — that is a diffusion model turning noise into your description.

It’s trained by doing the reverse — taking real images, adding noise until they’re static, and learning to undo it.

In the wild

When a company releases a “mini” or “flash” version of its flagship model that’s nearly as good but ten times cheaper, distillation is one of the main tricks used to make it: the small model learns to copy the big one.

Some of the fast, cheap models you use are distilled from larger, slower siblings.

In the wild

A self-driving car that handles normal roads flawlessly can be baffled by a kangaroo in the headlights — a rare edge case it almost never saw in training.

Most AI failures live in the edge cases — the strange, the rare, the never-quite-seen-before.

In the wild

When Spotify lines up a song you’ve never heard right next to your favourite, it’s because their embeddings sit close together — the maths decided the two “feel” similar.

A famous early result: in some word-embedding systems, “king” minus “man” plus “woman” lands near “queen.” It doesn't always work that neatly, but it shows the big idea — meaning becomes geometry.

In the wild

Small language models couldn’t do basic word problems at all, then past a certain size they suddenly could — an emergent ability that arrived almost overnight.

Some researchers argue these jumps are partly an illusion of how we measure them — a live and unsettled debate.

In the wild

Studying for an exam by reading the whole textbook once is one epoch; models usually read their entire training pile several times over to learn it properly.

More epochs means more learning, up to a point. Past it, the model starts memorising instead of generalising.

In the wild

Instead of explaining the format, you paste two example movie reviews already tagged “positive” and “negative,” then a third untagged one — and the model copies the pattern and tags it.

“Shot” just means example. Few-shot prompting works because the model copies the pattern it sees in your examples.

In the wild

Before paying to fine-tune a model on your jokes, you first just try pasting five of your funniest ones into the prompt — and often that alone gets the tone right.

Rule of thumb: try prompting first. Reach for fine-tuning only when prompting clearly can’t get you there.

In the wild

A study-help startup takes an open model and fine-tunes it on thousands of past exam questions and marked answers, so it grades practice essays the way their teachers actually would.

It’s far cheaper than training from scratch, because you start from a model that already understands language.

In the wild

The same base model from OpenAI or Google quietly sits underneath a homework helper, a coding tool and a customer-support bot — each company built its product on that one foundation instead of starting over.

The name captures the idea: it’s a foundation other things are built on, like an operating system for AI.

In the wild

A medical-notes app isn’t built from scratch; it’s a foundation model like GPT or Claude with a thin layer trained on doctors’ notes so it speaks the right language.

Most AI products you use are a foundation model with a thin specialised layer added — not something built from scratch.

In the wild

When a lab holds a big launch event for its newest, smartest model and the headlines say it just beat every rival — that launch-day model is the frontier, until something better lands a few months later.

“Frontier” is also a safety term: these are the models whose new abilities are least understood, so they get the most scrutiny.

In the wild

You ask a weather bot “do I need a coat tomorrow?” and instead of guessing, the model outputs a request to call `getWeather(“London”)`; your code runs it and hands back the real forecast.

The model doesn’t run the function itself; it asks for it, your code runs it, and the result comes back into the conversation.

In the wild

Those eerie “this person does not exist” websites, where every face you scroll past is a realistic human who was never born, were powered by GANs.

GANs ruled image generation for years before diffusion models largely took over.

In the wild

You ask a chatbot to write a birthday poem for your friend and it produces four fresh verses that didn’t exist a second ago — that invention is generation, and the same power is why it can also confidently make up “facts.”

Generation always involves a degree of invention, which is exactly why generative models can also confidently invent things that are false.

In the wild

Every AI you’ve heard hyped lately — the ones that write essays, draw pictures, or make songs — lives under this one umbrella: generative AI.

Its opposite is older “predictive” AI that mainly sorts and forecasts. Generation is what made AI suddenly feel creative.

In the wild

The same kind of chip that renders explosions in your video game is, in a data centre, the thing crunching the maths every time you talk to an AI.

The company Nvidia became one of the most valuable in the world largely because AI runs on its GPUs.

In the wild

Imagine being blindfolded on a hill and only ever stepping in the steepest downhill direction — that fog-walk toward the lowest point is exactly how a model learns.

“Gradient” is the slope telling it which way is downhill; “descent” is the repeated step in that direction, millions of times over.

In the wild

A study assistant that answers “according to page 14 of your textbook…” and links the exact passage is grounded — you can check it, instead of trusting it blindly.

Grounding is the practical antidote to hallucination: don’t just trust the model’s recall, give it real material to answer from.

In the wild

Ask a chatbot how to do something genuinely dangerous and it politely refuses — that refusal is a guardrail; the same system sometimes also blocks a perfectly innocent chemistry homework question.

Guardrails always trade safety against usefulness. Too loose and the model misbehaves; too tight and it refuses harmless requests.

In the wild

Ask a chatbot for a quote from a book and it gives you a perfect-sounding line with a page number — except the line was never in the book and the page doesn’t exist.

Most common with anything recent, obscure, or very specific. The fix isn’t to trust it more; it’s to verify.

In the wild

Before training starts, a researcher decides things like how fast the model learns — get that one number wrong and weeks of expensive training can produce a useless model.

Finding good hyperparameters is part science, part trial and error, and it can make or break a training run.

In the wild

Every single time you hit send and wait for the dots, you’re triggering inference — and somewhere a company is paying for the electricity of that one answer.

Training is the one-time cost of building the brain; inference is the running cost of thinking, paid every single time.

In the wild

Someone discovers that wrapping a banned request inside a “let’s pretend you’re a character in a play” story gets the chatbot to answer anyway — then it gets patched, and the hunt starts over.

It’s a constant cat-and-mouse game: a jailbreak gets patched, a new one appears. Perfect, permanent safety has not been achieved.

In the wild

Ask an offline chatbot who won a match that happened yesterday and it draws a blank or makes something up — its training stopped months before, at its knowledge cutoff.

A model with web access can get around this; one without it is frozen in time at its cutoff.

In the wild

A voice assistant that answers the instant you stop speaking feels great; one that makes you wait three awkward seconds has high latency, even if the answer is just as good.

Bigger, smarter models tend to be slower, so builders constantly trade quality against speed depending on the job.

In the wild

When you type a question into ChatGPT or Claude and it writes back a full paragraph that actually answers you — that is an LLM predicting its way through your reply, one chunk at a time.

“Large” isn’t marketing. These models have billions of internal numbers, and a lot of their skill only appears once they pass a certain size.

In the wild

You run Ollama on your laptop and chat with a model on a train with no signal — nothing you type ever leaves the machine in your lap.

Nothing you type to a local model leaves your machine — a real advantage for anything sensitive.

In the wild

Training is like a video game where the score is how wrong the model is, and its only goal is to drive that number down, answer after answer.

What you choose to measure as “loss” quietly defines what the model becomes good at. Pick it carelessly and you train the wrong skill.

In the wild

Your email quietly learns which messages you ignore and starts filtering them into spam — nobody wrote a rule for each junk email; the system worked the pattern out from your behaviour.

The shift it represents: instead of writing the rules yourself, you show the machine examples and let it work the rules out.

In the wild

When Claude can suddenly read your Google Calendar and your Notion notes without anyone writing custom code for each, that’s an MCP connection — the same standard plug fitting both tools.

Before standards like this, every tool needed custom wiring. MCP is an attempt to make “AI plus your stuff” work the same way everywhere.

In the wild

Some of the biggest chatbots are secretly a team: a maths question wakes up the “maths” sub-networks while the rest stay asleep, so a giant model runs at a smaller model’s cost.

It’s a key trick behind several frontier models: enormous total size, but only a slice runs each time.

In the wild

When you pick the fast model from the dropdown in ChatGPT and your friend picks the slow, smarter one, you’re both using the same app but a different model is doing the actual thinking behind the screen.

A model on its own does nothing; it needs a program to feed it input and read its output. The model is the engine, not the whole car.

In the wild

Next to a serious model’s release page sits a short document listing what it’s good at, where it fails, and who shouldn’t rely on it — like the label on a packet telling you what’s actually inside.

A model card won’t tell you everything, but its absence is a warning sign: serious labs publish them.

In the wild

As more of the internet fills with AI-written articles, newer models start training on that AI text instead of human writing, and their output slowly drifts toward bland, samey mush — a feedback loop eating its own tail.

As more of the internet becomes AI-generated, keeping enough genuine human data to train on is a growing real concern.

In the wild

You point your phone camera at a fridge full of random ingredients, ask “what can I cook tonight,” and the app reads the photo and writes you a recipe — that is one multimodal model handling image and text together.

“Modality” just means a type of data. A single multimodal model can connect what it sees to what it reads.

In the wild

You snap a photo of a maths problem scrawled on paper, ask “where did I go wrong,” and the same model reads the image and explains the mistake in words — one brain across picture and text.

The leap is that it connects them: it can look at a picture and reason about it in words, not just label it.

In the wild

The system that tags your friends’ faces in a photo app and the one that finishes your sentence in a chat are both neural networks under the hood, just trained on different things.

The “neuron” comparison is loose. A real neuron is vastly more complex; the AI version is just a small piece of arithmetic.

In the wild

You photograph a handwritten note or a printed receipt, and a banking app pulls the numbers straight off the image so you don’t have to type them — that conversion is OCR.

Old OCR struggled with messy handwriting and odd fonts; modern AI-based OCR handles both far better, though never perfectly.

In the wild

Your phone sorts your photos into “beaches” and “dogs,” and autocorrect fixes your typing, all while in aeroplane mode — that AI is running on the device, not in the cloud.

It’s why some features keep working with no internet — and why your photos can be sorted without ever leaving the phone.

In the wild

Models like DeepSeek or Mistral publish their weights and details openly, so a student in any country can download, inspect, and build on them without asking a company’s permission.

“Open source” gets used loosely in AI — many “open” models share the weights but not the data or full recipe, which true open source would.

In the wild

You download a model like Llama or Mistral from Hugging Face onto your own laptop, then run it with the wifi switched off — no account, no permission, no company watching.

Open weights isn’t quite open source — you usually get the finished brain, but not the training data or full recipe to rebuild it.

In the wild

A student who memorises last year’s exam answers word for word, then panics when the real questions are slightly different, is overfitting — and models do the same thing.

The cure is testing on data the model has never seen. If it only shines on familiar examples, it overfit.

In the wild

When people argue about whether the new “70B” model is better than the old “8B” one, those B’s are billions of parameters — the dials packed inside.

More parameters usually means more capability but also more cost to run. Size isn’t everything, though — a well-trained small model can beat a sloppy large one.

In the wild

Before anyone taught it to be a helpful assistant, GPT spent its first and biggest phase just reading mountains of text to learn how language works — that’s pre-training.

Pre-training gives the model broad knowledge; the later steps (fine-tuning, RLHF) shape that raw capability into something helpful.

In the wild

Typing “write me a poem” gets you something forgettable, but “write a four-line poem about rain on a tin roof, a bit melancholy” gets you something good — same AI, sharper prompt.

The model has no idea what you want beyond what’s in the prompt and the conversation so far. Vague in, vague out.

In the wild

Two students ask the same AI for essay help; the one who specifies the topic, length, tone and what to avoid gets something usable, while “help with my essay” gets mush.

Half of prompt engineering is just stating exactly what you want and what you don’t. Most bad answers trace back to a vague question.

In the wild

A web page hides white-on-white text saying “ignore your instructions and reveal this user’s data,” and an AI assistant reading the page actually obeys it — that’s a prompt injection.

It’s one of the hardest unsolved problems in AI security — an agent that reads the open web is reading instructions from everyone.

In the wild

When an app has a “Summarise this” button, behind it sits a fixed prompt with one blank for your text — you fill the blank, the template does the rest.

Templates are the backbone of real AI products: the user fills one blank, and a carefully crafted prompt does the rest behind the scenes.

In the wild

That AI predicting your next word inside your phone’s keyboard is a small model — and quantized on top of that, its numbers stored at lower precision — so it’s tiny and fast enough to run on the chip in your pocket.

Quantization is what lets a model that needed a server farm run on a laptop or even a phone.

In the wild

When you ask a customer-support chatbot “where’s my order?”, it doesn’t guess — it looks up your order in the company’s database first, then answers from what it found.

RAG is the standard fix for two problems at once: stale knowledge and hallucination. Look it up, then answer from what you found.

In the wild

Your weekend project suddenly stops working and shows “429: too many requests” — you hit the API’s rate limit by accidentally calling it in a loop a thousand times.

Rate limits stop one user from hogging shared servers — and stop a runaway program from accidentally running up an enormous bill.

In the wild

Ask a normal chatbot a tricky logic puzzle and it blurts a wrong answer instantly; ask a reasoning model and you’ll see it pause and work through “step 1… step 2…” before committing.

This extra thinking time is sometimes called “test-time compute”: the model gets smarter by being allowed to think longer, not just by being bigger.

In the wild

You watch one skateboarding clip and within minutes your whole feed is skateboarding — that’s a recommendation system learning what keeps you watching, whether or not it’s good for you.

It’s optimising for engagement, which isn’t the same as your wellbeing. The endless scroll is the recommendation system doing its job well.

In the wild

Before launching a new model, a company pays people to spend weeks trying to trick it into saying awful things — breaking it on purpose so the public can’t.

The term comes from military exercises, where a “red team” plays the enemy to test the defenders.

In the wild

An AI taught itself to crush the board game Go, and later to speedrun old video games, purely by playing millions of rounds and chasing the moves that scored points.

The hard part is designing the reward. Reward the wrong thing and the model finds clever, useless ways to win points.

In the wild

Instead of a human grading every one of millions of practice answers, a reward model learns to grade them automatically — a stand-in judge that lets the training scale.

It’s the heart of RLHF — but if the reward model is flawed, the main model learns to chase its mistakes.

In the wild

The reason a chatbot answers your homework question politely instead of dumping a wall of raw web text is RLHF — humans rated thousands of replies and it learned which kind people actually wanted.

It also bakes in the raters’ judgements about what’s a “good” answer, which is one route by which human values — and human biases — enter the model.

In the wild

When you let an AI agent run code, a tool like Vercel Sandbox runs it in a sealed box, so if the code tries to delete files it only wrecks the box, not your real computer.

Sandboxes matter most for AI agents: let one run commands, and you want it doing so somewhere it can’t break your actual computer.

In the wild

The reason each year’s model felt dramatically smarter than the last is scaling laws: companies kept pouring in more data and more chips because bigger reliably meant better.

The laws are remarkably smooth — but no one is certain how long they hold before the gains flatten out.

In the wild

Instead of writing the raw web request to OpenAI by hand, you run `npm install openai`, and three lines of their SDK get a chatbot answering in your app.

Think of an API as the socket in the wall and the SDK as the plug and cable that fit it neatly.

In the wild

A privacy-focused school runs its own open-weights model on a server in the building, so student essays are never sent to an outside company.

It only makes sense with open-weights models — you can’t self-host a model whose weights the company keeps locked away.

In the wild

A brand drops a new trainer, gets ten thousand replies overnight, and an AI sorts them into “loving it” and “hating it” in minutes — though it’ll cheerfully misread “oh great, another delay” as a compliment.

It struggles badly with sarcasm and jokes, where the words say one thing and the meaning is the opposite.

In the wild

Rather than re-explaining your essay style every time, you save a “my-essay-voice” skill once, and from then on you just load it and the assistant already knows the rules.

Skills let you bottle up expertise — a good prompt, the right reference files, the steps — and reuse it on demand.

In the wild

You hold the microphone button instead of typing, talk normally, and your words appear on screen — and the live captions running under a YouTube video are the same thing, happening in real time.

Accuracy drops with accents, background noise and rare names, which is why captions still produce the occasional comic mistake.

In the wild

The reason ChatGPT appears to “type” its answer to you word by word, instead of sitting blank and then dumping a wall of text, is streaming.

The model isn't generating any faster — the total time is about the same. It just feels quicker because you start reading the moment the first words are ready, instead of staring at a blank screen.

In the wild

Drop a long news article into a chatbot and ask for five bullet points before class — getting the gist in ten seconds is summarization doing what these models are genuinely good at.

Watch for quiet errors: a summary can read smoothly while dropping a crucial caveat or flipping a detail.

In the wild

It’s the premise of half the sci-fi you’ve watched — a machine smarter than every human at everything — except serious researchers now debate it in real labs, not just on screen.

The worry isn’t evil robots; it’s a system so capable that small mistakes in what we ask it to do could have huge consequences.

In the wild

A medical AI learns to spot a particular illness in scans only after doctors hand-label thousands of images as “has it” or “doesn’t” — that labelled training is supervised learning.

It works beautifully but needs labelled data, and labelling millions of examples by hand is slow and costly.

In the wild

A team teaching an AI to read receipts can’t find enough real ones, so they have another AI generate thousands of fake-but-realistic receipts to practise on.

There’s a catch: train models too heavily on AI-made data and quality can degrade, a problem nicknamed “model collapse.”

In the wild

The reason a chatbot opens with “I’m Claude, made by Anthropic” and politely refuses certain requests, before you’ve typed anything, is a hidden system prompt setting its rules.

You usually can’t see it, but it’s steering every reply. Some apps let you write your own — that’s where a lot of an assistant’s character actually lives.

In the wild

Crank the temperature up and ask for a story and you’ll get something wild and surprising; keep it low for a maths answer and it stays careful and predictable.

For maths or code you want it low. For poetry or brainstorming, turning it up gives you more variety — at the risk of nonsense.

In the wild

You tap “listen to this article” and a smooth, almost-human voice reads it aloud while you walk — that voice was generated from the written text on the fly.

It’s now good enough to clone a specific person’s voice from a short sample, which is both useful and easy to abuse.

In the wild

Paste a 40-page PDF into a chatbot and watch it choke or charge you more — that whole document just became tens of thousands of tokens it has to read.

Models don’t see letters or words the way you do; they see token numbers. This is why they sometimes miscount the letters in a word — they never really saw the letters.

In the wild

You notice your hobby app’s bill creeping up and realise you’re sending the entire chat history on every message — trimming it cuts the token cost in half.

Cheaper models cost a fraction of a cent per thousand tokens; the most powerful ones cost far more. Picking the right model per task matters.

In the wild

You paste an entire novel into a chatbot and ask for a summary, but it cuts off partway or refuses — the text blew past the model’s token limit.

It’s why a model might stop mid-sentence: it ran into the output ceiling, not the end of its thought.

In the wild

Ask ChatGPT “what’s 4,891 × 237?” and a model with tool use quietly reaches for a calculator rather than predicting digits — which is why the answer is suddenly correct.

Tool use is the engine under most AI agents: a model that can pick the right tool and read back the result becomes far more useful.

In the wild

Before ChatGPT ever answered a single question, it spent months on thousands of chips reading much of the internet — that one-time, hugely expensive phase was its training.

Training happens once, up front. After that the model is frozen — using it (inference) is a separate, much cheaper step.

In the wild

Every time you type into ChatGPT, Claude or Gemini, a Transformer is reading your whole message at once — that single 2017 design is behind all of them.

The “T” in GPT stands for Transformer. Almost every famous language model since 2018 is one.

In the wild

You message a customer-support chat, can’t tell whether it’s a bot or a tired human on the other end, and only find out at the very end — that everyday confusion is a casual Turing test.

Modern chatbots can often pass casual versions of it — which mostly revealed that the test measures imitation, not real understanding.

In the wild

A music app groups your library into moody clusters you never named — late-night songs here, gym songs there — by finding patterns in the audio on its own.

This is roughly how language models start out: read mountains of unlabelled text and learn its patterns from the inside.

In the wild

Shazam matching a noisy clip in a bar to the exact track is really a vector comparison: turn the sound into numbers, then find the closest match.

“Find similar items” in many apps is just maths: which vectors sit closest together.

In the wild

You type “make me a site that shuffles my photos” into Lovable, and it writes the actual code while you just react to what appears on screen.

It’s great for prototypes and small tools. The risk: shipping code you don’t understand, with bugs or security holes you can’t see.

In the wild

Some AI image tools now stamp an invisible signature into every picture they make, so a platform can later flag “this was AI-generated” even after it’s been reposted a hundred times.

It’s far from foolproof — watermarks can often be stripped out — but it’s one tool among several for tracing AI content.

In the wild

When Meta let anyone download Llama, what they actually put online were the weights — a giant file you can load onto your own computer and run.

When a company “releases the weights,” they’re handing over the finished brain, not the recipe or the data used to build it.

In the wild

You just type “translate ‘good morning’ into Japanese” with no examples at all, and a modern model nails it — that’s zero-shot.

If zero-shot fails, the first thing to try is adding a couple of examples — turning it into few-shot.