top of page

AI 工作负载增加:163K 员工研究显示邮件增加 104%

AI Workload Increase: 163K-Employee Study Shows 104% More Emails

我们开发了工具来为我们写作,现在我们把所有时间都花在阅读上。生成一份六页文档只需五秒,但解析该文档以确保事实准确性仍需人工花费一小时。企业办公室和工程部门正在接受的现实是,生成式工具正在充当额外的工作层,而不是替代它。

员工没有在下午3点下班,而是在审查生成的代码、检查AI summaries是否存在幻觉,并发送两倍数量的消息。承诺的生产力爆炸迅速演变为undeniable AI workload increase.支持这一转变的数据越来越难以忽视,每天处理这些问题的开发者和办公室工作者正在迅速改变他们处理软件部署的方式,只是为了保持头脑清醒。

应对AI工作量增加:用户体验与技术解决方案

Dealing with the AI Workload Increase: User Experiences and Technical Solutions

这种崩溃首先在日常任务管理中变得明显。试图卸载繁琐任务的员工经常发现,自己花在管理AI上的时间比手动完成工作还要多。

以常见的电子表格对账任务为例。用户尝试使用AImerge two complex Excel documents using AI,希望节省一到两个小时。实际情况是陷入Microsoft Copilot Excel问题的 frustrating loop。软件冻结。它声称创建了新工作表,但什么也没生成。纠正后,它没有修复原始数据,而是幻觉出一个完全无关的表格来证明之前的错误。用户与工具斗争近两小时后,放弃该过程,手动在三十分钟内完成。

同样适用于测试和文档。将需求文档输入AI以生成Confluence测试用例,经常产生 sprawling、disorganized mess。清理和验证生成测试用例所需的时间大致等于从头编写它们的时间。我们正在看到“有损解压缩”的问题。人类自然以简短、密集的格式交流。AI将三个要点膨胀成五段礼貌的企业填充内容。同事必须阅读所有五段才能提取原始三个要点。

通过更严格的AI代码审查流程击败AI代码膨胀

软件工程正在大规模经历这种摩擦。AI models tend to produce massive amounts of code for very simple problems.资深开发者编写的干净、高效函数需要30到50行逻辑,而LLM生成的代码往往膨胀到200行 convoluted、heavily abstracted code。

由于AI允许开发者即时生成数百行代码,metrics like "Lines of Code (LoC)" are skyrocketing. 管理层视此为巨大的生产力提升。现实是,这些代码大多是臃肿、冗余的,或专门为修补先前AI输出导致的bug而生成的。

为了应对这一点,工程团队正在完全重构他们的AI代码审查流程。依赖LLM构建整个模块根本行不通。成功的开发者将AI限制在小型、高度定义的代码片段上,将整体架构完全置于人工控制之下。

处理生成代码的洪流还需要严格的三层防御系统:

  1. First-Pass Review:生成代码的工程师在提交前严格负责本地审查和测试。将原始、未经验证的AI代码扔给同事正成为严重的职业礼仪违规。

  2. Automated Checkpoints:CI/CD管道必须加强。一些团队部署自动化AI辅助linters和reviewers作为前线防御,在人工查看pull request前捕获结构缺陷。

  3. Human Peer Review:最终检查需要由经验丰富的开发者支持激进的单元测试策略,以确保臃肿代码不隐藏边缘情况故障。

在提示中设置硬约束

从这些工具中获得实际价值的用户已经放弃了无摩擦、自动化助手的想法。他们将LLM视为恶意合规引擎。

你不能要求摘要并期望简洁。你必须强制执行严格的角色和硬输出限制。给出诸如“采用简洁、精炼的角色”或“输出恰好六个要点,引用来源,并严格将响应限制在一页”的指令是阻止文本膨胀的唯一可靠方法。

AI thrives on repetitive formatting. It handles boilerplate generation perfectly. It excels at bulk data formatting—taking a raw list and converting it into JSON based on strict rules. It is an excellent tool for standardizing rough notes into a professional email tone. It falls apart the second it is asked to execute complex, multi-step decision-making or deep logic parsing.

ActivTrak AI Study Data:为什么时间被填满而非节省

The ActivTrak AI Study Data: Why Time Gets Filled Instead of Saved

开发者感受到的轶事疲惫完全由工作场所分析数据支持。ActivTrak released data tracking 163,638 employees across 1,111 organizations over a three-year span.他们的发现直接打破了AI在企业环境中节省时间的想法。

The deployment of AI tools had zero downward impact on total workload. Instead, workers found their days occupied by entirely new categories of micro-tasks. The time saved drafting a document was immediately consumed by the communication required to discuss it.

聊天量激增145%和电子邮件104%

The ActivTrak AI study data showed that after AI adoption, the volume of emails sent by employees spiked by 104%. The time spent interacting with instant messaging and chat systems rose by 145%. Usage of business management and tracking tools increased by 94%.

这是诱导需求的经典表现。如果生成文本在数学上变得更容易、更快,组织自然会期望生成更多文本。写作的摩擦 previously acted as a natural governor on corporate communication. Without that friction, the volume of emails, Slack messages, and tracking tickets explodes. Workers are not working fewer hours; they are spending the exact same number of hours managing a vastly accelerated flow of digital paperwork. AI is proving to be an additional productivity layer bolted onto the existing workday.

核心争议:期望的脱节

The Core Controversy: The Disconnect in Expectations

Managers and executives buy enterprise AI subscriptions,相信他们购买的是能够减少人员编制和加速时间线的自动化劳动力。他们根据AI已使每个人更快的假设调整日程并增加个人工作量分配。

This fundamental misunderstanding of the technology creates severe burnout. Workers are given shorter deadlines, but because the AI hallucinates, they must perform 100% manual oversight on every deliverable. When Google Gemini responds to a specific research query with six irrelevant points and one completely incorrect central fact, the employee has to scrap the output and start over. But the deadline has already been artificially compressed.

Amazon AI Routing Logic Failures

这种摩擦在物流和运营中高度可见。亚马逊员工的报告详细说明了管理层推动的自动化工具实际上拖累了现场效率。用于配送司机的Amazon AI routing logic often lacks basic situational awareness.

The system regularly ignores the physical layout of roads, directing drivers to perform massive numbers of unsafe U-turns. It groups delivery addresses that are physically 200 feet apart into the same cluster without accounting for obstacles, barriers, or road flow that make them totally inaccessible to one another. The drivers are then forced to manually override and outthink the broken AI routing logic just to finish their shift, fighting against the software that management believes is optimizing their day.

生产力定义的转变

We are reaching a point where organizations have to reconsider how they define output. Valuing a developer based on lines of code written makes zero sense when a script can dump 500 lines of garbage into an IDE in two seconds. Judging an employee's engagement by their email output is meaningless when AI drafts the replies.

The AI workload increase is a symptom of companies trying to use automation to squeeze more volume out of their staff,而不是提高工作质量。如果引入新工具的目标是改善办公室的工作生活平衡,管理层必须在效率提高时故意选择不增加任务配额。

Technology has always functioned as an amplifier for existing corporate priorities. If a company prioritizes endless output, an LLM will simply help them generate endless output until the employees responsible for proofreading it burn out completely. The bottleneck has merely shifted from the typing phase to the review phase, and editing a machine's hallucinations takes just as much energy as writing the code yourself.

常见问题

Why is there an AI workload increase when tools are supposed to save time?

AI accelerates the creation of text and code, but it introduces high error rates and logical flaws. Employees must spend significant time verifying facts, checking for hallucinations, and editing bloated responses. The time saved typing is simply replaced by the time spent reviewing.

What does the ActivTrak AI study data reveal about productivity?

The study tracked over 160,000 employees over three years and found AI does not decrease total work hours. Instead, it triggered a 104% increase in emails and a 145% increase in instant messaging. AI freed up time on single tasks, which was instantly filled with higher volumes of communication and task management.

How can developers fix AI code bloat?

Developers solve this by restricting AI to generating small, highly specific code snippets rather than entire structural modules. Teams also rely heavily on an aggressive AI code review process, forcing local manual checks, automated CI/CD pipeline linters, and strict human peer review to catch redundant logic.

What causes the Microsoft Copilot Excel issues users report?

LLMs struggle with complex, multi-step operations and logical mapping in large spreadsheets. Copilot frequently freezes, hallucinates new tables instead of altering existing data, or fails to execute cross-sheet merges properly, requiring users to abandon the AI and complete the task manually.

Why does the Amazon AI routing logic fail in real-world scenarios?

The routing AI lacks physical context regarding local road rules and spatial barriers. It often plans dangerous amounts of U-turns or mistakenly links delivery points that are geographically close but physically separated by obstacles, forcing human drivers to manually correct the routes on the fly.

How can I stop AI from generating too much text?

You have to use absolute constraints in your prompts. Instruct the AI with specific rules like "output exactly five bullet points," "restrict length to one page," or "maintain a terse, direct persona." Without hard limits, LLMs will default to producing long, repetitive responses.

 
 

免费开始

一款本地优先的AI助手,具备个人知识管理功能

为了获得更好的人工智能体验,

remio 目前仅支持Windows 10+ (x64)M-Chip Mac

在你的大脑里添加一个搜索栏

Ask remio

记住一切

​无需整理

bottom of page