Why the Best Systems Spend Their Time Removing Tiny Bottlenecks

Emil Funk Vangsgaard

Hatched by Emil Funk Vangsgaard

May 10, 2026

9 min read

86%

0

The hidden law behind speed

What if the fastest way to make something dramatically better is not to add more power, more people, or more intelligence, but to remove one small thing that is quietly slowing everything down?

That sounds almost too simple to be true. Yet in complex systems, the biggest gains often come from repairing the bottleneck, not from glorifying raw output. A team that feels slow may not need more headcount. A software workflow that feels cramped may not need more effort. A cell that is struggling to respire may not need more fuel. In each case, the system is already trying hard. It is simply being held back by one inhibitory constraint.

This is why so many people misread productivity. They look at visible output, lines of code, calories burned, tasks completed, and assume performance comes from pushing harder. But the deeper pattern is more interesting: performance is often limited by friction at the edges of a system, not by the strength of the system itself. Once that friction is removed, throughput can jump in a way that feels disproportionate, even magical.


The strange power of one bottleneck

Consider a software workflow where one person can coordinate only a handful of coding agents at once. That limitation may sound like a constraint, but it reveals something important: the value is not in mindlessly increasing agent count. The value is in designing a control layer that lets the human stay in the loop while offloading repetitive execution. If that layer is good enough, a small team can produce output that looks impossible from the outside.

This is not just a story about software. It is a general law of systems: the most expensive part of work is often not execution, but supervision, integration, and correction. The more agents, processes, or inputs you introduce, the more you need a mechanism that prevents the whole system from collapsing into noise. Without that mechanism, scale turns into chaos. With it, scale becomes leverage.

A useful analogy is a busy kitchen. Adding more cooks does not automatically produce more meals. If the pass is disorganized, pans pile up, ingredients get duplicated, and orders conflict. But if one person keeps the line clean, checks quality, and removes blockers, the same kitchen can suddenly serve far more people. The chef did not become stronger. The system became less obstructed.

Most systems do not need more force first. They need less inhibition first.

That idea becomes even more powerful when you leave the world of management and look at biology, where the stakes are more unforgiving and the logic is even sharper.


Biology already knows what productivity culture keeps forgetting

Inside the cell, energy production depends on a delicate chain of reactions. One especially important step in aerobic respiration involves succinate dehydrogenase, an enzyme that helps move the system forward. But even fundamental machinery can be slowed by inhibitors, including metabolites that accumulate and interfere with throughput.

A metabolite repair enzyme that removes one such inhibitor can increase reaction rate by 35 percent under physiological conditions. That is a remarkable number, not because the cell suddenly gained new fuel, but because it got better at cleaning up the thing that was getting in its way.

This is the same story as the software workflow, just told by nature in a more ancient language. Efficiency does not always come from doing more. It often comes from restoring flow. The cell is not asked to become superhuman. It is simply freed from a constraint that should not have been there in the first place.

That matters because we tend to romanticize visible effort. We praise more hustle, more hours, more output, more agents, more input. But biological systems suggest a different principle: the organism survives not by endlessly increasing force, but by constantly repairing the conditions that make force possible. Metabolic cleanup, like thoughtful software orchestration, is invisible when it works and catastrophic when it fails.

The surprising connection is this: coding agents and mitochondria are governed by the same economic logic. Both are networks. Both can be accelerated. Both will break under unmanaged complexity. And both respond dramatically when a narrow bottleneck is removed.


The real unit of leverage is not effort, it is friction removed

We usually talk about productivity as though it were a contest of stamina. In reality, the highest leverage lies in identifying the exact point where a system is losing momentum. That point may be small, but its effect is large because it sits upstream of everything else.

Here is a practical framework:

1. Throughput is not the same as activity

A person can be extremely busy and still produce little. A cell can be metabolically active and still be inefficient. A software team can be constantly “working” and still ship slowly. Activity is not the same as flow. The relevant question is not, “How much are we doing?” but, “Where is the system getting stuck?”

2. Bottlenecks multiply their effects

A tiny inhibitor can suppress an entire respiratory pathway. A small coordination problem can slow an entire agent pipeline. Bottlenecks are deceptive because they are often local, while their consequences are global. One unresolved ambiguity can stall many downstream decisions. One toxic metabolite can distort a whole reaction network.

3. Repair often beats expansion

The instinct to add resources is understandable. More agents, more tools, more capacity feels like progress. But if the limiting factor is supervision, correctness, or cleanup, expansion may only create more disorder. Repair, by contrast, improves the quality of the existing system and can unlock gains without adding bulk.

4. The best systems are anti-fragile at the edges

A resilient system does not merely handle stress. It continuously removes the small disruptions that would otherwise accumulate. Cells do this through repair enzymes. High-performing teams do this through review, coordination, and carefully bounded autonomy. The edge is where failure begins, so the edge is where performance must be defended.

A simple way to test this in your own life or work is to ask: what is the thing that, if removed, would make everything else easier by a large margin? The answer is usually more revealing than asking how to work harder.


Why six agents can outperform sixty

There is an important lesson hidden in the idea that one person can effectively handle only a limited number of coding agents at once. That limit is not a weakness. It is a design constraint that forces clarity.

If you try to supervise too many autonomous workers, your role shifts from builder to firefighter. You spend all your time untangling conflicts, fixing mistakes, and chasing context. Output may rise for a while, but comprehension collapses. A smaller number of agents, tightly integrated with human review, can outperform a larger swarm because the oversight loop stays intact.

This is the software version of metabolic repair. A cell does not benefit from uncontrolled acceleration if the pathway becomes clogged with inhibitors. Likewise, a team does not benefit from unlimited parallelism if correction cannot keep up. The hidden enemy is not speed itself. It is unrepaired friction that compounds faster than the system can absorb it.

Think of it like a river. You can increase the water pressure, but if there is debris in the channel, the result is flooding, not flow. Remove the debris, and the same pressure becomes useful. The art is not in forcing the river harder. It is in keeping the channel clear.

This is why the most effective operators are often obsessed with boring things: review queues, cleanup scripts, tests, checklists, metabolic repair, error budgets, feedback loops. These do not look glamorous because they are not the visible work. They are the work that lets visible work happen at all.


A new mental model: performance as maintenance of possibility

The deepest connection between these two domains is not just that both involve bottlenecks. It is that both point to a more general definition of performance: performance is the maintenance of possibility.

A system is performing well when it remains capable of acting on its own potential. A codebase performs when agents can move without constant confusion. A cell performs when respiration proceeds without inhibitory clutter. In both cases, the system already contains latent capacity. The job is to preserve access to it.

That reframes optimization in a useful way. Instead of asking how to extract more from a system, ask what is blocking the system from expressing what it already can do. This shift is subtle but profound.

  • If a team is slow, maybe the issue is not motivation but coordination debt.
  • If a model pipeline feels brittle, maybe the issue is not compute but error propagation.
  • If a body feels tired, maybe the issue is not simply energy intake but recovery and repair.
  • If a workflow is impressive in bursts but collapses under load, maybe the issue is not ambition but inadequate filtration of mistakes.

The best systems do not merely accumulate capacity. They protect capacity from contamination.

That is a very different idea from the usual culture of growth. Growth says add more. Repair says preserve what is already there. And in many complex systems, preservation turns out to be the faster path.


Key Takeaways

  1. Look for the inhibitor, not just the workload. When performance stalls, identify the smallest friction point that could be depressing everything downstream.

  2. Distinguish activity from flow. Busy systems are not necessarily effective systems. Measure whether work is actually moving through the pipeline.

  3. Prefer repair before expansion. Before adding more agents, tools, or effort, ask whether cleanup, review, or coordination would unlock more leverage.

  4. Design for supervision, not just execution. Parallel workers only help if there is a strong mechanism for review, correction, and integration.

  5. Treat maintenance as a source of power. In both teams and biology, the removal of small inhibitors can create outsized gains.


The final inversion

We are trained to admire force. More effort, more speed, more scale. But the most interesting systems teach the opposite lesson: power often comes from what you prevent, remove, or repair.

A cell that clears an inhibitor does not look heroic. A developer who limits the number of agents and stays disciplined in review does not look like a conqueror. Yet both are doing something smarter than brute force. They are preserving the conditions under which intelligence can actually work.

That may be the real secret of high performance. Not the fantasy of endless expansion, but the discipline of keeping the path clear.

When you start seeing the world this way, everything changes. You stop asking, “How do I push harder?” and begin asking, “What tiny obstruction is costing me the most?” That question is humbler, but it is also far more powerful. Because sometimes the fastest route to a 5x improvement is not more intensity. It is one well-placed repair.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣