There is a moment before every juggling pattern begins where everything is still.
Both balls are in your hands. Nothing is in the air. The pattern exists as intention, not yet as motion. This is the moment where you decide whether you are actually ready or whether you are starting before you are ready because waiting feels like wasted time.
Most beginners start too soon. The hands are loaded, the impulse to throw is present, and the throw happens before the internal state that makes it likely to succeed has settled. The first throw is rushed. The second catch is off. The pattern fails early.
The pause is not hesitation. It is calibration.
What the pause is for
The moment of holding two balls is not empty. Something is happening.
You are checking height - deciding how high your first throw will go, which determines the timing of everything that follows. You are feeling the weight of the balls, confirming that your hands know what they are holding. You are looking at the space in front of you, establishing where the pattern will live.
None of this is visible from the outside. From the outside, you are standing still. But the decision about what kind of pattern is about to happen - fast or slow, tight or wide, left or right - is being made in this moment.
The equivalent in technical work
Starting before you are ready is expensive regardless of the domain.
In software, it looks like opening an editor and starting to type before you understand what the code needs to do. The first implementation is usually not wrong in the way that produces a useful error. It is wrong in the way that produces an architecture that becomes harder to unwind the further you go.
The pause before the throw - reading the documentation, sketching the data flow, running a simpler version of the problem first - is not delay. It is the time when the pattern gets decided. Starting from a good decision costs less than starting fast and correcting later.
The two balls are the foundation
Once the first throw happens, everything accelerates. The first throw determines the arc. The arc determines the catch. The catch determines the second throw. Each decision constrains the next one. The further into the pattern you are, the less freedom you have to change direction.
The two balls in hand are the moment of maximum freedom. The pattern is not yet committed. You can still decide how high, how fast, how wide. Once the first throw is in the air, that freedom is spent.
This is the most underrated moment in the whole pattern.
Related: The Pattern Is Working - what happens once the setup is right and the cascade runs on its own.