Core concepts

Natural Language Processing

The branch of AI focused on understanding, generating, and working with human language — covering everything from spell-check to ChatGPT.

01 ——

In plain English

Natural Language Processing (NLP) is the area of AI focused on language — both understanding what people write or say, and producing language back. It's the foundation behind chatbots, translation, sentiment analysis, summarisation, and voice assistants.

Classic NLP tasks:

  • Sentiment analysis — is this review positive or negative?
  • Named entity recognition — extract people, places, dates
  • Translation — convert between languages
  • Summarisation — condense long text
  • Question answering — given a passage, answer a question about it

The LLM era: Before LLMs, each NLP task required its own specialised model. Today, a single LLM like GPT-4 or Claude can handle nearly all of them through prompting alone — which is why the term "NLP" is now often subsumed under "LLMs" in product marketing.

02 ——

Related terms

Back to glossaryLast reviewed May 2026
Vol. 4 · Issue 19 · Last reviewed 2026-05-30

Sign up for our newsletter

Receive weekly updates so you can stay up-to-date with the world of AI