The Decoder
Now decode the buzzwords.
Agents. RAG. Small models. Fine-tuning. The words in every pitch, every ad, and every meeting, shown plainly, each one breaking.
Seven short scenes. Each one ends with a question you can ask out loud.
Want this in your world? I am (optional, skip ahead anytime)
New here? Start with The Basics, how it works and where it breaks. Then The Practice, the habits.
Scene 1 of 7 · about 1 minute
A chatbot answers. An agent acts.
A chatbot is a librarian behind the desk. An agent is handing that librarian your credit card and your car keys. "Agentic" means built to run errands on its own.
When AI can only talk, mistakes are embarrassing. When it can act, mistakes cost money. The fix isn't smarter AI. It's a checkpoint.
The technical name for thisan agent runs a loop: plan, act, observe, repeat, until it decides it's done.
The question to ask
Next time someone says "agentic," say this back:
✓You just decoded "agentic."
Scene 2 of 7 · about 50 seconds
No hands until you give it hands.
9:30 · Team stand-up
12:00 · Lunch with Sam
3:00 · School pickup
On its own it can only talk. A connector is a hand: your calendar, your email, your files. Useful, and exactly as risky as it sounds.
Connectors turn a talker into a doer. And the AI never doubts what a tool tells it, so the tool's mistakes become the AI's mistakes.
The technical name for thistool use, or function calling. MCP is a plug standard so any AI can connect to any tool, like a universal outlet.
The question to ask
Before any assistant gets "connected":
✓You just decoded "connectors."
Scene 3 of 7 · about 50 seconds
The con hides inside the content.
Subject: Your lease renewal is ready
You told it to summarize an email. The email had other plans. It can't reliably tell your instructions apart from instructions smuggled inside whatever it reads.
Reading the open internet and acting on your accounts, at the same time: that's the dangerous combination. Guard one or the other.
The technical name for thisprompt injection. It's the reason "an agent with your inbox and the open web" makes security people flinch.
The question to ask
For any AI that reads things you didn't write:
✓You just decoded the trick that scares the pros.
Scene 4 of 7 · about 45 seconds
Closed book, open book.
The model didn't memorize your files, and "trained on your documents" is almost never what's happening. Someone slips the right pages in front of it before it answers. The Basics showed a made-up citation. This is the flip side: a real citation from the wrong page.
A citation proves it read something. Not that it read the right thing. The magic isn't in the model. It's in the filing.
The technical name for thisretrieval-augmented generation, RAG. Retrieval means "go fetch the pages first."
The question to ask
When a product "knows your documents":
✓You just decoded "RAG."
Scene 5 of 7 · about 40 seconds
A library sorted by meaning.
"Refund," "money back," and "return policy" share a shelf even though they share no letters. This filing system is how scene four's binder gets found, and how it gets found wrong.
It finds your pages by distance in meaning, not by keywords. Powerful, and wrong in one specific way: when a word lives in two worlds.
The technical name for thisembeddings, stored in a vector database. Every phrase becomes a point on a giant meaning-map.
The question to ask
When "semantic search" is on the slide:
✓You just decoded "embeddings."
Scene 6 of 7 · about 50 seconds
The freight truck and the bicycle.
Both answers are pre-baked, like every demo on this site.
You don't need a freight truck to deliver an envelope. Big models know more, cost more, and your words travel to a data center. Small ones live on your phone, answer fast, and keep your data home. The catch shows up on the hard questions.
Bigger isn't better. Bigger is for harder. Matching the model to the task is the skill, and proving you need the big one is the seller's job, not yours.
The technical nameslarge language model and small language model. Same trick, different size, different bill.
The question to ask
When the pitch leads with the biggest model:
✓You just decoded the model-size debate.
Scene 7 of 7 · about 45 seconds
Three ways to teach it.
Tell it in the moment. Hand it your documents. Or send it back to school. That's the whole menu, and the third item is the most oversold sentence in AI sales.
The fine print: school is for teaching a style or a skill, not facts. Facts change. Retraining for every change is how budgets die.
Prompting and RAG solve almost everything. Fine-tuning teaches style and skill, not facts. Anyone pitching it for facts skipped that distinction.
The technical name for schoolfine-tuning changes the model's weights. The other two change what it reads.
The question to ask
When "we fine-tuned a custom model" comes up: