DEV Community

Eduard Krivanek
Eduard Krivanek

Posted on

Learning in the age of AI

Learning in Age of AI Feels Like Drowning. Here's How I'm Trying to Swim

I finished university at 24 and thought learning would finally get easier. No exams, no arbitrary deadlines, no professor reading slides from 2009.

Instead, I got internet in its final boss form. Every topic comes with 400 YouTube videos, 30 newsletters, 12 contradictory roadmaps, one guy on X saying books are dead, another saying courses are scams, and ChatGPT ready to answer everything so fast that I sometimes forget to think.

If you're in your twenties, early in your career, and weirdly less motivated to learn than you were during finals week, you're not lazy. You're probably overloaded, under-committed, and stuck in content grazing mode.

That was me.

This is my attempt to explain what changed, what made learning feel empty, and what I am doing now that works better than collecting bookmarks like I am building digital bunker for some future version of myself who suddenly becomes disciplined.

Image of a student

What learning in age of AI actually feels like

People keep saying AI has made learning easier.

Technically, sure. Explanations are cheaper. Summaries are instant. Boilerplate is free. If you want quick entry into almost any field, you can get it in 30 seconds.

But easier access has not produced clearer direction.

It has produced more tabs.

When I was in university, learning had structure even when structure was stupid. Someone told me what chapter mattered, when test was, what counted as enough. I complained about it constantly.

Now nobody stops me from learning anything. Which sounds liberating until you realize nobody tells you what to ignore either.

That is real tax of AI age for people like me. Not lack of information. Lack of stopping points.

I can ask AI to build me reading list for distributed systems, explain memory management like I am five, compare five frameworks, quiz me on syntax, and generate practice projects before I finish coffee.

I can do all that and still end day feeling like I learned nothing durable.

Because consuming explanations is not same thing as building capability.

Why endless educational content kills motivation

I used to think motivation disappeared because attention spans got worse. That is part of it, but not main part.

Main problem is that modern learning systems are optimized to keep you circulating, not progressing.

YouTube wants next video watched. Course platforms want next module opened. Newsletters want next issue read. AI tools want next prompt typed. None of them are designed around one uncomfortable question: what can you do now that you could not do two weeks ago?

That question is rude. It is also useful.

Most content makes me feel adjacent to competence. That is dangerous feeling because it looks enough like progress to let me off hook.

I know this pattern too well:

  1. I decide to learn something concrete, maybe system design, SQL optimization, or statistics.
  2. I search for best resources.
  3. I compare resources for so long that resource selection becomes project.
  4. I ask AI to summarize differences.
  5. I feel productive because document exists.
  6. I do not actually practice hard part.

That cycle is not learning.

It is pre-learning cosplay.

AI makes this worse because it removes friction from preparation. Preparation used to take time, which occasionally forced commitment. Now I can generate perfect study plan in seconds, ignore it, then generate slightly better study plan tomorrow.

I have done this enough times to respect ugly truth: abundance does not motivate. Constraint does.

What AI is good at for learning, and where it quietly sabotages you

AI is useful for learning. I am not interested in fake purist takes where real education only happens with dusty textbooks and suffering.

I use AI constantly.

I use it to translate jargon into normal language. I use it to generate examples when docs are too abstract. I use it to quiz me. I use it to critique drafts. I use it to help me get unstuck when I am blocked for long enough that frustration starts pretending to be principle.

That part is great.

Problem starts when AI becomes substitute for wrestling with confusion.

Confusion feels inefficient, but confusion is often where learning is happening. If I ask for answer too early, I borrow clarity without building it.

This is where AI quietly sabotages me. Not because answer is wrong. Because answer arrives before I have earned question.

When that happens, I get smooth explanation and weak memory.

I recognize concept when I see it again, which feels comforting, but recognition is cheap. Recall is expensive. Application is where invoices show up.

There is also ego trap. AI lets me sound smarter than I am. It helps produce code, notes, summaries, and opinions polished enough to pass casual inspection.

But polished output can hide shallow understanding, especially from person producing it.

Nothing is more humbling than explaining concept confidently, then freezing when tiny detail changes.

If AI gives me finished thought too early, I become editor of understanding instead of builder of it.

What changed after university, and why learning feels emotionally harder now

University gave me artificial urgency. Career gives me ambient anxiety.

Those are not same fuel source.

In school, target was obvious even when subject was boring. Pass exam. Finish paper. Graduate. There was scoreboard, schedule, and social proof because everyone around me was also trapped in same machine.

Now learning is tied to fuzzier questions.

Am I falling behind?

Should I learn what is useful now or what might matter in three years?

Do I go broader because world is changing fast, or narrower because specialization still wins?

Is this curiosity, career strategy, or panic wearing glasses?

That emotional uncertainty matters more than most productivity advice admits.

A lot of us are not failing to learn because we lack discipline. We are failing because we do not trust our direction, so we keep reopening decision instead of paying cost of commitment.

This is why motivation feels unstable. Motivation hates unresolved scope.

When path is undefined, every study session starts with existential admin.

What finally helped me: fewer inputs, more proof

I did not need better motivation hack.

I needed smaller learning system.

These are changes that helped most.

Pick one skill with labor market value, not ten interesting topics

For long time I organized learning around interest. That sounds noble. It was mostly avoidance.

Interest matters, but interest without selection becomes drift.

What worked better was picking one skill that compounds professionally and then letting curiosity live inside that boundary.

Not "learn AI."

Something like:

  • write better SQL for real datasets
  • debug production systems faster
  • become competent at TypeScript in large codebases
  • understand statistics well enough to stop misreading experiments

This matters because vague learning goals create vague stopping conditions.

Specific skill creates tension. Tension creates action.

Once I chose one direction, random content got easier to reject. That felt almost suspiciously powerful.

Build learning around outputs that can embarrass you

This changed everything.

Private notes are too forgiving. Highlights are too forgiving. AI chats are extremely forgiving.

Outputs with consequences work better.

By consequences, I do not mean public humiliation ritual. I mean artifact that reveals whether understanding is real.

Good examples:

  • write short explanation from memory without looking anything up
  • solve problem on blank page
  • build tiny project with self-imposed constraints
  • teach friend one concept clearly
  • review real code and justify every suggestion
  • recreate idea from scratch three days later

If result can expose confusion, it can teach.

If result only makes me feel organized, it probably cannot.

I have learned more from trying to explain one difficult idea badly than from reading ten polished explainers about it.

Painful. Useful. Annoyingly correlated.

Use AI late in cycle, not early

This is most practical rule I have.

I try to touch problem myself before asking AI to help. Even 15 minutes changes quality of interaction.

Instead of saying, "Teach me this topic," I now do something closer to this:

  1. Read primary source, docs, chapter, paper, or problem statement.
  2. Write what I think is happening in my own words.
  3. Attempt solution or explanation.
  4. Mark exact point where understanding breaks.
  5. Ask AI narrow question about that break.

This keeps AI in role of tutor, not ventriloquist.

Difference is subtle but huge. If I ask broad question too soon, AI gives polished abstraction. If I ask after failing specifically, answer attaches to something real in my head.

That is sticky learning.

I also ask AI to challenge me more often now.

Useful prompts look like this:

  • "Here is my explanation. Where am I hand-waving?"
  • "Give me counterexample that breaks my mental model."
  • "Quiz me on this without multiple choice."
  • "What would experienced engineer criticize in this approach?"
  • "Do not solve it yet. Narrow my search space."

Those prompts create resistance.

Resistance is annoying. Resistance is also where memory comes from.

Stop optimizing resource stack

I had period where I treated learning like infrastructure project.

Obsidian vault. Read-it-later app. Highlight sync. Folder taxonomy. Tagging strategy. Saved prompts. Course spreadsheet. Ranking matrix for educational YouTube channels. Probably one step away from procurement process.

Very little of that moved needle.

I do not think tools are useless. I think they become procrastination when system is prettier than output.

Now my rule is simple:

  • one primary resource
  • one place for notes
  • one recurring output format
  • one review cadence

That is enough.

Anything more has to justify itself by improving recall or application, not aesthetics.

My old systems looked impressive. They were also graveyards.

Make peace with missing out on useful knowledge

This part bothered me most.

I wanted complete map before committing. I wanted confidence that I was learning right thing, from right source, in right order.

That mindset is understandable. It is also impossible now.

There is too much good material. Not too much material, too much good material. That makes decision harder because options are not obviously bad.

You will skip valuable books. Miss important papers. Ignore smart people. Start with imperfect resource. Learn one abstraction before another. That is normal.

If you cannot tolerate that, you stay in comparison loop forever.

Maturity here is not finding perfect path.

It is accepting that learning anything meaningful requires deliberate ignorance of other worthy things.

That is not failure. That is price of depth.

What I do now during typical week

Nothing here is glamorous. That is point.

I try to keep weekly learning loop boring enough to repeat.

Monday: define one concrete question

Not broad domain. One question.

Examples:

  • Why does this query slow down as data shape changes?
  • What problem do indexes actually solve in practice?
  • How does event loop behavior show up in real debugging?

If question is too large, week disappears into intake.

Midweek: struggle in public or at least on paper

I write rough explanation, build toy example, or attempt problem with no AI help for first pass.

This part feels worst.

Which is usually sign that it is doing something.

Then: use AI as reviewer, not ghostwriter

After first attempt, I ask for critique, missing edge cases, alternative mental models, or practice prompts.

I do not ask for nice summary unless I am comparing my understanding to it.

End of week: produce one artifact

Small post. Cheat sheet from memory. Mini demo. Debugging note. Flash explanations. Anything that leaves residue.

If week ends with only consumed content, I count it as partial at best.

That sounds strict.

It is less strict than spending six months feeling vaguely guilty.

What did not work for me

Some advice sounds good and failed hard in practice.

"Follow your curiosity"

Good for wandering. Bad for compounding skill when attention already fragmented.

Curiosity needs fences or it becomes browser behavior.

"Use AI to personalize your learning"

Usually translated into endless plan generation.

Personalization matters less than repetition, recall, and feedback. Fancy custom curriculum cannot save low contact hours with actual difficulty.

"Learn in public"

Helpful for some people. For me, it became performance trap when used too early.

Posting half-formed ideas can force clarity.

It can also reward presentation before comprehension. I prefer private struggle first, public artifact second.

"Just stay consistent"

True, but incomplete.

Consistency with bad loop still produces disappointment on schedule.

You need feedback from reality, not only streak counter.

Known limitations of this approach

This is not universal system.

If you are learning for credential, exam, or tightly structured interview pipeline, you may need more coverage and less wandering than I describe here.

If you are burned out, problem may not be learning strategy at all. It may be exhaustion wearing productivity costume.

If you are financially stressed, advice about curiosity and depth can sound a little romantic. Fair enough. Sometimes most rational learning plan is direct employability, not intellectual elegance.

Also, AI genuinely can accelerate beginners when used well. I am not arguing for unnecessary suffering. I am arguing against outsourcing too much cognition too early.

That distinction matters.

What learning in age of AI should probably become

I do not think valuable learners of next decade will be people who memorize most raw information.

AI already humiliates that strategy.

I think valuable learners will be people who can do four things reliably:

  1. decide what matters
  2. frame good questions
  3. test understanding against reality
  4. stay with problem long enough to build original judgment

That fourth one feels endangered.

AI is incredible at giving shape to blank page. It is much worse at deciding what is worth caring about in first place. It can accelerate path, but it cannot choose meaningful direction for you without borrowing someone else's priorities.

That part is still human work.

Annoying, inconvenient, non-automatable human work.

Which is probably why it matters.

If you're 25 and feel behind, start here

This is short version I wish someone had handed me after graduation.

1. Choose one marketable skill for next 8 weeks

Not identity overhaul. Not life mission. One skill with visible payoff.

2. Pick one main resource and ignore rest

You can be wrong and still make progress faster than person comparing forever.

3. Use AI after first attempt

Get confused on your own first. Then ask better question.

4. Produce one artifact every week

If nothing remains at end, learning probably evaporated too.

5. Review what you can do, not what you consumed

Bookmarks are not competence. Summaries are not competence. Familiarity is not competence.

That distinction hurts a little.

It also clears room for actual progress.

FAQ: learning in age of AI

Is AI making students and graduates less motivated to learn?

Sometimes, yes. AI can reduce friction so much that people consume polished answers instead of building understanding. Motivation drops when learning turns into passive intake without clear proof of progress.

How should you use AI without becoming dependent on it?

Use AI after first attempt, not before. Let it critique your thinking, generate practice, or explain exact sticking point. Do not let it replace initial struggle with problem.

What is best way to learn when there is too much content online?

Choose one concrete skill, one primary resource, and one weekly output. Too much content becomes manageable when you create strict selection criteria and ignore most of what is available.

Why does learning after university feel harder?

Because structure disappears. University gives deadlines, scope, and shared expectations. After graduation, you need to choose direction, pace, and definition of enough on your own, which is emotionally harder than most people admit.

Closing: less content, more contact

I still use AI almost every day.

But I trust it more as sparring partner than source of certainty.

If learning feels dead lately, I would not assume you have lost curiosity. You may have lost contact with difficulty, consequence, and direction.

So cut inputs. Pick something useful. Try before asking. Make artifact before moving on.

That is less exciting than building perfect learning dashboard.

It is also first thing that made me feel like I was actually learning again.

Top comments (0)