TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Agile as Trauma

51 pointsby tamersalamaover 5 years ago

6 comments

TeMPOraLover 5 years ago
&gt; <i>Since communication overhead increases proportionally the square of the number of people on the team—a fact illuminated by Brooks in the 1970s—what you actually want is as little collaboration as you can get away with.</i><p>It&#x27;s an important point that warrants repeating. It comes from an observation that if there are N people communicating directly with each other, every one has to communicate with N-1 other people, which leads to N*(N-1)&#x2F;2 simultaneously open bidirectional communication channels, which is O(N^2).<p>I think this point plays a crucial role in why hierarchies form, both in teams&#x2F;companies and societies. A hierarchy is what lets you turn an O(N^2) relationship into O(N) one, at the expense of creating O(log n) hops.
Ididntdothisover 5 years ago
I think an important point is that anything higher up the chain rarely gets attention. Every agile training I have attended has emphasized that agile implementation should transform the whole organization. In practice I have never seen this happen so the devs work in a sort of agile environment within a non-agile environment.
评论 #22297266 未加载
akanetover 5 years ago
This is a really wonderful piece, written with a clear voice, style, and appreciation for history. Pieces like this make me glad to read HN, if only for a straightforward way of finding pieces like it somewhat regularly.
thinkingkongover 5 years ago
Agile bumps up against misaligned incentives and conways law so fast. It doesnt work for anything other than executing on a predefined problem that needs to be split up. After that you end up needing to use so many “non agile” techniques to force it to work, and then youre in a purity contest.
评论 #22371672 未加载
pratioover 5 years ago
God i wish people actually making decisions about implementing scrum would hear the pains and complaints it brings to the team.
alexfromapexover 5 years ago
Lots of complaints about agile but I never see any real data about why opposing ideas are any better.
评论 #22301495 未加载