← back to writing
// writing /03 · ai literacy · glossary · for non-engineers

Five AI buzzwords decoded for non-engineers. LLMs, Agents, Vibe Coding, Retrieval, Solo Founders.

If you are not a programmer but feel surrounded by LLMs, Agents, Vibe Coding, Retrieval, and Solo Founders, you are not alone. Here is each one in plain English, with no jargon and no posturing.

By · PrincipalJul 9, 2025· 5 min readUpdated: June 2026
AI literacyglossaryLLMsAI agentsvibe codingRAG
Michael Tries to Explain the New World - a plain-English glossary of AI buzzwords for non-engineers.
Five words that keep showing up in every meeting, every deck, every LinkedIn post - and what they actually mean.

A short answer first. If you are a manager, a creator, or anyone who is not a programmer, the words flying around AI right now are doing two jobs at once: describing real things, and making you feel like you are behind. You are not behind. The vocabulary just runs faster than the technology, and the technology runs fast. Five words cover roughly 90% of the conversation right now: LLM, Agent, Vibe Coding, Retrieval, and Solo Founders. Learn these five and you can sit in any AI meeting and follow what is happening. The rest is decoration.

I write this for the person who feels the new world touches their work - in management, in creation, in decisions - and is tired of nodding politely while someone says "agentic RAG" for the third time in one call.


TL;DR: the five words on one screen

TermIn one sentenceWhat it is not
LLMA statistical model trained on a lot of text that predicts the next word, very well.It is not a person, it has no eyes, and it does not "know" things the way you do.
AgentAn LLM with tools - it can call APIs, run code, search the web, do the work, not just talk about it.It is not a smarter chatbot. The model is the brain. The tools are the limbs.
Vibe CodingCoding by describing what you want in plain language while the AI writes and runs the code for you.It is not "no skill needed." It is a different skill - taste, direction, knowing when to stop.
Retrieval (RAG)Before the AI answers, fetch the right documents from your data and hand them to the model.It is not training. The model does not learn your data. It reads it, once, per question.
Solo FoundersOne person (or two) running a real company by using AI to do the work that used to need a team of ten.It is not "freelancers." It is a real company with real revenue, just without the headcount.

1. LLM (Large Language Model)

An LLM is a statistical model trained on a huge amount of text. ChatGPT, Claude, Gemini - all LLMs. The thing they actually do, under the hood, is boring: they predict the next word. Then the next one. Then the next one. Do that a few hundred times in a row, and you get an essay, an email, a function, a poem.

It feels like the model "understands" you. Functionally, it does. Mechanically, it is pattern-matching at a scale that has never existed before. That is not a put-down. Pattern-matching at this scale is genuinely new, and the things that fall out of it - reasoning, translation, code - are real.

Two things to keep in your head:

  • It has no eyes, no hands, and no live world access by default. On its own, an LLM cannot see your inbox, your database, your calendar, or what happened yesterday. It only knows what was in its training data, or what you paste into the prompt.
  • It is confidently wrong sometimes. "Hallucination" is the polite word. The model fills in plausible-sounding text when it does not actually know. Useful for brainstorming. Dangerous for compliance.

If you remember nothing else: the LLM is the brain in a jar. Powerful, articulate, no body, no calendar, no access to anything you did not give it.


2. Agent

An Agent is an LLM with tools. That is the whole idea. You take the brain in a jar, and you give it limbs: the ability to call an API, run a search, send an email, write to a database, open a browser, execute code.

The model decides when to call which tool. You ask "book me a flight to Berlin next Tuesday under $400." A chatbot writes a paragraph about flights. An agent opens the booking tool, searches, filters, picks one, and asks you to confirm. Same brain. Different limbs.

This is the shift everyone in enterprise software is still paying for. A chatbot talks. An agent does. The hard part is not the model. The hard part is everything around the model: which tools, with which permissions, in which order, with which guardrails, reporting to which human.

I wrote about this at length in the Salesforce 99.9% gap piece - if you want the enterprise version of the agent story, start there.


3. Vibe Coding

Andrej Karpathy coined the term. Vibe coding is writing software by describing what you want in plain English while the AI writes, edits, and runs the code for you. You stop typing functions. You start typing intent.

"Make me a landing page for a Tel Aviv coffee shop, dark mode, one signup form, mobile-first." You hit enter. The AI writes the code, runs it, shows you the result. You squint at it, say "the button is ugly, make it round and orange." The AI changes it. You ship.

Two things people get wrong about vibe coding:

  • It is not "no skill required." The skill moved. You still need taste, direction, the ability to read what the AI produced and notice the bug. What you do not need is to remember the syntax. That is a real shift, and it is real democratization, but it is not magic.
  • It is not only for toys. Real companies are shipping real production systems this way. Not all of them. Not for everything. But "I cannot code, so I cannot build" is not true anymore. It is now "I cannot articulate what I want, so I cannot build," which is a much smaller club. By 2026 even Andrej Karpathy, who coined "vibe coding," argues the disciplined, reviewed end of the practice has matured into what people now call "agentic engineering."

If you are a manager, the vibe-coding shift means your team can prototype in a day what used to take a sprint. Use that. Do not wait for it to be perfect.


4. Retrieval (RAG)

Retrieval-Augmented Generation. The mouthful is unfortunate. The idea is simple: before the model answers, you fetch the most relevant documents from your private data and stuff them into the prompt. Then the model answers using what you just gave it.

Why this matters: the LLM was trained on the public internet up to some cutoff date. It does not know your contracts, your internal wiki, your customer support tickets, last quarter's board deck, or what your CFO said in the all-hands. Retrieval is how you let the model answer questions about data it was never trained on.

The flow, in plain English:

  1. 01You index your data. Chunk it up, store it in a vector database so it can be searched by meaning, not by exact words.
  2. 02A user asks a question. You search your data for the chunks most relevant to that question.
  3. 03You feed those chunks to the model. Along with the original question. The model answers using only what you handed it.

Important nuance: retrieval is not training. The model does not "learn" your data. It reads it, once, fresh, every time you ask. That is good for privacy and recency, and it is the architecture behind most useful enterprise AI you have seen in the last two years.


5. Solo Founders

Solo Founders are people running real companies alone - or with one or two others - by using AI to do the work that used to require a team of ten. This is genuinely new. It is a 2025 phenomenon, and it is not a vibe. There are real companies, with real revenue, run by one person and a stack of models.

How it works in practice: the founder writes the code with an AI pair (vibe coding). The customer support runs through an agent. The content gets drafted by an LLM and edited by the founder. The bookkeeping is software. The legal is templates plus a lawyer on retainer. The marketing is one person with very fast tools. What used to require a CTO, a CMO, a head of customer success, three engineers, and a content marketer is now one person and a $200/month software stack.

This does not mean every business should be solo. It means the lower bound just moved. Things that used to need ten people to be viable can now be viable with one. That changes which businesses get built, who builds them, and what the next decade of small companies looks like.

If you are managing a larger company: the people you are competing with for talent now have the option to leave and run a viable business alone. Plan accordingly.


Why this matters if you are not a programmer

You do not have to know how a transformer works to use a calculator. You do not have to know how an LLM is trained to use one well. But you do need the vocabulary, because the vocabulary is how decisions get made.

When your team says "let's build an agent for this," you should be able to ask: which tools does it need, what is it allowed to do without a human, and how do we know when it is wrong. When a vendor says "we have a custom RAG," you should be able to ask: what data, indexed how, evaluated against what. When a candidate says "I am a solo founder," you should know what to expect.

You cannot influence what you do not understand. So understand the five words. The rest is just longer versions of these five.


FAQ

Q
Do I need to learn to code to use any of this?
No. You need to be able to articulate what you want and read what the AI gave you well enough to notice when it is wrong. That is a writing and judgment skill, not a coding skill. If you can brief a junior employee clearly, you can brief an AI.
Q
What is the practical difference between an LLM and an Agent in a product?
An LLM-based product answers. An agent-based product acts. ChatGPT in its plain form is the LLM - you ask, it writes. ChatGPT with "browse" or "code interpreter" turned on, doing a multi-step task in your accounts, is operating as an agent. The line is whether the system is allowed to do things in the world, not just describe them.
Q
Is vibe coding "real" coding?
It is real software development. It is not "real coding" in the sense of typing every character yourself. Both are fine. The shipped product does not care how it got written. What matters is whether it works, whether it is secure, and whether you can maintain it. Vibe coding can produce all three when the person driving it has taste and judgment.
Q
Why is RAG (Retrieval) such a big deal in enterprises?
Because enterprises have huge amounts of private data the public models were never trained on. Contracts, tickets, wikis, policies, decks. Retrieval is the architecture that lets a model answer questions using that private data without "uploading" it for training. Most useful enterprise AI you have seen in the last two years has retrieval underneath.
Q
Are solo founders just freelancers in a nicer hoodie?
No. A freelancer sells time. A solo founder sells a product or a service that runs without their time being the bottleneck. AI just made the gap between those two things much smaller. The solo founders worth paying attention to in 2025 are running businesses with real customers, real margins, and no team - not selling consulting hours under a brand name.
Q
What word should I learn next after these five?
"Evals." It means: how you measure whether an AI system actually works. If a vendor cannot tell you how they evaluate their model on your problem, with a rubric and a held-out set of examples, they are selling you a demo. Evals are the boring 80% of real AI work. Learn the word, ask the question, watch what happens.

Written by Michael Fleicher, Principal at Bina Labs. Two-time CTO. This is the first piece in a series I am calling "Michael Tries to Explain the New World" - plain-English explanations of AI concepts for the people who run companies, make decisions, and build things, but do not write code. If you want to talk about how any of this lands inside your team, start here.

// next step

Want a build, not a roadmap?

We embed senior AI engineers into B2B teams. 4-week paid pilot. Working code in your environment by week four, or we walk.

Start a conversation →Read the manifesto
// more writing
Feb 10, 2026 · 8 min read
Salesforce promised 1 billion AI agents. They sold 3,000.
Dec 16, 2025 · 5 min read
Google just commoditized half of my services business.
Oct 18, 2025 · 7 min read
GladBites made $1.6M in 90 days with no kitchen.