One of the most common mistakes when building multi-agent systems is giving each sub-agent a specialized role: the "dev ops" agent, the "tester" agent, the "senior architect" agent. It mirrors how we organize humans but in my experience it doesn't work well.
构建多智能体系统时最常见的错误之一,是给每个子智能体分配一个专业角色:「运维」智能体、「测试」智能体、「资深架构师」智能体。这照搬了我们组织人的方式,但以我的经验,它效果并不好。
I'm starting to think the same thing is true for the humans who make up an organization. Most companies organize by what people know how to do but as AI pushes towards generalists ("Product Engineers") and faster iteration cycles ("software factories"), I think they should instead organize by what problems people close.
我开始认为,对组成一家组织的人来说也是如此。多数公司按「人会做什么」来组织;但随着 AI 把人推向通才(「产品工程师」)和更快的迭代周期(「软件工厂」),我认为公司应该改为按「人能闭合什么问题」来组织。
This post proposes CompanyT ("company-transpose"), an operation that fundamentally flips how software companies organize talent and operate. Why I think this will happen, what will go wrong, and how an AI-native software company probably doesn't even really look like a 'software company'.
本文提出 CompanyT(「company-transpose」,公司转置)——一个从根本上翻转软件公司如何组织人才、如何运作的操作。我会讲:为什么我认为它会发生、会出什么问题,以及一家 AI 原生软件公司为什么可能根本就不像一家「软件公司」。
CompanyT:公司转置CompanyT
The transposed organization organizes around what I'll call "loops" rather than traditional specialities.
转置型组织围绕我称之为「闭环(loop)」的东西来组织,而不是围绕传统的专业分工。
A loop is the full chain of decisions between a problem and a deployed solution, owned by one person. It's recurring, not one-shot, which is what makes it an org design unit rather than a project. Customer bugs → fixes in prod is a loop. Revenue pipeline → closed deals is a loop. The strongest loops close back to an external source (the customer who reported the bug gets the fix), but internal loops exist too.
一个闭环,是从一个问题到一套已部署解决方案之间的完整决策链条,由一个人拥有。它是循环往复的、而非一次性的——这正是它成为组织设计单元、而非一个项目的原因。「客户 Bug → 线上修复」是一个闭环。「收入管线 → 成交」是一个闭环。最强的闭环会闭合回外部源头(报 Bug 的那个客户拿到了修复),但内部闭环同样存在。
Here's today's org matrix. Rows are problems to solve, columns are specialist roles. Each cell is the person who handles that step. A single problem touches many people.
这是今天的组织矩阵。行是待解决的问题,列是专业角色。每个单元格是处理那一步的人。一个问题会牵涉很多人。
| 问题(行)\职能(列) | 产品定义 | 设计 | 工程 | 运维 | 销售 | 支持 |
|---|---|---|---|---|---|---|
| 产品问题 → 上线 | Alice | Carol | Bob | Dave | — | — |
| 收入问题 → 成交 | Alice | Carol | Bob | — | Eve | — |
| 客户 Bug → 修复上线 | Alice | — | Bob | Dave | — | Frank |
一个客户 Bug 要经过 5 个人、4 次交接。离客户最近的 Frank 没有修复能力;能修复的 Bob 与客户没有关系。
Read down any column: the same set of specialists handle that function across every problem. Bob writes the code, Carol does the design, Dave handles ops. A customer reports a bug and it touches five people across four handoffs. Frank, the person closest to the customer, has zero ability to fix the problem. Bob, the person who can fix it, has no direct relationship with the customer.
竖着读任意一列:同一批专家跨所有问题处理同一个职能。Bob 写代码,Carol 做设计,Dave 管运维。一个客户报了 Bug,它要经过五个人、四次交接。离客户最近的 Frank,完全没有能力去修复这个问题;能修复它的 Bob,和客户没有任何直接关系。
Now transpose it. Same grid, but read across any row: the same generalist closes every step of that problem.
现在把它转置。同一张网格,但横着读任意一行:同一个通才闭合这个问题的每一步。
| 闭环(行)\步骤(列) | 定义 | 设计 | 实现 | 部署 | 面对客户 |
|---|---|---|---|---|---|
| 产品闭环 | Alice | Alice + agent | Alice + agent | Alice + agent | Alice |
| 收入闭环 | Eve | Eve + agent | Eve + agent | Eve + agent | Eve |
| 支持闭环 | Frank | Frank + agent | Frank + agent | Frank + agent | Frank |
| 平台层(原专家) | Bob → 测试框架与代码质量标准 · Carol → 设计系统与品牌基线 · Dave → 部署管线与可观测性 他们的专业能力变成基础设施,各自跑自己的闭环,产出在所有闭环上复利 | ||||
图 1 / 图 2 依据原文文字描述复现,非原文配图;原文配图见来源链接。
Alice was a PM; now she owns the full product loop, with agents handling the code, design, and ops she couldn't do before. Eve was in sales; now she closes the full revenue loop. Frank was in support; now he diagnoses and fixes issues rather than just logging them.
Alice 原来是产品经理;现在她拥有完整的产品闭环,由智能体处理她过去做不了的代码、设计和运维。Eve 原来做销售;现在她闭合完整的收入闭环。Frank 原来做客服支持;现在他不只是记录问题,而是诊断并修复问题。
The loop owner's role is closer to an architect than a traditional individual contributor. They're not writing code the way an engineer writes code. They're directing agent execution, making architectural and judgment calls across the full chain, deciding what to build and what "good" looks like before delivery. The primary output is decisions, not artifacts.
闭环所有者的角色更接近架构师,而非传统的个人贡献者。他们不是以工程师写代码的方式在写代码。他们是在指挥智能体执行,在整条链路上做架构与判断决策,在交付之前决定「做什么」以及「好」长什么样。主要产出是决策,不是交付物。
Bob, Carol, and Dave didn't disappear. Their roles shifted from direct execution to platform: encoding their specialist taste into the systems, guardrails, and context that every loop owner's agents rely on. While this has always been the promise of platform teams, AI makes it more tractable because the encoding target is now a context layer that agents can interpret. It's still hard, but it's now the dedicated role rather than a side-effect. Bob doesn't write the fix for Alice's customer bug anymore, but he built the testing framework and code quality standards that Alice's agents run against. Carol encoded the design system that ensures Eve's agent-generated demos meet the brand bar. Dave built the deployment pipeline and observability stack that Frank's agents use to ship and monitor fixes. Their expertise became infrastructure. They run their own loops now (platform reliability, design systems, etc.), and their output compounds across every other loop without requiring direct coordination with any of them. The relay chain between them collapsed into a shared context layer, made possible by agents that can absorb and apply specialist judgment at the point of execution rather than requiring the specialist to be in the chain.
Bob、Carol、Dave 并没有消失。他们的角色从直接执行转向平台:把自己的专业品味编码进每个闭环所有者的智能体所依赖的系统、护栏和上下文里。这一直是平台团队的承诺,但 AI 让它更可行了——因为编码的目标现在是一个智能体能够解读的「上下文层」。它依然很难,但它现在是一个专职角色,而不是副产品。Bob 不再为 Alice 的客户 Bug 写修复代码,但他构建了 Alice 的智能体所要运行的测试框架和代码质量标准。Carol 编码了设计系统,确保 Eve 用智能体生成的演示达到品牌水准。Dave 搭建了部署管线和可观测性栈,供 Frank 的智能体发布与监控修复。他们的专业能力变成了基础设施。他们现在跑自己的闭环(平台稳定性、设计系统等),其产出会在其他每一个闭环上复利叠加,而不需要与其中任何一个直接协调。他们之间的接力链条塌缩成了一个共享上下文层——这由「能在执行现场吸收并应用专业判断的智能体」所实现,而不再需要专家本人待在链条里。
Today this works for some loops better than others. The gap between agent-assisted and specialist-quality output is real, and it narrows unevenly. A PM shipping production code via agents is not yet the same as a staff engineer shipping it. But the trajectory is directional, and the organizational question is whether you begin to restructure around where the capability is heading, wait until it arrives, or continue to assume things will stay where they are today.
今天,这在某些闭环上比在另一些上更奏效。智能体辅助产出与专家级产出之间的差距是真实存在的,而且它收窄得并不均匀。产品经理通过智能体交付生产代码,还不等同于一位资深工程师交付它。但趋势是有方向的,而组织层面的问题是:你是开始围绕「能力正在走向的地方」重构,还是等它到来,还是继续假设一切会停在今天的位置。
有了闭环之后……With loops…
接力链条塌缩The relay chain collapses
Every handoff in a relay chain has (at least) three costs: delay (waiting for the next person to pick it up), context loss (the next person only gets a summary of what the last person understood), and coordination overhead (syncs, updates, ticket management). These costs can be so deeply embedded in how companies operate that often we've stopped seeing them as costs.
接力链条中的每一次交接都(至少)有三重成本:延迟(等下一个人接手)、上下文损耗(下一个人只拿到上一个人所理解内容的摘要)、协调开销(同步会、进度更新、工单管理)。这些成本可能深深嵌入公司的运作方式之中,以至于我们常常已经不再把它们看作成本。
In a loop, there's nobody to hand off to. The same person who heard the customer describe the problem is the one deploying the fix. There's no "let me loop in engineering." The context is native because the same human carried it the entire way.
在闭环里,没有人可以交接。听客户描述问题的那个人,就是部署修复的那个人。不存在「我拉一下研发」。上下文是原生的,因为是同一个人一路带着它走完。
For external-facing loops, the output ships directly back to the source of the problem: customer reports a bug, customer gets a fix in prod. Prospect asks a question, prospect gets a live demo built for their use case. For internal loops, the closure is the same structure: system hits a scaling wall, the infra loop owner ships the fix; new hire joins, the people-development loop owner ramps them into a functioning loop owner. The topology is the same whether the source is a customer or the organization itself.
对面向外部的闭环而言,产出直接回到问题的源头:客户报 Bug,客户拿到线上的修复;潜在客户提出问题,潜在客户得到一个为其场景现场搭建的演示。对内部闭环而言,闭合的结构是一样的:系统撞上扩展性瓶颈,基础设施闭环所有者交付修复;新人入职,人才发展闭环所有者把他带成一个能运转的闭环所有者。无论源头是客户还是组织自身,拓扑结构都相同。
This also changes accountability in ways that are hard to overstate. When six people touch a customer issue, responsibility diffuses. "X is working on it" is a phrase that defacto implies nobody specific is responsible for the outcome. When one person owns the full loop, they own the outcome.
这还以怎么强调都不为过的方式改变了问责。当六个人都碰过一个客户问题时,责任就被稀释了。「X 在跟进」这句话,事实上意味着没有任何具体的人对结果负责。当一个人拥有完整闭环,他就拥有结果。
最优即默认The best is the default
Innovation in a transposed org is encouraged and diffuses rapidly. It's each loop owner getting better at their end-to-end vertical and being creative about how they close it. The product loop owner who finds a novel way to diagnose customer problems, the revenue loop owner who invents a new demo format that converts better: these emerge from depth within a loop, not from a separate R&D department. That doesn't mean loop owners innovate in isolation. Shared skills and harnesses propagate ideas between loops through agents. Demo hours, brownbags, and on-the-loop peer review across loop owners propagate them between humans. The innovation surface is the combination both depth within a loop plus breadth across the shared context layer. The codified institutional knowledge (standards, conventions, judgment artifacts) compounds across every loop without requiring direct coordination between them.
在转置型组织中,创新被鼓励且扩散极快。它体现为每个闭环所有者在自己的端到端纵深上变得更强,并在「如何闭合它」上更有创造力。那个找到诊断客户问题新方法的产品闭环所有者,那个发明了转化更好的新演示形式的收入闭环所有者:这些出自闭环内部的纵深,而非某个独立的研发部门。这并不意味着闭环所有者在孤立中创新。共享的技能(Skills)与工装(harnesses)通过智能体在闭环之间传播想法;Demo 时间、Brownbag 分享,以及闭环所有者之间的「在环」同行评审,在人与人之间传播它们。创新面 = 闭环内的纵深 + 跨共享上下文层的广度。被编码下来的机构知识(标准、约定、判断产物)会在每一个闭环上复利,而不需要它们之间直接协调。
This doesn't happen automatically. Skill and context governance, deciding which artifacts propagate, resolving conflicts between competing approaches, maintaining quality as the context layer grows, becomes a critical organizational capacity in an AI-native company.
这不会自动发生。技能与上下文治理——决定哪些产物可以传播、化解相互竞争方案之间的冲突、在上下文层不断膨胀时维持质量——会成为一家 AI 原生公司的关键组织能力。
公司感觉更小了The company feels smaller
When you reorganize around loops, the company compresses. Not necessarily fewer people, but fewer coordination surfaces. Each loop operates with a degree of independence that looks a lot like a startup within a company, shared infrastructure, shared values, shared context, but autonomous execution. The weekly meeting where twelve teams give status updates starts to feel unnecessary when each loop is self-contained enough to not need the other eleven to unblock it.
当你围绕闭环重组时,公司会被压缩。不一定是人更少,而是协调面更少。每个闭环运作时都有相当程度的独立性,看起来很像「公司里的一家创业公司」:共享基础设施、共享价值观、共享上下文,但自主执行。当每个闭环都足够自足、不需要另外十一个团队来解锁自己时,那个十二个团队轮流汇报进展的周会,就开始显得没必要了。
This also changes what "management" means. In a function-based org, managers exist partly to coordinate across the relay chain, to make sure the handoff from Product to Engineering actually happens, that priorities align, that nothing falls through the cracks. In a loop-based org, that coordination job mostly evaporates. What remains is setting direction (which loops should exist, what problems they should target) and developing people (training the taste, agency, and judgment that make loops work).
这也改变了「管理」的含义。在职能型组织里,管理者的存在有一部分是为了跨接力链条做协调:确保从产品到研发的交接真的发生、确保优先级对齐、确保没有事情掉进缝里。在闭环型组织里,这份协调工作基本蒸发了。剩下的是定方向(应该存在哪些闭环、它们该瞄准什么问题)和培养人(训练那些让闭环成立的品味、能动性与判断力)。
硬现实……The hard realities…
更宽的闭环,不是无限的闭环Wider loops, not infinite loops
The claim is "one person closes a much wider loop," not "one person does everything." An Account Owner who closes the full revenue loop is not also the person who takes a customer bug to a fix in production. The loops are distinct; they share infrastructure and context, not responsibilities.
这里的主张是「一个人闭合一个宽得多的闭环」,不是「一个人什么都干」。一个闭合完整收入闭环的客户负责人,并不同时是那个把客户 Bug 一路带到生产环境修复的人。这些闭环是相互区隔的;它们共享基础设施和上下文,不共享职责。
The common binding constraint is cross-domain taste. A person can only hold good judgment across so many domains simultaneously. Every artifact on the loop that doesn't meet the bar is slop, and there's no (in the loop) downstream review to catch it. This is what determines how wide a loop can get: not execution capacity (agents handle that), but the breadth of judgment one person can maintain with quality. The pool of people who can close a full product loop, from customer problem to deployed fix, with taste at every step, is smaller than the pool of people who can do any one step well. Training taste is hard; you can teach someone a new framework in a week, but teaching them to recognize when an architecture decision will cause problems six months from now takes years of pattern-matching.
共同的约束条件是跨领域品味。一个人同时在多少个领域里保有良好判断,是有上限的。闭环上任何一件不达标的产物都是「垃圾产出(slop)」,而且(在环内)没有下游评审来兜住它。这才是决定一个闭环能有多宽的东西:不是执行能力(那由智能体负责),而是一个人能以质量维持的判断广度。能从客户问题一路闭合到部署修复、且每一步都有品味的人,其人才池比「能把其中任一步做好」的人才池要小得多。训练品味很难:你可以在一周内教会某人一个新框架,但要教会他识别「某个架构决策会在六个月后带来麻烦」,需要多年的模式积累。
When a loop is too wide for one person's taste to cover, you pair loops. A revenue loop that requires both deep technical credibility and relationship selling splits into a technical loop co-owner and a commercial one working the same customer from complementary angles.
当一个闭环宽到超出一个人的品味覆盖范围时,你就把闭环配对。一个既需要深厚技术公信力、又需要关系型销售的收入闭环,会拆成一位技术闭环共有者和一位商务闭环共有者,从互补角度共同经营同一个客户。
协调被压缩,但不会消失Coordination compresses, it doesn't vanish
This mirrors what happens in agent systems. A single agent with tools has zero internal coordination cost. But the moment you have two agents sharing a database or a file system, you need orchestration. You've reduced coordination from O(n) handoffs per problem to O(k) dependencies between loops, where k is much smaller than n.
这与智能体系统中发生的情况如出一辙。一个带工具的单智能体,内部协调成本为零。但一旦你有两个智能体共享一个数据库或文件系统,你就需要编排。你把协调从「每个问题 O(n) 次交接」降到了「闭环之间 O(k) 个依赖」,其中 k 远小于 n。
Two loops sharing a dependency (a demo environment, a roadmap, a brand promise, a production database) still create coordination costs between them. Between loops, you still need shared context, shared infrastructure, and someone who holds the picture of how the loops interact. That "someone" is probably the exec team or an uber-architect.
两个共享某项依赖(一个演示环境、一份路线图、一个品牌承诺、一个生产数据库)的闭环之间,仍然会产生协调成本。在闭环之间,你仍然需要共享上下文、共享基础设施,以及一个把握着「这些闭环如何互动」全局图景的人。那个「人」,大概率是高管团队或一位超级架构师。
人喜欢和人打交道Humans like working with humans
Some steps in a loop are irreducibly human. Enterprise sales requires being in a room with a business leader. People management requires the kind of trust that doesn't transfer through an API. These touchpoints are an additional hard floor on how much a loop can compress. A revenue loop can collapse AE, SE, and Deal Desk into one person, but that person still needs to show up to the dinner, still needs to have the relationship, still needs to read the room. The agent handles the demo, the quote, the technical deep-dive. It doesn't handle the handshake.
闭环中的某些步骤是不可还原的人类环节。企业级销售需要与业务负责人同处一室;带人管人需要的那种信任,无法通过 API 传递。这些接触点,是「闭环能压缩到什么程度」的又一道硬底线。一个收入闭环可以把 AE、SE 和 Deal Desk 合并成一个人,但那个人仍然需要出席那顿饭局,仍然需要拥有那份关系,仍然需要读懂现场空气。智能体处理演示、报价、技术深潜;它处理不了那次握手。
This also means that the loops with the most human touchpoints can be the ones that compress the least. Support for a self-serve product can compress dramatically. Enterprise sales to Fortune 500 accounts, less so. The transpose is not uniform across the matrix.
这也意味着,人类接触点最多的闭环,可能恰恰是压缩程度最低的。自助式产品的客服支持可以被极大压缩;面向财富 500 强客户的企业级销售则要少得多。转置在矩阵上并不是均匀发生的。
每天的决策量是有限的Decisions per day are finite
A human can make a fixed number of high-quality decisions per day. Agents handle execution, but every loop still requires judgment calls: what to prioritize, when to ship, whether the output meets the bar. The number of loops a person can own is also bounded by their decision capacity.
一个人每天能做出的高质量决策数量是固定的。智能体负责执行,但每个闭环仍然需要判断:优先做什么、何时发布、产出是否达标。一个人能拥有的闭环数量,同样受其决策容量的约束。
And not all decisions are equal. Thirty deployment calls are different from five calls that each blend technical judgment, customer empathy, and business risk. The weight and variety of decisions matters as much as the count. A loop that requires constant high-stakes calls across multiple domains drains capacity faster than one with routine decisions in a familiar domain.
而且并非所有决策都等价。三十个部署决定,和五个各自糅合了技术判断、客户同理心与业务风险的决定,是不同的。决策的分量与多样性,与数量同样重要。一个需要跨多个领域持续做高风险判断的闭环,比一个在熟悉领域做例行决策的闭环,消耗容量要快得多。
This means you can't just keep adding loops to a person until they're doing everything. At some point, decision fatigue degrades the quality of every loop they touch. The right load is the number of loops where taste stays high, and that number is probably lower than most executives think.
这意味着你不能不断往一个人身上加闭环,直到他什么都干。到某个点上,决策疲劳会拉低他所触碰的每一个闭环的质量。合适的负载,是「品味仍然保持在高位」的闭环数量——而这个数字,很可能比多数高管所以为的要低。
激励机制没有为此准备好The incentives aren't set up for this
Even if you buy the model, most organizations are actively incentivizing against it. Performance frameworks often reward functional depth: you get promoted for being a better engineer, not for closing a wider loop. Compensation structures may assume specialization. Career ladders push for a specific function to climb. The latent motivation of what people think their job is, "I'm a designer," "I'm in sales", cements as identity-level, not just structural.
即便你认同这个模型,多数组织仍在主动地反向激励它。绩效框架往往奖励职能纵深:你因为成为更好的工程师而升职,而不是因为闭合了更宽的闭环。薪酬结构可能预设了专业化。职业阶梯推着人在某一个职能里往上爬。人们对「我的工作是什么」的潜在认知——「我是设计师」「我是做销售的」——固化在身份层面,而不只是结构层面。
Transposing the org requires transposing the reward functions. Performance need to measure loop ownership and outcomes, not functional output. Compensation needs to reward breadth of judgment, not depth of specialization. And the bar needs to move continuously: what counted as "full loop ownership" three months ago is the baseline today, because the agents keep getting better and the definition of what one person can drive execution on keeps expanding. Expectations ratchet every N months. Organizations that don't explicitly reset this bar will find their people settling into a comfortable local maximum that's already behind.
转置组织,需要同时转置奖励函数。绩效需要衡量闭环所有权与结果,而不是职能产出;薪酬需要奖励判断的广度,而不是专业的深度。而且门槛需要持续上移:三个月前算作「完整闭环所有权」的东西,今天只是基线——因为智能体一直在变强,「一个人能驱动多少执行」的定义也在不断扩张。期望值每 N 个月就要棘轮式上调一次。不明确重置这条基准线的组织,会发现自己的人安顿在一个已经落后的、舒适的局部最优里。
一人、一环、一个巴士系数One person, one loop, one bus factor
If one person owns an end-to-end loop and they leave, you lose the entire capability. Specialist orgs have redundancy baked in: three engineers all know the billing system, so losing one is survivable. In a transposed org, the product loop owner carries the full context of their vertical.
如果一个人拥有一个端到端闭环,而他离职了,你就失去了整项能力。专家型组织天然自带冗余:三个工程师都懂计费系统,走掉一个还能扛。在转置型组织里,产品闭环所有者携带着其纵深的全部上下文。
The mitigation is structural, and it introduces two roles that survive the transpose: loop managers and trainees.
缓解手段是结构性的,它引入了两个在转置后依然存续的角色:闭环经理与学徒。
A loop manager owns the people-development loop: new hire → ramped loop owner is their recurring end-to-end responsibility. They set the targets for their loops (what problems to attack, what the bar looks like), develop the people running them, and step in when someone is out or ramping. They don't coordinate handoffs, because there are no handoffs. They develop loop owners.
闭环经理拥有「人才发展闭环」:「新人 → 成熟闭环所有者」是他循环往复的端到端职责。他们为自己负责的闭环设定目标(攻什么问题、标准长什么样)、培养跑这些闭环的人,并在有人休假或还在爬坡时顶上。他们不协调交接,因为不存在交接。他们培养的是闭环所有者。
Training someone into a loop is the harder problem. In a specialist org, onboarding is narrow: learn one tool, one codebase, one function. In a loop, the new person needs to develop judgment across the full chain. The ramp could look something like: shadow the current loop owner, run the loop with training wheels (the loop manager reviews output and flags where taste is off), then take full ownership as the manager steps back. The shared organizational context, the system guardrails, skill files, and encoded judgment that every loop inherits, means the trainee doesn't start from zero. They start from the accumulated taste of the institution.
把一个人训练进闭环,是更难的问题。在专家型组织里,入职是窄的:学一个工具、一个代码库、一个职能。在闭环里,新人需要在整条链路上发展出判断力。爬坡过程大概是这样:先跟着现任闭环所有者影随,再带着辅助轮跑闭环(闭环经理审查产出、标出品味偏离之处),然后在经理逐步撤出时接过完整所有权。组织的共享上下文——系统护栏、技能文件、被编码的判断,是每个闭环都能继承的,这意味着学徒不是从零开始。他们从这家机构积累下来的品味开始。
The more the organization invests in making its context explicit and portable, the lower the risk on any individual loop and the faster new people ramp.
组织越是投入于把自己的上下文变得显性、可移植,任何单个闭环的风险就越低,新人爬坡也越快。
CompanyT 有多大?谁在里面工作?How big is CompanyT, and who works there?
If the transpose compresses loops and agents handle execution, why have a company at all? Why not a single "make money" loop run by one person with a swarm of agents?
如果转置压缩了闭环、智能体接管了执行,那还要公司干什么?为什么不干脆做一个「赚钱」闭环,由一个人带着一群智能体来跑?
You can. And for many problems, a solo operator with agents will outperform a team. But companies still exist for the things that don't fit inside a single loop: pooled trust, legal liability, shared infrastructure, the cross-org context layer that makes every loop better. A cluster of individuals with taste, sharing context and compounding each other's judgment, outperforms the same individuals operating independently.
你可以。而且对很多问题来说,一个带着智能体的单人操盘手会胜过一个团队。但公司依然存在,是为了那些装不进单个闭环的东西:汇聚起来的信任、法律责任主体、共享基础设施,以及让每个闭环都更好的跨组织上下文层。一群有品味、共享上下文、并让彼此判断力复利的人,会胜过同一批人各自单干。
The size of a transposed company is something like:
一家转置型公司的规模,大致是这样的:
- The generalist bound. Can you hire someone capable of closing the full loop with taste? The wider the loop, the rarer the person.
- The human touchpoint floor. How many steps in the loop require a human talking to another human? These are the execution steps agents can't absorb.
- The decision capacity ceiling. How many high-judgment calls does the loop require per day, and how heavy are they? Weight and variety matter as much as count.
- The volume threshold. A support loop for 10 customers and one for 10,000 are different loops entirely. At volume, loops split into sub-verticals, each still owned end-to-end.
- The authority surface. Can the person actually close the loop? Deploy access, customer access, spending authority. Without these, wider ownership is just more steps in the same relay chain.
- The shared surface. How many dependencies does this loop share with other loops? A production database, a brand promise, a deployment pipeline: each creates a coordination edge. More loops sharing more surfaces means more governance overhead, even with zero handoffs within any single loop.
- 通才边界。你能招到有能力「带着品味」闭合完整闭环的人吗?闭环越宽,这样的人越稀缺。
- 人类接触点底线。闭环中有多少步骤需要人对人交流?这些是智能体无法吸收的执行步骤。
- 决策容量天花板。这个闭环每天需要多少高判断力决策?它们有多重?分量与多样性和数量同样重要。
- 体量阈值。服务 10 个客户的支持闭环,和服务 10000 个客户的支持闭环,是完全不同的闭环。体量上来后,闭环会分裂成子纵深,每个仍然端到端拥有。
- 权限面。这个人真的能闭合这个闭环吗?部署权限、客户接触权限、花钱权限。没有这些,更宽的所有权只是同一条接力链上更多的步骤。
- 共享面。这个闭环与其他闭环共享多少依赖?一个生产数据库、一个品牌承诺、一条部署管线——每一个都制造一条协调边。更多闭环共享更多面,就意味着更多治理开销,哪怕任何单个闭环内部零交接。
The company ends up feeling smaller than its pre-transpose version, not because it necessarily has fewer people, but because each person is more autonomous and the coordination overhead between them drops. The "startup within a startup" cliche becomes more structurally real rather than aspirationally fake.
这家公司最终会感觉比转置前的自己更小——不是因为人一定更少,而是因为每个人都更自主,人与人之间的协调开销下降了。「创业公司里的创业公司」这句陈词滥调,会从「励志式的假」变成「结构上的真」。
The hiring question follows directly from the formula. In the old model, you hire to fill columns: another engineer, another designer, another sales rep. In CompanyT, you hire to widen rows: people who can span more of the loop with judgment, not just execution. The value of a hire is roughly how many columns they can cover with taste, multiplied by how many loops they can carry at once.
招聘问题直接由这个公式导出。在旧模型里,你招人是为了填满列:再来一个工程师、一个设计师、一个销售。在 CompanyT 里,你招人是为了拓宽行:那些能带着判断力(而不只是执行力)覆盖更多闭环环节的人。一次招聘的价值,大致等于「他能带着品味覆盖多少列」乘以「他能同时扛多少个闭环」。
The profile that thrives in a transposed org is the person who has built things end-to-end before, someone who has shipped a product, closed a deal, debugged a system, and talked to the customer. Builders, founders, people who've run their own thing. You'll see companies increasingly marketing to exactly this profile, and it won't just be for engineering roles. The revenue loop owner who can build their own demos, the support loop owner who can ship their own fixes.
在转置型组织里如鱼得水的画像,是那种端到端做过东西的人:交付过产品、成过单、调过系统、也和客户聊过。建造者、创业者、自己干过一摊事的人。你会看到越来越多公司精准地面向这个画像做招聘营销,而且不只是工程岗——能自己做演示的收入闭环所有者,能自己交付修复的支持闭环所有者。
If you're currently in a specialist role reading this, the question isn't whether your function disappears; it's whether you're the person whose judgment becomes a loop, or the person whose execution becomes an agent. The path from specialist to loop owner is: widen.
如果你此刻正身处一个专家岗位读到这里,问题不是你的职能会不会消失;而是你会成为「判断力被变成一个闭环」的那个人,还是「执行被变成一个智能体」的那个人。从专家到闭环所有者的路径只有一条:拓宽。
开放问题Open Questions
What infrastructure does CompanyT need? The loop only works if agents can actually provide the specialist capabilities at every step. That means the right agent tooling, the right context systems, and the right permissions model that gives loop owners the authority to actually close their loops.
CompanyT 需要什么样的基础设施?闭环要成立,前提是智能体真的能在每一步提供专业能力。这意味着:正确的智能体工装、正确的上下文系统,以及正确的权限模型——让闭环所有者真正拥有闭合闭环的权限。
Just how generalist can a person be? The system creates incentives for maximal generalists, people who can close the widest possible loop with taste. But there's presumably some bound on how many domains a person can hold enough judgment in simultaneously. Or maybe post-ai-neo-SaaS does just look like a group of micro-CEOs.
一个人到底能通才到什么程度?这个体系创造了追求极致通才的激励——能带着品味闭合最宽闭环的人。但一个人能同时在多少个领域里持有足够判断力,想必存在某个上限。又或者,后 AI 时代的新形态 SaaS,看起来就是一群微型 CEO。
Who owns organizational taste? A company of micro-CEOs each closing their own loops will develop their own judgment about what good looks like. Some of that divergence is healthy: the support loop owner knows what good support feels like better than the exec does. But the product a company sells still needs to be cohesive (at least I think so). The customer shouldn't experience three different philosophies depending on which loop they touch. What gets decided at the loop level versus the org level, and how you maintain a shared thesis across independent loop owners without re-introducing the coordination overhead you just eliminated, is a core architectural challenge of the transposed org.
谁拥有组织的品味?一家由各自闭合闭环的微型 CEO 组成的公司,会各自发展出对「什么是好」的判断。其中一些分化是健康的:支持闭环所有者比高管更懂什么才是好的支持体验。但公司卖的产品仍然需要是一致的(至少我这么认为)。客户不该因为接触到不同闭环,就体验到三套不同的哲学。什么在闭环层决定、什么在组织层决定,以及如何在不重新引入你刚刚消除掉的协调开销的前提下,跨独立闭环所有者维持一份共享的主张——这是转置型组织的一个核心架构难题。
读书笔记Reading Notes · Structured
以下为基于原文的结构化提炼与落地推演。标注规则:「事实」= 原文可直接查证;「观点」= 作者主张或整理者推断。
A · 元信息
| 项 | 内容 |
|---|---|
| 标题 | The Transposed Organization(转置型组织) |
| 副标题 | How AI drives companies to reorganize around loops, not functions. |
| 作者 | Shrivu Shankar |
| 出处 | 个人博客 blog.sshh.io(Substack 托管),非期刊论文 |
| 发表日期 | 2026-03-29 |
| 原文链接 | https://blog.sshh.io/p/the-transposed-organization |
| 体裁 | 组织设计随笔 · 强观点弱证据(全文无实证数据) |
| 一句话主旨 | AI 让执行变廉价,组织的基本单元应从「人会做什么(职能)」转为「人能闭合什么(闭环)」。 |
B · 先搞懂「行」与「列」
这张矩阵不是组织架构图,是工作分解表。每个单元格 = 「某个问题的某一步,由谁做」。
一列打包给一个人 = 岗位 / 职能 / 部门。
Bob 拥有「所有问题的工程步骤」。
列是「谁会做什么」
一行打包给一个人 = 闭环。
Alice 拥有「产品问题的所有步骤」。
行是「谁对什么负责到底」
同一张表,人没变、事没变——变的只是所有权切分的方向转了 90°。这正是「转置」(Aᵀ,行列互换)的本义。
为什么过去只能按列切?因为一个人做不了一整行。列不是管理选择,是能力约束的产物。AI 把执行能力变成可租用的,列的边界才第一次消失。
行与列切的是同一块面积,成本不在切法,在切出来的边。
| 切法 | 缝隙(协调成本)长在哪 | 谁感受到 |
|---|---|---|
| 按列切 | 一个问题的内部(交接) | 客户——延迟、上下文丢失、没人负责 |
| 按行切 | 多个问题之间(共享依赖) | 组织——品牌不一致、重复造轮子、数据打架 |
所以转置的本质不是消灭协调,而是把缝隙从「客户能感知的位置」,搬到「组织能治理的位置」。原文 Coordination compresses, it doesn't vanish 一节承认了这点(O(n) → O(k)),但未提到应有的高度。
职能型组织 = 列式存储(OLAP):适合对所有记录的同一字段做聚合 → 规模效率、专业深度最优。
闭环型组织 = 行式存储(OLTP):适合取出单条记录的全部字段 → 单条问题的端到端延迟最优。
数据库世界的答案是:没有绝对更优,取决于查询模式。组织同理——取决于你主要在响应什么。
批判(观点):作者暗示「行永远优于列」,这不成立。他自己的第 4 约束「体量阈值」已是反例,却没上升为原则。补一条判断标准:
问题越异质、越依赖上下文、单条价值越高 → 越该按行切;越同质、越标准化、单条价值越低 → 越该按列切,或干脆全自动化。
C · 核心论点提炼(14 条)
| # | 论点 | 原文依据 | 类型 |
|---|---|---|---|
| 1 | 组织的基本单元应从「职能」换成「闭环」 | A loop is the full chain of decisions between a problem and a deployed solution, owned by one person. | 观点 |
| 2 | 闭环必须是循环往复的,这才使它成为组织单元而非项目 | It's recurring, not one-shot, which is what makes it an org design unit rather than a project. | 观点 |
| 3 | 转置 = 把「竖着读列(专家)」改成「横着读行(问题)」 | Same grid, but read across any row: the same generalist closes every step. | 观点 |
| 4 | 闭环所有者的主要产出是决策,不是交付物 | The primary output is decisions, not artifacts. | 观点 |
| 5 | 专家不消失,而是把品味编码为平台与上下文层 | Their expertise became infrastructure. | 观点 |
| 6 | 交接有三重成本:延迟、上下文损耗、协调开销 | delay… context loss… coordination overhead | 事实(可观测) |
| 7 | 一人负全环,问责从稀释变为归属 | When one person owns the full loop, they own the outcome. | 观点 |
| 8 | 真正的约束不是执行能力,而是跨领域「品味」的广度 | not execution capacity (agents handle that), but the breadth of judgment | 观点 |
| 9 | 协调只是从 O(n) 交接压缩到 O(k) 闭环间依赖,不会归零 | reduced coordination from O(n) handoffs… to O(k) dependencies | 观点 |
| 10 | 没有权限就没有闭环:部署权、客户权、花钱权是硬前提 | Deploy access, customer access, spending authority. Without these, wider ownership is just more steps in the same relay chain. | 观点(作者列为六约束之一) |
| 11 | 不转置奖励函数,组织转置必然回弹 | Transposing the org requires transposing the reward functions. | 观点 |
| 12 | 转置的代价是巴士系数,解药是「显性化、可移植的上下文」 | The more the organization invests in making its context explicit and portable, the lower the risk | 观点 |
| 13 | 招聘逻辑从「填满列」变为「拓宽行」 | In the old model, you hire to fill columns… In CompanyT, you hire to widen rows | 观点 |
| 14 | 转置在矩阵上不均匀:人类接触点越多的闭环压缩越少 | The transpose is not uniform across the matrix. | 观点 |
D · 概念词典
| 中文 | 英文 | 定义 |
|---|---|---|
| 闭环 | Loop | 从问题到已部署解决方案的完整决策链,由一人拥有,且循环往复 |
| 转置 | Transpose / CompanyT | 把「问题 × 角色」矩阵的读法从按列改为按行 |
| 闭环所有者 | Loop Owner | 指挥智能体执行、在全链路做架构与判断决策的人 |
| 上下文层 | Context Layer | 专家把品味编码成智能体可解读的系统、护栏与规则 |
| 品味 | Taste | 识别「什么是好」的判断力,需多年模式积累,不可速成 |
| 垃圾产出 | Slop | 闭环上任何不达标的产物;环内无下游评审兜底 |
| 巴士系数 | Bus Factor | 一人离职即失去整项能力的风险 |
| 闭环经理 | Loop Manager | 拥有「新人 → 成熟闭环所有者」这一人才发展闭环的人 |
| 权限面 | Authority Surface | 部署权、客户接触权、花钱权 |
| 共享面 | Shared Surface | 闭环之间共享的依赖,每一个都是一条协调边 |
E · 转置前后对比
| 维度 | 职能型组织(转置前) | 闭环型组织(转置后) |
|---|---|---|
| 组织单元 | 职能 / 岗位(列) | 闭环 / 问题(行) |
| 一个问题的经手人 | 5 人、4 次交接 | 1 人(或 1 对配对闭环) |
| 主要产出 | 交付物(文档、设计稿、代码) | 决策 |
| 专家的位置 | 在链条中执行 | 在平台层编码品味 |
| 协调成本 | 每问题 O(n) 次交接 | 闭环间 O(k) 个依赖 |
| 问责 | 扩散(「X 在跟进」) | 归属(一人负全环) |
| 管理者的活 | 协调交接、对齐优先级 | 定方向 + 培养人 |
| 创新来源 | 独立的研发部门 | 闭环内纵深 + 共享上下文层广度 |
| 招聘逻辑 | 填满列(再来一个工程师) | 拓宽行(能覆盖更多列且有品味) |
| 绩效衡量 | 职能产出与专业纵深 | 闭环所有权与结果、判断广度 |
| 冗余 | 天然(3 人都懂计费) | 脆弱,需靠显性上下文补齐 |
F · 实践者的十条落地建议
| 启发点 | 文章依据 | 落地建议 |
|---|---|---|
| ① 先分辨「两段式交付」是闭环还是交接 | In a loop, there's nobody to hand off to. | 任何形如「A 出方案 → B 上线」的模式,本质仍是接力链。文章给的替代不是 handoff,而是 pair loops:同一闭环、两位共有者、共担同一结果指标。先做这个措辞与归属的区分,再谈重组。 |
| ② 权限下放要当独立工程立项 | The authority surface… Without these, wider ownership is just more steps in the same relay chain. | 部署权、客户接触权、小额花钱权。没有这三样,通才化只会让接力链更长。建议做分级授权(灰度/回滚沙盒),而不是等 AI 成熟度自然解决。 |
| ③ 让专家岗迁到平台层,并给它独立的目标 | Their expertise became infrastructure. | 平台层要有自己的闭环与自己的指标:护栏覆盖率、可复用资产复用率、他人闭环的失败率下降幅度。禁止用「支撑了多少需求」考核平台——那会把它拽回接力链。 |
| ④ 奖励函数必须同步转置 | Performance need to measure loop ownership and outcomes, not functional output. | 绩效增设「闭环所有权」维度:本周期端到端闭合了几个问题、有几次交接给了别人。把交接次数设为负向指标,过程类考核项权重下调。 |
| ⑤ 门槛要棘轮式上调,且棘轮的对象是「宽度」 | what counted as 'full loop ownership' three months ago is the baseline today | 每季度重定义一次「一个人应该能独立闭合到哪一步」,并公示上一版基线。不重置基线的组织,会安顿在一个已经落后的局部最优里。 |
| ⑥ 巴士系数是转置最大的隐性负债 | If one person owns an end-to-end loop and they leave, you lose the entire capability. | 每个闭环强制产出可移植上下文包:技能文件、判断产物、失败案例库。验收标准建议定为「学徒能否在 2 周内带辅助轮跑通」。 |
| ⑦ 管理者只剩两件事 | They don't coordinate handoffs, because there are no handoffs. They develop loop owners. | 定哪些闭环存在(方向)+ 把人带成闭环所有者(培养)。协调型管理动作应从职责描述中删除,否则接力链会从后门回来。 |
| ⑧ 品味的稀缺性才是真实天花板,不是 AI 能力 | Training taste is hard… takes years of pattern-matching. | 建立「品味可见化」机制:评审时公开记录被否掉的判断及其理由,沉淀为组织级判断产物——而不只是留下通过的结果。 |
| ⑨ 决策容量是一种没有被度量的资源 | The right load is the number of loops where taste stays high, and that number is probably lower than most executives think. | 给闭环加载设上限:一人同时主责闭环数 ≤ 2,跨领域时 ≤ 1。把「决策疲劳」列为绩效面谈的显性话题,而不是私人问题。 |
| ⑩ 组织品味的统一,是转置后新增的难题 | The customer shouldn't experience three different philosophies depending on which loop they touch. | 明确「什么在闭环层决定、什么在组织层决定」的分界清单,并指定一位「超级架构师」持有。这是转置换来的新成本,不是可以顺带解决的问题。 |
G · 批判性思考 · 这篇文章的弱点
| 质疑点 | 理由 | 应对 |
|---|---|---|
| 全文无任何实证数据 | 作者未给出任何采用该模型公司的绩效数据、样本或案例,全部为演绎推理。属强观点、弱证据。 | 按「假说」而非「结论」对待;若要采纳,先在 1–2 个闭环上做对照实验。 |
| 「智能体能吸收专业判断」是最大未验证前提 | 作者自己承认 gap is real, narrows unevenly,但整个模型建立在该 gap 会收敛之上。 | 把闭环宽度与「智能体在该领域的实际达标率」绑定,逐季度评估再拓宽,而非一次性重组。 |
| 低估了专业深度的期权价值 | 专家冗余不只是备份,也是发现「未知问题」的能力来源。转置后无人具备该纵深时,组织可能丧失识别深层技术风险的能力。 | 保留少量「深度岗」作为组织的风险探针,不参与闭环考核。 |
| 对中层的处理过于轻描淡写 | 「协调工作基本蒸发」意味着大量中层岗位消失,文章只用 loop manager 一笔带过,未处理转型的组织政治与人的安置。 | 转置必须配套明确的中层再定位路径,否则会遭遇结构性抵抗——这也是文章自己承认的「激励未准备好」。 |
| 「一人闭环」与「人喜欢和人打交道」存在内在张力 | 作者同时主张压缩到一人、又承认信任不可通过 API 传递;对 B 端业务而言,两者会正面冲突。 | B 端闭环优先采用 pair loop(技术 + 商务),而非单人闭环。 |
H · 一句话结论
列是「谁会做什么」,行是「谁对什么负责到底」。AI 让第二种切法第一次成为可能。
但转置不是全公司一刀切——它换来的是新的治理成本(组织品味的统一、共享面的协调),而不是免费的午餐。 真正的分水岭也不在 AI 能力,而在两件组织自己能决定的事:权限下放与奖励函数转置。 —— 依据原文 The relay chain collapses / The authority surface / Transposing the reward functions 三节推导(观点)