Natural Language Processing (NLP)

Natural language processing (NLP) is the field of artificial intelligence focused on enabling computers to understand, interpret, and generate human language, the written and spoken words people actually use, rather than code or structured data. It’s the discipline behind translation, search, spam filtering, sentiment analysis, speech-to-text, chatbots, and document understanding.

NLP long predates the current AI wave. For decades it worked through specialized techniques, hand-built grammars, statistical models, then machine-learning classifiers, each trained for one narrow task: one model to detect sentiment, another to extract names, another to translate. The large language model collapsed that landscape: a single general model now performs most classic NLP tasks from plain-language instructions, often better than the dedicated systems it replaced. That’s why “NLP” as a buzzword has faded while NLP as a capability is everywhere, the field didn’t shrink; it won.

The old task names still matter because they name what business tools actually do under the hood: entity extraction (pull names, dates, amounts from documents), classification (route this ticket, tag this email), summarization, sentiment analysis, translation, transcription.

Why it matters at work

Most business information is language, emails, contracts, tickets, call transcripts, reviews, chat logs, and NLP is what makes that mass machine-readable. When a vendor says its product “reads” invoices, “understands” support tickets, or “listens” to sales calls, NLP is the claim being made, and the practical questions are NLP questions: how accurate is extraction on your document formats, how does it handle other languages, and what’s the error rate on the categories you care about?

A work example

A support team applies NLP to 2,000 monthly tickets: each is transcribed if it came by phone, classified by issue type, scored for sentiment, and routed, turning an unstructured inbox into a dashboard the product team actually uses to prioritize fixes.

Get one practical AI-at-work idea in your inbox each week, subscribe to the AI Work+ newsletter.

FAQ

Is NLP the same as large language models? LLMs are the current dominant approach to NLP, but the field is older and broader, covering decades of techniques for translation, sentiment analysis, entity extraction, and search.

Where is NLP already used in everyday work? Spam filtering, autocomplete, translation, voice assistants, search, and support-ticket routing all use NLP, often invisibly and long before modern chatbots arrived.