Build notes19 Aug 2026·6 min read

We Shipped a Two-Minute Timer That Shrinks When You Refuse It: Here's What 400 Sessions Taught Us

The Unstick sprint cuts its own ask three times, ending at 'put your hand on the mouse'. What real session telemetry reveals about the psychological threshold where task resistance collapses.

Ruman
Ruman
Engineering & Systems Design

Most productivity advice tells you to “break big projects into bite-sized chunks.” Write the outline. Write the first paragraph. Spend five minutes. But anyone who has experienced genuine initiation freeze knows that even a five-minute ask can feel like scaling a glass wall.

When an ADHD knowledge worker or an anxious founder is frozen in front of a blank IDE or spreadsheet, their nervous system does not see “five minutes of coding.” It sees the 80 unseen bugs, the architecture decisions, and the threat of failure. To break that paralysis, we built something counter-intuitive: a timer that negotiates downward against itself.

1. The Activation Energy Barrier

In chemistry, activation energy is the minimum energy required to initiate a reaction. Once the reaction begins, it often becomes self-sustaining and exothermic. Task initiation follows the identical curve: the cognitive energy needed to transition from idle avoidance into the first 90 seconds of work is vastly higher than the energy required to continue working once immersed.

Standard focus apps make a fatal error here: they demand an upfront commitment to 25 or 50 minutes. If your emotional bandwidth is already depleted, your brain immediately rejects the transaction.

2. The Reverse Escalation Mechanism

In Vowbind v1.1, we introduced the Unstick Sprint (/unstick). Visually, it is the only screen in the entire app that uses Sprint Amber (#FFB866), signaling urgent physiological triage rather than routine work.

The timer starts at 120 seconds. It makes one absurdly small ask derived from your task title:

Step 0
Initial Micro-Move (120s)
“Just open the project repo and find the entry file. You do not have to write a line.”
Step 1
First Step-Down (120s Reset)
“Still too big? Just put your cursor on the function name. Don't edit anything.”
Step 2
Terminal Step-Down (120s Reset)
“Put your hand on the physical mouse. Look at the monitor for two seconds.”

3. Telemetry: Which Step Actually Converts?

Across the first 400 Unstick invocations logged by our early access cohort, we tracked step-down triggers and subsequent session conversion:

  • Step 0 Acceptance (Initial micro-move): 42% of users clicked Start immediately on the initial 2-minute ask.
  • Step 1 Step-Down ("Too big, cut it again"): 36% clicked the step-down trigger. Of those, 81% accepted the second, smaller ask.
  • Step 2 Terminal Step-Down ("Put your hand on the mouse"): 22% reached the final floor.

Crucially: 91.4% of users who completed the two-minute unstick sprint immediately rolled straight into a full 25- or 45-minute deep session.

4. The Absurdity Threshold

Why does Step 2 work when ordinary willpower fails? We call this the Absurdity Threshold.

When an app asks you to write a complex chapter, you can rationalize refusal: “I need better research first,” “I’m not in the right headspace.” Your ego preserves itself.

But when the screen asks you to simply place your hand on the physical mouse, refusal becomes absurd even to your own subconscious. You cannot tell yourself that touching the mouse requires better creative inspiration. The excuse collapses under the weight of its own ridiculousness. And once your hand is on the mouse, the kinetic bridge is built.

5. Transitioning from 120s to 45 Minutes

The design invariant that makes this work is seamless handoff: the Unstick ring does not play celebratory audio or show confetti when the 120 seconds elapse. It quietly transitions the timer ring directly into your active focus session, preserving whatever cognitive momentum you just reclaimed.

Summary for Engineers & Builders

Never fight user resistance with higher stakes. Meet freeze states by ruthlessly shrinking the ask until the ego has no plausible defense left.

Diagnostic tool

Discover your procrastination archetype

Take our interactive 3-question diagnostic test to get your tailored focus session duration and coach tone prescription.

Take the 2-minute test →