← Business

Bikeshedding

A reader's summary of C. Northcote Parkinson's 1957 Law of Triviality — the fictional committee that waves through a nuclear reactor in minutes but fights for an hour over a bicycle shed, and the 1999 software mailing-list post that turned the parable into engineering's standing name for arguing about the easy thing instead of the important one.

The law at a glance

Parkinson's Law of Triviality holds that the time a group spends discussing an agenda item is inversely proportional to how consequential that item actually is. Large, technical, expert-dependent decisions pass with little debate because few people in the room feel qualified to object; small, easily understood decisions absorb disproportionate argument because everyone present has a confident opinion on them.

Origin

C. Northcote Parkinson, a British naval historian, laid out the law in his 1957 book Parkinson's Law: The Pursuit of Progress, a collection of satirical essays on bureaucracy and management that also introduced its more famous namesake law — that work expands to fill the time available for it. To illustrate the Law of Triviality he invented a finance committee that approves a £10 million nuclear power plant in two and a half minutes, then spends the better part of an hour on a £350 bicycle shed for the staff, and longer still on the budget for tea and biscuits.

History and context

The essay stayed part of the general management-satire canon for decades before finding a second, more specific life in software. In 1999, FreeBSD developer Poul-Henning Kamp posted an email to the project's mailing list — now widely referred to as “the bikeshed email” — explicitly invoking Parkinson's parable to describe how open-source contributors would pile onto trivial, easily-opinioned details of a proposal while substantial architectural changes passed with comparatively little scrutiny. The post is widely credited with converting Parkinson's general management observation into “bikeshedding,” a term of art specific to code review, design discussions, and engineering mailing lists, from which it has since spread into general project-management and internet vocabulary.

Main ideas

It comes from a satirical management book, not a study

C. Northcote Parkinson, a British naval historian, introduced the Law of Triviality in his 1957 book Parkinson's Law: The Pursuit of Progress, a collection of satirical essays on organizational behavior that also gave the world the better-known Parkinson's Law — that work expands to fill the time available for its completion.

The example is a committee meeting with three agenda items

Parkinson illustrates the law with a fictional finance committee that approves a £10 million nuclear power plant in two and a half minutes with barely a question, then spends forty-five minutes arguing over a £350 bicycle shed for the staff, and longer still over the cost of the tea and biscuits — the plant is too large and technical for most members to have an opinion on, while everyone understands a bike shed.

The mechanism is disproportionate time for disproportionate stakes

Parkinson's claim is that the time a committee spends on any given agenda item is inversely proportional to the sum involved — large, complex, expert-dependent decisions get rubber-stamped because few people feel qualified to challenge them, while small, easily understood ones absorb disproportionate debate precisely because everyone present has a confident opinion.

Poul-Henning Kamp gave it its software name in 1999

FreeBSD developer Poul-Henning Kamp posted a widely circulated 1999 email to the FreeBSD mailing list — often called 'the bikeshed email' — arguing that developers were burning disproportionate energy arguing about trivial, easy-to-have-opinions-on details of a project while the substantial architectural decisions went largely unchallenged; the post is credited with popularizing 'bikeshedding' as software jargon.

It became shorthand for a specific meeting failure mode

In software and product teams the term now names the specific pattern of a code review, design doc, or planning meeting spending most of its time on a cosmetic detail — a variable name, a button color, a font — while the underlying architecture or strategy passes with light scrutiny, precisely because the cosmetic detail is the one thing every participant feels qualified to weigh in on.

It has spread well beyond engineering

The word now shows up in general project-management and internet vocabulary for any meeting, comment thread, or public consultation that fixates on a trivial, visible detail — a HOA argument about paint color, a city council debate over a crosswalk while a budget passes unread — while the term retains its origin story closely enough that most usages still gesture back to Parkinson's original committee.

Critique

  • It's a parable, not a measured effect. Parkinson's committee is fictional and his numbers are chosen for comic effect; nobody has systematically measured meeting time against decision stakes across real organizations, so the law's staying power rests on how well the story matches lived experience rather than on data.
  • Calling something “bikeshedding” can itself be a conversation-ending move. Labeling a colleague's objection as bikeshedding is sometimes used to dismiss a genuinely substantive concern about a supposedly minor detail, rather than to diagnose an actual imbalance in a discussion's allocation of time.
  • Not every easy-to-discuss detail is trivial. A button's color or a variable's name can occasionally carry real accessibility, legal, or maintainability weight; the law describes a common failure mode, not a reliable test for which topics deserve less scrutiny.

Impact

Bikeshedding is now standard vocabulary in engineering culture for flagging a meeting or thread that has lost proportion, and it pairs naturally with Goodhart's Law as a second named diagnostic for organizational dysfunction that requires no bad actors, only predictable human incentives — in this case the incentive to speak up where you feel competent rather than where the stakes are highest. It also shares a family resemblance with the Gish Gallop, another pattern in which the volume of a discussion tracks something other than its actual importance.

How to read this page. A reader's summary for orientation: it treats Parkinson's Law of Triviality as a satirical but widely useful diagnostic, not a measured empirical finding. Companion in the series: Goodhart's Law.