---
id: "concept-distributed-authorship"
type: "concept"
source_timestamps: ["00:05:19", "00:05:24"]
tags: ["organizational-design", "accountability"]
related: ["concept-dark-code", "contrarian-yolo-liability", "question-liability-dark-code"]
definition: "The fragmentation of code ownership caused by AI allowing non-engineers to generate software, resulting in a lack of sustained accountability."
sources: ["s23-amazon-16k-engineers"]
sourceVaultSlug: "s23-amazon-16k-engineers"
originDay: 23
---
# Distributed Authorship

## Definition

**Distributed authorship** is the fragmentation of code ownership caused by AI allowing non-engineers (Product Managers, Marketing, Operations) to generate and ship software, resulting in a lack of sustained accountability.

## The Mechanism

1. AI tools democratize code generation across the organization.
2. Non-technical roles 'vibe code' a feature up to a certain stage.
3. They throw it 'over the fence' to engineering for finishing or production.
4. Engineering inherits code they did not write and never fully understood.
5. Nobody owns the *sustained, total package* of the code in production.

## Why It Compounds [[concept-dark-code]]

Distributed authorship is the organizational substrate that lets dark code thrive. With no single accountable engineer, AI-generated artifacts:

- Skip review by anyone with architectural authority
- Are difficult to audit because their provenance is mixed (human + AI + non-engineer prompt)
- Have no obvious owner when SOC2 or other compliance audits arrive

## The Liability Vacuum

When the code breaks or violates compliance, organizations face the question explored in [[question-liability-dark-code]]: who actually owns this? Distributed authorship creates an accountability vacuum that legal and compliance frameworks have not yet caught up to.

## Counter-Cultural Insight

Many founders frame distributed authorship as a competitive advantage. The contrarian view — see [[contrarian-yolo-liability]] — holds that this is a massive business liability disguised as velocity.
