DEV Community

Cover image for AI Broke My Back. Literally. Here's What Nobody Tells You About Productivity Tools.
Yurukusa
Yurukusa

Posted on • Edited on

AI Broke My Back. Literally. Here's What Nobody Tells You About Productivity Tools.

I couldn't get out of bed.

I turned over in my sleep and felt electricity shoot through my lower back. Frozen. Couldn't move. My first thought wasn't about the pain — it was "what about today's AI tasks?"

That's when I knew something had gone very wrong.

The Invisible Cost of AI Productivity

I use Claude Code. $200/month. It writes code 24/7. I'm not an engineer — I'm a non-coder who pays AI to build things for me.

The pitch is "AI saves you time." The reality is different.

AI writes code fast. But a human still has to review it. AI creates files — you check them. AI fixes bugs — you verify. AI runs tests — you watch. The entire time, you're sitting in a chair, staring at a screen.

I built a tool to track my actual usage. The numbers:

Sessions:     3,397
Total hours:  101h
Active days:  47 / 50 days
Streak:       35 consecutive days without a break
Enter fullscreen mode Exit fullscreen mode

35 days straight. No rest day. Over 100 hours of chair time in 7 weeks.

My back didn't stand a chance.

What Broke (In Order)

1. Lower Back — Acute Lumbar Sprain

The Japanese call it ぎっくり腰 (gikkuri-koshi). It's a sudden, debilitating lower back injury from sustained poor posture or sudden movement. Common among desk workers. Extremely common among people who sit for 6+ hours without moving.

I rushed to the orthopedic clinic. The doctor asked: "Do you sit for long periods?"

I said yes. I didn't mention the AI part.

X-rays. Anti-inflammatory patches. "Be careful about sitting too much." I already knew that. But when AI is running, you sit.

2. Shoulders — Iron Plates

Shoulder tension I'd had for years got dramatically worse. The area from my neck to my shoulder blades felt like someone had welded metal plates under my skin.

3. Skull — Yes, Really

My hairdresser told me: "The area above your forehead is incredibly tense." Apparently, excessive screen time and cognitive load manifest as physical tension in the scalp.

I didn't know that was possible. Now I massage my own head daily.

The Paradox Nobody Talks About

Every article about AI tools talks about productivity gains:

  • "3x faster development with AI"
  • "Cut costs by 50% with AI coding"
  • "Ship in hours, not weeks"

Nobody writes: "Your sitting time will triple."

Here's the math that everyone ignores:

  • AI coding time ≈ Human review time
  • More AI output = more human screen time
  • Higher AI productivity = longer human sitting sessions
  • "AI saves time" = "AI shifts time from coding to reviewing (still sitting)"

The net physical effect is often worse than manual coding, because at least when you code manually, you take breaks to think. With AI, there's always something to review. The output never stops.

My Brain Broke Too

Two weeks into heavy AI usage, my brain melted.

AI can run multiple tasks in parallel. Build a game while writing an article while designing a tool while planning marketing. AI handles parallelism beautifully.

The human giving instructions? Single-threaded.

Context switching between 4 AI tasks destroyed my ability to focus on any single thing. I wanted a digital detox so badly that I asked AI to find me a hot spring resort.

"My brain broke from AI, so I asked AI to fix it." The irony wasn't lost on me. I didn't go, though.

What I Changed

I didn't stop using AI. The value is real, and the work is genuinely exciting.

But I changed how I sit with it:

  1. Stand up every hour. Timer-based. Non-negotiable.
  2. Daily self-massage. Neck, shoulders, lower back, calves. 10 minutes.
  3. Chair height adjustment. Should have done this on day 1.
  4. One rest day per week. The AI can wait.

These sound basic. They are basic. I did none of them for the first 35 days.

The Tool That Made It Real

I built cc-session-stats — a CLI that reads your Claude Code session transcripts and tells you how much time you actually spend with AI.

npx cc-session-stats
Enter fullscreen mode Exit fullscreen mode

It shows usage patterns, daily breakdowns, streaks, and health warnings. Seeing "35 consecutive days" as a number made it real in a way that vague awareness never did.

The last tip it always gives: "Stretch your hip flexors. They're angry. Trust me."

The Full Toolkit

Tool Question
cc-health-check Is your AI setup safe?
cc-session-stats How much are you using AI?
cc-audit-log What did your AI do?

One checks your setup. One checks your body. One checks your AI's homework.

The Point

AI productivity tools have an unspoken physical cost. They increase your sitting time, your screen time, and your cognitive load. Nobody mentions this because the productivity story is more marketable.

I have the medical bills to prove it.

If you're using AI tools daily: stand up. Stretch. Walk. Your hip flexors are already angry. Trust me.


I run Claude Code 24/7 on WSL2. The AI tracks my usage. The AI broke my back. The AI built the tool that showed me it broke my back. We live in interesting times.


Have you noticed any physical effects from increased AI tool usage? I'd love to hear if anyone else has had a similar experience — or better yet, found solutions that actually work.

More tools: Dev Toolkit — 200 free browser-based tools for developers. JSON, regex, colors, CSS, SQL, and more. All single HTML files, no signup.

Top comments (0)