← Blog
async-work

Why Adding More Async Tools Makes Remote Coordination Worse

·5 min read

Why Adding More Async Tools Makes Remote Coordination Worse

The research on remote work tooling in 2026 is consistent: a team that uses Slack, Notion, Linear, and Loom deeply and consistently outperforms a team with 15 tools that nobody uses properly.

Most teams in practice do the opposite. When coordination breaks down, add a tool.

The Pattern

A project starts. Slack for communication, Jira for tickets, GitHub for code. Coordination is rough — things fall through the gaps. So: add Loom for async video, because the gaps feel like a communication quality problem. Still rough. Add Notion for documentation, because the problem seems like information isn't persisting. Still rough. Add a standup bot, because maybe the problem is structure.

The team now has six tools. None of the coordination problems are fixed. Each tool is a new surface where information lives independently of every other tool. Context is fragmented across six locations instead of three.

The tool count doubled. The coordination problem got worse.

Why Tools Don't Fix Coordination

Coordination problems are not tool problems. They're design problems.

When a developer has to check three tools to know whether their work is blocked, that's not a tooling failure. The information exists in the tools. The failure is that the tools don't have a clear ownership model for that question — which tool is authoritative, which tool's answer matters.

Adding a fourth tool that also has an opinion about blocking doesn't fix this. It adds another place to check.

The tool reflex is understandable. Tools are procurable. They have demos and pricing and onboarding flows. They can be bought and deployed in a week. The alternative — redesigning how work is structured so the coordination overhead reduces — requires changing human behavior and organizational habit. That's slow and unpredictable and doesn't have a success metric visible in a weekly review.

So the tool wins. The coordination problem persists.

The Information Fragmentation Problem

Every tool in a team's stack has its own data model for the same underlying reality.

A ticket in Jira is a work item. A PR in GitHub is also a work item. A message in Slack about that PR is also about a work item. A Loom video explaining the PR is also about a work item.

Four representations of the same underlying intent, none of which knows about the others.

When someone asks "what is the status of this feature?" the honest answer is: check all four places and construct an answer. Which is what a standup is for. Which is what prompted adding the standup bot.

The coordination overhead in this picture is not the result of insufficient tooling. It's the result of tools that don't share a data model. The fragmentation is the problem. Adding more fragments doesn't help.

This is the specific design problem that led me to build Ordia. The daily context-switching between Jira, GitHub, and Slack to construct a picture of team state that those tools already contained — that's not a workflow issue. The tools aren't connected. The connection layer requires a human, or a system that acts as that connection.

Adding Loom doesn't change that. It adds another disconnected fragment with high-quality video.

What "Fewer Tools" Actually Means

"Fewer tools" is not the insight. "Cleaner ownership model" is.

Every information type should have one authoritative location. Work items live in one place. Code context lives in one place. Decisions live in one place. When that's true, coordination becomes lookup rather than synthesis. You don't need a meeting or a bot or a standup — you have a question and a known place to find the answer.

Achieving this requires not adding tools when coordination fails. It requires auditing which tool is authoritative for which question, removing the redundancy, and building the habit of trusting the authoritative source.

This is operationally harder than buying a new tool. The payoff is that coordination overhead decreases sustainably, not just for the onboarding week before everyone forgets to use the new thing.

The Async That Actually Works

Async-first is not a tool philosophy. It's a design philosophy.

It means: design work so that progress doesn't require synchronous coordination. Status is always available without asking. Blockers are visible without a meeting. Decisions are logged where everyone can find them without a search.

This is achievable with a small, deeply-used stack. It is not achievable by adding more tools to a fragmented coordination model.

The 85% of businesses reporting productivity gains from async tools are almost certainly using fewer tools than the teams reporting no gains. That correlation is in the data but not in the headlines.

The headline is always about the new tool. The result is always about the discipline with which the existing stack is used.

The Diagnostic Question

Before adding any tool to a coordination stack, one question is worth answering honestly: which specific information is currently unavailable, and why?

If the answer is "information exists but nobody knows where to look" — the problem is ownership, not tooling. A new tool makes it worse.

If the answer is "this type of information genuinely has no home" — then maybe a new tool is warranted. But that's a rare situation in a stack that already has a communication tool, a project management tool, and a code repository.

Most of the time, the information exists. The structure around it doesn't.

Fix the structure. The tools are fine.