Viewed through that lens, modern software organizations have a clear analogue to the serial fraction. Calendar events that require simultaneous attendance, such as recurring stand-ups, status calls, and planning meetings, form a block of work that pauses individual progress until the same people can reconvene.
Meeting science has started to formalize this dynamic. A field study in the journal Business Horizons introduces the "meeting load paradox" and shows that as meeting load rises, participation and creative performance initially increase, then decline once additional meetings consume too many personal resources.
Executive Summary
- Amdahl's Law shows that any fixed share of serial work strictly limits how much faster a system can get, even as parallel capacity grows.
- In tech teams, meetings and other compulsory synchronization behave as the serial fraction that constrains throughput regardless of headcount.
- Studies on the meeting load paradox, meeting hangovers, and interruptions link excess meetings to reduced engagement, higher stress, and multi-hour recovery costs.
- Teams can operationalize the analogy by tracking hours in meetings, focus-time percentage, and meeting-to-work recovery time as explicit serial-fraction metrics.
- Async artefacts such as tickets, pre-reads, and decision records reduce forced synchronization, raising the practical ceiling on productivity in ways hiring alone cannot match.
Why Serial Work Defines the Ceiling
Amdahl's Law separates total work into a serial fraction S and a parallelizable fraction (1 − S). If the parallel part is spread across many processors, overall speedup is limited by 1 / S. For example, if 20 percent of execution time is inherently serial, even an ideal system with unlimited processors would achieve at most a fivefold speedup compared with a single-processor baseline.
In knowledge work, the closest match to S is time reserved for compulsory synchronization. Any hour spent in a meeting that requires the same people at the same time is an hour when their other tasks cannot progress independently. Even if toolchains improve or new engineers join, that shared hour does not compress unless the structure of work changes.
As the share of compulsory synchronization grows from a few percentage points of the week toward a larger slice of working time, the ceiling on throughput drops sharply. A team that spends 10 percent of the week in mandatory meetings has a theoretical speedup ceiling of tenfold if everything else scales, while a team at 25 percent serial time would top out around a fourfold gain.
Beyond a certain point, additional capacity has little effect because work waits on the calendar rather than the codebase. The meeting load paradox formalizes this trade-off.
The Business Horizons study describes how more meetings create extra opportunities to contribute and coordinate while simultaneously drawing down energy, attention, and motivation. At high load levels, engagement and creative output fall, even if the number of scheduled sessions continues to grow.
More Business Articles
Meetings as the Serial Bottleneck in Tech Teams
In software organizations, many core activities are designed to run in parallel. Engineers implement features, fix defects, and review code independently as long as they have clear context and decision boundaries. Meetings cut across this structure by requiring that multiple roles pause their independent work and converge on a shared time slot.
Research summarized in Business Horizons notes that leaders can spend around 23 hours per week in meetings, while some employees report spending a large share of their time in them as well. When the same leaders also approve designs, unblock dependencies, or assign priorities, their limited availability can become the gating factor for throughput rather than the number of people available to execute tasks.
As the number of standing meetings, cross-functional reviews, and ad hoc check-ins increases, organizations risk becoming coordination-bound. Work queues fill with items that are ready in principle but cannot proceed until a status review completes or a steering committee meets. From an Amdahl perspective, the shared calendar becomes the serial path that constrains everything else.
This bottleneck has measurable psychological consequences. A Harvard Business Review article on meeting hangovers reports survey findings in which more than one quarter of workplace meetings leave employees with lingering negative effects such as lowered engagement and productivity for hours afterward.
A Daily Briefing from Advisory Board, drawing on a survey of over 5,000 knowledge workers for Asana Work Innovation Lab, further reports that more than 90 percent of respondents experience these meeting hangovers at least occasionally. The typical effects last nearly two hours on average before focus and engagement return to baseline.
Recovery Costs Inflate the Serial Fraction
Cognitive science helps convert these experiences into operational metrics. Coverage from the University of California, Irvine summarizes Gloria Mark's research and notes that it takes over 23 minutes on average to fully regain focus on the original task after an interruption, according to a 2018 news item from UC Irvine Informatics.
"Surprisingly, people completed interrupted tasks in less time with no difference in quality. Our data suggests that people compensate for interruptions by working faster, but this comes at a price: experiencing more stress, higher frustration, time pressure and effort."
That lab finding from Mark, Gudith, and Klöcke shows that people often respond to interruptions by increasing their pace rather than by accepting lower output. The measured performance appears stable, but subjective reports of stress, frustration, and time pressure rise. When many tasks are interrupted by meetings or notifications, the apparent capacity of the team can mask a growing cognitive load.Meeting research in the Journal of Occupational and Environmental Medicine extends this view from single tasks to the period following virtual meetings. Allen, Thiese, Eden, and Knowles find that poorer meeting satisfaction and effectiveness are associated with a greater need for recovery time after meetings.
They argue that scheduling short gaps between sessions can help improve productivity and reduce burnout, as summarized in their publication available via PubMed Central.
For a software team, these recovery intervals enlarge the practical serial fraction beyond the meeting durations shown on the calendar. A 30-minute stand-up that interrupts focused work in the middle of the morning can consume nearly an hour of effective capacity per attendee once refocus time is included.
Sequences of back-to-back meetings can extend this effect across half a day or more, with little room left for deep work. When meeting hangovers and interruption recovery are combined with the formal meeting schedule, the share of time effectively devoted to serial work can far exceed the raw percentage of hours-in-meetings.
From an Amdahl perspective, the numerator in the serial fraction includes not only the meeting itself but also the time required for people to transition and regain full task context.
Quantifying Serial Hours in Practice
Because serial work defines the ceiling on throughput, leaders benefit from measuring it explicitly. One direct metric is hours in meetings per person per week: the sum of accepted calendar events, grouped by individual and role.
Software analytics provider minware defines "Hours in Meetings" in its metrics guide as the total time engineers spend in scheduled calendar events over a given period.
Teams can pair this with focus-time percentage, defined as the share of working hours that appear in uninterrupted blocks of at least a specified length, such as two hours. Together, these measures highlight which roles are constrained by calendar obligations and which retain enough contiguous time for activities like system design, debugging, or complex incident response.
A more qualitative but still structured audit examines the content of recurring sessions. Atlassian's "Audit Team Meetings" playbook recommends listing each recurring team meeting, clarifying its purpose, and determining which can move to asynchronous formats.
The playbook describes team meeting audits as a way to replace lower-value meetings with async collaboration and is documented in Atlassian's Team Playbook under the "Audit Team Meetings" entry at Atlassian.
Leaders can categorize meetings along dimensions such as decision-making, status reporting, planning, and social connection. Sessions that primarily share information without producing explicit decisions or commitments are prime candidates for conversion to written updates, dashboards, or recorded walkthroughs that colleagues can consume on their own schedule.
Tracking these metrics over time turns the serial fraction into an observable variable rather than an intuition. If a team reduces mandatory meeting time from 20 percent to 15 percent of the week and holds other factors constant, the theoretical ceiling on speedup rises from fivefold to around 6.7-fold.
The absolute numbers will depend on context, but the direction is clear: shrinking serial time raises the maximum achievable throughput before any new hires or tools are introduced.
Strategies to Shrink Forced Synchronization
The practical question is how to reduce the serial fraction without losing the benefits of coordination. One approach is to move informational updates to asynchronous artefacts such as ticket comments, concise status documents, short screencasts, or recorded demos.
Colleagues can review these materials when they have capacity, and their questions or approvals can be added in threaded form. For meetings that remain, preparation can reduce both duration and recovery costs.
Circulating pre-reads, design proposals, or incident timelines in advance lets participants arrive with context, so the live discussion can focus on clarifying trade-offs and selecting a specific course of action. Recording decisions and action items in writing allows absent stakeholders to catch up without another live session.
Limiting the scope of live meetings to activities where real-time interaction materially changes the outcome helps preserve serial time for work that truly requires it. Examples include negotiation across functions, conflict resolution, complex incident triage, and mentoring conversations that benefit from immediate feedback. Routine status updates or informational briefings rarely require this level of synchrony.
Finally, explicit norms around responsiveness in chat and email can prevent informal coordination from recreating the same bottleneck as formal meetings. Setting expectations such as a one-hour or half-day response window for non-urgent messages gives people permission to batch communication and protect focus time, while still allowing urgent issues to be escalated through well-defined channels.
Looking Ahead
Amdahl's original observation was pessimistic about uncontrolled parallelism: without attention to the serial portion of work, adding more hardware would not deliver proportional speedups. The same logic applies to tech organizations that grow headcount and tooling without examining how much of the week is locked into joint time blocks and the recovery periods that surround them.
Empirical research on meeting load, meeting hangovers, interruptions, and recovery underscores that these calendar costs are not only structural but also cognitive and emotional. Over time, a high and rising serial fraction can cap throughput, erode engagement, and contribute to burnout, even when teams continue to invest in new systems and staff.
Treating synchronization time as a scarce resource, measuring it directly, and redesigning work to reduce unnecessary serial blocks gives leaders a lever that scaling alone cannot replicate. In that arithmetic, sustainable gains in tech productivity depend less on finding more parallel work and more on deliberately shrinking the calendar-bound fraction that no amount of hiring can overcome.
Sources
- Amdahl, Gene M. "Validity of the Single Processor Approach to Achieving Large Scale Computing Capabilities." AFIPS Conference Proceedings, 1967.
- Romney, Alexander C.; Allen, Joseph A.; Heydarifard, Zahra. "Meeting Load Paradox: Balancing the Benefits and Burdens of Work Meetings." Business Horizons, 2025.
- Reed, Brent N.; Rogelberg, Steven G.; Hinds, Rebecca; Gray, Jon. "The Hidden Toll of Meeting Hangovers." Harvard Business Review, 2025.
- Advisory Board. "5 Ways to Avoid 'Meeting Hangovers'." Advisory Board, 2025.
- Mark, Gloria; Gudith, Daniela; Klöcke, Ulrich. "The Cost of Interrupted Work: More Speed and Stress." CHI Proceedings, 2008.
- Mark, Gloria. "Forbes: "Brain-Based Tips For Sharpening Your Focus" (Gloria Mark cited)." University of California, Irvine, Department of Informatics, 2018.
- Allen, Joseph A.; Thiese, Matt S.; Eden, Emilee; Knowles, Sarah E. "Why Am I So Exhausted?: Exploring Meeting-to-Work Transition Time and Recovery from Virtual Meeting Fatigue." Journal of Occupational and Environmental Medicine, 2022.
- minware. "Hours in Meetings." minware, 2026.
- Atlassian. "Audit Team Meetings." Atlassian, 2025.
