AI-generated code volume is overwhelming senior engineers, study shows

The cognitive bottleneck of AI-assisted development
The human brain processes conscious, analytical thought at approximately 10 bits per second according to 2025 research published in Neuron. Working memory holds roughly 4 chunks of information at a time. This biological limitation creates a fundamental mismatch with AI-generated code output.
Quantifying the workload increase
GitHub's Octoverse 2025 shows 43.2 million pull requests merged per month, up 23% year-over-year. Lines of code per developer grew from 4,450 to 7,839 in eight months - a 76% increase. Faros AI analyzed 10,000+ developers and found AI users merge 98% more pull requests with AI assistance.
The SmartBear/Cisco study established that defect detection drops from 87% for PRs under 100 lines to 28% for PRs over 1,000 lines. Quality collapses after 60 minutes of review. One OCaml maintainer rejected a 13,000-line AI-generated PR outright due to bandwidth constraints.
Burnout and workload creep
Upwork Research Institute found 77% of employees using AI say it has added to their workload, not reduced it. 71% report burnout. The most concerning finding: 88% burnout rate among the "most productive" AI users, who are twice as likely to quit.
UC Berkeley researchers identified three mechanisms of "workload creep": task expansion (everyone's scope inflates because AI makes it possible to do more), blurred boundaries (AI prompting happens during lunch, commute, evenings), and implicit pressure (when colleagues visibly do more with AI, expectations rise for everyone).
Why expertise makes the problem worse
Microsoft Research confirmed in 2024 that AI systems can make hard tasks even harder, leaving users with the same or increased cognitive load. The mechanism is asymmetric: when writing code, developers externalize a mental model that already exists, but when reviewing AI-generated code, they must reverse-engineer reasoning from an artifact produced by a system that has no understanding of business context.
A Clutch survey of 800 software professionals found 59% of developers use AI-generated code they don't fully understand. Senior engineers report the lowest confidence in this environment.
📖 Read the full source: HN AI Agents
👀 See Also

Why Every Client Wants a Chatbot Now (And Why It's the New Carousel)
A developer chronicles the trend of clients demanding AI chatbots on websites, despite admitting they close them immediately — parallels to the carousel era.

Claude Code Cache Bugs Can Increase API Costs 10-20x
Two cache bugs in Claude Code can silently increase API costs by 10-20 times. The issues were reported on Reddit and discussed on Hacker News.

India's Sarvam and Krutrim build frugal AI models for local needs
Indian startups Sarvam AI and Krutrim are developing sovereign AI models optimized for low-end smartphones and low bandwidth networks, with Sarvam's 24-billion parameter SarvamM model trained across 10 Indian languages.

Claude Code v2.1.160: Safety Prompts for Shell Config, acceptEdits File Protection, and Dozens of Bug Fixes
Anthropic released Claude Code v2.1.160 with safety prompts before writing to shell startup files and build-tool configs in acceptEdits mode, improved Windows clipboard support, and fixed session history loss.