The More I Learn, the Dumber I Feel… and Why That’s a Good Thing

My journey with Artifical Intelligent so far

Hoang Nguyen

9/15/20253 min read

A micro processor sitting on top of a table
A micro processor sitting on top of a table

Do you remember the first time you wrote a piece of code that actually worked? For me, it was a simple "Hello, World!" program. When those two words popped up on my black-and-white screen, I felt like a digital god. I had bent the universe to my will. I had spoken to the machine, and it had answered.

That feeling lasted for about ten minutes.

Then, in minute eleven, a tiny, nagging question popped into my head: "Wait... how did that actually happen?"

And just like that, I fell down a rabbit hole so deep I think I saw Alice and the White Rabbit on my way down. I thought I had spoken to the machine, but I had actually just whispered at the first of a million layers. There was the compiler, the operating system, the kernel, the CPU instruction sets, the logic gates, the transistors, and eventually, the weird quantum voodoo that makes electrons jump around in silicon.

My moment of genius was immediately replaced by the crushing realization that I knew absolutely nothing. I wasn't a digital god. I was just poking a magic box with a stick and was lucky it did something cool.

That’s my life in computer engineering. The more I learn, the bigger the map of my own ignorance gets. It’s like discovering a new room in your house, only to find out it’s an aircraft hangar filled with things you don’t understand. “Oh cool, I learned how a CPU works! Wait, what’s a GPU? What’s an FPGA? How does Wi-Fi send cat videos through the air? Why are there 17 different types of USB cables?!”

It’s humbling. And for a while, it felt impossible. How could anyone possibly learn all of this?

Enter My Super-Smart Debugger: AI

In a field built on logic and code, "AI" used to sound like the final boss in a video game. It was this far-off, all-powerful thing. Now, it's just a tool on my desktop, and it's become the best study buddy I've ever had.

Think of AI as the senior engineer who has infinite patience and has already read every Stack Overflow post, every piece of documentation, and every textbook ever written. It never gets annoyed when you ask the same question for the fourth time.

It's the ultimate assistant for untangling the spaghetti bowl of computer engineering.

“Hey AI, explain recursion to me, but use an example with a cat chasing its own tail.” Suddenly, a concept that melted my brain makes perfect sense.

“AI, I’m getting a ‘segmentation fault’ in my C++ code and I don’t know why. Can you look at this function and tell me where I messed up?” Boom. It points out the obvious mistake I’ve been staring at for three hours.

“Can you refactor this messy chunk of code to be more efficient and add comments so that future-me will understand what I was trying to do?” Poof. Clean, commented code appears. It’s a gift to my future self.

AI isn’t here to take my place. It’s here to be my co-processor. You still have to be the one who thinks, who designs, who has the creative spark. AI is the tool that handles the grunt work—the debugging, the syntax checking, the explaining—so you can focus on the big picture.

So if you’re in tech and feeling that familiar wave of "I know nothing," don't panic. Don't fear the AI chatbot. Put it to work. Ask it your "dumb" questions. Let it help you untangle the knots.

The world of computer engineering is a vast, complicated, and beautiful mess. We’ll probably never understand all of it. But that feeling of just poking a magic box with a stick is a lot more fun when you have a super-smart assistant helping you figure out which end of the stick to hold.