DEV Community

Mert Ekici
Mert Ekici

Posted on

Burnout in senior engineers is usually structural, not personal

For years I treated burnout as a personal failing. If I was tired, I needed more sleep. If I was anxious on Sunday night, I needed to meditate. If I dreaded standup, I needed a better attitude. None of it worked, because I was treating an organizational problem as a character problem.

Senior engineer burnout rarely looks like simple exhaustion. It looks like your pull request reviews getting slower. It looks like tech debt you keep meaning to document and never do. It looks like every "quick question" landing in your DMs, because you are the person who knows where everything is. The load is structural. You cannot meditate your way out of an org chart.

Here is the framework that finally helped me, and that I now keep as a runbook.

First, diagnose: acute or systemic

A rough sprint is not burnout. A hard quarter is not burnout. Those are acute, and they resolve when the spike passes. Systemic burnout is different. The recovery never comes, because the structure that caused it never changes. You finish the death-march launch and the next one is already scheduled. You clear the queue and it refills by lunch.

The mistake is applying acute fixes (a long weekend, a vacation) to a systemic problem. You come back rested, the structure grinds you down again in two weeks, and now you also feel like the rest "did not work," which makes it worse.

A quick self-check. In the last month:

  • Do you feel recovered after a weekend, or does Sunday-evening dread start by Saturday night?
  • Is your reduced capacity tied to one specific deadline, or is it just how things are now?
  • If your single worst recurring task vanished tomorrow, would you feel fine, or would something else immediately take its place?

If your answers point to "it is just how things are now," you are dealing with systemic burnout, and the fixes are structural, not personal.

Reclaim deep work with routing, not willpower

Deep work does not survive on discipline. It survives on routing. The senior engineer's calendar is a public utility by default: anyone can book it, interrupt it, or drop a "real quick" into it. Willpower cannot defend that. A system can.

The move is to give interruptions a place to go that is not your focus block.

Script for the ad-hoc Slack request:

"Happy to help with this. I am heads-down until 2, so I will pick it up then. If it genuinely cannot wait, flag it urgent and I will jump on it now."

That one message does three things. It says yes, it protects the block, and it makes the requester decide whether it is actually urgent (it almost never is). You are not being difficult. You are being a system.

Script for the meeting that should have been a document:

"I want to give this real attention. Can you drop the context in a doc and I will leave comments by end of day? That will be faster than me half-following it live."

Renegotiate in your manager's language

"I am overloaded" gets you sympathy. Sympathy does not change your workload. What changes your workload is making the cost legible in the terms your manager already has to optimize for: shipped features versus risk.

Do not bring a complaint. Bring a tradeoff.

Script for the overloaded sprint:

"Here is what is on my plate this sprint: A, B, and C, plus on-call. I can land two of those three well, or all three at the quality where we are likely to ship a regression. Which two do you want me to guarantee?"

This works because it is not a refusal and it is not a vent. It is a decision you are handing to the person whose job is to make it. Nine times out of ten they pick two, and you have just renegotiated scope without ever saying the word "no."

The deeper version is a standing tradeoff. Keep a short, visible list of the tech debt slowing the team, each item tagged with the feature velocity it is costing. When the next "one more thing" arrives, you are not arguing about your feelings. You are pointing at a ledger.

You cannot self-care your way out of an org problem

That is the whole point. The wellness industry sells senior engineers sleep, meditation, and gratitude journals for a problem that lives in sprint planning, on-call rotations, and Slack norms. Those things are fine. They are not the fix. The fix is to diagnose whether you are acute or systemic, route interruptions structurally, and renegotiate scope in the language of tradeoffs.

If this maps to where you are, I put the full version into a short runbook: a 23-page diagnostic with a quantified Sprint-Load Audit, five boundary-defense scripts, and a sprint-negotiation worksheet you can take into your next 1:1. It is the thing I wish someone had handed me three burnouts ago: https://whop.com/mert-retail-group-llc

But even if you never read it, remember the order. Diagnose first, route second, renegotiate third. None of it is about trying harder.

Top comments (0)