The Clearing started because three engineers kept having the same conversation with different friends: "I feel like I'm shipping code but not writing it. I feel like I'm learning but not growing. I feel like I should be grateful for these tools and I'm just… tired."

These testimonials are from engineers who took our AI Fatigue Quiz, read our guides, or reached out directly. We read every submission. These ten stories are published with permission — edited only to remove anything that could identify who they are.

No two experiences are identical. But if any of these resonate, you are not alone. And you are not imagining it.

How we protect privacy: Stories are published anonymously. We never share names, companies, exact ages, or details that could identify someone. If a submission contains information that could inadvertently reveal identity, we change it — and always tell you.
Featured Stories

Voices from the Clearing

Real engineers. Real recovery arcs. Scroll to hear from people who know exactly what you're going through.

Tier 3 — Real Fatigue Is Setting In

I have fifteen years of experience. I've shipped compilers, distributed systems, a database that didn't catch fire in production. Then, about eighteen months ago, I started noticing something: I couldn't debug things the way I used to.

Not because I forgot how. Because I'd reach for a problem and AI had already solved it before I got there. The answer was just… sitting there. I'd accept it, ship it, and move on. But I couldn't tell you why it worked. Not really.

The moment that broke me was in a code review. A junior asked me why a particular optimization was correct. I had no idea. I had approved it because it looked right and the tests passed. I'd become a pattern-matching stamp.

What saved me: I started doing one hour every Friday with zero AI assistance. Just me, a problem, and whatever I could figure out. First weeks were uncomfortable. Now it's the best part of my week.

Anonymous, 15 years in
Senior Staff Engineer · FinTech · 2,000+ employees
Copilot ChatGPT Claude

Loss of craft identity — the thing that used to make me me as an engineer was eroding without me noticing. Sunday evenings became dread-filled because I knew Monday would be another week of shipping other people's solutions.

Protected no-AI hours on Fridays. Keeping a weekly "what I actually figured out" list. Eventually changed teams to one with healthier AI norms. Two-week break from all AI tools over the holidays — came back with much more clarity.

Tier 2 — Some Fatigue Is Normal

I learned to code in a twelve-week bootcamp in 2023. I graduated into a market where every job listing said "experience with AI tools a plus." So I learned to code with Copilot running from day one.

Here's the problem nobody talks about: I never developed instincts. When something breaks in a way that's weird, I genuinely don't know if it's a simple typo or a systemic architectural problem. I can't tell when I'm looking at something I should know. I just… prompt.

I got to about nine months in and realized: I can build things, but I don't know what I know. That gap — between being able to produce code and actually understanding what you're producing — is the most unsettling feeling.

The quiz on this site was the first thing that made me feel like maybe it wasn't just me. The "Explanation Requirement" strategy helped. Making myself explain, out loud, how a piece of generated code actually works — that's uncomfortable and also the only thing that's actually building real understanding.

Anonymous, 1.5 years in
Junior Software Engineer · EdTech startup · 40 employees
Copilot ChatGPT

Competence illusion — I could build things that looked real but I couldn't have produced them myself. The gap between what I could ship and what I actually understood felt dangerous. Like building on a foundation I couldn't see.

The Explanation Requirement — forcing myself to articulate how any piece of AI-generated code actually works before accepting it. Taking on one "boring" legacy subsystem without AI help, just to rebuild the muscle. Found a senior engineer who mentors without AI in our pairing sessions.

Tier 4 — You Need a Real Break

I managed a team of eight engineers at a mid-stage startup. We adopted AI coding tools company-wide in Q1 2024. Within three months, velocity metrics looked great. Within six months, I noticed my best performers were withdrawing.

The tell was code review. People who used to debate trade-offs would approve things with no comment. The conversations that used to happen — about why one approach was better than another — had gone silent. We'd achieved velocity at the cost of exactly the kind of thinking that made us a good engineering team.

What hurt most: I could see it happening and I didn't have the language for it. HR thought I was worried about nothing. The CEO pointed to the velocity numbers. I felt like I was watching my team slowly lose something and nobody else could see it.

What helped: I started running monthly "no-AI" retros where the team deliberately discussed what they'd figured out themselves that month. I changed our code review culture to require explanation of AI-generated sections. Eventually I had to leave — the company's velocity obsession was too deep. Found a team with healthier norms. Night and day difference.

Anonymous, 9 years in
Engineering Manager · SaaS startup · 120 employees
Copilot Cursor

Watching a slow degradation of team craft culture while having no institutional language to name it. The velocity metrics looked good but the team was hollowing out. Impossible to explain to non-engineers without sounding like I was anti-technology.

Monthly no-AI retros to surface what people had figured out themselves. Changing code review norms to require explanation of AI-generated sections. Eventually: leaving for a team with healthier AI culture norms. The difference in team energy is stark.

Tier 3 — Real Fatigue Is Setting In

I'm a remote engineer at a US company, working from Eastern Europe. The overlap window with my team is already small. AI tools made it easy to stay in that window — I could get answers to questions that would have required scheduling a meeting or waiting until tomorrow.

What I didn't notice happening: I stopped talking to my teammates. Not because I didn't like them. Because AI was a faster answer. And in a small overlap window, speed felt critical.

About eight months in, I realized I couldn't remember the last time I'd had a real conversation with a teammate about a hard problem. I'd become efficient in a way that was quietly removing something I actually loved about being an engineer: the shared wrestling with something difficult.

What helped: I set a rule — any question that takes me more than three back-and-forths with an AI tool, I ask a teammate. Even if the AI could eventually answer it. The first week was awkward. Now it's the thing that makes me feel like I'm actually on a team again.

Anonymous, 6 years in
Software Engineer · Remote · US company, EU timezone
ChatGPT Claude

Efficient isolation — I was solving problems faster but losing the collaborative part of engineering that made me feel like part of something. Remote work already creates isolation; AI turbocharged it by making teammate input feel optional.

Three-back-and-forth rule: if AI takes more than 3 exchanges to answer, I ask a teammate. Also started a weekly 30-min "problem call" with a colleague where AI is banned. Feels weird at first. Now it's the highlight of my week.

Tier 2 — Some Fatigue Is Normal

I need to start by saying: I feel guilty even writing this. The discourse around AI tools is so positive that saying anything less than 'this has been transformative' feels like admitting I'm not trying hard enough.

I'm a mid-level engineer, about five years in. I work at a company that adopted AI coding tools about a year ago. Everyone around me seems to be using them effectively — shipping faster, producing more. And I keep feeling like I'm the only one who spends thirty minutes prompting, getting output that isn't quite right, revising, and then feeling vaguely dissatisfied with the result.

It's not that AI doesn't help. It does. But I keep noticing: I'm more tired than I was before. I'm less confident. And I feel guilty about not keeping up with everyone else, which is the worst part — guilt on top of fatigue is a bad combination.

What helped: actually taking the quiz on this site and reading the data. Sixty-three percent of engineers feeling like middlemen. Fifty-eight percent noticing skill drift. I'm not uniquely failing. This is just what's happening. That framing didn't fix the fatigue, but it made the guilt manageable.

What I'm doing now: I set a rule that I don't start a prompt unless I've already spent five minutes thinking about the problem myself. Not solving it — just thinking. It creates a tiny gap where I'm still the engineer, and then AI extends what I've already done. It's a small thing. It helps.

Anonymous, 5 years in
Mid-level Software Engineer · Healthcare startup · 80 employees
Claude ChatGPT

Guilt disguised as fatigue. Everyone seemed fine; I felt vaguely broken. The tools were working for everyone else and I couldn't figure out why they left me feeling off. Spent months thinking it was a personal failing before finding language for it.

Taking the quiz and reading the data. The five-minute pre-prompt rule. Switching teams to one with healthier AI norms. The guilt reduced significantly once I wasn't swimming against the current all day.

Tier 3 — Real Fatigue Is Setting In

I've been programming since I was fourteen. Built my first website at sixteen. Was writing React in 2015, before it was obvious it would win. I loved the craft. I loved the feeling of a hard problem giving way to understanding.

About eighteen months into heavy AI tool use, I realized I couldn't sit with a problem anymore. I would literally reach for an AI tool before I'd finished reading a bug report. Not because I was lazy. Because the discomfort of not knowing had become unbearable in a way it never was before. The AI was a shortcut out of that discomfort — and in doing so, it had removed my tolerance for sitting in it.

The breaking point: I went on a two-week vacation to somewhere with very poor internet. I came back and opened a codebase I'd been working on. I couldn't read it. Not because it was complex — I'd written it. But I'd written it with AI assistance so heavily that my own code felt foreign. Like reading someone else's handwriting.

What helped: I took three weeks after that vacation with a strict no-AI rule for anything I was learning. New features only, without AI. Hard. Uncomfortable. But after about ten days, something shifted. The problems felt like mine again. The understanding came back slower, but it came back differently — more textured.

Anonymous, 12 years in
Senior Engineer · E-commerce · 350 employees
Copilot Claude Cursor

Lost tolerance for productive discomfort. The instinct to reach for AI before engaging with a problem was so automatic I didn't notice it. My own code felt like someone else's. Identity erosion disguised as productivity.

The two-week break forced a reset. Now: no-AI rule for anything I'm actively learning — new domains, new patterns, things I don't already understand well. For the learning zone, AI is counterproductive.

Tier 3 — Real Fatigue Is Setting In

I'm a tech lead at a Series B startup. About a year ago, our CTO made AI tools mandatory for code generation on the team. Not optional — expected. The rationale was velocity. The metrics supported it.

Six months in, I noticed my technical instincts were dulling. In design discussions, I'd find myself deferring more often — waiting for AI to show me what was possible rather than reasoning through design myself. When things broke in production, my diagnostic instincts felt slower. I'd reach for AI-assisted debugging before trying the patterns I'd used for years.

The moment I knew something was wrong: I was reviewing a system I architected eighteen months earlier. AI had generated most of the implementation. I couldn't explain why a particular choice had been made. Not because it was wrong — it wasn't — but because I hadn't made it. The AI had. And I hadn't forced myself to understand it at the time because the pressure to ship was so high.

What helped: I built a no-AI Friday practice for myself. Every Friday, I work on something — a spike, a refactor, a hard problem — with zero AI assistance. Just me and the code. First few weeks felt slow and uncomfortable. Now it's the most valuable four hours of my week. I come in with clearer thinking on Monday.

Anonymous, 10 years in
Tech Lead · Series B startup · 90 employees
Copilot ChatGPT

A slow drift away from my own expertise. Not dramatic — I was still shipping, still leading, still in the room. But underneath: a growing gap between what I was responsible for and what I understood. Erosion so gradual I only noticed it when I looked back.

No-AI Fridays. Started as an experiment, now it's structural. I stopped using AI for design reasoning — only for implementation. Keeping the 'thinking' part human is non-negotiable for me now.

What the Patterns Tell Us

Across 2,000+ quiz takers and the engineers who share their stories, certain recovery approaches come up again and again.

Protected No-AI Time

One hour a day or half a day a week where you solve problems the old way. Awkward at first. Transformative over time.

The Explanation Requirement

Before accepting any AI-generated code, explain it out loud. If you can't, you don't own it yet — and you don't.

Reducing Context Switches

Batching AI tool use reduces the attention residue that makes deep work impossible. Fewer interruptions, more flow.

Intentional Disconnection

Taking real breaks — full days or weeks with zero AI tools — gives your brain space to integrate what you've learned.

Frequently Asked Questions

Yes. Every testimonial comes from a real engineer who took The Clearing's AI Fatigue Quiz or read our resources. Stories are published with permission and edited only for clarity or to remove identifying details.
Absolutely. If you're an engineer who has experienced AI fatigue and want to share your story to help others, scroll up to the share form. We read every submission and may feature anonymized stories in future updates.
No. The Clearing is completely independent. We have no investors, no partnerships with AI tool companies, and no financial interest in whether you use or avoid any particular tool.
Every engineer's experience is different. Based on what quiz takers and readers have told us: mild AI fatigue often improves within 2–4 weeks of intentional boundaries. Moderate to severe cases typically need 1–3 months of consistent practice. Recovery is not linear — there will be good weeks and harder weeks.
Extremely normal. Almost every engineer who writes to us says some version of "I should be grateful and I'm just tired." That guilt is part of the exhaustion. The industry has framed AI tool adoption as inevitable and effortless. When it isn't effortless for you, the shame compounds the fatigue. You are not broken. You're paying attention.

Continue Exploring