The architecture of communication: why startups should kill PowerPoint

Discover why written clarity outlasts visual appeal. Learn how Amazon's mechanisms can transform engineering maturity and talent quality in any startup.
In my previous article, we explored the concept of the "structured pause" and why architectural thinking must always precede the first line of code. Today, I want to take that idea a step further. In my daily work at Amazon, I've seen firsthand that a system's technical architecture is ultimately a reflection of the communication architecture of the people who designed it. If a team's communication is vague, the resulting software will be fragile and expensive to maintain. It is a common misconception that the mechanisms used by big tech in Seattle are bureaucratic. In reality, they are instruments of precision engineering designed to strip away the noise and accelerate the right decisions.
1. The 6-page narrative: nowhere for logic to hide
In the startup ecosystem, it's standard to rely on PowerPoint decks filled with bullet points, aspirational charts, and sleek animations. However, PowerPoint is where logic goes to die. It allows shallow ideas to look good under a layer of aesthetics. At Amazon, we replaced slides with Narratives of up to six pages.
- Writing is the purest form of thinking: you cannot write a six-page document about a new feature or system without analyzing every dependency, data contract, and edge case.
- The discipline of silence: our meetings begin with 20 to 30 minutes of shared, total silence while everyone reads the document. This ensures every person in the room has the same information baseline before a single word is spoken.
- Decisions based on substance: by removing the presenter's charisma from the equation, decisions are made solely on the strength of the written logic. If you can't defend your proposal in a coherent paragraph, it's a clear signal that the architecture isn't mature yet.
2. The "Bar Raiser": Protecting technical DNA for the long haul
One of the most fatal mistakes a startup can make is "urgency hiring". The pressure to deliver a feature often forces us to lower the talent bar just to get someone in the seat. In my own projects, including Nordata.AI, we apply an adapted version of the Bar Raiser concept to prevent this degradation.
- Raising the bar, not just maintaining it: the goal of every hiring isn't just to fill a gap, but to ensure the new hire is better than 50% of the people currently in that role.
- The authority of the veto: a "Bar Raiser" is an evaluator outside the immediate team. Their mission is to act the guardian of culture and technical standards, holding the power to veto a hire if they believe it doesn't raise the organization's long-term bar.
- Quality over velocity: It is better to delay a milestone by a month than to carry human technical debt for years. In small structures, the impact of a "miss" in hiring is exponentially more damaging.
3. Two-Pizza teams: eliminating the coordination tax
As a startups grows, deployment velocity usually drops. This isn't due to a lack of talent, but rather the "coordination tax". The more people you need to sync with to move a piece of code, the slower your progress becomes.
- The Two-Pizza rule: no internal team should be so large that it cannot be fed by two pizzas.
- Autonomy and Ownership: every team should be "Single-threaded", meaning they have total ownership over their domain, their stack, and their success metrics.
- Organizational decoupling: just as we seek decoupled microservices in our software, we must seek decoupled teams in our human organization to allow each unit to move at maximum speed without unnecessary external dependencies.
💡 Tips for founders: mechanisms over intentions
To stop relying on "good intentions" and start building with engineering maturity, I suggest implementing these mechanisms today:
- Adopt the "1-Pager": before any major decision meeting, require a one-page written document explaining the why, the how, and the expected success. Ban the use of slides.
- Find an external "Bar Raiser": if you are hiring your first key engineer, invite a senior colleague from another company to act as an impartial evaluator. Their only goal should be to tell you if that candidate truly "raises the bar".
- Simplify the structure: if a technical decision requires more than two meetings with more than five people, it's a loud signal that your team (or your code) is too tightly coupled.
Engineering maturity doesn't start with code; it starts with te clarity of how we explain and protect our ideas.