Why the Best Systems Change Slowly

Mark Erdmann

Hatched by Mark Erdmann

May 02, 2026

9 min read

87%

0

The hidden rule behind better jet lag and better AI

What do jet lag and prompt optimization have in common? More than it first appears. In both cases, the instinct is to make a big correction quickly: reset your schedule overnight, rewrite the entire prompt stack, force the system into the new state as fast as possible. And in both cases, that instinct often makes things worse.

The surprising lesson is that stability is not the enemy of adaptation. Often, it is the mechanism that makes adaptation possible. When a body crosses time zones, or when a language model program spans multiple stages, the winning move is often not maximal change. It is controlled, staged adjustment.

That idea sounds almost too simple. But it points to a deeper principle: complex systems do not transform well when every part moves at once. They improve when each part is allowed to change just enough, at the right time, in the right order.

Why brute force fails in both bodies and programs

Jet lag exposes a fundamental truth about biological adaptation. Your body does not instantly become a local organism just because your plane landed in a new city. Your sleep, hunger, alertness, and digestion each run on slightly different clocks. If you try to reset all of them at once, you create a fight inside the system. If you adjust by one to two hours per day, you reduce internal conflict and let the body converge gradually.

That same pattern shows up in multi stage language model programs. These systems are not single prompts. They are chains of modules, each one depending on the quality of the previous step. If you tweak one instruction aggressively, you may improve one stage while silently degrading another. The challenge is not merely to write good prompts. It is to find prompts that are jointly effective across the entire pipeline.

This is where the analogy becomes useful. A jet lag strategy that asks, “How do I force myself to live in the new timezone immediately?” is like an optimizer that asks, “How do I maximize one stage right now?” Both are seductive, both are often wrong. The real question is: how do you coordinate a transition across a coupled system without tearing its internal timing apart?

The fastest way to move a complex system is often to stop trying to move all of it at once.

The body already knows this. So do well designed software pipelines. The hard part is accepting that improvement may look slower locally while becoming faster globally.

The deeper problem is credit assignment

At first glance, jet lag and prompt optimization live in different universes. One is about circadian rhythms, the other about inference chains. But both are wrestling with the same hidden challenge: credit assignment.

If you feel terrible after a transcontinental flight, which factor caused it? Sleep timing, meal timing, caffeine, light exposure, dehydration, cabin pressure, stress, or some interaction among them? The answer is not singular. Likewise, if a multi stage language model program underperforms, which module is responsible? The retrieval step, the reasoning step, the summarization step, or the way they interact? Again, not singular.

This is why naive optimization fails. When multiple variables interact, it is hard to know what to change, and changing too much at once destroys your ability to learn from the outcome. The promise of better optimization methods is not magical intelligence. It is better bookkeeping. They help isolate which kinds of changes matter, and how to update them without overfitting to noise.

In practical terms, the best jet lag strategy resembles a good learning algorithm:

  1. Limit the size of each update. Shift the body clock gradually instead of forcing an overnight rewrite.
  2. Change the inputs that carry the most signal. Meal timing, light exposure, caffeine, and melatonin act like high leverage features.
  3. Observe feedback with patience. One bad night does not mean the schedule is wrong, just as one poor evaluation does not mean a prompt should be discarded.

The same holds for modular AI systems. A sophisticated pipeline improves not only by better instructions, but by better coordination between instructions, demonstrations, and evaluation. The system gets stronger when the optimizer learns how the modules influence one another, not just how each module performs in isolation.

A better mental model: systems need phase alignment, not total reset

The most useful frame here is not “change versus no change.” It is phase alignment.

In a healthy system, different components do not have to move at the same speed, but they need to stay in compatible phases. A traveler flying east may wake up too early, feel hungry at the wrong time, and reach for caffeine before the local morning has really begun. A prompt pipeline may generate a brilliant first output but seed an error that compounds downstream. In both cases, a mismatch in timing creates friction.

The solution is not to abolish timing differences. It is to coordinate them.

Think about an orchestra. The violins, percussion, and brass do not play identical notes or identical rhythms. What matters is that their timing relationships create coherence. If one section rushes ahead, the whole piece collapses. If one module in an LM program overcommits to a premature interpretation, downstream stages inherit a distorted frame. If one circadian input, say caffeine at the wrong local hour, pushes the body clock in the wrong direction, the day becomes a tug of war.

This is why “small doses” can outperform dramatic interventions. Small doses are not weak. They are synchronizing signals. They nudge the system without overwhelming its internal dynamics.

That principle generalizes far beyond travel and AI.

A startup changing strategy does not need to rewrite every team’s mission on Monday morning. It needs to align incentives, update a few critical operating rules, and let the rest of the organization catch up. A writer revising a book does not need to rewrite every chapter at once. Often the better move is to identify the structural seams, then adjust chapter by chapter so the logic of the whole book can settle into place.

Complex systems are rarely improved by decisive gestures. They are improved by carefully timed signals that let the parts re organize themselves.

The hidden art of designing transitions

The real skill is not optimization in the abstract. It is transition design.

A transition design asks four questions:

1. What is the smallest effective shift?

A one to two hour daily adjustment may sound tiny, but in a coupled biological system, tiny changes can accumulate cleanly. In a model pipeline, a modest improvement to instructions or demonstrations can unlock downstream gains without destabilizing the whole program.

2. Which inputs are most leverage rich?

Not all controls are equal. Meal timing can matter more than heroically trying to stay awake through the entire flight. A well grounded instruction can matter more than a longer prompt. Good systems work by identifying the few inputs that shape the most downstream state.

3. What should remain fixed while other parts adapt?

If everything changes at once, nothing can be attributed to anything. In jet lag management, keeping some routines stable creates a reference point. In prompt optimization, preserving part of the pipeline allows the optimizer to learn what a new instruction actually changed.

4. How will the system tell you it is converging?

The goal is not immediate perfection. It is directional improvement. Better sleep onset. Better morning alertness. Better downstream accuracy. When the signal is gradual, you can tell whether the system is moving toward coherence or away from it.

This is where the analogy becomes especially powerful. The most effective optimizers, biological or computational, do not just search for a better end state. They manage the path to that state. They respect the fact that transitions have structure.

That structure is often ignored because it feels slower than bold action. But in reality, respecting transition structure is what allows speed later. A body that is not constantly shocked by schedule changes adapts more reliably. A language model program whose prompts are tuned with an understanding of module interactions becomes easier to improve over time.

What this means for anyone trying to improve a complex system

Once you see the pattern, you start noticing it everywhere. New habits fail when they are too ambitious on day one. Software deployments break when too many dependencies are changed at once. Teams misfire when strategy changes faster than behavior can absorb. The instinct to “do it all now” is often just a refusal to respect the structure of adaptation.

The deeper lesson is not that slow is always better. It is that systems have their own tempo. Wise intervention does not impose an external tempo arbitrarily. It discovers the tempo at which the system can actually reorganize.

That is why good travelers do not merely ask how to survive a flight. They ask how to compose a sequence of signals that gradually shifts the body into the destination’s rhythm. And that is why good optimizer design does not merely ask how to improve a prompt. It asks how to coordinate modular changes so the entire pipeline becomes more accurate, not just locally impressive.

In both cases, the win comes from replacing the fantasy of instant control with the discipline of staged alignment.

Key Takeaways

  • Do not confuse speed with force. Faster improvement often comes from smaller, better timed updates, not larger ones.
  • Look for the coupled system. If something is failing, assume multiple interacting causes before blaming one variable.
  • Protect coherence while changing parts. Keep enough of the system stable to understand what each adjustment is doing.
  • Use high leverage signals. Meal timing, light exposure, caffeine, melatonin, prompts, demonstrations, and evaluation design can matter more than brute effort.
  • Optimize the transition, not just the destination. The path matters because complex systems learn and adapt through time.

The real lesson: intelligence is often the art of not overwhelming the system

We tend to admire transformations that look decisive. Overnight travel hacks. Massive prompt rewrites. Total resets. But the most durable improvements usually come from a subtler kind of intelligence: knowing how much change a system can absorb without losing itself.

That is true for circadian rhythms, and it is true for modular AI. It may even be a general law of complex design. The best systems are not the ones that resist change. They are the ones that can change without collapsing their internal timing.

So the next time you face a messy, multi part problem, ask a different question. Not, “How do I force the new state immediately?” Ask instead, “What is the smallest sequence of adjustments that lets the system re synchronize on its own?”

That shift in question changes everything. It turns optimization from a battle into a choreography. And once you see that, you start to realize that the smartest move is often not to accelerate harder, but to adjust more gracefully.

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 🐣