← Reddit

Anyone else feel like they are going insane with how much people rely on AI with their actual jobs?

Reddit · Complete-Sea6655 · June 14, 2026
A developer with over 20 years of experience reported pervasive AI dependency at their new workplace, where pull requests are entirely AI-generated without code understanding, AI-introduced bugs require more AI to fix, and collaborative problem-solving has disappeared. Teams handle overwork by deferring to AI agents, causing developers to lose fundamental coding skills and eliminating technical discussions entirely.

Detailed Analysis

A software engineer with over two decades of professional experience has taken to the r/Anthropic subreddit to express profound disorientation at the degree to which AI tools — most notably Anthropic's Claude — have become the default problem-solving mechanism at their new employer. The post enumerates several concrete observations: pull requests consisting of thousands of lines of AI-generated code being merged without meaningful review, entire deployment failures being responded to with directives to "just use Claude" rather than systematic debugging, the disappearance of collaborative problem-solving between colleagues, AI agents being deployed to absorb workload overflow, and a near-total absence of architectural or technical discussion among engineering staff. The author frames these not as individual grievances but as symptoms of a cultural transformation that feels, from the vantage point of a seasoned practitioner, deeply disorienting.

The post captures a tension that is increasingly well-documented in professional software engineering communities: the gap between AI-assisted development as a productivity multiplier and AI-dependent development as a liability. The author's specific concern about rubber-stamped pull requests is particularly consequential — code review exists not merely to catch bugs but to enforce architectural coherence, propagate institutional knowledge, and maintain shared understanding of a codebase. When that process is bypassed because neither the author nor the reviewer fully understands AI-generated output, the team accumulates what engineers call technical debt at an accelerated rate, with the added complication that no human holds the mental model needed to service that debt when failures occur. The deployment failure anecdote illustrates this acutely: a team unable to debug a broken system and instructed to resolve it through the same tool class that likely contributed to it represents a closed loop with no human expertise anchoring the process.

The social and epistemic dimensions of the post deserve equal attention. The author mourns the loss of the "getting stuck" moment — the friction point where one engineer asks another for help, which historically has served as a primary vector for mentorship, relationship-building, and tacit knowledge transfer. AI tools resolve that friction instantly and efficiently, but they do so by routing around the human network entirely. In organizations where this becomes the norm, junior engineers in particular lose the apprenticeship scaffolding through which expertise has traditionally been transmitted. The author, as a senior practitioner, has noticed that architecture discussions — the high-level, experience-driven conversations that shape systems over years — have vanished entirely from their new workplace. This is a meaningful signal: those discussions are where accumulated judgment, pattern recognition from past failures, and long-horizon thinking manifest, none of which current AI systems reliably replicate.

The post sits within a broader and accelerating debate about the appropriate role of large language models in high-stakes professional workflows. Anthropic, the company behind Claude, has publicly articulated a philosophy of AI as a tool that augments human capability rather than supplanting human judgment. The workplace the author describes appears to have operationalized the opposite: AI as a first and final resort, with human expertise treated as optional overhead. This pattern — sometimes called "automation complacency" in safety-critical industries — is well-studied in aviation and nuclear operations, where over-reliance on automated systems has been identified as a contributing factor in major incidents. Software engineering, while typically less life-critical, is not immune to analogous failure modes, particularly as AI-generated code increasingly underlies financial systems, healthcare infrastructure, and public services. The author's post, while a single anecdote, is resonant precisely because it names the failure mode with specificity: not that AI is being used, but that it is being used as a substitute for understanding rather than an extension of it.

Read original article →