LLM
Full name: Large Language Model
Also known as: large language model, language model, foundation model
Definition
A type of artificial intelligence model trained on massive amounts of text data to understand, generate, and manipulate human language.
A deep learning model, typically based on the transformer architecture, containing billions of parameters and trained on vast text corpora to perform a wide variety of natural language processing tasks.
Why it matters
LLMs serve as the engine behind modern chatbots, search tools, and automation scripts. Understanding how they work helps businesses select the right model size and configuration for their specific budget and performance requirements.
Improvement tips
- Choose smaller, specialized models for simple classification tasks to save on cloud hosting costs.
- Use system instructions to enforce strict output formats, such as JSON, when integrating LLMs into software.
- Combine LLMs with external data sources to ensure their answers are grounded in real, up-to-date facts.
Common mistakes
- Assuming an LLM knows real-time facts out of the box without access to search tools or databases.
- Using a massive, expensive model for simple tasks that a small, fast model could solve just as well.
- Failing to set a temperature parameter, leading to unpredictable or repetitive answers in automated systems.
LLM network
A static map of nearby concepts with this term held at the center.
Related terms
Generative AI
A type of artificial intelligence capable of generating new content, such as text, images, code, or audio, based on patterns learned from training data.
Token
A basic unit of text, such as a word or a part of a word, that a language model uses to process and generate language.
Context Window
The maximum amount of text, measured in tokens, that an AI model can read and process at a single time.
Quick check
Why are Large Language Models (LLMs) called 'large'?
Choose an answer
Frequently asked questions
Do I need to choose an LLM provider before launching my startup?
What is the upfront cost of using an LLM for a new business?
When should my startup switch from public chatbots to a custom LLM setup?
How do I explain LLM technology in my startup business plan?
Why should a business owner care about LLMs?
What goes wrong if my business uses the wrong LLM?
How do I connect an LLM to my business data without a team of programmers?
Why is my LLM based customer service system making mistakes?
What is an LLM in plain English?
Is an LLM safe to use with my company records?
Do I need a degree in computer science to work with LLMs?
Does an LLM actually think like a human?
Sources: Stanford HAI, OpenAI Docs, Google Cloud AI
Last reviewed: 2026-07-16