In a world where AI tools can generate entire codebases in seconds, it’s easy for new developers to believe they should start their journey by prompting instead of learning. But here’s the truth every seasoned engineer knows: you can’t skip the fundamentals. Not if you want to build anything meaningful, reliable, or truly your own.
Before you open an AI assistant, open Notepad.
Not because it’s old‑school.
Not because it’s simple.
But because it forces you to see the code, understand the structure, and build the mental models that every great developer relies on.
Why Notepad Still Matters
Notepad strips away everything except your logic. No autocomplete. No linting. No frameworks scaffolding your decisions. It’s just you and the raw material of software.
When you write your first HTML tags by hand, you learn how the browser reads them.
When you type out your first JavaScript function, you feel the flow of logic.
When you debug a missing semicolon manually, you learn to think like a machine.
These are the skills that make you a developer — not the tools you use, but the thinking you cultivate.
AI Is a Power Tool — Not a Foundation
AI can accelerate you, but it cannot replace the part of development that happens in your mind:
- understanding how systems behave
- breaking problems into steps
- predicting outcomes
- debugging with intention
- designing with clarity
If you rely on AI before you understand the basics, you’re not learning to code — you’re learning to copy.
And copying won’t carry you through real‑world challenges.
Build Your Mind Before You Build Your Stack
Start with:
- a blank file
- a simple idea
- a few lines of code
- and the patience to understand what each line does
This is how you develop intuition — the thing AI can’t give you.
Once you have that foundation, AI becomes a multiplier instead of a crutch. It becomes a collaborator, not a replacement for your thinking.
Your First Tools Should Be Simple
Notepad.
A browser.
A terminal.
A few basic languages.
A willingness to experiment.
These humble tools teach you more about the craft than any automated generator ever will.
The Journey Is Yours
Every developer starts somewhere. The strongest ones start by learning how to think, not how to prompt.
So before you ask an AI to write your first function, write it yourself.
Before you generate your first layout, build it by hand.
Before you automate, understand.

Discover more from Vladimir Kuljak
Subscribe to get the latest posts sent to your email.