AtlasLibrary
Browse articles

131 articles

Crossing the first threshold

Activation Energy

Read the articleMarkdown
At a sunlit morning window, a person holds a short sheet beside an open notebook.
A short opening sequence can make the next step easier to begin.

What It Is

Before you can work on a project, you have to decide what to do, bring the relevant context to mind, and move away from whatever you were doing. Once the work is underway, those preparations are already in place. Starting therefore costs more than continuing.

Activation energy is the cost of initiating a behavior: the threshold an action must cross before it becomes self-sustaining. The brain needs metabolic resources to initiate a new pattern. Starting work costs 4-6 willpower units; continuing costs ~0.5 units. The difference is a physical requirement of the transition.

The Mechanism

The required transition determines the cost. Checking a visible phone, following an established routine, and continuing the current activity each cost ~0.5 units. These are low-activation behaviors, requiring less than 1 unit.

Making a decision and actively resisting temptation each cost 2-3 units. Context switching costs 0.5-1 unit per switch, so repeated switches add to the expenditure. These contribute to the medium activation range of 2-4 units.

Starting work from rest requires a larger threshold breach, at 4-6 units. Initiating a difficult conversation also costs 4-6 units. A cold start after dormancy can require 6+ units. At a decision point, the behavior with the lowest cost is the one that runs.

The 30x30 Pattern

Repetition reduces the starting cost over approximately 30 days. During days 1-7, execution is forced and costs 6 units. During days 8-15, the cost falls to 4 units. During days 16-30, the behavior approaches automaticity at 2 units. From day 31 onward, it feels effortless at 0.5 units.

This pattern is based on habit-formation research and observation in practice. After 30 days of consistent execution, the neural pathways are cached and the behavior becomes automatic.

Why Starting Is Hardest

Starting requires three kinds of work. First, you load the context into working memory: what am I doing, why, and what is the first step? Then you overcome inertia by moving from a low-energy rest_state to a high-energy work_state. If the neural pattern is not yet cached, you must also compute the execution pathway afresh.

Once you have started, the context is loaded, momentum is established, and the pathways are active. Continuing is now cheaper than stopping. This is hysteresis, or path dependence: the same task has a very different energy cost depending on the state from which you approach it.

The Boltzmann Distribution

In statistical mechanics, systems naturally fall into low-energy configurations. The probability of occupying a state is proportional to e^(-E/kT), where E is that state's energy.

The behavioral consequence is that you naturally do what is easiest. This follows thermodynamics: people described as disciplined arrange their environment so that desired behaviors require less energy than the alternatives. The environment changes which behavior the same person is most likely to perform.

Example: Phone on Desk vs Drawer

graph TD
    subgraph "Phone on Desk (Bad Landscape)"
    A1[Work State] -->|Check phone: 0.1 units| B1[Phone State]
    A1 -->|Resist: 2 units each time| A1
    B1 --> B1
    style B1 fill:#ff9999
    end

    subgraph "Phone in Drawer (Engineered Landscape)"
    A2[Work State] -->|Check phone: 4 units| B2[Phone State]
    A2 -->|Continue work: 0.5 units| A2
    style A2 fill:#99ff99
    end

A phone on the desk takes only 0.1 units to check: you pick it up. Resisting it takes 2 units of active inhibition each time you see it. The Boltzmann distribution predicts that you will check it.

A phone in a locked drawer takes 4 units to check because you have to stand, walk over, unlock the drawer, and retrieve it. Continuing the work already underway costs 0.5 units. The distribution now predicts continued work. The person has not changed; the energy landscape has, and the behavior follows the lower-cost transition.

Bridge Scripts

A bridge script uses a sequence of smaller transitions to prepare for an expensive one. Moving directly from rest_state, at 0 energy, to work_state costs 6 units. A morning sequence can distribute that work:

  1. rest_statewake_state happens automatically through the circadian rhythm.
  2. wake_statealert_state uses morning light, at a cost of 1 unit.
  3. alert_stateready_state uses a 10-min braindump, at a cost of 2 units.
  4. ready_statework_state uses a pre-work checklist, at a cost of 1 unit.

This sequence costs 4 units distributed across 30 minutes, which is cheaper than crossing a 6-unit threshold at once. By the time you sit down, the bridge has already paid the activation cost. Work is now the lowest-energy option available from your prepared state.

Detraining and Reactivation

Neural pathways atrophy when a pattern goes unused for months. The resulting difficulty is physical degradation through disuse. After 3-month dormancy, the expected recovery is 20% of previous capacity in week 1, with high activation cost; 40% in week 2, as cost decreases; 60% in week 3, approaching the earlier state; and 80%+ in week 4+, when the pattern is fully reactivated.

As with physical training, starting at 20% and building through consistent execution accommodates the loss of capacity. Expecting former performance on day 1 ignores the cost of reactivation. That high starting cost is predictable and temporary.

Reducing Activation Energy

1. Make It Concrete

“Work on project” leaves decisions to be made at the moment of starting. “Write 300 words of documentation for skills API” has already settled what to produce and how much. Removing that ambiguity reduces cognitive load at the decision point and lowers activation energy.

2. Install Triggers

A trigger settles when to act. It can be a time, as in “At 9 AM I work”; a location, as in “When I enter library I work”; or a preceding ritual, as in “After braindump I work.” Each removes one decision from the start of the task.

3. Remove Competing Options

An inaccessible phone cannot tempt you into checking it. Blocking Netflix removes the option to watch it, and deleting delivery apps removes the option to order delivery. Prevention costs 0 units, while active resistance costs 2-3 units. Removing the option avoids paying that resistance cost repeatedly.

4. Rehearse Until Cached

Simple behaviors become automatic after 20-30 repetitions; complex behaviors take 60-90 repetitions. As the pattern caches, activation cost approaches zero and execution becomes effortless.

Why "Just Start" Fails

“Just start” asks someone to pay the full activation cost without making it affordable. If starting requires 6 willpower units and only 3 are available, the command is physically impossible to execute.

A bridge gives the person a way to prepare for that demand. The actionable instruction is to distribute the 6-unit cost across a 30-minute warm-up sequence, so the transition does not have to be made all at once.

Backward Chaining Reduces Activation Cost

Backward chaining starts with the desired outcome and works back through its prerequisites. Forward planning asks “What should I do?” from an unbounded current state. It faces infinite branching, which is exponentially expensive and produces analysis paralysis. Backward planning asks what the specific goal requires, narrowing the search to relevant prerequisites.

For a work launch, the chain might be: work launched requires the sequence to have run; running the sequence requires the script to be loaded; loading the script requires the morning mantra and braindump; the braindump requires waking on time; and waking on time requires sleep by 10pm. Each step adds specificity. At “sleep by 10pm,” there is a concrete action with a clear path forward.

The goal filters out irrelevant paths, so you no longer have to figure out where to begin at the moment of action. Staring at an ambiguous project costs 6 units to breach the ambiguity. A predetermined, cached sequence costs 0.5 units per step because each step already follows from the previous one.

  • Willpower is the resource spent on activation.
  • State Machines describes the transitions whose cost activation energy determines.
  • Procrastination often follows when energy is insufficient to cross the starting threshold.
  • Discipline describes what low activation costs look like from outside.
  • The Braindump can serve as a bridge into work.
  • Prevention Architecture removes undesired behaviors from the available choices.
  • 30x30 Pattern describes the timeline of falling activation cost.
  • Question Theory develops backward chaining from goals.
  • Pedagogical Magnification explains specificity as matching resolution to reduce ambiguity.
  • Ignition covers warm-up protocols, identity loading, and the distinction between ignition and selection pressure.
  • Container Design creates bounded contexts in which starting is cheap and stopping is expensive.

Key Principle

Bridge scripts, triggers, and concrete instructions lower the cost of starting a desired behavior. Prevention architecture raises the cost of the competing behavior. These changes make the available energy sufficient for the action you want to take.

Return to the libraryBack to the beginning