Skip to content
Abdelrahman Abuissa
Method4 min read

On feeling stupid

The hardest barrier to learning anything is not difficulty. It is the moment you feel stupid and your brain starts looking for the exit. Here is what actually works on it.

This chapter covers . Read the whole arc.

The hardest barrier to learning anything is not that the material is difficult. It is a specific feeling, and if you have taught yourself anything you will recognise it immediately.

You are twenty minutes into something new. It is not going in. You read the same paragraph three times. And somewhere underneath the frustration is a much older and more uncomfortable thought: maybe I am not smart enough for this.

That thought is the actual obstacle. Not the syntax, not the maths, not the documentation. The fear of being stupid — or more precisely, the fear of discovering that you are.

What your brain does next

Once that feeling arrives, your brain starts offering you exits. They are always reasonable. You should check something. You are tired, better to come back fresh. This is probably not the right resource, you should find a better course first. Maybe this whole field is not for you.

Every one of those is a way of stopping without having to admit you stopped.

And it works, in the short term. You put it down, the bad feeling goes away, and nothing has been lost except the thing you were trying to learn. This is why so many people have three unfinished courses and a conclusion about themselves.

The obvious answer is wrong

The advice you normally get here is to push through. Grit your teeth, keep going, discipline over motivation.

I do not think that works, and I have tested it on myself fairly thoroughly. If you keep grinding at the exact thing that is making you feel stupid, the feeling does not fade — it compounds. Every additional minute of not-getting-it is more evidence for the case your brain is building against you. Eventually you quit anyway, except now you quit with a much stronger conviction that you were right to.

What actually worked

The thing that worked for me was neither pushing through nor stopping. It was sideways.

When I hit the wall on something, I switch to a different task — usually related, sometimes not — that I know I can do. Something a bit easier. Something where I will produce a result within the hour.

That does two things. It restores the sense of being someone who can do things, which is what actually got damaged. And it quietly removes the emotional charge from the hard task, so when I come back to it a day later I am looking at a technical problem rather than at a referendum on my intelligence.

The distinction that matters: I am not avoiding the hard task. I am neutralising the feeling so I can return to it. The test is simple — if you come back, it was a sidestep. If you do not, it was an exit with better branding.

Why I trust this one

I wrote the first version of this at the end of 2019. At that point I had been unemployed earlier that year, had been learning Python for about three months, and had exactly one working program to my name — a tool that edited my own cover letters.

I did not know then whether any of it would go anywhere. It was, honestly, a note to myself.

What I can add now, which I could not add then, is that it held. The same approach got me through machine learning, then Java and Android in about nine days, then a framework I had never touched shipping a client project in a day, then an entire domain — server security — that I only entered because I kept getting broken into.

Every one of those started with roughly a week of feeling stupid.

The part nobody says

You do not stop feeling stupid. That is the thing I wish someone had told me in 2019.

Six years and several languages later, every new domain still opens with the same fog and the same quiet suggestion that everyone else finds this obvious. The feeling has not diminished at all.

What changed is that I stopped treating it as information. It is not a signal about my capability. It is just what the first week of anything feels like, and by now its arrival is almost reassuring — it means I have picked something worth learning.

If you are in that week right now: nothing has gone wrong. That is the week.

  • learning
  • self-teaching
  • method