超越代码生成:AI智能体时代重新思考工程生产力


This blog covers topics presented at the DX Annual 2026 developer productivity conference.
本博客涵盖了在 DX Annual 2026 开发者生产力大会上提出的主题。
For years, engineering productivity has focused on reducing friction inside the software development lifecycle, with AI coding tools intended to accelerate implementation work and developer output. But as those tools became widely adopted across engineering at Dropbox, we realized that accelerating code generation simply shifted some bottlenecks downstream.
多年来,工程生产力一直专注于减少软件开发生命周期内的摩擦,AI 编码工具旨在加速实现工作和开发者输出。但随着这些工具在 Dropbox 工程团队中被广泛采用,我们意识到加速代码生成只是将一些瓶颈转移到了下游。
AI has dramatically increased coding throughput, but the faster code moves, the more pressure it puts on review queues, CI systems, validation workflows, release coordination, and production operations. The challenge is no longer simply helping engineers write code faster, but enabling the broader software development lifecycle to absorb, validate, and safely ship a much larger volume of work. That realization pushed Dropbox beyond AI tool adoption and toward a broader evolution of our engineering systems and workflows.
AI 大幅提高了编码吞吐量,但代码流转越快,给 review 队列、CI 系统、验证工作流、发布协调和生产运维带来的压力就越大。挑战不再仅仅是帮助工程师更快地编写代码,而是使更广泛的软件开发生命周期能够吸收、验证并安全地发布更大规模的工作量。这一认识推动 Dropbox 超越了单纯的 AI 工具采用,迈向了工程系统和工作流的更广泛演进。
In this post, we’ll share how Dropbox is moving from AI tools that assist engineers to agentic systems that can execute scoped tasks, how we’re building platforms to support those workflows, and how engineers are adapting to work alongside them.
在这篇文章中,我们将分享 Dropbox 如何从辅助工程师的 AI 工具转向能够执行限定范围任务的智能体系统,我们如何构建平台来支持这些工作流,以及工程师如何适应与它们协同工作。
From copilots to agents
从 copilot 到智能体
The first wave of AI coding tools accelerated implementation work inside existing developer workflows by helping explain code, generate snippets, and answer questions. These tools were highly effective, but they largely operated as copilots alongside the engineer.
第一波AI编程工具通过帮助解释代码、生成代码片段和回答问题,加速了现有开发者工作流中的实现工作。这些工具非常高效,但它们主要作为副驾驶与工程师协同工作。
The introduction of agents changed this in...