AI News Feed
Market watch
Products & Applications

Survey: 80% of Developers Find AI Coding More Addictive Than Helpful

A survey finds 80% of developers see AI coding as dependence, not advantage, raising burnout and verification-debt concerns.

More than two-fifths of developers (43%) said they keep coding with AI after hours even when they meant to stop, and 32% have put off sleep to keep going. A further 39% said AI tools have made it harder to switch off from work. While 74% of developers reported that heavy AI use made them more likely to earn a raise or promotion, 51% also said they were more likely to burn out.

Quentin Rousseau, CTO and co-founder of incident-report company Rootly, described the experience in a LinkedIn post: "It's 2:47 a.m... I'm not debugging an outage. There's no deadline. I'm just watching Claude Code refactor a module… and I can't stop." He added that "agentic coding is addictive" and said he had to seek medical help. "Watching an agent's work is passive enough to feel like rest, active enough to keep you hooked," he wrote.

The 2025 Stack Overflow Developer Survey also found friction between ease of use and heavier workload. Among respondents, 45% were frustrated by AI answers that were "almost right, but not quite." Although 80% of developers now use AI tools in their workflows, trust in AI accuracy has fallen from 40% to 29% year over year, and positive favorability toward AI dropped from 72% to 60%.

Developers still need to understand requirements, recognize when generated code conflicts with system architecture, test edge cases, address security risks, and own production consequences. This creates what some describe as "verification debt": the output arrives quickly, but verifying whether it is correct, secure, maintainable, and appropriate to the codebase remains a burden. Employers that treat AI as a way to multiply developer capacity may add pressure to ship more features, close more tickets, and perform more reviews in the same hours, potentially erasing time savings and shifting risk to larger pull requests, more generated changes, and more operational complexity.

AI-assisted programming is becoming as much a work-life balance issue as a tooling issue. Teams that use agents to remove routine toil may see genuine benefits; teams that use them to accelerate every part of the software-production pipeline risk creating a faster, more relentless version of the same job.