Skip to main content

Internal Communications

Communication architecture determines how fast decisions travel and how accurately intent is preserved.

The Design Problem

Most internal communication fails not from lack of information but from wrong channel, wrong format, or wrong timing. A decision made in Slack is lost. A status buried in an email thread never reaches the person who needed it. A meeting held for alignment could have been a doc.

Channel design principles:

PrincipleApplication
Match urgency to channelBlockers → synchronous. Updates → async
Write decisions as artifactsIf it's not documented, it wasn't decided
One source of truth per topicMultiple places = multiple versions of reality
Separate context from actionStatus updates and decision requests have different readers

The agent integration question: When agents participate in work alongside humans, internal communication norms shift. An agent can read a Slack thread faster than a human can compose a reply. Formatting for humans (narrative, context) differs from formatting for agents (structured, extractable).

Async-first disciplines: Remote and distributed teams that default to async communication produce more durable written artifacts but require more discipline around "when is a decision final?" and "who is the decision-maker?" These become explicit where they were previously implicit in physical colocation.

See culture and interaction protocols

Context

Questions

What is the minimum communication infrastructure that lets a 10-person distributed team operate without recurring information loss or redundant alignment meetings?

  • How do you design a communication system for a team where some participants are AI agents — and what breaks in existing norms when an agent can respond in seconds at any hour?
  • Which internal communication failure — decision not documented, wrong channel, wrong audience, or wrong timing — causes the most compounding damage over a year?
  • At what team size does informal communication break down and require structural intervention?