I have been thinking about this a lot since reading the BCG/Harvard study published in HBR last month, and then watching Simon Willison—literally one of AI’s most enthusiastic advocates—publicly call out his own burnout in April.
Let me put the numbers on the table first.
The BCG/Harvard Study: “AI Brain Fry” Is Now a Named Condition
Boston Consulting Group researchers surveyed roughly 1,500 workers and found a pattern they called “AI brain fry”: mental fatigue from excessive use or oversight of AI tools beyond cognitive capacity. Workers describe it as a “buzzing” feeling, mental fog, difficulty focusing, slower decisions, headaches.
The data:
- 33% increase in decision fatigue among workers experiencing brain fry
- 39% more major errors compared to unaffected peers
- 11% more minor errors on top of that
- 12% more mental fatigue from high-oversight AI use specifically
- 19% more information overload when managing multiple AI tools
- Productivity peaks at 1-3 AI tools, then declines at 4+
That last point hit me. My team is currently juggling Cursor, Claude Code, Copilot, various internal AI tools, plus AI-assisted monitoring. That is well past 4.
Simon Willison: The Canary in the Coal Mine
Simon Willison—Django co-creator, one of the most prolific AI tool advocates in our industry—said in February 2026 that “nearly every software engineer I talked to was experiencing some degree of mental health crisis.” He described using AI coding agents as mentally exhausting even as they make work faster. His exact words: he can fire up four agents in parallel and be “wiped out for the day by 11 a.m.”
He also introduced the concept of “cognitive debt”—when we lose track of how code written by our agents works, we take on cognitive debt. The core of our application becomes a black box we cannot confidently reason about, which slows planning and compounds like technical debt.
If the person who evangelizes these tools more than anyone is saying this, the rest of us need to pay attention.
What I Am Seeing in My Organization
I lead engineering at a 200-person EdTech company. Here is what I have noticed since we accelerated AI tool adoption 8 months ago:
-
The “always on” illusion. AI removed the natural pauses. Writing code used to have built-in think time—waiting for compilation, reading docs, sketching on a whiteboard. Now it is one prompt away from the next task. There is no recovery built into the workflow.
-
Supervision is the new bottleneck. The BCG study found that the most mentally taxing part is not using AI tools—it is supervising them. My senior engineers are spending their cognitive budget reviewing AI output instead of designing systems. They are more tired, not less.
-
Weekend commits are up 40%. Not because I asked for it. The research backs this up—96% of heavy AI tool users report working evenings and weekends. AI made it possible to be productive at midnight, so now people are productive at midnight.
-
Context-switching across 6 parallel streams. One engineer told me she manages her own code, two Cursor sessions, a Claude Code task, a PR review of AI-generated code, and monitoring dashboards—simultaneously. That is 6 cognitive threads. The neuroscience is clear: each context switch costs 15-25 minutes of refocusing time.
The Leadership Question Nobody Is Answering
Here is what frustrates me: the industry conversation is still stuck on “are AI tools making us more productive?” The answer is obviously yes at the task level and obviously complicated at the human level.
The real question is: who is responsible for designing sustainable AI workflows?
- Is it the individual engineer? (“Just take breaks.”)
- Is it the team lead? (“Set boundaries.”)
- Is it engineering leadership? (“Design the system.”)
- Is it the tool vendors? (“Build in friction.”)
I think it is squarely on us—engineering leaders. We chose the tools. We set the expectations. We measure the output. If our people are burning out, that is a systems design failure, not an individual discipline failure.
What I Am Experimenting With
I do not have answers yet, but here is what we are trying:
- “AI-free blocks”: 2-hour windows where engineers work without AI assistance. Forces slower, deeper thinking.
- Agent limits: No more than 2 concurrent AI sessions. If you are supervising 4 agents, you are supervising none of them well.
- Review rotation caps: No engineer reviews more than 3 AI-generated PRs per day. The cognitive load of verifying code you did not write is real.
- Cognitive load retrospectives: Added “how mentally drained are you?” to sprint retros. Tracking it like we track velocity.
Early signs are mixed. Engineers initially resist the AI-free blocks (“you are slowing me down”), but after two weeks most say their afternoon productivity is higher.
The Uncomfortable Parallel
Goldman Sachs published their own uncomfortable conclusion: “We still do not find a meaningful relationship between productivity and AI adoption at the economy-wide level.”
Maybe the reason is that we are measuring machine throughput while paying the cost in human cognition. The gains at the task level are being eaten by the losses at the human level.
I would love to hear from other leaders: Are you seeing the same patterns? Are you measuring cognitive load at all? Or are we all just watching the velocity charts go up while our people quietly burn out?