Natural Language Processing (NLP)
Why it matters
Most things shipped under the label “AI” in 2026 are NLP deployments wearing different costumes. Email classification, sentiment analysis, summarisation, translation, chat, search, RAG retrieval, code completion: all NLP tasks. Foundation models collapsed the field’s task taxonomy. One model now handles dozens of jobs that used to need separate pipelines. That collapse is the real shift, not the chatbot interface. The older subfields have not disappeared: tokenisation, NER, parsing, and evaluation metrics still matter when you need structured output, want to debug a failure, or have to defend a result.
Where you’ll encounter it
Three concrete places. A vendor pitches a “vertical AI solution” and almost always it is an LLM finetune plus a prompt template doing a classic NLP task. A model-risk review asks you to separate “language understanding” from “language generation” because the failure modes differ (hallucination is a generation problem, misclassification an understanding one). A job description lists “NLP experience” and the meaning depends on the team’s age: in a 2018 team it meant statistical methods and Stanford CoreNLP, in a 2026 team it means transformer finetuning and prompting Claude.
Part of the 7wData AI Glossary. Tracking how concepts like this move in the expert conversation: daily signals at ins7ghts.com.