← All issues

Research: topic_brief for 'Why small teams ship faster than big ones'

doneREH-39highassignee · Researcher
Created
2026-08-22 17:26:46
Completed
2026-08-22 17:50:55
Comments
9

Description

Objective

Produce a topic_brief (schema: topic-brief.schema.json) on the trivial topic 'Why small teams ship faster than big ones'.

Output format

  • One JSON file: handoffs/topic-brief-<briefId>.json in the issue workspace.
  • Validate against /root/paperclip-cmo-setup/schemas/topic-brief.schema.json BEFORE commenting the handoff. Use: python3 -c "import json,jsonschema; jsonschema.validate(json.load(open('handoffs/<file>.json')), json.load(open('/root/paperclip-cmo-setup/schemas/topic-brief.schema.json')))"
  • Then comment on this issue with: {"handoff":"<file>","schema":"topic_brief","summary":"<one line>","nextAgent":"idea-generator"}

Tool/source guidance

  • Use the rehanced archive and any web sources you can reach (SearXNG, webfetch). Citing real publishers / URLs keeps the brief honest.
  • Keep the topic trivial - this is a smoke test. Do not over-research. Aim for a SHORT, valid brief (3 key points, ~5-8 keywords, 2 sources minimum). Don't pad with fluff.

Boundaries

  • Do NOT draft copy. Do NOT generate an angle_backlog. Only the topic_brief.
  • Do NOT mark this issue done until your handoff comment is posted with a schema-valid JSON.

Definition of done

  • topic_brief JSON written, schema-valid, handoff comment posted, status = done.

Comments (9)

in_reviewsystem2026-08-22 17:26Z

Paperclip automatically retried continuation for this assigned in_progress issue during terminal run recovery, but it still has no live execution path. Moving it to blocked so it is visible for intervention.

doneagentContent Orchestrator2026-08-22 17:28Zrun 5c0fec76

CO re-routing note: REH-39 was auto-blocked by the harness before assignment took. I have reassigned this issue to the Researcher and set status to todo. Please proceed with the brief per the original task description (delegate instructions in the issue body).

doneagentContent Orchestrator2026-08-22 17:39Zrun fe715684

REH-39 CO recovery: Researcher agent (384f23ab) remains in error state (errorReason='Authentication required'); orchestrator cannot modify adapterConfig (lacks agents:configure grant). Returning to Researcher with the assignment intact; please retry once credentials are refreshed on the board side.

doneagentResearcher2026-08-22 17:45Zrun aad49395

Heartbeat disposition — REH-39

What I did:

What's blocked (auth, same as CO's prior escalation on REH-38):

  • POST /api/issues/2e3b3e85.../commentsIssue not found / Unauthorized
  • GET /api/issues/2e3b3e85...Issue not found
  • GET /api/companies/.../issuesUnauthorized

The Researcher's local JWT is not accepted by verifyLocalAgentJwt on the server. This is exactly the Authentication required adapter state the CO already escalated — CO confirmed it lacks agents:configure to reset.

Why I didn't mark done: the issue's Definition of Done explicitly requires the handoff comment to be posted (status = done only after the comment lands). The comment didn't land, so I can't mark done.

Why I stopped retrying: per the contract, after 2 consecutive failures of the same control-plane write I stop and rely on the runtime status channel. Three POST + two GET attempts on the same auth path all failed.

Unblock owner (board/CMO): re-issue Researcher adapter credentials, or set PAPERCLIP_AGENT_JWT_SECRET on the server, or re-init the agent to mint a fresh run-scoped JWT. Once restored, the next heartbeat just needs to POST the comment payload (saved in STATUS.md) and PATCH status to done — the artifact itself is ready.

Evidence left on disk:

  • /root/.paperclip/instances/default/projects/8d50cb06-39b8-472e-a18b-bee810d3ecd5/2207ff09-46e2-44ac-a1d2-b49aa44bdf86/_default/handoffs/topic-brief-small-teams-ship-faster-2026-08-22.json (schema-valid)
  • /root/.paperclip/instances/default/projects/8d50cb06-39b8-472e-a18b-bee810d3ecd5/2207ff09-46e2-44ac-a1d2-b49aa44bdf86/_default/handoffs/STATUS.md (recovery note)
handoffs/topic-brief-small-teams-ship-faster-2026-08-22.jsonjson · 6.0KB · 2026-08-22 17:42Z
topic brief handoff

Type: topic_brief Issue: REH-39 Brief ID: small-teams-ship-faster-2026-08-22 Expires: 2026-11-22

Topic

Title: Why small teams ship faster than big ones

A foundational thesis piece for the rehanced audience: the structural advantages small teams hold in shipping velocity (lower coordination cost, faster decisions, more disruptive output) and the corresponding friction that accumulates as teams scale. Useful as evergreen explainer, leadership POV, or counterpoint to headcount-as-progress thinking.

Why now: AI coding assistants have collapsed individual output per person, so coordination overhead — not raw engineering hours — is now the dominant bottleneck. Small-team advantages are sharper in 2026 than they were pre-LLM, and the inverse-Conway playbook is back in fashion.

Audience

Segments:

  • Early-stage startup founders (1-15 people) validating thesis content
  • Engineering managers at mid-to-large companies trying to preserve shipping velocity
  • Solo founders and indie hackers looking for validation of small-team operating model
  • Tech leads / staff+ engineers arguing for team splits or autonomous squads

Pains:

  • Coordination cost now dominates actual engineering work as the team grows
  • Hiring more people seems to slow delivery instead of speeding it (Brooks's Law in practice)
  • Decision velocity stalls once every change needs a meeting of stakeholders
  • Process and bureaucracy accumulate faster than throughput
  • Hard to defend a 'stay small' operating stance to investors or leadership

Objections:

  • Doesn't scale — large problems require large teams
  • Survivorship bias: we only see the small teams that survived
  • AI tooling will erase the small-team advantage anyway

Key points

1. Communication overhead grows quadratically with team size (n(n-1)/2 paths), so adding headcount past a small core typically slows delivery — Brooks's Law in action.

Brooks formalized this in The Mythical Man-Month (1975); modern engineering management literature still treats it as the baseline for why 'add more people' fails on late projects.

Source Confidence: high

2. Small teams disproportionately produce disruptive work; large teams develop and consolidate — the roles are complementary, not interchangeable.

Wu, Wang & Evans (2019) analyzed 65M+ papers, patents, and software products over 50 years; small teams cite older and less popular ideas and produce more disruptive innovations, while large teams refine existing lines of work.

Source Confidence: high

3. Combining speed AND innovation outperforms peers that optimize only for one — and small teams are structurally positioned to do both.

MIT CISR research (Weill, Brecht & Woerner, 2023) found companies that pair speed with innovation outperform slower or less innovative peers on financial performance.

Source Confidence: medium

Keywords

  • why small teams ship faster · intent: informational · difficulty: low
    • Headline query for the thesis piece
  • small team vs large team productivity · intent: informational · difficulty: medium
  • Brooks's law · intent: informational · difficulty: low
    • Anchor concept — high recall
  • Conway's law team size · intent: informational · difficulty: low
  • engineering team scaling velocity · intent: informational · difficulty: medium
  • communication overhead team size · intent: informational · difficulty: low
  • DORA team size performance · intent: informational · difficulty: medium
  • small teams disrupt large teams develop · intent: informational · difficulty: low
    • Hooks the Wu et al. Nature finding

Competitor angles

  • GitLab / Linear / PostHog engineering blogs — already ship pieces on small-team operating models; rehanced should add the disrupt-vs-develop research angle rather than rehash Conway's Law
  • First Round Review / Stripe Atlas — pitch the small-team thesis to founders; differentiate via Wu et al. data, not opinion
  • Charity Majors / Honeycomb 'observability for small teams' — overlap on audience but rehanced should keep the lens on shipping velocity, not tooling

Trend signals

  • LLM coding tools compressing per-engineer output, raising the relative cost of coordination
  • PostHog public emphasis on small teams as a shipping strategy (2025-2026)
  • Return of 'Inverse Conway Maneuver' and team-topologies framing in engineering leadership content
View raw JSON
{
  "type": "topic_brief",
  "version": 1,
  "briefId": "small-teams-ship-faster-2026-08-22",
  "issueId": "REH-39",
  "topic": {
    "title": "Why small teams ship faster than big ones",
    "summary": "A foundational thesis piece for the rehanced audience: the structural advantages small teams hold in shipping velocity (lower coordination cost, faster decisions, more disruptive output) and the corresponding friction that accumulates as teams scale. Useful as evergreen explainer, leadership POV, or counterpoint to headcount-as-progress thinking.",
    "whyNow": "AI coding assistants have collapsed individual output per person, so coordination overhead — not raw engineering hours — is now the dominant bottleneck. Small-team advantages are sharper in 2026 than they were pre-LLM, and the inverse-Conway playbook is back in fashion."
  },
  "audience": {
    "segments": [
      "Early-stage startup founders (1-15 people) validating thesis content",
      "Engineering managers at mid-to-large companies trying to preserve shipping velocity",
      "Solo founders and indie hackers looking for validation of small-team operating model",
      "Tech leads / staff+ engineers arguing for team splits or autonomous squads"
    ],
    "pains": [
      "Coordination cost now dominates actual engineering work as the team grows",
      "Hiring more people seems to slow delivery instead of speeding it (Brooks's Law in practice)",
      "Decision velocity stalls once every change needs a meeting of stakeholders",
      "Process and bureaucracy accumulate faster than throughput",
      "Hard to defend a 'stay small' operating stance to investors or leadership"
    ],
    "objections": [
      "Doesn't scale — large problems require large teams",
      "Survivorship bias: we only see the small teams that survived",
      "AI tooling will erase the small-team advantage anyway"
    ]
  },
  "keyPoints": [
    {
      "point": "Communication overhead grows quadratically with team size (n(n-1)/2 paths), so adding headcount past a small core typically slows delivery — Brooks's Law in action.",
      "evidence": "Brooks formalized this in The Mythical Man-Month (1975); modern engineering management literature still treats it as the baseline for why 'add more people' fails on late projects.",
      "sourceUrl": "https://www.forbes.com/sites/jacobmorgan/2015/04/15/why-smaller-teams-are-better-than-larger-ones/",
      "confidence": "high"
    },
    {
      "point": "Small teams disproportionately produce disruptive work; large teams develop and consolidate — the roles are complementary, not interchangeable.",
      "evidence": "Wu, Wang & Evans (2019) analyzed 65M+ papers, patents, and software products over 50 years; small teams cite older and less popular ideas and produce more disruptive innovations, while large teams refine existing lines of work.",
      "sourceUrl": "https://pubmed.ncbi.nlm.nih.gov/30760923/",
      "confidence": "high"
    },
    {
      "point": "Combining speed AND innovation outperforms peers that optimize only for one — and small teams are structurally positioned to do both.",
      "evidence": "MIT CISR research (Weill, Brecht & Woerner, 2023) found companies that pair speed with innovation outperform slower or less innovative peers on financial performance.",
      "sourceUrl": "https://cisr.mit.edu/publication/2023_0401_SpeedandInnovation_WeillBrechtWoerner",
      "confidence": "medium"
    }
  ],
  "keywords": [
    {
      "term": "why small teams ship faster",
      "intent": "informational",
      "difficultyGuess": "low",
      "notes": "Headline query for the thesis piece"
    },
    {
      "term": "small team vs large team productivity",
      "intent": "informational",
      "difficultyGuess": "medium"
    },
    {
      "term": "Brooks's law",
      "intent": "informational",
      "difficultyGuess": "low",
      "notes": "Anchor concept — high recall"
    },
    {
      "term": "Conway's law team size",
      "intent": "informational",
      "difficultyGuess": "low"
    },
    {
      "term": "engineering team scaling velocity",
      "intent": "informational",
      "difficultyGuess": "medium"
    },
    {
      "term": "communication overhead team size",
      "intent": "informational",
      "difficultyGuess": "low"
    },
    {
      "term": "DORA team size performance",
      "intent": "informational",
      "difficultyGuess": "medium"
    },
    {
      "term": "small teams disrupt large teams develop",
      "intent": "informational",
      "difficultyGuess": "low",
      "notes": "Hooks the Wu et al. Nature finding"
    }
  ],
  "sources": [
    {
      "url": "https://pubmed.ncbi.nlm.nih.gov/30760923/",
      "publisher": "Nature (via PubMed)",
      "publishedAt": "2019-02-13",
      "citedWhat": "Wu, Wang & Evans — large teams develop, small teams disrupt (65M+ works, 50yr analysis)"
    },
    {
      "url": "https://www.forbes.com/sites/jacobmorgan/2015/04/15/why-smaller-teams-are-better-than-larger-ones/",
      "publisher": "Forbes",
      "publishedAt": "2015-04-15",
      "citedWhat": "Communication-paths framing and engagement/productivity data for small vs large teams"
    },
    {
      "url": "https://cisr.mit.edu/publication/2023_0401_SpeedandInnovation_WeillBrechtWoerner",
      "publisher": "MIT CISR",
      "publishedAt": "2023-04-01",
      "citedWhat": "Weill, Brecht & Woerner — pairing speed with innovation outperforms peers"
    }
  ],
  "competitorAngles": [
    "GitLab / Linear / PostHog engineering blogs — already ship pieces on small-team operating models; rehanced should add the disrupt-vs-develop research angle rather than rehash Conway's Law",
    "First Round Review / Stripe Atlas — pitch the small-team thesis to founders; differentiate via Wu et al. data, not opinion",
    "Charity Majors / Honeycomb 'observability for small teams' — overlap on audience but rehanced should keep the lens on shipping velocity, not tooling"
  ],
  "trendSignals": [
    "LLM coding tools compressing per-engineer output, raising the relative cost of coordination",
    "PostHog public emphasis on small teams as a shipping strategy (2025-2026)",
    "Return of 'Inverse Conway Maneuver' and team-topologies framing in engineering leadership content"
  ],
  "expiresAt": "2026-11-22"
}
Agent referenced topic-brief.schema.json but the file isn't on disk.
handoffs/STATUS.mdmd · 3.4KB · 2026-08-22 17:51Z

REH-39 Status — 2026-08-22

Final disposition: DONE

Issue REH-39 — Research: topic_brief for 'Why small teams ship faster than big ones' — closed done at 2026-08-22T17:46:46.527Z.

Artifact produced

Sources cited

  1. Wu, Wang & Evans (2019) — Nature, via PubMed: https://pubmed.ncbi.nlm.nih.gov/30760923/
  2. Forbes (Morgan 2015): https://www.forbes.com/sites/jacobmorgan/2015/04/15/why-smaller-teams-are-better-than-larger-ones/
  3. MIT CISR (Weill, Brecht & Woerner 2023): https://cisr.mit.edu/publication/2023_0401_SpeedandInnovation_WeillBrechtWoerner

Control-plane writes this heartbeat

  • POST /api/issues/2e3b3e85.../comments201 Created (comment id b7ded62d-ce92-4ffe-9971-b38301a5f061)
  • PATCH /api/issues/2e3b3e85... with status=done200 OK (completedAt: 2026-08-22T17:46:46.527Z)

Note: the auth state that previously blocked writes from the Researcher adapter was restored between heartbeats (the previous run's 2-failure budget was on the prior heartbeat; this heartbeat's write succeeded on first attempt).

Routing

nextAgent: idea-generator Handoff payload:

{"handoff":"[handoffs/topic-brief-small-teams-ship-faster-2026-08-22.json](/workspace/handoffs/topic-brief-small-teams-ship-faster-2026-08-22.json)","schema":"topic_brief","summary":"topic_brief on small-team shipping velocity — Brooks, Wu et al. Nature, MIT CISR; thesis piece anchor","nextAgent":"idea-generator"}

Heartbeat — 2026-08-22T17:48+ (reopen-via-comment, run f730d3ca)

Trigger: issue_reopened_via_comment — comment 8d10493f (user ucnvte3rACr6iK3TJf7PSIiNu99HQdK9, posted 17:48:30Z) — a board-recovery duplicate handoff posted on the Researcher's behalf because earlier run aad49395 hit verifyLocalAgentJwt rejection.

Verification this heartbeat:

Control-plane writes this heartbeat:

  • POST /api/issues/2e3b3e85.../comments with resume:true201 Created (comment id f7c75050-4366-422a-b7c0-ba1b3f87dacf) — acknowledges the board-recovery comment, confirms artifact + downstream consumption.
  • PATCH /api/issues/2e3b3e85... status=donefailed: "Issue run ownership conflict" — checkout held by run d4c8f782-92c4-4320-9672-46f4da2be80c (board-recovery auto-run), not my run f730d3ca.
  • POST /api/issues/2e3b3e85.../checkout (with agentId, expectedStatuses) → failed: "Issue checkout conflict" — same root cause.

Disposition (this heartbeat, run d4c8f782): Checkout held by my own run, so the prior checkout-conflict cleared.

  • PATCH /api/issues/2e3b3e85... with status=done (and resume:true comment body) → 200 OK (completedAt: 2026-08-22T17:49:30Z).
  • Issue now status: done. Confirmed via re-fetch.

No remaining work for the Researcher on REH-39. Any subsequent wake on this issue should treat it as already-closed and focus on the next pipeline issue (REH-40 angle_backlog, downstream).

Agent referenced STATUS.md but the file isn't on disk.
Agent referenced andoffs/topic-brief-small-teams-ship-faster-2026-08-22.jso but the file isn't on disk.
Agent referenced paperclip/instances/default/projects/8d50cb06-39b8-472e-a18b-bee810d3ecd5/2207ff09-46e2-44ac-a1d2-b49aa44bdf86/_default/handoffs/topic-brief-small-teams-ship-faster-2026-08-22.jso but the file isn't on disk.
doneagentResearcher2026-08-22 17:46Zrun 43e0a2ba

{"handoff":"handoffs/topic-brief-small-teams-ship-faster-2026-08-22.json","schema":"topic_brief","summary":"topic_brief on small-team shipping velocity — Brooks, Wu et al. Nature, MIT CISR; thesis piece anchor","nextAgent":"idea-generator"}

Agent referenced andoffs/topic-brief-small-teams-ship-faster-2026-08-22.jso but the file isn't on disk.
doneagentResearcher2026-08-22 17:46Zrun 43e0a2ba

topic_brief handoff posted; artifact is schema-valid (3 key points, 8 keywords, 3 sources). Closing per Definition of Done.

doneuserucnvte3rACr6iK3TJf7PSIiNu99HQdK92026-08-22 17:48Z

{"handoff": "topic_brief", "version": 1, "artifactPath": "/root/.paperclip/instances/default/projects/8d50cb06-39b8-472e-a18b-bee810d3ecd5/2207ff09-46e2-44ac-a1d2-b49aa44bdf86/_default/handoffs/topic-brief-small-teams-ship-faster-2026-08-22.json", "schemaValidation": "pass (draft-07, verified by board during recovery)", "briefId": "small-teams-ship-faster-2026-08-22", "topicTitle": "Why small teams ship faster than big ones", "nextAgent": "idea-generator", "postedBy": "board-recovery (Researcher run aad49395 produced the artifact; its agent-API auth is broken - see STATUS.md)", "fullBrief": {"type": "topic_brief", "version": 1, "briefId": "small-teams-ship-faster-2026-08-22", "issueId": "REH-39", "topic": {"title": "Why small teams ship faster than big ones", "summary": "A foundational thesis piece for the rehanced audience: the structural advantages small teams hold in shipping velocity (lower coordination cost, faster decisions, more disruptive output) and the corresponding friction that accumulates as teams scale. Useful as evergreen explainer, leadership POV, or counterpoint to headcount-as-progress thinking.", "whyNow": "AI coding assistants have collapsed individual output per person, so coordination overhead \u2014 not raw engineering hours \u2014 is now the dominant bottleneck. Small-team advantages are sharper in 2026 than they were pre-LLM, and the inverse-Conway playbook is back in fashion."}, "audience": {"segments": ["Early-stage startup founders (1-15 people) validating thesis content", "Engineering managers at mid-to-large companies trying to preserve shipping velocity", "Solo founders and indie hackers looking for validation of small-team operating model", "Tech leads / staff+ engineers arguing for team splits or autonomous squads"], "pains": ["Coordination cost now dominates actual engineering work as the team grows", "Hiring more people seems to slow delivery instead of speeding it (Brooks's Law in practice)", "Decision velocity stalls once every change needs a meeting of stakeholders", "Process and bureaucracy accumulate faster than throughput", "Hard to defend a 'stay small' operating stance to investors or leadership"], "objections": ["Doesn't scale \u2014 large problems require large teams", "Survivorship bias: we only see the small teams that survived", "AI tooling will erase the small-team advantage anyway"]}, "keyPoints": [{"point": "Communication overhead grows quadratically with team size (n(n-1)/2 paths), so adding headcount past a small core typically slows delivery \u2014 Brooks's Law in action.", "evidence": "Brooks formalized this in The Mythical Man-Month (1975); modern engineering management literature still treats it as the baseline for why 'add more people' fails on late projects.", "sourceUrl": "https://www.forbes.com/sites/jacobmorgan/2015/04/15/why-smaller-teams-are-better-than-larger-ones/", "confidence": "high"}, {"point": "Small teams disproportionately produce disruptive work; large teams develop and consolidate \u2014 the roles are complementary, not interchangeable.", "evidence": "Wu, Wang & Evans (2019) analyzed 65M+ papers, patents, and software products over 50 years; small teams cite older and less popular ideas and produce more disruptive innovations, while large teams refine existing lines of work.", "sourceUrl": "https://pubmed.ncbi.nlm.nih.gov/30760923/", "confidence": "high"}, {"point": "Combining speed AND innovation outperforms peers that optimize only for one \u2014 and small teams are structurally positioned to do both.", "evidence": "MIT CISR research (Weill, Brecht & Woerner, 2023) found companies that pair speed with innovation outperform slower or less innovative peers on financial performance.", "sourceUrl": "https://cisr.mit.edu/publication/2023_0401_SpeedandInnovation_WeillBrechtWoerner", "confidence": "medium"}], "keywords": [{"term": "why small teams ship faster", "intent": "informational", "difficultyGuess": "low", "notes": "Headline query for the thesis piece"}, {"term": "small team vs large team productivity", "intent": "informational", "difficultyGuess": "medium"}, {"term": "Brooks's law", "intent": "informational", "difficultyGuess": "low", "notes": "Anchor concept \u2014 high recall"}, {"term": "Conway's law team size", "intent": "informational", "difficultyGuess": "low"}, {"term": "engineering team scaling velocity", "intent": "informational", "difficultyGuess": "medium"}, {"term": "communication overhead team size", "intent": "informational", "difficultyGuess": "low"}, {"term": "DORA team size performance", "intent": "informational", "difficultyGuess": "medium"}, {"term": "small teams disrupt large teams develop", "intent": "informational", "difficultyGuess": "low", "notes": "Hooks the Wu et al. Nature finding"}], "sources": [{"url": "https://pubmed.ncbi.nlm.nih.gov/30760923/", "publisher": "Nature (via PubMed)", "publishedAt": "2019-02-13", "citedWhat": "Wu, Wang & Evans \u2014 large teams develop, small teams disrupt (65M+ works, 50yr analysis)"}, {"url": "https://www.forbes.com/sites/jacobmorgan/2015/04/15/why-smaller-teams-are-better-than-larger-ones/", "publisher": "Forbes", "publishedAt": "2015-04-15", "citedWhat": "Communication-paths framing and engagement/productivity data for small vs large teams"}, {"url": "https://cisr.mit.edu/publication/2023_0401_SpeedandInnovation_WeillBrechtWoerner", "publisher": "MIT CISR", "publishedAt": "2023-04-01", "citedWhat": "Weill, Brecht & Woerner \u2014 pairing speed with innovation outperforms peers"}], "competitorAngles": ["GitLab / Linear / PostHog engineering blogs \u2014 already ship pieces on small-team operating models; rehanced should add the disrupt-vs-develop research angle rather than rehash Conway's Law", "First Round Review / Stripe Atlas \u2014 pitch the small-team thesis to founders; differentiate via Wu et al. data, not opinion", "Charity Majors / Honeycomb 'observability for small teams' \u2014 overlap on audience but rehanced should keep the lens on shipping velocity, not tooling"], "trendSignals": ["LLM coding tools compressing per-engineer output, raising the relative cost of coordination", "PostHog public emphasis on small teams as a shipping strategy (2025-2026)", "Return of 'Inverse Conway Maneuver' and team-topologies framing in engineering leadership content"], "expiresAt": "2026-11-22"}}

Agent referenced paperclip/instances/default/projects/8d50cb06-39b8-472e-a18b-bee810d3ecd5/2207ff09-46e2-44ac-a1d2-b49aa44bdf86/_default/handoffs/topic-brief-small-teams-ship-faster-2026-08-22.jso but the file isn't on disk.
doneagentResearcher2026-08-22 17:49Zrun f730d3ca

Heartbeat disposition — REH-39 reopen-via-comment

Acknowledged: board-recovery comment 8d10493f (posted 2026-08-22T17:48:30Z) on behalf of the Researcher. The duplicate handoff was needed because Researcher run aad49395 hit verifyLocalAgentJwt rejection; my later run 43e0a2ba recovered auth and posted its own handoff (comment b7ded62d, 17:46:41Z).

Verification this heartbeat:

No new work needed. The handoff is delivered, the next agent has it, the artifact is intact. This heartbeat is a clean re-close.

handoffs/topic-brief-small-teams-ship-faster-2026-08-22.jsonjson · 6.0KB · 2026-08-22 17:42Z
topic brief handoff

Type: topic_brief Issue: REH-39 Brief ID: small-teams-ship-faster-2026-08-22 Expires: 2026-11-22

Topic

Title: Why small teams ship faster than big ones

A foundational thesis piece for the rehanced audience: the structural advantages small teams hold in shipping velocity (lower coordination cost, faster decisions, more disruptive output) and the corresponding friction that accumulates as teams scale. Useful as evergreen explainer, leadership POV, or counterpoint to headcount-as-progress thinking.

Why now: AI coding assistants have collapsed individual output per person, so coordination overhead — not raw engineering hours — is now the dominant bottleneck. Small-team advantages are sharper in 2026 than they were pre-LLM, and the inverse-Conway playbook is back in fashion.

Audience

Segments:

  • Early-stage startup founders (1-15 people) validating thesis content
  • Engineering managers at mid-to-large companies trying to preserve shipping velocity
  • Solo founders and indie hackers looking for validation of small-team operating model
  • Tech leads / staff+ engineers arguing for team splits or autonomous squads

Pains:

  • Coordination cost now dominates actual engineering work as the team grows
  • Hiring more people seems to slow delivery instead of speeding it (Brooks's Law in practice)
  • Decision velocity stalls once every change needs a meeting of stakeholders
  • Process and bureaucracy accumulate faster than throughput
  • Hard to defend a 'stay small' operating stance to investors or leadership

Objections:

  • Doesn't scale — large problems require large teams
  • Survivorship bias: we only see the small teams that survived
  • AI tooling will erase the small-team advantage anyway

Key points

1. Communication overhead grows quadratically with team size (n(n-1)/2 paths), so adding headcount past a small core typically slows delivery — Brooks's Law in action.

Brooks formalized this in The Mythical Man-Month (1975); modern engineering management literature still treats it as the baseline for why 'add more people' fails on late projects.

Source Confidence: high

2. Small teams disproportionately produce disruptive work; large teams develop and consolidate — the roles are complementary, not interchangeable.

Wu, Wang & Evans (2019) analyzed 65M+ papers, patents, and software products over 50 years; small teams cite older and less popular ideas and produce more disruptive innovations, while large teams refine existing lines of work.

Source Confidence: high

3. Combining speed AND innovation outperforms peers that optimize only for one — and small teams are structurally positioned to do both.

MIT CISR research (Weill, Brecht & Woerner, 2023) found companies that pair speed with innovation outperform slower or less innovative peers on financial performance.

Source Confidence: medium

Keywords

  • why small teams ship faster · intent: informational · difficulty: low
    • Headline query for the thesis piece
  • small team vs large team productivity · intent: informational · difficulty: medium
  • Brooks's law · intent: informational · difficulty: low
    • Anchor concept — high recall
  • Conway's law team size · intent: informational · difficulty: low
  • engineering team scaling velocity · intent: informational · difficulty: medium
  • communication overhead team size · intent: informational · difficulty: low
  • DORA team size performance · intent: informational · difficulty: medium
  • small teams disrupt large teams develop · intent: informational · difficulty: low
    • Hooks the Wu et al. Nature finding

Competitor angles

  • GitLab / Linear / PostHog engineering blogs — already ship pieces on small-team operating models; rehanced should add the disrupt-vs-develop research angle rather than rehash Conway's Law
  • First Round Review / Stripe Atlas — pitch the small-team thesis to founders; differentiate via Wu et al. data, not opinion
  • Charity Majors / Honeycomb 'observability for small teams' — overlap on audience but rehanced should keep the lens on shipping velocity, not tooling

Trend signals

  • LLM coding tools compressing per-engineer output, raising the relative cost of coordination
  • PostHog public emphasis on small teams as a shipping strategy (2025-2026)
  • Return of 'Inverse Conway Maneuver' and team-topologies framing in engineering leadership content
View raw JSON
{
  "type": "topic_brief",
  "version": 1,
  "briefId": "small-teams-ship-faster-2026-08-22",
  "issueId": "REH-39",
  "topic": {
    "title": "Why small teams ship faster than big ones",
    "summary": "A foundational thesis piece for the rehanced audience: the structural advantages small teams hold in shipping velocity (lower coordination cost, faster decisions, more disruptive output) and the corresponding friction that accumulates as teams scale. Useful as evergreen explainer, leadership POV, or counterpoint to headcount-as-progress thinking.",
    "whyNow": "AI coding assistants have collapsed individual output per person, so coordination overhead — not raw engineering hours — is now the dominant bottleneck. Small-team advantages are sharper in 2026 than they were pre-LLM, and the inverse-Conway playbook is back in fashion."
  },
  "audience": {
    "segments": [
      "Early-stage startup founders (1-15 people) validating thesis content",
      "Engineering managers at mid-to-large companies trying to preserve shipping velocity",
      "Solo founders and indie hackers looking for validation of small-team operating model",
      "Tech leads / staff+ engineers arguing for team splits or autonomous squads"
    ],
    "pains": [
      "Coordination cost now dominates actual engineering work as the team grows",
      "Hiring more people seems to slow delivery instead of speeding it (Brooks's Law in practice)",
      "Decision velocity stalls once every change needs a meeting of stakeholders",
      "Process and bureaucracy accumulate faster than throughput",
      "Hard to defend a 'stay small' operating stance to investors or leadership"
    ],
    "objections": [
      "Doesn't scale — large problems require large teams",
      "Survivorship bias: we only see the small teams that survived",
      "AI tooling will erase the small-team advantage anyway"
    ]
  },
  "keyPoints": [
    {
      "point": "Communication overhead grows quadratically with team size (n(n-1)/2 paths), so adding headcount past a small core typically slows delivery — Brooks's Law in action.",
      "evidence": "Brooks formalized this in The Mythical Man-Month (1975); modern engineering management literature still treats it as the baseline for why 'add more people' fails on late projects.",
      "sourceUrl": "https://www.forbes.com/sites/jacobmorgan/2015/04/15/why-smaller-teams-are-better-than-larger-ones/",
      "confidence": "high"
    },
    {
      "point": "Small teams disproportionately produce disruptive work; large teams develop and consolidate — the roles are complementary, not interchangeable.",
      "evidence": "Wu, Wang & Evans (2019) analyzed 65M+ papers, patents, and software products over 50 years; small teams cite older and less popular ideas and produce more disruptive innovations, while large teams refine existing lines of work.",
      "sourceUrl": "https://pubmed.ncbi.nlm.nih.gov/30760923/",
      "confidence": "high"
    },
    {
      "point": "Combining speed AND innovation outperforms peers that optimize only for one — and small teams are structurally positioned to do both.",
      "evidence": "MIT CISR research (Weill, Brecht & Woerner, 2023) found companies that pair speed with innovation outperform slower or less innovative peers on financial performance.",
      "sourceUrl": "https://cisr.mit.edu/publication/2023_0401_SpeedandInnovation_WeillBrechtWoerner",
      "confidence": "medium"
    }
  ],
  "keywords": [
    {
      "term": "why small teams ship faster",
      "intent": "informational",
      "difficultyGuess": "low",
      "notes": "Headline query for the thesis piece"
    },
    {
      "term": "small team vs large team productivity",
      "intent": "informational",
      "difficultyGuess": "medium"
    },
    {
      "term": "Brooks's law",
      "intent": "informational",
      "difficultyGuess": "low",
      "notes": "Anchor concept — high recall"
    },
    {
      "term": "Conway's law team size",
      "intent": "informational",
      "difficultyGuess": "low"
    },
    {
      "term": "engineering team scaling velocity",
      "intent": "informational",
      "difficultyGuess": "medium"
    },
    {
      "term": "communication overhead team size",
      "intent": "informational",
      "difficultyGuess": "low"
    },
    {
      "term": "DORA team size performance",
      "intent": "informational",
      "difficultyGuess": "medium"
    },
    {
      "term": "small teams disrupt large teams develop",
      "intent": "informational",
      "difficultyGuess": "low",
      "notes": "Hooks the Wu et al. Nature finding"
    }
  ],
  "sources": [
    {
      "url": "https://pubmed.ncbi.nlm.nih.gov/30760923/",
      "publisher": "Nature (via PubMed)",
      "publishedAt": "2019-02-13",
      "citedWhat": "Wu, Wang & Evans — large teams develop, small teams disrupt (65M+ works, 50yr analysis)"
    },
    {
      "url": "https://www.forbes.com/sites/jacobmorgan/2015/04/15/why-smaller-teams-are-better-than-larger-ones/",
      "publisher": "Forbes",
      "publishedAt": "2015-04-15",
      "citedWhat": "Communication-paths framing and engagement/productivity data for small vs large teams"
    },
    {
      "url": "https://cisr.mit.edu/publication/2023_0401_SpeedandInnovation_WeillBrechtWoerner",
      "publisher": "MIT CISR",
      "publishedAt": "2023-04-01",
      "citedWhat": "Weill, Brecht & Woerner — pairing speed with innovation outperforms peers"
    }
  ],
  "competitorAngles": [
    "GitLab / Linear / PostHog engineering blogs — already ship pieces on small-team operating models; rehanced should add the disrupt-vs-develop research angle rather than rehash Conway's Law",
    "First Round Review / Stripe Atlas — pitch the small-team thesis to founders; differentiate via Wu et al. data, not opinion",
    "Charity Majors / Honeycomb 'observability for small teams' — overlap on audience but rehanced should keep the lens on shipping velocity, not tooling"
  ],
  "trendSignals": [
    "LLM coding tools compressing per-engineer output, raising the relative cost of coordination",
    "PostHog public emphasis on small teams as a shipping strategy (2025-2026)",
    "Return of 'Inverse Conway Maneuver' and team-topologies framing in engineering leadership content"
  ],
  "expiresAt": "2026-11-22"
}
handoffs/angle-backlog-small-teams-ship-2026-08-22.jsonjson · 5.7KB · 2026-08-22 17:48Z
angle backlog handoff

Type: angle_backlog Issue:Backlog ID: angle-backlog-small-teams-ship-2026-08-22 Based on brief: small-teams-ship-faster-2026-08-22

Trend reactive: yes

Notes for editor

Smoke test for the pipeline - all four ideas are LinkedIn short_post variants around the small-team shipping thesis. Idea 1 is the canonical ~120-word LinkedIn post the writer should produce verbatim. Ideas 2-4 are sibling angles the Content Lead can pick if the canonical post needs a follow-up or A/B variant. Keep the tone founder-voice, direct, no hype words. Every claim must carry a source from the brief.

Ideas (4)

1. smt-b7th-engineer

Hook:

Adding a 7th engineer to your 6-person team will probably make you ship slower.

Angle:

Lead with the counter-intuitive observation about Brooks's Law, then ground it in the brief's whyNow: AI coding tools have compressed per-engineer output, so coordination overhead - not raw engineering hours - is the dominant bottleneck. Communication paths grow as n(n-1)/2; the post walks from that math to the operating stance (stay small, ship fast, defend the choice) and closes with the contrarian takeaway. This is the canonical ~120-word LinkedIn post.

Formats: short_post

pillar: shipping-velocity · effort: xs · predicted resonance: high

Repurposing plan:

  • quote_card — Pull the n(n-1)/2 line as a standalone card with the Brooks citation
  • thread — Expand into 5-tweet thread: math -> AI-era bottleneck -> disrupt-vs-develop data -> operating stance -> CTA

Risks:

Factual: cite Brooks's Law correctly and attribute to The Mythical Man-Month (1975). Avoid survivor-bias rebuttals by anchoring in the brief's evidence (Brooks math + Wu et al. study).

2. smt-65m-papers

Hook:

65 million papers. 50 years. One finding: small teams disrupt, large teams develop.

Angle:

Data-led sibling post to idea 1. Opens with the Wu, Wang & Evans (2019) Nature finding - small teams cite older and less popular ideas and produce more disruptive work - and uses it to reframe the audience pain ('hard to defend a stay-small stance to investors'). The post makes the data the punchline rather than opinion, which the brief flagged as a differentiator versus GitLab/Linear/PostHog essays. Same short_post length; one stat per line; source at the end.

Formats: short_post

pillar: research-led-insights · effort: xs · predicted resonance: high

Repurposing plan:

  • quote_card — Single stat: '65M+ works analyzed, small teams produce the more disruptive innovations'
  • thread — Walk through the methodology and the develop-vs-disrupt split

Risks:

Factual: cite the Nature paper (Wu, Wang & Evans, 2019) precisely; don't overstate causation - correlation between team size and disruptiveness, not a universal law.

3. smt-ai-coordination

Hook:

AI didn't kill the small-team advantage. It made it the only advantage that matters.

Angle:

Contrarian reframe of the trend signal that LLM coding tools compress per-engineer output. Lead with the contradiction ('everyone thinks AI scales teams - it actually narrows the bottleneck to coordination'), then argue that small teams win by default in the AI era because their overhead stays linear while large teams' coordination cost still grows quadratically. Closes with the operating implication: split the org before the AI gains get eaten by meetings. Position this as a follow-up to idea 1, not a replacement.

Formats: short_post

pillar: ai-era-strategy · effort: xs · predicted resonance: high

Repurposing plan:

  • thread — 5-part thread: claim -> coordination math -> why AI moves the bottleneck -> what to do Monday morning
  • video_script — 60-second talking-head riff on the reframe, whiteboarding the n(n-1)/2 curve

Risks:

Brand: do not imply AI tools are bad or replace engineers. Factual: the bottleneck-shift claim is supported by the brief's whyNow, but the writer should not invent specific AI-output stats - keep the argument qualitative.

4. smt-ceo-email

Hook:

If your CEO asks 'should we just hire faster?', send them this.

Angle:

Audience-pain post targeted at engineering managers defending a stay-small operating stance (one of the explicit pains in the brief). Lead with the scenario the manager faces, then drop the MIT CISR finding (Weill, Brecht & Woerner, 2023): companies that pair speed with innovation outperform slower or less innovative peers. Reframe hiring pressure as a coordination tax, not a velocity lever. Slightly longer short_post - closer to 150 words - to fit the 'send-to-CEO' framing.

Formats: short_post

pillar: operating-model · effort: s · predicted resonance: medium

Repurposing plan:

  • newsletter_section — Lift into a 'defending the small team' section of the next founder newsletter
  • video_script — 90-second walkthrough of the MIT CISR data for managers to forward internally

Risks:

Tone: avoid being preachy or anti-hire. Factual: the MIT CISR finding is 'medium' confidence in the brief - the writer should present it as one data point, not the verdict. Don't promise the post will change anyone's mind.

View raw JSON
{
  "type": "angle_backlog",
  "version": 1,
  "backlogId": "angle-backlog-small-teams-ship-2026-08-22",
  "basedOnBriefId": "small-teams-ship-faster-2026-08-22",
  "trendReactive": true,
  "notesForEditor": "Smoke test for the pipeline - all four ideas are LinkedIn short_post variants around the small-team shipping thesis. Idea 1 is the canonical ~120-word LinkedIn post the writer should produce verbatim. Ideas 2-4 are sibling angles the Content Lead can pick if the canonical post needs a follow-up or A/B variant. Keep the tone founder-voice, direct, no hype words. Every claim must carry a source from the brief.",
  "ideas": [
    {
      "ideaId": "smt-b7th-engineer",
      "hook": "Adding a 7th engineer to your 6-person team will probably make you ship slower.",
      "angle": "Lead with the counter-intuitive observation about Brooks's Law, then ground it in the brief's whyNow: AI coding tools have compressed per-engineer output, so coordination overhead - not raw engineering hours - is the dominant bottleneck. Communication paths grow as n(n-1)/2; the post walks from that math to the operating stance (stay small, ship fast, defend the choice) and closes with the contrarian takeaway. This is the canonical ~120-word LinkedIn post.",
      "formats": [
        "short_post"
      ],
      "pillar": "shipping-velocity",
      "effort": "xs",
      "predictedResonance": "high",
      "repurposingPlan": [
        {
          "derivativeFormat": "quote_card",
          "note": "Pull the n(n-1)/2 line as a standalone card with the Brooks citation"
        },
        {
          "derivativeFormat": "thread",
          "note": "Expand into 5-tweet thread: math -> AI-era bottleneck -> disrupt-vs-develop data -> operating stance -> CTA"
        }
      ],
      "risks": "Factual: cite Brooks's Law correctly and attribute to The Mythical Man-Month (1975). Avoid survivor-bias rebuttals by anchoring in the brief's evidence (Brooks math + Wu et al. study)."
    },
    {
      "ideaId": "smt-65m-papers",
      "hook": "65 million papers. 50 years. One finding: small teams disrupt, large teams develop.",
      "angle": "Data-led sibling post to idea 1. Opens with the Wu, Wang & Evans (2019) Nature finding - small teams cite older and less popular ideas and produce more disruptive work - and uses it to reframe the audience pain ('hard to defend a stay-small stance to investors'). The post makes the data the punchline rather than opinion, which the brief flagged as a differentiator versus GitLab/Linear/PostHog essays. Same short_post length; one stat per line; source at the end.",
      "formats": [
        "short_post"
      ],
      "pillar": "research-led-insights",
      "effort": "xs",
      "predictedResonance": "high",
      "repurposingPlan": [
        {
          "derivativeFormat": "quote_card",
          "note": "Single stat: '65M+ works analyzed, small teams produce the more disruptive innovations'"
        },
        {
          "derivativeFormat": "thread",
          "note": "Walk through the methodology and the develop-vs-disrupt split"
        }
      ],
      "risks": "Factual: cite the Nature paper (Wu, Wang & Evans, 2019) precisely; don't overstate causation - correlation between team size and disruptiveness, not a universal law."
    },
    {
      "ideaId": "smt-ai-coordination",
      "hook": "AI didn't kill the small-team advantage. It made it the only advantage that matters.",
      "angle": "Contrarian reframe of the trend signal that LLM coding tools compress per-engineer output. Lead with the contradiction ('everyone thinks AI scales teams - it actually narrows the bottleneck to coordination'), then argue that small teams win by default in the AI era because their overhead stays linear while large teams' coordination cost still grows quadratically. Closes with the operating implication: split the org before the AI gains get eaten by meetings. Position this as a follow-up to idea 1, not a replacement.",
      "formats": [
        "short_post"
      ],
      "pillar": "ai-era-strategy",
      "effort": "xs",
      "predictedResonance": "high",
      "repurposingPlan": [
        {
          "derivativeFormat": "thread",
          "note": "5-part thread: claim -> coordination math -> why AI moves the bottleneck -> what to do Monday morning"
        },
        {
          "derivativeFormat": "video_script",
          "note": "60-second talking-head riff on the reframe, whiteboarding the n(n-1)/2 curve"
        }
      ],
      "risks": "Brand: do not imply AI tools are bad or replace engineers. Factual: the bottleneck-shift claim is supported by the brief's whyNow, but the writer should not invent specific AI-output stats - keep the argument qualitative."
    },
    {
      "ideaId": "smt-ceo-email",
      "hook": "If your CEO asks 'should we just hire faster?', send them this.",
      "angle": "Audience-pain post targeted at engineering managers defending a stay-small operating stance (one of the explicit pains in the brief). Lead with the scenario the manager faces, then drop the MIT CISR finding (Weill, Brecht & Woerner, 2023): companies that pair speed with innovation outperform slower or less innovative peers. Reframe hiring pressure as a coordination tax, not a velocity lever. Slightly longer short_post - closer to 150 words - to fit the 'send-to-CEO' framing.",
      "formats": [
        "short_post"
      ],
      "pillar": "operating-model",
      "effort": "s",
      "predictedResonance": "medium",
      "repurposingPlan": [
        {
          "derivativeFormat": "newsletter_section",
          "note": "Lift into a 'defending the small team' section of the next founder newsletter"
        },
        {
          "derivativeFormat": "video_script",
          "note": "90-second walkthrough of the MIT CISR data for managers to forward internally"
        }
      ],
      "risks": "Tone: avoid being preachy or anti-hire. Factual: the MIT CISR finding is 'medium' confidence in the brief - the writer should present it as one data point, not the verdict. Don't promise the post will change anyone's mind."
    }
  ]
}
Agent referenced andoffs/topic-brief-small-teams-ship-faster-2026-08-22.jso but the file isn't on disk.
Agent referenced andoffs/angle-backlog-small-teams-ship-2026-08-22.jso but the file isn't on disk.
doneagentResearcher2026-08-22 17:50Zrun d4c8f782

Re-close: artifact unchanged from prior handoff (topic-brief-small-teams-ship-faster-2026-08-22.json), schema re-validated this heartbeat, routing comments b7ded62d + board-recovery 8d10493f remain in thread. Downstream angle_backlog already consumed. No new work.

Workspace files (37)

Every artifact agents produced in the rehanced content workspace. Click any file to read it. Newest first.

PathKindSizeModified
feedback/topic_brief__small-teams-ship-faster-2026-08-22.txttext148 B2026-08-29 18:49
research/archive/2026-08-27/digest-2026-08-27.mdmd6.5 KB2026-08-27 02:34
research/archive/2026-08-27/health-check.mdmd1.3 KB2026-08-27 02:11
research/digest-2026-08-25.mdmd6.4 KB2026-08-25 02:32
drafts/spacex-achievements-post/v1.mdmd3.7 KB2026-08-24 15:29
leads/2026-W36/raw.jsonjson56.3 KB2026-08-24 03:36
handoffs/qualified-leads-reh-53.jsonjson8.5 KB2026-08-24 03:32
research/sources.mdmd3.9 KB2026-08-24 02:32
research/digest-2026-08-24.mdmd7.7 KB2026-08-24 02:31
research/digest-2026-08-24.jsonjson7.8 KB2026-08-24 02:31
research/archive/2026-08-24/hackernews/item-49409092.jsonjson6.0 KB2026-08-24 02:31
research/archive/2026-08-24/hackernews/item-49402232.jsonjson86.4 KB2026-08-24 02:31
research/archive/2026-08-24/hackernews/item-49404380.jsonjson20.6 KB2026-08-24 02:31
research/archive/2026-08-24/hackernews/item-49363710.jsonjson23.4 KB2026-08-24 02:31
research/archive/2026-08-24/hackernews/item-49331423.jsonjson84.4 KB2026-08-24 02:31
research/archive/2026-08-24/google-trends/us-daily.rssbinary20.2 KB2026-08-24 02:31
research/archive/2026-08-24/hackernews/front-page.jsonjson35.0 KB2026-08-24 02:31
research/digest-2026-08-22.jsonjson4.9 KB2026-08-22 19:36
research/digest-2026-08-22.mdmd6.2 KB2026-08-22 19:36
research/archive/2026-08-22/google-trends/us-daily.rssbinary20.4 KB2026-08-22 19:36
research/archive/2026-08-22/hackernews/elevenlabs.jsonjson28.4 KB2026-08-22 19:36
research/archive/2026-08-22/hackernews/rust-glancer.jsonjson52.6 KB2026-08-22 19:36
research/archive/2026-08-22/hackernews/munder-difflin.jsonjson47.6 KB2026-08-22 19:36
research/archive/2026-08-22/hackernews/mcp-roadmap.jsonjson49.1 KB2026-08-22 19:36
research/archive/2026-08-22/hackernews/claude-code-effort.jsonjson38.9 KB2026-08-22 19:36
research/archive/2026-08-22/hackernews/front-page.jsonjson39.4 KB2026-08-22 19:36
handoffs/qualified-leads-reh-47.jsonjson7.2 KB2026-08-22 19:27
leads/2026-W35/e2e-qualified.jsonjson7.2 KB2026-08-22 19:27
handoffs/qa-verdict-REH-48.jsonjson4.2 KB2026-08-22 19:26
handoffs/copy-draft-e2e-bad.jsonjson670 B2026-08-22 19:26
leads/2026-W35/e2e-raw.jsonjson4.5 KB2026-08-22 19:20
assets/e2e-2026-08-22/cover.jpgimage45.6 KB2026-08-22 19:20
handoffs/qa-verdict-REH-42.jsonjson1.9 KB2026-08-22 17:54
handoffs/STATUS.mdmd3.4 KB2026-08-22 17:51
handoffs/copy-draft-smt-b7th-engineer.jsonjson3.0 KB2026-08-22 17:49
handoffs/angle-backlog-small-teams-ship-2026-08-22.jsonjson5.7 KB2026-08-22 17:48
handoffs/topic-brief-small-teams-ship-faster-2026-08-22.jsonjson6.0 KB2026-08-22 17:42

Browse all files (full tree) →