Operations

The Meeting That Should Have Been a Dashboard

If a recurring meeting exists so people can share status updates and ask 'where are we on this?' - the meeting is a symptom. The actual problem is that the data those people need is not accessible without assembling everyone in a room.

5 min read · Published March 30, 2026 · Updated April 11, 2026

The Lobbi Delivery Team

Operational Systems Engineering

Monday, 9 AM. Six people in a conference room - or a video call - for the weekly status meeting. The operations manager opens a spreadsheet and reads numbers: submissions received, approvals pending, exceptions outstanding, compliance deadlines approaching. Each department head adds their update. The meeting runs 45 to 60 minutes. By Wednesday, half the numbers are stale. By Friday, nobody remembers what was discussed. The following Monday, the same meeting happens again.

This meeting is not a meeting. It is a workaround for missing data infrastructure. The organization does not have a way for people to see operational status without asking each other. So they assemble in a room once a week and verbally reconstruct a picture of the operation that should be available on a screen at any time.

What the meeting is actually doing

Strip a status meeting down to its components and three distinct activities emerge.

Information sharing. "Here is where we are on X." This is data retrieval. Someone looked up a number, wrote it down, and is now reading it aloud to people who need to know it. This entire activity can be replaced by a dashboard that shows the number in real time. Nobody needs to look it up, write it down, or read it aloud.

Exception surfacing. "We have a problem with Y." This is alerting. Something is stuck, behind schedule, or broken, and the meeting is the first time anyone outside the responsible team hears about it. In a well-instrumented operation, this alert would have fired when the exception occurred - not when someone mentions it in a weekly meeting days later.

Decision making. "What should we do about Z?" This is the only part that genuinely requires a meeting - synchronous discussion between people with different perspectives to reach a decision. This is valuable. It is also the part that gets the least time in most status meetings, because the first 40 minutes were spent on information sharing and exception surfacing.

The cost of the workaround

A weekly status meeting with six people costs more than an hour of calendar time.

Preparation time: each participant spends 15 - 30 minutes before the meeting gathering their numbers, updating their spreadsheet, and preparing their update. That is 1.5 - 3 hours of preparation across the team.

The meeting itself: 45 - 60 minutes times six people is 4.5 - 6 person-hours.

Follow-up: action items from the meeting need to be tracked, which usually means someone sends an email summarizing the discussion, which three people read and two people forget about.

Total: roughly 8 - 10 person-hours per week consumed by a process whose primary function is sharing information that should be available without a meeting. Over a year, that is 400 - 500 person-hours - ten to twelve full work-weeks - spent on the organizational equivalent of reading a dashboard aloud.

What replaces it

The replacement is not "cancel the meeting." It is "build the visibility that makes the meeting unnecessary for information sharing, then use the meeting time that remains for decisions."

A live operational dashboard - connected to the actual systems where work happens, updated automatically, accessible to everyone who needs the data - eliminates the information-sharing portion of the meeting. Submissions received is a query against the submission system. Approvals pending is a query against the workflow engine. Exceptions outstanding is a query against the exception queue. None of these require a human to look them up and report them.

Automated alerting - threshold-based notifications that fire when a metric crosses a boundary - eliminates the exception-surfacing portion. When the exception queue exceeds 50 items, the relevant people are notified immediately, not five days later in a meeting. When an approval has been pending for more than 48 hours, the escalation fires automatically.

Why it does not happen

If the solution is this obvious, why do most organizations still run status meetings?

Because building a dashboard requires two things that status meetings do not: connected data and engineering effort.

The data that gets shared in the meeting comes from multiple systems - the CRM, the project management tool, the email inbox, the shared drive, the spreadsheet tracker. In the meeting, a human acts as the integration layer, manually pulling data from each source and presenting a unified view. A dashboard needs that integration built in code - APIs connected, data normalized, queries scheduled.

This is engineering work. Not complex engineering work, but work that someone has to scope, build, and maintain. Most mid-market operations teams do not have engineering resources, so the meeting persists as the cheaper alternative.

The transition

The practical path: do not cancel the meeting first. Build the dashboard first. Let it run alongside the meeting for two to three weeks so people trust the data. Then shorten the meeting - cut the information-sharing portion and start with decisions only. Within a month, the meeting is either 15 minutes long or does not need to happen weekly anymore.

The data is the foundation. The meeting was always just a workaround.

Frequently asked

How do you know if a meeting should be a dashboard?
If more than half the meeting is spent sharing information rather than making decisions, it should be a dashboard. Status updates, pipeline reviews, KPI read-outs, and 'where are we on X' questions are all data retrieval tasks masquerading as collaboration. A dashboard handles data retrieval. Meetings should handle decisions.
Can dashboards fully replace status meetings?
Not entirely. Dashboards replace the information-sharing portion. Decision-making, problem-solving, and alignment still benefit from synchronous discussion. The goal is to reduce a 60-minute meeting to 15 minutes by eliminating the status-update portion and starting the conversation where decisions need to be made.

Topic clusters

Build visibility that replaces meetings

Live dashboards connected to your actual data.

← All insights

Related reading

Operations

The Ops Person Who Holds It All Together Is About to Quit

They trained everyone. They built the workarounds. They absorbed three years of increasing complexity without complaint. They are the person everybody calls when something breaks. And right now, they are updating their resume.

Read →

Operations

The Spreadsheet That Runs Your Business

Every company has one. It lives on someone's desktop or a shared drive with a name like 'Master Tracker FINAL v3 (2) - Copy.xlsx.' It has 47 tabs, formulas that reference other files, and exactly one person who understands how it works. If that person is out sick, the operation slows down. If they leave, it stops.

Read →

Operations

The 90-Day Trap: Why New Software Stops Working After the Honeymoon

New software always works great for the first 90 days. Adoption is high, the team is optimistic, the old problems seem solved. Then the exceptions pile up, the workarounds return, and six months later the team is running two systems instead of one.

Read →