
The Human/AI Language • Chapter 1
Natural Language Processing
Imagine talking to someone who speaks every language but doesn’t truly understand any of them. That’s the paradox of Natural Language Processing —the technology that bridges human communication with machine understanding, turning our messy, context-rich language into something machines can work with.
Estimated time.
Part 1
What is Natural Language Processing?
Every time you speak to AI, you're participating in one of humanity's most ambitious projects - teaching machines to engage with human language. Not through rigid commands or programming code, but through natural, fluid conversation.
Natural Language Processing is the bridge between human communication and machine understanding. It's how AI systems like ChatGPT or Claude transform our messy, context-rich language into something a machine can process, and then convert mathematical calculations back into human-readable responses.
Think of it like translation, but instead of converting between human languages, NLP translates between the way humans communicate and the way machines think.
The key difference from human conversation? Humans understand meaning through experience and context. AI understands through patterns and probability.
Tokenization
Breaking down language into analysable pieces (i.e. tokens).
Think of this like chopping up a sentence into smaller, bite-sized pieces—words, parts of words, or punctuation—so the AI can look at it one piece at a time.
01
Pattern Recognition
Finding connections and understanding the relationships between these pieces.
Here, the AI looks at how the pieces fit together. It's like solving a puzzle: understanding which words are related and spotting patterns in how we use language.
02
Meaning Extraction
Extracting meaning from these relationships.
The AI doesn't understand like humans do, but it learns what certain patterns usually mean. For example, it knows "I'm hungry" often leads to talking about food.
03
When you say "I'm hungry" you understand hunger through personal experience. AI understands it as a pattern of words associated with certain responses and contexts.
Consider these two sentences:
"The restaurant's atmosphere was warm and inviting."
"The restaurant's oven was warm and working."
To a human, the word "warm" means something completely different in each sentence. One is metaphorical, suggesting comfort and pleasantness. The other is literal, referring to temperature. NLP systems must learn to navigate these nuances, not through genuine understanding, but through analysing patterns in how humans use these words in different contexts.
This brings us to one of the most remarkable aspects of modern NLP: its ability to appear so human-like in its responses that we often forget we're talking to a machine.
Part 2
Fuzzy Logic and Sentiment Analysis
We naturally understand and work with uncertainty - concepts like "pretty soon" or "almost ready". Traditional computer logic only works in absolutes: yes or no, 1 or 0, true or false. This created a fundamental challenge: how could machines work with human language when so much of what we say isn't absolute?
This is where fuzzy logic comes in. It's a way for computers to work with uncertainty - to understand that something can be partially true or belong to multiple categories at once.
Think of temperature:
Humans think: "It's pretty warm today."
Traditional computer logic can only understand: "Temperature > 25°C = HOT, Temperature < 25°C = NOT HOT"
Fuzzy logic can understand: "23°C is somewhat warm, 27°C is quite warm, 32°C is very warm."
This ability to work with degrees of truth rather than absolute values is crucial for understanding human language.
Consider the following:
"I'm happy"
"I'm delighted"
"I'm not unhappy"
"I couldn't be better"
"This is fine"
Each conveys a different shade of positive sentiment, and some (like "this is fine") might even convey the opposite depending on context and tone. Sentiment analysis is how NLP systems attempt to understand these emotional nuances in language.
This isn't just about identifying positive or negative emotions. Modern NLP systems analyse multiple dimensions:
Emotional tone
Intensity of feeling
Underlying intentions
Cultural context
Potential irony or sarcasm
The technology does this not by truly understanding emotions, but by analysing vast amounts of human communication to identify patterns. So, when someone says "Oh yeah, this is fine." in a clearly negative situation, the system recognises this pattern as potential sarcasm based on how humans typically use this phrase in a given circumstance.
Part 3
Practical Applications of NLP
NLP is already woven into the fabric of our daily digital interactions, often in ways we don't notice.
Digital Assistants
When you ask Siri about the weather, it uses NLP to understand your question, figure out which location you're talking about, and respond in a way that makes sense to you.
Email and Text
✔ Smart compose features suggesting how to complete your sentences.
✔ Spam filters understanding the content and intent of messages.
✔ Automatic email categorisation into primary, social, or promotional content.
Search Engines
✔ Understanding what you're looking for even when your query isn't perfectly formed.
✔ Recognising the context of your search terms.
✔ Providing relevant results based on the intent behind your words.
Content Analysis
✔ Automatic summarisation of long documents.
✔ Key point extraction from text.
✔ Translation services that maintain context and meaning.
The true power of NLP lies not just in these individual applications, but in how they work together to create a more intuitive way of interacting with technology.
As we move forward, the line between human and machine communication will continue to blur, making it increasingly important to understand both the capabilities and limitations of these systems.
The most important thing to understand about NLP is this: when you're talking to an AI, it's like talking to someone who has read every conversation ever written down but has never actually experienced the world.
AI can recognise patterns in how humans use words and respond accordingly, but it doesn't truly understand concepts the way we do through lived experience. It's more like having an incredibly well-read conversation partner who can only draw from what others have written or said before.
Reflection
Language is more than words—it’s how we connect, express ourselves, and create meaning. Every time we speak, we reveal not just what we know, but who we are.
What does the way you communicate—to both humans and machines—say about your identity and intentions? And how might mastering this dialogue help you convey your truth to the world?
Next • Chapter 2
Introducing Large Language Models
Inside every Large Language Model lies a universe of patterns—billions of connections drawn from human knowledge, experience, and creativity.
These aren't just word prediction engines; they're sophisticated systems that can reason, create, and collaborate in ways that transform how we think and work. Understanding how they function isn't just about technology—it's about unlocking new possibilities for human-AI collaboration.