Article 2 of 7

From Doing to Enabling: The Most Important Transition

How to multiply team output instead of maximising your own.

11 minIntermediate
Key Takeaway

If you have a team of five and you can make each of them 20% more effective, you've created a sixth engineer out of thin air. That's the multiplier effect — and it's the entire job of a tech lead. The trap most new leads fall into is staying in "doing" mode: writing code, hoarding complex problems, being the hero. The Spectrum of Enabling gives you a practical four-level framework for letting go without losing quality. Your new KPI is team autonomy, not personal throughput.


"If you want it done right, do it yourself."

This is the most dangerous sentence a new tech lead can utter. It's the mantra of the brilliant individual contributor and the quiet obituary of every team that never learned to grow.

I once worked alongside a tech lead — genuinely one of the most technically gifted engineers I've encountered. He could walk into a complex distributed systems problem and find the elegant solution in a single afternoon. When a high-stakes project came down the pipe, he'd lock in, work the problem end-to-end, and produce pristine, well-considered code that nobody could argue with.

His team resented him.

Not because he was unkind. Because he was playing a single-player game. His team spent their days implementing CRUD endpoints and fixing minor bugs while he hoarded every architectural problem worth solving. When he left for a new opportunity, the team effectively collapsed — not because the codebase was complicated, but because they'd never been given the chance to develop judgment. They'd been kept safe from the hard problems for two years.

He was a 10x engineer. As a tech lead, his multiplier was zero.

In 2026, this dynamic gets worse before it gets better. AI tools make it genuinely tempting for a talented tech lead to just do more — generate the architecture, write the proof of concept, review the PR with AI assistance, and move on. You can output more than ever before. But the team around you develops less than ever before.

The Multiplier Effect

The core difference between doing and enabling is understanding where your leverage actually lives.

If you write the code yourself, your maximum output is 100% of one person's capacity. You can work harder, use AI tools, optimize your workflow — but there is a hard ceiling on what one human can produce.

If you have a team of five engineers and you can make each of them 20% more effective, you've created an entire sixth engineer out of thin air. If you can make them 50% more effective, you've doubled the team's output without a single hire. That compound return is what separates a good tech lead from a great one.

Your job is not to be the best engineer on the team. Your job is to make everyone around you better than they thought they could be.

This is also what makes the best tech leads irreplaceable while remaining in the background. The team ships well, incidents are handled, designs are sound — and the tech lead's contribution is invisible in the best possible way.

Framework: The Spectrum of Enabling

The practical question is: how do you actually give up control when your entire career has been built on being in control of the code?

The answer is the Spectrum of Enabling — four levels of engagement, from highest to lowest team autonomy. The rule is simple: start at the top and only move down when genuinely necessary.

Level 1: The Sounding Board (Highest Autonomy)

When to use: For capable mid-level or senior engineers proposing a solid direction.

Your role here is to listen and pressure-test, not to solve. Ask questions that expose edge cases and hidden assumptions:

  • "Have you thought through what happens if the upstream service is unavailable for 30 seconds?"
  • "How does this interact with the legacy billing system?"
  • "What does the rollback path look like if this causes data inconsistency in production?"

You aren't offering solutions. You're helping them stress-test their own thinking. When they leave the conversation, they should feel more confident in their own judgment — not dependent on yours.

Level 2: The Guide (Medium Autonomy)

When to use: For engineers who are genuinely stuck or facing a problem type they haven't seen before.

Here you provide the boundaries of the sandbox but let them build what goes inside. "We need this to be horizontally scalable and it absolutely cannot touch the main billing database. Given those two constraints, how would you approach it?"

You've shaped the solution space without dictating the implementation. They still own the design. The difference between Level 1 and Level 2 is that you're actively narrowing the problem, not just questioning the proposed answer.

Level 3: The Pair Programmer (Low Autonomy, High Learning)

When to use: For junior engineers, onboarding new hires, or genuinely high-risk architectural changes where a misstep costs weeks.

Sit side by side — physically or on a shared screen. And here's the rule I never break: do not type. Make them drive. Talk through the logic, explain the tradeoffs out loud, ask why they made each choice. But their hands do the work.

The reason matters: muscle memory and cognitive ownership are different things. If you type it for them, they watched. If they type it while you talk, they learned.

Level 4: The Hero (Zero Autonomy — Emergency Use Only)

When to use: A critical production system is down, revenue is impacted, and nobody else can fix it in the available time.

Step in, fix it, stabilise the system. Then — critically — immediately afterwards, document exactly what happened and why, run the blameless post-mortem, and build the Level 1/2/3 knowledge transfer so that next time, you don't need to be the hero.

Every time you play the hero without following up with knowledge transfer, you've made the next incident more likely and yourself more indispensable in the worst possible way.

Overcoming the "It's Faster If I Just Do It" Trap

This is where most tech leads fail, because the trap is completely rational in the short term.

Watching someone spend two hours on something you could solve in twenty minutes is genuinely painful. Every instinct you've built over years of engineering screams to step in, take the keyboard, and finish it. The delivery date is real. The stakeholder pressure is real. The slow engineer is real.

But here's the math that changes everything.

If you do it for them today, you save 100 minutes. You also guarantee that the next time this exact problem appears — and it will appear — they come back to you for the answer. You have saved 100 minutes and created a permanent dependency.

If you let them work through it (with you providing the safety net and occasional redirection), they learn. Next week, they solve the same class of problem in 90 minutes. Next month, 30 minutes. Three months from now, they're teaching the next hire how to do it, and you are entirely free to think about problems at the next level.

You are trading short-term velocity for long-term capacity. Every effective tech lead I've ever respected makes this trade consciously and repeatedly, even when it's uncomfortable.

The AI corollary in 2026: the same logic applies to AI tools. If you always AI-generate the solution and hand it to the team, you've made them faster at accepting answers but not better at making decisions. Your job is to build judgment, not just throughput.

Key Takeaways

  • Your ego is the enemy. Stop hoarding the complex, interesting work. Giving it away is how you grow your team — and ultimately how you grow yourself into the next level of leadership.
  • Trade short-term velocity for long-term capacity. Watching someone struggle through a problem they'll own for life is more valuable than watching you solve it cleanly in twenty minutes.
  • Never be the only person who knows how to do something. If you're the single point of failure for any critical process, you've built a liability, not a team.
  • Your new KPI is team autonomy. The real test isn't whether the team delivers while you're in the room. It's whether they ship well during your two-week vacation. That's the multiplier effect made real.
  • Your next step this week: Identify one problem your team currently brings to you that they could own. Start moving it from Level 4 to Level 2.