Tutorial

Radical visibility: how distributed teams stop feeling blind

Work visibility is the silent problem that destroys distributed teams' productivity. We talk about why it happens and what actually works to fix it.

Thomas · Founder 4 min read
Versión en español →

There’s a problem nobody mentions when talking about remote teams. It’s not time zones. It’s not loneliness. It’s not async communication.

It’s organizational blindness.

That’s what I call the phenomenon where a distributed team works well individually, but nobody — neither managers nor members — has a clear picture of what’s going on. Everyone is busy. Everyone produces results. But if you ask the director “what did the marketing team do this week?” the answer is an awkward silence followed by “let me ask”.

Why it happens

Organizational blindness isn’t a lack of communication. On the contrary: distributed teams typically over-communicate. They have Slack, daily standups, weekly reports, status docs, monthly retros.

The problem is that all that information lives in different places and in different formats. The daily standup is on Zoom (it’s lost). The status report is on Google Docs (read once). Slack has 90% of the context but it’s fragmented across 47 channels. The actual tasks are in Jira but nobody looks at them outside the engineering team.

So each person builds their own picture of the team’s state, based on fragments. And all those pictures are partial. When decisions get made, they’re made with incomplete information — but nobody knows it, because everyone assumes the others have the context they’re missing.

That’s organizational blindness. It’s silent and deadly.

The four signs your team has it

Spotting it is easy if you know what to look for:

  1. “Let me ask” is the standard answer to status questions. Nobody knows where to look.
  2. Duplicated work. Two people are solving the same problem without knowing, each one thinking nobody else is on it.
  3. Re-made decisions. A change decided 3 weeks ago comes back for discussion because someone didn’t know.
  4. Slow onboarding. A new member takes 2 months to understand “how things work here” because there’s no place where it’s written.

If you recognize three or more, your team has the problem. It’s nobody’s fault — it’s structural.

What does NOT work to fix it

Typical “solutions” almost always make things worse:

  • More meetings: eat the time you need to produce. They don’t solve the root problem.
  • More docs: if there’s no discipline to maintain them, they accumulate stale information faster than they’re consumed.
  • Manual dashboards: someone has to update them. That someone eventually burns out or leaves.
  • Stricter scrum: the problem isn’t the methodology, it’s the fragmentation of information.

What does work

After seeing this in ~30 companies, I think there are three principles that matter:

1. A single operational source of truth

It doesn’t mean “one tool for everything” — that’s utopian. It means there’s one tool where the current state of the work lives. If you need to know “what is Juan doing today?”, there’s a single place to look and the answer is there.

In Orkestra that’s the project dashboard: tasks with state, assignees, deadline, last change. Period. There’s no other place you’d look for that.

2. Updates that don’t depend on human discipline

Most status systems fail because they depend on someone updating them. And people forget, or do it poorly, or get tired after 3 weeks.

The solution is that the system updates as a side effect of the real work. When someone opens a PR → the task moves. When someone comments in Slack → it’s linked. When someone marks time tracking → it shows in the report. You never ask anyone “please update the dashboard”.

In Orkestra this is the audit log + automatic integrations + auto-move on PR merge. State is correct because it’s derived from real actions, not manual reports.

3. Visibility by design, not by privilege

In many companies, “seeing what the team does” is a manager privilege. Individual contributors don’t see. This is a mistake. The whole team should be able to see what everyone else is doing — not to micromanage, but to coordinate without asking.

In Orkestra we use area-based visibility: all members of an area see everything happening in that area, without asking permission. Sensitive cases (compensation, legal, compliance) are marked PRIVATE and only seen by who needs to see them. The default is “everything visible within your circle”.

How to measure if you’re improving

Three metrics that work:

  • Time between question and answer: “how long does it take someone on the team to answer ‘what is X doing on Y?’” If it’s more than 30 seconds, there’s blindness.
  • Detected duplication: how many times per month do we discover two people were doing the same thing? Log cases, work to reduce them.
  • Effective onboarding time: how long does a new member take to work autonomously? The average should go down with each hire.

The role of AI here

This post is about visibility, not about AI, but there’s a point I can’t skip.

AI agents connected to your operational platform change the game for visibility. You can ask the agent “what’s going on with project X?” and get a real answer in natural language, without hunting. The agent has access to all the information (with your permissions) and can synthesize it.

This is part of why we bet so heavily on MCP in Orkestra. It’s not just “agents that do things” — it’s “agents that answer questions about your work with certainty, based on real state”.

But AI only works if the source of truth underneath is well built. If your information is still fragmented, an agent will give you fragmented answers.

Start with principle one. The rest follows.

— Thomas

#remote#culture#visibility#management