LLM — Language model

A language model is a system trained on enormous amounts of text that, given a fragment, predicts how it continues. Writing, summarising, translating and holding a conversation all come out of that one simple capability: they are all ways of continuing a text plausibly.

What is language model?

A language model is a system trained on enormous amounts of text that, given a fragment, predicts how it continues. Writing, summarising, translating and holding a conversation all come out of that one simple capability: they are all ways of continuing a text plausibly.

Also: LLM

Predicting text is not knowing

A model does not query a database or verify anything: it produces the most plausible continuation. That explains both why it writes so well and why it invents things with total confidence. Those are the same property, and no amount of training separates them.

Why it matters

What changes in a SaaS

It is the piece that writes, and it is almost never where the problem is. When an AI support system answers badly, the cause is usually what information it was given, not which model wrote it. Swapping models is the first reaction and rarely the fix.

Primer plano de una placa de circuito

Language model in detail

  • Context window

    How much text it can hold at once: the question, the conversation history and the retrieved documents. When it fills up something has to be dropped, and that choice affects the answer more than the brand of the model.

  • Temperature

    A setting that controls how far it strays from the most likely continuation. High gives more varied text; low, more predictable. Support wants low: nobody wants creativity in the answer about an invoice.

  • Where it runs matters

    If your customers conversations pass through a model hosted outside the European Union, that has data protection consequences you need to be able to explain. It is a question worth asking any vendor before signing.

Questions about language model

What does LLM stand for?

Large Language Model. "Large" refers to the size of the model and of the data it was trained on.

Does a language model learn from my conversations?

Not by default, and it depends on the vendor. Using your conversations for training is a contractual decision: check what the contract says rather than assuming either answer.

Which model is best for support?

The question is usually the wrong one. Given the same information, current models write comparably; what changes the outcome is what information they get and which tools they can use.

Related terms

A term on its own is only half understood. These come up in the same conversation.

Try it without dropping what you use