AI in HR Guide
AI glossary for HR

What Is an LLM? Large Language Models Explained for HR

Large language models are the engines behind ChatGPT, Claude, Gemini, Copilot and most new HR AI features. You do not need to know the mathematics, but you do need to know what they are good at, and what they are not.

By the HRight Talks editorial teamUpdated 3 minute read

Short answer

A large language model (LLM) is an AI system trained on enormous amounts of text to predict the most likely next piece of text, which lets it understand instructions and generate fluent language. LLMs power AI chatbots and writing assistants. They are excellent at drafting, summarising, rewriting and answering questions, but they can produce confident errors called hallucinations, so for HR use they should be grounded in trusted documents and their outputs checked.

Key takeaways

  • LLMs generate language by predicting likely next words, not by looking up facts.
  • They are strong at drafting, summarising, rewriting, translating and extracting information.
  • Hallucinations are a built-in risk; grounding in your own documents reduces them.
  • Data protection depends on the version you use, so HR should use approved enterprise tools.

How an LLM works, simply

Imagine the autocomplete on your phone, trained not on your messages but on a vast library of books, websites and documents, and made powerful enough to continue not just a word but an entire essay. That is the core idea of a large language model.

  1. Training: the model reads huge amounts of text and learns statistical patterns in how language fits together.
  2. Tuning: it is further trained, often with human feedback, to follow instructions and respond helpfully and safely.
  3. Use: when you write a prompt, the model generates a response one small piece at a time, each time choosing a likely continuation given everything before it.

Key concepts in plain language

ConceptWhat it meansWhy HR should care
TokenA chunk of text, roughly a word or part of oneLimits and pricing are measured in tokens
Context windowHow much text the model can consider at onceDetermines whether it can read a whole policy handbook in one go
PromptYour instructionBetter prompts give better outputs. See HR prompts
HallucinationA fluent but false outputRisky for policy, pay and legal answers
Grounding / RAGAnswering from retrieved trusted documentsThe main way to make HR chatbots accurate
Fine-tuningExtra training on specialist dataRarely needed for HR; grounding usually suffices
Knowledge cutoffThe point after which the model's training data endsIt may not know recent law changes unless given sources

What LLMs are good at

  • Drafting and rewriting documents in a chosen tone.
  • Summarising long texts such as policies, reports or transcripts.
  • Extracting structured information, such as skills from a CV.
  • Answering questions from documents you provide.
  • Translating and adapting content for different audiences.
  • Theming large volumes of open-text feedback.

What LLMs are bad at

  • Guaranteeing facts: without sources, they can invent details.
  • Knowing your organisation: they do not know your policies unless you provide them.
  • Current events and law: knowledge ends at the training cutoff.
  • Precise calculations: they may make arithmetic errors unless connected to calculation tools.
  • Consistent judgement about people: outputs can vary and reflect biases in training data.

Why LLMs hallucinate

An LLM is designed to produce plausible language. When it lacks the information needed, it may still produce a plausible-sounding answer rather than saying it does not know. Grounding the model in your documents, instructing it to answer only from them, asking it to cite sources and routing uncertain questions to people all reduce this risk. See how to build an HR chatbot.

Using LLMs safely in HR

  • Use enterprise versions with contractual commitments on data use and retention.
  • Avoid entering identifiable personal data unless the tool is approved for it.
  • Ground answers in approved sources for anything factual.
  • Keep a person accountable for outputs that affect people.
  • Cover all of this in an AI policy for employees.

For related concepts, see machine learning in HR and the full AI glossary.

Frequently asked questions

What is an LLM in simple terms?

A large language model is AI trained on huge amounts of text to predict likely next words, which lets it understand instructions and write fluent language. It powers tools such as ChatGPT, Claude, Gemini and Copilot.

Is ChatGPT an LLM?

ChatGPT is an application built on large language models developed by OpenAI. The LLM is the underlying engine; the chat interface and extra features are built around it.

Why do LLMs make things up?

They are designed to produce plausible text, so when information is missing they may generate a convincing but false answer. Grounding in trusted documents and requiring citations reduces this.

Can an LLM read our HR policies?

Yes, if you provide them, either in the prompt or through a retrieval system that connects the model to your policy library. This is how accurate HR chatbots are built.

Sources and further reading

  1. NIST AI 600-1: Generative AI Profile of the AI Risk Management Framework
  2. OWASP Top 10 for Large Language Model Applications