SShortSingh.
Back to feed

AI Erodes Meaning at Work, Not Just Jobs, Harvard Business Review Study Finds

0
·2 views

A study published in the March/April 2026 issue of Harvard Business Review by researchers from Wharton, Boston University, and European University Viadrina argues that generative AI's primary threat to workers is psychological, not economic. The paper contends that AI undermines the three core needs that make work meaningful — competence, autonomy, and relatedness — even when jobs remain intact. Supporting this, a 2025 Kyndryl survey across 25 industries found that 45 percent of CEOs report employee resistance or hostility toward workplace AI, while 31 percent of 1,600 American knowledge workers admitted to actively working against their company's AI strategy. A separate BCG survey revealed a sharp divide in AI adoption, with 85 percent of leaders using generative AI regularly compared to just 51 percent of frontline workers. Researchers warn that when these psychological needs go unmet, employees disengage or sabotage AI initiatives rather than embracing the technology as a useful tool.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Aspiring Developer Lands First Open Source Merge After Months of Patience

A job-seeking software engineering candidate sought real-world development experience by contributing to open source projects. After an initial attempt on the cal.com repository was beaten by another contributor, they shifted focus to the Express Release Status website, a React-based project. The task involved making the release timeline clickable, which was accomplished by following the project's existing React Router patterns and keeping the code change minimal. Following a two-to-three month wait and a polite follow-up email to maintainers, the pull request was reviewed and successfully merged. The experience highlighted key open source lessons: study the codebase first, match existing patterns, keep pull requests focused, and exercise patience throughout the review process.

0
ProgrammingDEV Community ·

One Developer's Six Browser Tools Reveal Key Product Design Lessons

A developer has built a portfolio of six browser-based tools — including a Minecraft map generator, music workflow apps, a map-poster studio, an invoice maker, and a logo-motion editor — each designed around a distinct real-world task. Rather than adding features, the developer found that the most impactful decisions involved defining constraints: what each tool asks of users, what it hides, and what a successful export looks like. For example, the Minecraft map tool CartoVoxel prompts users to set a geographic boundary early, since output size and complexity scale directly with scope. Similarly, the music tools AI Musical and Musikalis restructure input around use cases — such as study music or social clips — rather than broad genre labels, helping users make more informed creative choices. Across all six projects, the central lesson is that reducing friction sometimes means adding structure, not simplicity.

0
ProgrammingDEV Community ·

True PDF Redaction Requires Rasterizing Pages, Not Just Drawing Black Boxes

A developer building a fully browser-based PDF editor discovered that drawing black rectangles over text does not remove the underlying content, which remains selectable and extractable. The only reliable client-side fix is to convert affected pages into raster images, eliminating any extractable text layer. To limit file size impact, only pages containing redactions are rasterized at 3x resolution, while all other pages remain as lightweight, text-selectable vector content. Annotations on rasterized pages are also burned into the same bitmap to prevent rendering inconsistencies across PDF viewers. The approach means a 20-page document with one redacted page produces a file where 19 pages stay fully vector and only the redacted page becomes an image.

0
ProgrammingDEV Community ·

Why AIOps Must Map Service Dependencies, Not Just Process Alerts

Traditional AIOps platforms excel at deduplicating and categorizing alerts, but often fail to answer critical questions about root causes and business impact. When a system slows down, dozens of alerts can fire simultaneously across servers, databases, and networks, yet without a reliable map of service relationships, AI tools cannot trace how a failure propagates. Relying on text similarity, timestamps, or historical co-occurrence risks confusing correlation with causation. Outdated CMDB data further weakens dependency mapping as modern infrastructure shifts rapidly with containers, failovers, and reconfigurations. Sensaka addresses this gap by combining tools that link physical infrastructure status, software resource relationships, and business service dependencies into a unified context for smarter incident analysis.