It’s Easy (But Easy for Whom?)

I’ve been noticing a pattern at work lately: people getting frustrated with their teammates because “It’s easy, why are we having challenges?” After this happened more than once while discussing a project that was facing implementation challenges, I started thinking about it. Was it easy, what the team was struggling with? If it truly was easy, then that means we have a hiring or training problem, right? Or maybe it is actually NOT easy, and we have an expectation management problem?

The Expertise Blind Spot

If I was asked to do something “easy”, like say, stitch up a bad cut someone has on their arm, I would have no idea how to do it. But I suspect almost any medical professional, even trainees or new hires, would say “that’s pretty easy, it’s a fundamental skill.” But fundamental for whom? Certainly not me.

This is what I call the expertise blind spot. Once you’ve mastered a skill, it becomes so automatic that you forget what it was like to not know it. You forget all the foundational knowledge, the practice, the mistakes you made learning it. The neural pathways are so well-worn that the task genuinely feels easy—to you.

Earlier this year, I asked a developer to “just update the documentation.” In my mind, it was a simple task—they knew the system, they could describe it. But I’d forgotten that writing clear, user-focused documentation is itself a skill. What I thought would take an afternoon took three days, and the first draft was almost unusable. The task wasn’t easy—I’d just convinced myself it was because I’ve been writing technical documentation for twenty years.

It’s Relative, Even Within Your Domain

Even within the realm of technology, “easy” is relative. “Go install Microsoft Exchange” and “Go code up a quick SQL query” seem really “easy” to certain people, but can be challenging and difficult depending on whether you’re a Microsoft Systems Administrator or a Database Administrator.

A senior backend developer might find API design trivial but struggle with CSS layout. A DevOps engineer might automate infrastructure deployment in their sleep but find frontend state management baffling. We all have our domains of expertise, and outside those domains, we’re all beginners again.

What Does This Tell You?

The root cause might still end up being hiring and training. Maybe you do need people with different skills. Maybe your team does need more training in specific areas. But before you jump to that conclusion, you need to recognize when you’re the one with the expertise blind spot.

When someone says “it’s easy” and the team is struggling, one of three things is happening:

  1. Skills Gap: The team genuinely lacks the foundational knowledge or experience to do the task efficiently. This requires training or hiring.
  2. Expectation Mismatch: The task isn’t actually easy, but someone with expertise has convinced themselves it is. This requires recalibrating estimates and timelines.
  3. Process or Context Problem: The task would be easy in isolation, but organizational complexity, poor tooling, or lack of information makes it hard. This requires removing obstacles.

What Should You Do?

So what should you do when you catch yourself or someone else saying “it’s easy”?

First, pause and ask: easy for whom? Specifically, given this person’s background and experience, is this truly in their wheelhouse?

Second, before assigning work, take a moment to assess whether the person has the foundational skills this task requires. If they don’t, that’s not a failure on their part—it’s information you need to plan appropriately.

Third, when you hear “it’s easy” from a frustrated team member, dig into whether you have a genuine skills gap or just mismatched expectations. Sometimes the answer is training. Sometimes it’s hiring. And sometimes it’s recognizing that what you’re asking isn’t actually easy at all, and adjusting your timeline and support accordingly.

Keep this in mind next time you’re working on effort estimation, hiring, or even just interacting with others. What might be easy for you is not necessarily easy for them, and you need to adjust and respond accordingly. The best leaders recognize their own expertise blind spots and plan around them.

Leave a comment