Async governance glossary
Definition

What is Large language model (LLM)?

Last updated: April 2026

Definition

A large language model, abbreviated LLM, is a neural network trained on massive amounts of text and code to generate and reason over natural language. Modern LLMs include the GPT series, Claude, Gemini, and others. They are the underlying technology behind most current generative AI products.

LLMs are distinct from earlier NLP systems in two ways: scale and generality. They are trained on far more data than prior systems, and they perform across a wide range of tasks without task-specific fine-tuning. The same model that drafts an email can write code, summarize a document, or answer factual questions.

For engineering teams, the LLM is a component, not a product. The product is the orchestration, retrieval, prompt design, evaluation, and human-in-the-loop layer built around the model.

Why large language model (llm) matters for distributed teams

LLMs are the substrate of the current AI moment. Almost every AI product in production today is built around one or more LLMs.

The leverage is not in the model — it is in how the model is composed with retrieval, orchestration, and human oversight into a system the organization can actually operate.

Large language model (LLM) in practice

A team builds a code review assistant using an LLM. The model receives a diff plus relevant context retrieved from the codebase and returns structured suggestions. The quality of the assistant depends less on which LLM is chosen and more on the retrieval layer, the prompt structure, and the evaluation harness that catches regressions when the model is updated.

An engineering organization deploys the same base LLM for two different products: an internal documentation assistant and a customer-facing chat tool. Both use the same underlying model but with different retrieval sources, different prompt constraints, and different output formats. The model is shared; the systems built around it are independent.

Frequently asked questions

What is a large language model?

A large language model, or LLM, is a neural network trained on massive amounts of text and code to generate and reason over natural language. Modern LLMs include GPT, Claude, and Gemini. They power most current generative AI products.

What does LLM stand for?

LLM stands for Large Language Model. The 'large' refers to both the scale of training data used and the number of parameters in the model — typically billions. LLMs are the neural networks behind most current generative AI products.

What is LLM meaning in AI?

In AI, LLM stands for Large Language Model — a class of neural network trained at scale on text and code to understand and generate natural language. LLMs are the foundation of generative AI applications including chatbots, code assistants, document summarization tools, and AI agents.

What is the full form of LLM in AI?

The full form of LLM in AI is Large Language Model. These are neural networks trained on very large datasets of text and code, capable of generating human-like text, answering questions, writing and explaining code, and performing multi-step reasoning tasks.

Related terms

Get the vocabulary that makes distributed teams work

One email per week on async governance. No spam.

See large language model (llm) in action.

StandIn is built around these concepts. Engineers publish declared state before going offline. The next shift starts with full context.