Cognitive load
The mental effort a user must spend to make sense of an interface, evaluate options, or complete a task. The foundational claim of cognitive-load-aware design: every extra unit of effort is paid out of a finite attentional budget, and at the edges of that budget users drop out rather than push through.
In conversion contexts the rule degenerates to: every additional step between intent and action is a chance to lose the user. The intent is fragile; the steps are not.
Slopes’s one-tap free trial (+25% trial start rate)
Per Copy These SaaS Growth Tricks (video), Slopes replaced a multi-step paywall sequence with a one-touch free-trial start. Trial-start rates rose 25%. Tim Gabe’s reading:
The more effort someone exerts up front, the less likely they’ll commit. In SaaS, friction at the wrong moment is fatal.
The win isn’t in conversion-to-paid — it’s in trial-activation, a different metric. The win is upstream of every other lever in the subscription funnel: if users don’t start the trial, no amount of paywall craft downstream matters.
Where to spend friction, where to remove it
The trade-off isn’t “less friction always wins.” Some friction is load-bearing: it filters for intent, signals seriousness, creates investment that boosts later commitment (Commitment and consistency). The rule is match friction to the cost of the wrong decision — high-stakes actions (deleting an account, large purchases) deserve a confirmation step; low-stakes activation actions (starting a free trial) deserve none.
A useful diagnostic question: if this step disappeared, what would break? If the answer is “nothing important,” the step is cognitive load without compensating benefit.
Adjacent moves
The same principle drives several patterns elsewhere in the wiki:
- Splitting forms across screens (House: +15% signup conversion) — fewer fields per screen is less load per page, even if total fields are the same. From I Studied 1,460 Onboarding Flows (video).
- Real-time validation — error states surfaced as you type remove the “submit-and-pray” load.
- Populated empty states — pre-filled examples remove the “what now?” load that an empty interface imposes.
- Three-step chunking onboarding — Stomper’s welcome screens use exactly three beautiful steps, no input fields, no heavy lifting. The point is making each visible chunk feel achievable, which (combined with Zeigarnik effect) keeps the user closing the loop. From The Hidden App Growth Killer (video).
In paywall design: less beats more
The most data-dense case for the load thesis comes from Jonathan Parra’s 4,500-paywall design system at Superwall (see I Made 4,000 App Paywalls and Learned This (video)). Three findings:
- Stripped-paywall +111% over comparison-table variant. A paywall with a single phone screenshot and a generic Continue button beat a feature-comparison-table variant with a three-product selector by 111%. Comparison tables look like they help the user decide; in practice they overwhelm.
- Generic Continue CTA beats descriptive CTAs. Put AI into action lost to Continue across multiple tests. Descriptive copy adds reading load without adding conviction.
- Decision fatigue from multi-product pickers. Showing three products (weekly / monthly / annual) upfront converts worse than defaulting to annual and hiding the rest behind a view all plans drawer.
Parra’s design rule generalizes: paywalls reward subtraction. The default debugging move is to remove an element and see if conversion improves, not to add one.
Chunking — the partner concept
Cognitive load is paid per visible chunk, not per total step. So the design move that pairs with it is chunking: break the work into pieces each of which fits inside the user’s attentional budget at the moment they see it. Tim Gabe’s IKEA-instructions analogy frames it precisely — seeing all 12 pages at once kills motivation; one page at a time keeps the flow finishable.
This is also why the Mobbin survey finds that long onboarding can outperform short onboarding (Onboarding flow): a well-chunked 60-screen Duolingo flow respects the per-screen load budget while building up real product mastery. A 4-screen flow with all the fields on one screen doesn’t.
Related
- Onboarding flow — the surface where cognitive-load decisions compound across many screens
- Aha moment — the destination cognitive-load minimization aims to reach faster
- Progressive disclosure — the partner technique: reveal complexity gradually instead of all at once
- Zeigarnik effect — chunking creates a series of closable loops; load and Zeigarnik often pair
Sources
- Copy These SaaS Growth Tricks (video) — Slopes one-tap free trial, +25% trial start rate
- The Hidden App Growth Killer (video) — Stomper three-step welcome; chunking via the IKEA analogy
- I Made 4,000 App Paywalls and Learned This (video) — Parra’s stripped-paywall +111%; descriptive-CTA underperformance; multi-product picker decision fatigue