Skip to content

AI & ML

Large Language Model (LLM)

A neural network trained on vast amounts of text to predict and generate language, and the engine behind modern AI assistants.

A large language model is a type of neural network trained on enormous quantities of text so that, given some input, it can predict what text should come next. That single capability (next-token prediction at scale), turns out to be enough to summarise, translate, answer questions, write code and hold a conversation.

The "large" is literal: modern models have billions of parameters and are trained on a meaningful fraction of the public internet. That scale is why they are general-purpose, and also why running them well in production is an engineering problem in its own right: latency, cost per token, context limits and evaluation all have to be designed for, not assumed.

For a business, the important distinction is between a demo that calls an LLM and a system that depends on one. The gap between them (retrieval, guardrails, evaluation, fallback behaviour), is where most AI projects succeed or quietly fail.

Working out whether you need Large Language Model (LLM)?

Definitions are the easy part. If you are trying to decide whether Large Language Model (LLM) belongs in your system, describe what you are building and a senior engineer will give you a straight answer, including when the answer is that you do not need it.

  1. 01A senior engineer reads it. Not a form queue, and not an account manager.
  2. 02We reply either with questions or with a straight answer that we are not the right fit.
  3. 03If it looks like a fit, a technical call with the person who would actually run the delivery.
  4. 04Then scope, effort and risk in writing, before anyone signs anything.

Two fields required. We reply to real enquiries. No list, no sequence.