How we communicate asynchronously

Most organizations confuse communication with meetings. They fill calendars in the name of alignment and then wonder why nothing ships. We have taken a different position: written over verbal, documents over gatherings, code over slides, asynchronous by default, synchronous only when the moment demands it.

Why async-first

A one-hour meeting with four people does not cost one hour. It costs four hours of engineering time, plus the context-switching overhead on both sides of the interruption. Most information shared in meetings could be a document. Most decisions made in meetings could be made faster and more precisely in writing. At Nexma, we default to asynchronous communication because it respects the focus time that produces real work and creates a searchable, permanent record of how and why decisions were made. The written word disciplines thought in ways that conversation cannot.

When we meet

Synchronous time is reserved for the rare occasions that genuinely benefit from real-time exchange: design critiques where visual nuance matters, architecture debates where rapid iteration produces clarity, customer calls where presence builds trust, and moments where emotional weight requires a human voice. If a matter can be resolved in a document, it should be resolved in a document.

How we write

We state conclusions first and provide supporting evidence after. We are specific: “improve performance” is not actionable, while “Query X takes three seconds and should take two hundred milliseconds” is. Nexma engineers show the work — the code, the data, the screenshot — so that others can verify reasoning rather than trust assertion. And we disagree openly. Silent disagreement is corrosive in ways that honest conflict never is. If something is wrong, we say so in writing, with evidence, because that is how problems get solved rather than deferred.

Tools, not ceremonies

We use version control for code discussions, documents for proposals, and direct messages for time-sensitive matters. There are no standups. There are no status meetings. There is no weekly all-hands. At Nexma, the work speaks for itself. Ship it and show the diff.

Was this page useful?