ChatGPT, Claude, Gemini โ these are all large language models (LLMs). Strip away the branding, and an LLM is a system trained on an enormous amount of text that learned one skill extraordinarily well: predicting what text should come next. When you ask "What's the capital of France?", the model isn't looking up a database entry โ it's completing a pattern, because text starting with that question is overwhelmingly followed by "Paris" in everything it has read. Scale that up across trillions of words, and something remarkable emerges: the ability to reason, summarize, translate, write code, and hold a conversation.
Three practical consequences follow. First, **LLMs are fluent first, accurate second** โ the model is optimized to produce plausible text, and usually plausible and true overlap, but sometimes they don't, and the model will state a wrong answer with exactly the same confident tone as a right one. This is called hallucination, and it's not a bug that will be fully "fixed" โ it's a property of how the technology works.
Second, **LLMs don't "know" today's news by default** โ models are trained up to a cutoff date, and anything after that requires web search or connected tools. Third, **quality in, quality out** โ the model completes *your* text, so a vague prompt gets a generic completion and a prompt rich in context gets a completion shaped by that context.