The Red Light That Stopped Me (and Started Me)

The other day, my Tesla on Full Self Driving rolled up to a flashing red light.It slowed down. Stopped. Waited for the car across from me. Then pulled ahead. That wasn’t me driving. That was the car making a decision.
And in that moment, I thought: Wait… how does AI actually do this?

I’ve worked around technology for years, but I’ve never really taken the time to unpack what “AI” means. So I’ve started this blog, not as an expert, but as a student. My goal is to learn AI piece by piece — like Lego blocks — and share that journey with you. If you’ve ever been curious but intimidated, maybe we can learn together.

What Is AI?

Artificial Intelligence is the broadest umbrella. It’s any attempt to make machines act in ways that we’d normally call “intelligent” if a human did them. That could be as simple as a chess program or as complex as a self-driving car.

But here’s the catch: AI doesn’t always mean “learning.” Old-school AI was full of rules and logic. If-then statements written by humans. If the light is red, stop. If it’s green, go. That’s AI too — but brittle. It only works in situations you’ve anticipated and coded.

What Is Machine Learning?

Machine Learning is a subset of AI. Instead of hand-coding every rule, you let the system learn patterns from data.

Example: instead of telling the computer exactly what makes an email spam, you feed it thousands of emails labeled “spam” or “not spam.” The model finds the patterns on its own.

So ML = AI that learns from examples, not just rules.

What Is Deep Learning?

Deep Learning is a further subset of ML. It uses neural networks with many layers (hence “deep”) to learn incredibly complex patterns.

This is the engine behind modern breakthroughs: image recognition, speech recognition, and language models like ChatGPT.

When my Tesla recognized the flashing red, that was deep learning vision models at work — neural networks trained on millions of traffic light images.

Wrapping Up

So here’s my Lego box so far:

  • AI = the big umbrella.
  • ML = machines learning from data.
  • DL = neural networks stacked deep.

I’m still squinting into the AI sun — sometimes literally, when I forget my sunglasses and rely on my Tesla screen to tell me when the light has turned green. But I’m starting to see the pieces more clearly.

This blog is my way of stacking those pieces. If you’re curious too, stick around. We’ll build together. And I’m publishing this here so that anyone can leave comments anonymously, without fear of shame or employer backlash — a safe space to learn out loud.

What’s Next

This first post was my Lego starter kit: AI, ML, DL, and reinforcement learning.

But the real magic happens when we look inside the box:

  • Training → how models “practice” with data.
  • Inference → how they “play the game” in real time.
  • Loss functions → the yelling coaches keeping score.
  • Generalization → why Paolo Maldini said, “If I have to make a tackle, I’ve already made a mistake.”

That’s where we’re headed next.

Leave a Reply

Your email address will not be published. Required fields are marked *