Entrepreneurial strategies and leadership: an organization without diffusion
The bystander effect, silent disease of scaling organizations
When a team grows from 5 to 50 people, the bystander effect appears everywhere:
- Critical bugs stay open too long because "someone else will pick it up".
- Strategic decisions are postponed from committee to committee.
- New hires wait for someone to explain what they should do.
- Support functions (HR, Finance, Legal) become black boxes where requests get lost.
- KPIs are no longer carried, they are tracked.
A startup with 3 founders has no bystander effect: there are no witnesses, only actors. A scale-up with 50 people has it everywhere: many witnesses, few actors.
This chapter is the toolbox of the founder, the sales leader, and the manager who wants to structure responsibility the way you structure code.
Law 1: Every object must have a single owner
This is the mother law, borrowed from object-oriented programming: one owner per object. Not a pool, not a committee, not a team. One person.
| Object | Owner type |
|---|---|
| A client | An Account Executive |
| A deal | An AE (and only one) |
| A project | A Project Lead |
| An OKR | A Champion (not a team) |
| A bug in production | The on-call of the week |
| An admin task | A cycle owner |
| A Slack message that calls for action | The @mentioned person, only |
The common mistake: declaring "we are all responsible". This is the favorite slogan of the bystander effect.
graph TD
A[Every company object] --> B{Does it have a single<br/>name in front of it?}
B -->|Yes| C[Action likely]
B -->|No| D[Bystander installed]
style C fill:#22c55e,color:#fff
style D fill:#ef4444,color:#fff
Law 2: RACI, organizational religion
The RACI (Responsible, Accountable, Consulted, Informed) is an old tool (1970s) but underused. Its power comes from a simple rule:
For each decision, only one person is Accountable (A). Others can be Responsible, Consulted or Informed — never Accountable.
| Role | Definition | How many |
|---|---|---|
| Responsible | Does the work | 1 or several |
| Accountable | Carries the decision | Exactly 1 |
| Consulted | Gives input before the decision | 0 or several |
| Informed | Receives info after the decision | 0 or several |
In 80% of organizations, RACI is poorly applied: people confuse Responsible and Accountable, or designate several Accountables. Result: massive diffusion.
Simple test on a current decision: If the decision goes wrong, who gets called into the CEO's office to explain? That person is the Accountable. If the answer is "several", you have already lost.
Law 3: The DRI rule (Directly Responsible Individual)
Apple popularized the DRI: for each critical deliverable, one person is publicly named as directly responsible. Their name appears in:
- The internal board
- Recap emails
- Cross-team communications
- Victory celebrations (and failure post-mortems)
This public visibility is the antidote to evaluation apprehension: the person knows they cannot hide, so they act.
graph LR
A[Project without DRI] --> B[Silent diffusion]
C[Project with publicly named DRI] --> D[Visible action<br/>+ celebration<br/>+ learning]
style B fill:#ef4444,color:#fff
style D fill:#22c55e,color:#fff
Law 4: Designing the friction of inaction
Reverse the friction. Rather than making action easy (and inaction free), make inaction costly:
| Mechanism | How to set it up |
|---|---|
| Public commitment | Announce an OKR at all-hands → cost of not delivering |
| Visible status | Notion / Linear board with status per owner — every delay is visible |
| Named standup | Each person says what they did + will do — silence = visible ghosting |
| Ritualized post-mortem | Every incident has an owner and a written debrief within 7 days |
| Performance review | Personal KPIs aligned with promised actions |
| Reverse meeting | The manager doesn't run the 1-to-1, the IC does |
The goal: create an environment where not acting costs more than acting. This is the inverse of the bystander effect by construction.
Law 5: Critical team size
Beyond a certain size, any team sinks into the bystander effect, regardless of individual quality. Some thresholds from organizational sociology research:
| Team size | Collective behavior |
|---|---|
| 1-3 | Immediate action, implicit communication |
| 4-7 | Self-coordination possible (classic Scrum team) |
| 8-12 | Formal roles necessary |
| 13-20 | Sub-teams mandatory or dilution |
| 21+ | Structural diffusion, except with strong hierarchy |
The famous "two-pizza rule" by Amazon (Jeff Bezos) — a team must be feedable by two pizzas — is a direct application of preventing the bystander effect.
Law 6: The strategic role of the manager
The manager is, structurally, the bystander breaker in their team. Their daily tools:
a) The weekly 1-to-1
Not a task report, but a moment of attribution. Key questions:
- "What are you the only one accountable for this week?"
- "If you disappear for 3 days, what stops?"
- "What didn't move forward on your side because you thought someone else would pick it up?"
This last question is the anti-bystander question to institute.
b) The closing ritual
No meeting without a final sentence said by the manager:
"To recap: Marie, you carry X until Wednesday. Paul, you carry Y until Friday. Anyone carrying anything else? No one? OK, we move."
This habit, taken in 90 seconds, eliminates 80% of blind spots.
c) The mandatory post-mortem
For every significant failure, a written, shared post-mortem with:
- Identified owner (without blame)
- Root cause
- Learning turned into process
- Named prevention commitment
This is the ritual that teaches the organization that responsibility is named.
Law 7: Recruiting against the bystander
The bystander effect has a behavioral signature detectable in interviews. Three questions to integrate:
| Question | What we're looking for |
|---|---|
| "Tell me about a time you acted when no one asked you to." | Sense of individual initiative |
| "In your last role, what were you the sole accountable for?" | Capacity to carry without dilution |
| "When was the last time you were wrong in public, and what did you do?" | Tolerance to evaluation apprehension |
Avoid profiles that systematically answer with "our team" or "we". They are not bad people — but they need a very strict framework not to dilute.
Law 8: Culture, the ultimate antidote
No process survives long against a culture that dilutes. Three cultural markers of an immunized organization:
- Passive sentences are reformulated in meetings. "Someone should" automatically becomes "who picks it up?". It's a reflex, not an effort.
- The victory cry is named. "Bravo Marie for closing X" > "Bravo to the team!". Individualized recognition reinforces individual responsibility.
- Errors are named and learned from, not hidden. "Paul made a mistake on Y, here is what we learn" > "There was an issue on Y".
These three markers are rare, and they are durable competitive advantages.
Case study: Stripe and the writing culture
Stripe (Patrick & John Collison) is known for its writing culture. Every important decision goes through a shared document that:
- Names the author
- Lists the deciders
- Asks for written comments
- Sets a decision date
This discipline eliminates the bystander effect by construction. It slows some short-term decisions, but drastically accelerates their execution.
It is the inverse of the "meeting + verbal + we'll see" model that dilutes 90% of strategic intentions in a few weeks.
The anti-bystander founder dashboard
| Metric | Target | How to measure it |
|---|---|---|
| % of objects/projects with a named DRI | 100% | Monthly Notion/OKR audit |
| % of meetings ended with a written Who-What-When matrix | > 90% | Recap inspection |
| Average time between a Slack @mention and a reply | < 4 business hours | Slack analytics |
| % of Linear/Asana tasks with a single assignee | 100% | Simple filter |
| % of OKRs with an individual Champion (not team) | 100% | Quarterly review |
Four of these five metrics can be tracked automatically. The last requires a quarterly human audit.
The bystander effect from the founder's lens: don't become the SAO of everything
Ultimate trap: the founder, reacting to the bystander effect, becomes the single accountable owner of everything. Consequences:
- Bottleneck
- Personal burn-out
- The team further deresponsibilizes ("the boss will handle it")
The solution is not more founder accountability — it is more distributed DRIs. The leader's work becomes:
- Identify zones without a DRI
- Name a DRI for each zone
- Coach that DRI for their first 30 days
- Step out of the execution chain
graph TD
A[Bad founder reaction] --> B[Becomes SAO of everything]
B --> C[Bottleneck + burn-out + passive team]
D[Good reaction] --> E[Distributes DRIs]
E --> F[30-day coaching, then step out]
F --> G[Self-sustaining organization]
style C fill:#ef4444,color:#fff
style G fill:#22c55e,color:#fff
Summary
- The bystander effect is not a people problem, it's an organizational design problem.
- Law 1: every object has a single owner. Law 2: religious RACI, only one Accountable. Law 3: publicly named DRIs.
- Law 4: design the friction of inaction. Law 5: respect critical team size (two-pizza rule).
- The manager is structurally the bystander breaker: 1-to-1, closing ritual, mandatory post-mortem.
- Recruit with 3 anti-bystander questions; cultivate a culture that reformulates passives, celebrates by name, learns from errors.
- 5 metrics to set up for an anti-diffusion dashboard.
- The founder must not become the SAO of everything: their role is to distribute DRIs, not concentrate them.
Conclusion of the training
You have traveled, in six chapters, the complete journey of the Bystander Effect:
- ✅ Its origin (Kitty Genovese, Darley & Latané, 1968)
- ✅ Its three mechanisms: diffusion, pluralistic ignorance, evaluation apprehension
- ✅ Its signs in your B2B deals and your CRM diagnostics
- ✅ Its operational arsenal: SAO, MAP, structured committees, @named emails
- ✅ Its AI automation: detection prompts, CRM scoring, Diffusion Buster agent
- ✅ Its transformation into organizational discipline: DRI, RACI, writing culture
A final sentence to engrave:
Where responsibility has no name, action does not happen.
The final quiz that follows will let you validate your mastery — and unlock your completion certificate on ShiftKognition.