You can't follow everything. Stop trying.

Article · 4 min read
🇫🇷 This article is also available in Français

It’s never been easier to learn. And it’s never been harder to know what to learn.

Every week: a new framework, a new protocol, a new IDE, a new model. On top of the YouTube videos, LinkedIn threads, newsletters, GitHub repos. The natural response is to try to absorb it all. Subscribe to more newsletters. Follow more people. Open more tabs.

That’s exactly the wrong move.

Exhaustive monitoring is making you less competent

There’s a stubborn assumption in technical work: staying current means reading a lot. The developer who follows 40 tech newsletters is obviously more informed than the one who follows 5.

Except that’s not how it works.

Technical skill isn’t built through passive information accumulation. It’s built through deep understanding and repeated practice. Both take time, time that exhaustive monitoring consumes without giving anything back.

In practice, someone who spends three hours a week reading announcements about frameworks they’ll never use ends up less competent at year’s end than someone who spent those same three hours building something, breaking something, figuring out why.

FOMO, the fear of missing out on something important, is the main engine behind exhaustive monitoring. And it’s a terrible engine, because it optimizes for coverage, not depth.

Nobody masters everything. Not even the people who talk about it most.

The people who produce the most content about agentic AI, the YouTube creators, the newsletter authors, the conference speakers, don’t actually master the full ecosystem. They have their areas of focus, their blind spots. What they don’t cover, they either deliberately ignore or simply don’t know.

Someone who closely tracks model releases and benchmarks probably doesn’t have time to dig into agent interoperability protocols. Someone building multi-agent workflows every day might not know exactly how recent fine-tuning approaches work. The ecosystem is too large for any one person. That’s just true.

The problem is when you compare your partial depth to someone else’s total surface area and conclude you’re falling behind.

You’re not behind. You just have different priorities.

The tools change. The questions don’t.

Six months from now, a portion of the frameworks people are talking about today will be gone. Others will have pivoted. A few will have survived and become standards. We don’t know which ones yet.

What won’t have changed: the fundamental questions.

What is an agent, really? How do you break a problem down so an LLM can solve it step by step? How do you manage context before it degrades? How do you orchestrate multiple agents without it turning into a pile of spaghetti? How do you evaluate whether an agentic system is actually doing what you asked, and not just what it claims to be doing?

These questions didn’t change with yesterday’s frameworks. They probably won’t change with today’s. Beyond that, who knows. But that’s an eighteen-month horizon, not a six-week one.

Chasing every new release means starting over every six months.

Intentional signal

The useful question isn’t “what dropped this week?” It’s: does this information change anything about what I’m doing in the next few weeks?

Not “is this interesting.” Not “could I need this someday.” Does it change anything about right now.

If the answer is no, it can wait. Or disappear. Most announcements do both, in that order.

There’s an obvious paradox here: to decide that a piece of information isn’t worth your time, you first need to know it exists. Filtering requires exposure. A headline is enough to trigger curiosity, and curiosity doesn’t have an off switch.

That’s why the filter can’t be purely personal. Nobody can scan 200 headlines a day and stop there. The real lever is to delegate the sorting upstream: follow a few people whose judgment has already proven useful rather than scanning everything yourself. Accept that their filter will let some imperfect things through. Accept, more importantly, that it will block things you’ll never see. And that you’ll be fine anyway.

In practice: ten solid sources instead of a hundred average ones. Deliberate reading time instead of a continuous stream wedged between tasks. And permission to not read something just because “everyone’s talking about it.”

Arriving a bit late to a technology that survives the announcement effect is almost always better than being first to something that disappears three months later.

Build, don’t consume

Reading ten articles about a framework usually delivers less than an hour spent using it. Not a step-by-step tutorial. Actually using it on a real problem, even a small one. Building an agent that does something useful. Testing a protocol on a concrete case. Tweaking a prompt and watching what changes.

That’s how lasting intuitions form, not by reading summaries of what other people built.

The other advantage of building: it naturally surfaces what you don’t understand yet. One hour of practice generates real questions. Those questions guide your next round of reading. The reading becomes useful because it answers something specific, not because it fills a quota.

The goal was never to know everything. We just convinced ourselves otherwise because the volume of available information used to be manageable.

It isn’t anymore.

In a field moving this fast, knowing what you can safely ignore is at least as useful as knowing what you should learn.

← Back to articles