Definition
LLM (Large Language Model)
A large language model (LLM) is an AI system trained on massive text datasets to understand and generate human language. LLMs like GPT-4, Claude, and Gemini are the reasoning engines behind modern AI support chatbots — they interpret customer messages, reason over retrieved context, and generate natural-language responses that read as fluent, helpful replies.
How it works
LLMs are neural networks with billions of parameters, trained through self-supervised learning on text from the internet, books, and other sources. They develop a compressed representation of language patterns — including grammar, reasoning patterns, factual associations, and conversational norms — that allows them to generate coherent, contextually appropriate text for inputs they have never seen before.
For support applications, the LLM's core function is reasoning and generation: given a customer question and a set of retrieved knowledge-base passages, generate a response that accurately addresses the question. The LLM does not 'know' your business — it reads the retrieved context and reasons from it.
LLM selection affects support quality in measurable ways. More capable models produce better reasoning on complex, multi-part questions, better instruction following (e.g., 'always mention the 30-day policy'), and better handling of ambiguous queries where the intent isn't obvious.
When you'll encounter it
LLM is mentioned in vendor technical documentation, AI support architecture descriptions, and benchmark comparisons. When a vendor says they use 'GPT-4' or 'Claude,' they are specifying which LLM powers the reasoning layer of their RAG system.
How SupportSyndicate handles this
SupportSyndicate uses frontier LLMs with RAG grounding. The LLM reads retrieved knowledge-base passages and generates responses grounded in your content — it doesn't rely on general training knowledge to answer customer-specific questions.
Related terms
- RAG (Retrieval-Augmented Generation)Retrieval-augmented generation (RAG) is an AI architecture that combines a large language …
- Vector EmbeddingA vector embedding is a numerical representation of text — a list of hundreds or thousands…
- ChatbotA chatbot is software that conducts text-based conversations with users, automating respon…
- Confidence ScoreA confidence score is a probability estimate generated by an AI system indicating how cert…