Async Isn't a Tool Problem
Async Isn't a Tool Problem
Reports from 2026 show 85% of remote teams claim productivity gains from async video tools. Loom, Vidyard, Claap. Record yourself instead of scheduling a meeting. Send the video. Wait for a reply.
This is marketed as async communication. It's actually delayed synchronous communication. The workflow still requires someone to watch a recording, form a response, and communicate back — in a loop that depends on everyone having consumed the same information in a sufficient sequence. The bottleneck didn't move. The buffer just got larger.
Real async doesn't reduce the latency of a coordination loop. It eliminates the loop.
The difference between async tools and async design
The most common failure mode in "async-first" teams: they replace real-time meetings with an equivalent volume of Loom recordings, Slack threads, and written status updates. Every piece of communication is now asynchronous. The work is still the same: humans serving as information relays between tools, contexts, and people.
They've changed the medium. They haven't changed the structure.
Async-first is a design philosophy about where information lives and who has to carry it. The question isn't "can this meeting be a recording?" It's "why does anyone need to communicate this at all, when the system already knows the answer?"
The original problem behind Ordia was this exactly. I was spending significant time each day moving between Jira, GitHub, and Slack to piece together status that existed in all three tools but wasn't synthesized anywhere. That's a coordination loop: human extracts state from tool A, translates it, communicates it to person B, who records it in tool C. This loop happened multiple times per day.
Making that loop asynchronous doesn't fix it. Recording a Loom about what I found in Jira is still me being the relay node — just with a 4-hour delay instead of an immediate response.
The fix is to not have the loop. The system should maintain the synthesized state and surface it when needed. No human required to carry information that the system already possesses.
When communication is the fallback
The design principle I've operated on: structure solves problems. Communication is the fallback when structure fails.
Every communication event in a development workflow is evidence of a structural gap. A standup exists because the system doesn't surface daily state automatically. A status update exists because the ticket system isn't integrated with the deployment pipeline. A "is this in prod?" Slack message exists because nobody has visibility into what's actually running.
Async tools make these fallbacks more convenient. But the fallbacks are still symptoms. You've made the symptom more comfortable without addressing the cause.
The teams that benefit most from async-first work aren't the teams with better communication tools. They're the teams that invested in reducing the surface area of required communication — by eliminating the coordination loops that required it.
What actually produces async productivity
I run Ordia entirely alone. Every workflow is technically async because there's no one to synchronize with. But the structural lesson applies regardless of team size.
The things that make asynchronous work high-quality:
State is always legible. Anyone (or the system itself) can determine the current state of any work item without asking anyone else. This means tickets are accurate, branches are linked to their context, blockers are visible without an update meeting.
Decisions don't require consensus rituals. A decision gets made when the person with the relevant context and authority makes it. There's no waiting loop for alignment that could have been text. When I make a product decision on Ordia, I make it and implement it. No synchronization required.
Handoffs are explicit and complete. When work passes between contexts — from planning to implementation, from development to deployment — the transition carries all necessary context. Nothing gets lost that requires a follow-up conversation.
None of this requires a specific tool. It requires that the workflow was designed for minimal coordination, rather than maximum flexibility to coordinate.
The async tool market misses this
The async video market is thriving because it solves a real pain point: the hour-long meeting that could have been a two-minute recording. That's a genuine improvement. Loom is useful.
But it's useful as a band-aid. Useful for the coordination overhead that exists because the workflow wasn't designed to eliminate it. For teams with well-structured systems — where state is legible, handoffs are complete, and decisions are made by the person with context — async video tools have limited value because there's less communication to be done in the first place.
The 85% productivity gain figure is real, but it's a measure of how much wasted sync communication was happening. It's not a ceiling — it's a baseline problem made more comfortable.
The teams doing async right are not the teams recording the most Looms. They're the teams with the least to communicate because the system already knows what needs to be known.
What to actually fix
If your team is adopting async tools and still feels coordination-heavy: the tool is not the problem. Ask instead: where is human communication required because the system doesn't surface information automatically? Where are decisions being made in meetings because there's no clear owner with authority to act? Where are status updates being written because the tools don't share state?
Fix those. Not the medium of the update.
Async-first as a principle means building systems that don't require human information relay. It doesn't mean making the relay more convenient.
