Skip to content
Ishan Kulshrestha
← all posts

We have all the answers now. So why did we stop asking questions?

AI made answers free. The scarce thing now is the question — and the curiosity to keep asking the next one.

Here’s something that’s been bugging me.

I’ve been deep in the grind lately — DSA problems, system design, trying to actually understand how scalable systems work under the hood. And somewhere between my hundredth LeetCode problem and yet another video on load balancers, I noticed something strange about the people around me.

Nobody’s curious anymore.

Not really. We consume. We watch the tutorial, copy the answer, paste the prompt. But that itch — the one that makes you stay up at 2 AM because you need to know why your query takes 50 seconds instead of 3 — that itch seems to be disappearing. Right when it matters most.

The strangest paradox of our time

Think about it. We’re living in the first era in human history where intelligence is basically on tap. You can ask a machine to explain distributed consensus, write your code, debug your pipeline, summarize a 300-page book. The answer machine exists. It’s in your pocket.

And yet.

The people getting the most out of AI aren’t the smartest ones. They’re the most curious ones. The ones who ask the second question. And the third. The ones who look at an answer and go, “okay, but why does that work?”

Because here’s the uncomfortable truth: AI gives you answers, but it can’t give you questions. The question is still your job. And a lazy question gets a lazy answer, no matter how powerful the model behind it is.

Curiosity was always the bottleneck. Now it’s obvious.

Before AI, you could hide a lack of curiosity behind effort. Knowledge was expensive — you had to dig through books, forums, documentation. Just finding the answer was the work. So people who weren’t curious but were diligent could still keep up.

That cover is gone now.

When the answer costs nothing, the only thing that separates people is what they choose to ask. Two developers with the same tools, same access, same model — one ships something remarkable, the other ships something mediocre. The difference isn’t intelligence. It’s that one of them kept pulling on threads.

I see this in my own learning. When I’m studying system design, I can ask AI to explain consistent hashing and get a perfectly good answer in ten seconds. But the real learning happens when I don’t stop there. When I ask: what breaks if I don’t use it? Who invented this and what problem were they drowning in? What would I have built before I knew this existed?

That last question, by the way, is criminally underrated. Try designing the thing first, badly, with whatever you know. Then look at how the experts did it. The gap between your version and theirs? That’s where understanding lives. AI can’t shortcut that for you. It can only meet you there.

We confused access with understanding

Maybe it’s just me, but I think we’ve collectively made a quiet, dangerous trade. We traded knowing things for knowing where to find things. And it felt fine, because the finding got so easy.

But there’s a difference between having an answer and having earned one. The earned answer changes how you think. It connects to other things you know. It surfaces at 3 AM when production is on fire and there’s no time to prompt anything. The borrowed answer just… sits there. Rented, not owned.

And the wild part? AI actually rewards the earned-answer people more. The deeper your mental model, the better your questions, the better the machine’s output. It’s a flywheel. Curiosity compounds now in a way it never did before.

So what do we actually do?

Look, I’m not going to tell you to “stay curious” like it’s a poster in a startup office. That’s useless. Curiosity isn’t a vibe — it’s a practice. Here’s what’s been working for me:

Ask one more question than you need to. Got your answer? Good. Now ask why it’s true. Every single time. It takes thirty extra seconds and it’s the entire difference between using AI and learning from it.

Struggle first, then ask. Spend twenty minutes being genuinely stuck before reaching for help. Not because suffering is noble — because the struggle is what makes the answer stick. Your brain only stores what it fought for.

Follow the thread that isn’t useful. Some of my best understanding came from rabbit holes that had nothing to do with the task at hand. Why is it called a “thundering herd”? What actually happens inside a TCP handshake? Useless questions. Until suddenly they’re not.

Build before you read. Sketch your own solution to the problem first. Be wrong. Then study the real one. You’ll never forget the difference.

The intelligence is here. It’s abundant, it’s cheap, and it’s not going anywhere. The machines have done their part.

The asking? That’s still on us. And honestly — I think that’s the best news possible. Because it means the most valuable skill in the AI era isn’t something you’re born with or something you buy.

It’s something you practice. One stubborn, unnecessary, beautiful question at a time.