Large Language Model (LLM)
An AI model trained on vast amounts of text data that can generate, summarize, translate, and analyze human language. Examples include the GPT, Claude, Gemini and Llama families.
Why it matters
When you use ChatGPT, Claude, or Gemini, you're talking to a large language model. It matters because these tools now draft emails, explain confusing documents, summarize long reports, and answer questions in plain English. Knowing they predict likely text (rather than looking up facts in a database) explains both why they're so fluent and why they sometimes state wrong things with total confidence.
A concrete example
Paste a dense three-page insurance letter into an LLM and ask, "Explain this like I'm not a lawyer, and list what I actually need to do." In seconds it turns jargon into a short, plain-English checklist. Different models have different strengths, so it helps to compare a few; aggregators like Vincony let you try many models side by side without separate accounts.
How to use it
Give a model the context it cannot infer. It does not know your company, your deadline, your audience or what you already tried, so a request that includes those things gets a usable answer and one that omits them gets a generic one. Treat the first response as a draft to react to rather than an answer to accept, and say what was wrong with it — models revise well against specific criticism and poorly against "make it better".
The common mistake
Believing the model looks things up. It predicts likely text from patterns in its training data, which is why it is fluent about subjects it has no reliable knowledge of. Fluency and accuracy are independent, and a confident tone tells you nothing about whether the content is right.
Related terms
Token
The basic unit of text that AI models process — roughly 3/4 of a word in English. 'Unbelievable' is 3 tokens. Token limits determine how much text a model can process at once.
Context Window
The maximum amount of text (measured in tokens) an AI model can consider at once. Larger context windows allow the model to reference more information in a single conversation.
Hallucination
When an AI model generates information that sounds plausible but is factually incorrect or entirely fabricated. Common with statistics, citations, and historical claims.
Artificial Intelligence (AI)
The simulation of human intelligence by computer systems, including learning, reasoning, and self-correction. Modern AI is primarily powered by machine learning and neural networks.
Natural Language Processing (NLP)
The branch of AI focused on enabling computers to understand, interpret, and generate human language. Powers chatbots, translation, sentiment analysis, and text summarization.
Prompt
The text instruction you give to an AI model to generate a response. Prompt quality directly impacts output quality — better prompts yield dramatically better results.