Skip to content
Go back

80/20 Of The Week: How AI Gives Meaning To Words

Edit page

80/20 Of The Week … How AI Gives Meaning To Words

We all know what words like bird, car, or tree mean and not because someone gave us a mathematical definition for each one but because over time, through repetition and context, we learned what they refer to. Like kids looking at older folks talk about stuff. We heard the words, saw the objects, connected them together, and eventually they started to mean something to us.

Computers do not work like that.

To a computer, words are just text, symbols, bits and bytes.

So the question becomes how do we make a computer understand what a word like “bird” or “car” actually means?

That is where embeddings come in.

  1. What embeddings are Embeddings are numerical representations of words, sentences, or even whole documents. A simple way to think about them is as coordinates on a graph. The idea is that words or phrases with similar meaning should end up closer together, while unrelated ones should be farther apart. So instead of treating language as just text… AI turns it into something it can compare mathematically.

  2. Why normal words are not enough Take these two sentences: “I want to buy a new phone” “I need a new smartphone”

The exact words are different. But the meaning is very similar.

Traditional keyword matching may treat them as different. Embeddings try to place them near each other because semantically they are talking about almost the same thing.

That is the real power: not just matching words… but matching meaning.

  1. How AI does that A model is trained on huge amounts of text and learns patterns about which words and phrases appear in similar contexts. Over time, it learns that words used in similar situations often carry related meaning.

So words like:

may end up closer together than something unrelated like:

And the same idea works not only for single words, but also for full sentences and documents.

  1. Why this matters Embeddings are a big part of why modern AI systems can do things like:

This is what lets a system find something relevant even when the wording is different.

So instead of asking:

“Do these words match exactly?”

the system can ask:

“Do these things mean something similar?”

That is a huge shift.

  1. Main takeaway

Embeddings are one of the reasons AI feels smarter than traditional search.

Because instead of seeing text as isolated words…

it starts seeing relationships, context, and similarity.

That is how AI begins to attach something that looks a lot like meaning to language.

#AI #MachineLearning #Embeddings #LLM #SemanticSearch #RAG #DataScience

Embeddings AI


Edit page
Share this post on:

Previous Post
80/20 Of The Week: Locking (Optimistic, Pessimistic, ...)
Next Post
80/20 Of The Week: Caching (Part 2)